@nethserver/ns8-ui-lib 0.1.6 → 0.1.9

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.
@@ -102,6 +102,7 @@ import Router20 from '@carbon/icons-vue/es/router/20';
102
102
  import Certificate32 from '@carbon/icons-vue/es/certificate/32';
103
103
  import Certificate20 from '@carbon/icons-vue/es/certificate/20';
104
104
  import BareMetalServer20 from '@carbon/icons-vue/es/bare-metal-server/20';
105
+ import BareMetalServer32 from '@carbon/icons-vue/es/bare-metal-server/32';
105
106
  import Firewall20 from '@carbon/icons-vue/es/firewall/20';
106
107
  import Firewall32 from '@carbon/icons-vue/es/firewall/32';
107
108
  import Wikis32 from '@carbon/icons-vue/es/wikis/32';
@@ -130,6 +131,7 @@ import Asterisk32 from '@carbon/icons-vue/es/asterisk/32';
130
131
  import Box16 from '@carbon/icons-vue/es/box/16';
131
132
  import Box20 from '@carbon/icons-vue/es/box/20';
132
133
  import Box32 from '@carbon/icons-vue/es/box/32';
134
+ import UserMilitary32 from '@carbon/icons-vue/es/user--military/32';
133
135
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
134
136
  import Search16 from '@carbon/icons-vue/es/search/16';
135
137
  import Close16 from '@carbon/icons-vue/es/close/16';
@@ -138,7 +140,7 @@ import ChevronDown16 from '@carbon/icons-vue/es/chevron--down/16';
138
140
  import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
139
141
 
140
142
  //
141
- var script$A = {
143
+ var script$B = {
142
144
  name: "NsButton",
143
145
  extends: CvButton,
144
146
  props: {
@@ -301,10 +303,10 @@ function addStyle(id, css) {
301
303
  }
302
304
 
303
305
  /* script */
304
- const __vue_script__$A = script$A;
306
+ const __vue_script__$B = script$B;
305
307
  /* template */
306
308
 
307
- var __vue_render__$F = function () {
309
+ var __vue_render__$G = function () {
308
310
  var _vm = this;
309
311
 
310
312
  var _h = _vm.$createElement;
@@ -327,10 +329,10 @@ var __vue_render__$F = function () {
327
329
  }) : _vm._e()], 2);
328
330
  };
329
331
 
330
- var __vue_staticRenderFns__$F = [];
332
+ var __vue_staticRenderFns__$G = [];
331
333
  /* style */
332
334
 
333
- const __vue_inject_styles__$I = function (inject) {
335
+ const __vue_inject_styles__$J = function (inject) {
334
336
  if (!inject) return;
335
337
  inject("data-v-025b0f12_0", {
336
338
  source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
@@ -341,23 +343,23 @@ const __vue_inject_styles__$I = function (inject) {
341
343
  /* scoped */
342
344
 
343
345
 
344
- const __vue_scope_id__$I = "data-v-025b0f12";
346
+ const __vue_scope_id__$J = "data-v-025b0f12";
345
347
  /* module identifier */
346
348
 
347
- const __vue_module_identifier__$I = undefined;
349
+ const __vue_module_identifier__$J = undefined;
348
350
  /* functional template */
349
351
 
350
- const __vue_is_functional_template__$I = false;
352
+ const __vue_is_functional_template__$J = false;
351
353
  /* style inject SSR */
352
354
 
353
355
  /* style inject shadow dom */
354
356
 
355
- const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
356
- render: __vue_render__$F,
357
- staticRenderFns: __vue_staticRenderFns__$F
358
- }, __vue_inject_styles__$I, __vue_script__$A, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
357
+ const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
358
+ render: __vue_render__$G,
359
+ staticRenderFns: __vue_staticRenderFns__$G
360
+ }, __vue_inject_styles__$J, __vue_script__$B, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
359
361
 
360
- var NsButton = __vue_component__$1c;
362
+ var NsButton = __vue_component__$1e;
361
363
 
362
364
  //
363
365
  //
@@ -375,7 +377,7 @@ var NsButton = __vue_component__$1c;
375
377
  //
376
378
  //
377
379
  //
378
- var script$z = {
380
+ var script$A = {
379
381
  name: "NsPictogram",
380
382
  props: {
381
383
  title: {
@@ -398,10 +400,10 @@ var script$z = {
398
400
  };
399
401
 
400
402
  /* script */
401
- const __vue_script__$z = script$z;
403
+ const __vue_script__$A = script$A;
402
404
  /* template */
403
405
 
404
- var __vue_render__$E = function () {
406
+ var __vue_render__$F = function () {
405
407
  var _vm = this;
406
408
 
407
409
  var _h = _vm.$createElement;
@@ -429,34 +431,34 @@ var __vue_render__$E = function () {
429
431
  }, [_vm._t("default")], 2)]);
430
432
  };
431
433
 
432
- var __vue_staticRenderFns__$E = [];
434
+ var __vue_staticRenderFns__$F = [];
433
435
  /* style */
434
436
 
435
- const __vue_inject_styles__$H = undefined;
437
+ const __vue_inject_styles__$I = undefined;
436
438
  /* scoped */
437
439
 
438
- const __vue_scope_id__$H = undefined;
440
+ const __vue_scope_id__$I = undefined;
439
441
  /* module identifier */
440
442
 
441
- const __vue_module_identifier__$H = undefined;
443
+ const __vue_module_identifier__$I = undefined;
442
444
  /* functional template */
443
445
 
444
- const __vue_is_functional_template__$H = false;
446
+ const __vue_is_functional_template__$I = false;
445
447
  /* style inject */
446
448
 
447
449
  /* style inject SSR */
448
450
 
449
451
  /* style inject shadow dom */
450
452
 
451
- const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
452
- render: __vue_render__$E,
453
- staticRenderFns: __vue_staticRenderFns__$E
454
- }, __vue_inject_styles__$H, __vue_script__$z, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
453
+ const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
454
+ render: __vue_render__$F,
455
+ staticRenderFns: __vue_staticRenderFns__$F
456
+ }, __vue_inject_styles__$I, __vue_script__$A, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
455
457
 
456
- var NsPictogram = __vue_component__$1b;
458
+ var NsPictogram = __vue_component__$1d;
457
459
 
458
460
  //
459
- var script$y = {
461
+ var script$z = {
460
462
  name: "NsLottieAnimation",
461
463
  components: {
462
464
  LottieAnimation
@@ -512,10 +514,10 @@ var script$y = {
512
514
  };
513
515
 
514
516
  /* script */
515
- const __vue_script__$y = script$y;
517
+ const __vue_script__$z = script$z;
516
518
  /* template */
517
519
 
518
- var __vue_render__$D = function () {
520
+ var __vue_render__$E = function () {
519
521
  var _vm = this;
520
522
 
521
523
  var _h = _vm.$createElement;
@@ -542,36 +544,36 @@ var __vue_render__$D = function () {
542
544
  })], 1);
543
545
  };
544
546
 
545
- var __vue_staticRenderFns__$D = [];
547
+ var __vue_staticRenderFns__$E = [];
546
548
  /* style */
547
549
 
548
- const __vue_inject_styles__$G = undefined;
550
+ const __vue_inject_styles__$H = undefined;
549
551
  /* scoped */
550
552
 
551
- const __vue_scope_id__$G = "data-v-14e97a70";
553
+ const __vue_scope_id__$H = "data-v-14e97a70";
552
554
  /* module identifier */
553
555
 
554
- const __vue_module_identifier__$G = undefined;
556
+ const __vue_module_identifier__$H = undefined;
555
557
  /* functional template */
556
558
 
557
- const __vue_is_functional_template__$G = false;
559
+ const __vue_is_functional_template__$H = false;
558
560
  /* style inject */
559
561
 
560
562
  /* style inject SSR */
561
563
 
562
564
  /* style inject shadow dom */
563
565
 
564
- const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
565
- render: __vue_render__$D,
566
- staticRenderFns: __vue_staticRenderFns__$D
567
- }, __vue_inject_styles__$G, __vue_script__$y, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
566
+ const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
567
+ render: __vue_render__$E,
568
+ staticRenderFns: __vue_staticRenderFns__$E
569
+ }, __vue_inject_styles__$H, __vue_script__$z, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
568
570
 
569
- var NsLottieAnimation = __vue_component__$1a;
571
+ var NsLottieAnimation = __vue_component__$1c;
570
572
 
571
573
  /* script */
572
574
 
573
575
  /* template */
574
- var __vue_render__$C = function () {
576
+ var __vue_render__$D = function () {
575
577
  var _vm = this;
576
578
 
577
579
  var _h = _vm.$createElement;
@@ -586,34 +588,34 @@ var __vue_render__$C = function () {
586
588
  });
587
589
  };
588
590
 
589
- var __vue_staticRenderFns__$C = [];
591
+ var __vue_staticRenderFns__$D = [];
590
592
  /* style */
591
593
 
592
- const __vue_inject_styles__$F = undefined;
594
+ const __vue_inject_styles__$G = undefined;
593
595
  /* scoped */
594
596
 
595
- const __vue_scope_id__$F = undefined;
597
+ const __vue_scope_id__$G = undefined;
596
598
  /* module identifier */
597
599
 
598
- const __vue_module_identifier__$F = undefined;
600
+ const __vue_module_identifier__$G = undefined;
599
601
  /* functional template */
600
602
 
601
- const __vue_is_functional_template__$F = false;
603
+ const __vue_is_functional_template__$G = false;
602
604
  /* style inject */
603
605
 
604
606
  /* style inject SSR */
605
607
 
606
608
  /* style inject shadow dom */
607
609
 
608
- const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
609
- render: __vue_render__$C,
610
- staticRenderFns: __vue_staticRenderFns__$C
611
- }, __vue_inject_styles__$F, {}, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
610
+ const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
611
+ render: __vue_render__$D,
612
+ staticRenderFns: __vue_staticRenderFns__$D
613
+ }, __vue_inject_styles__$G, {}, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
612
614
 
613
- var ExclamationMarkPictogram = __vue_component__$19;
615
+ var ExclamationMarkPictogram = __vue_component__$1b;
614
616
 
615
617
  //
616
- var script$x = {
618
+ var script$y = {
617
619
  name: "NsEmptyState",
618
620
  components: {
619
621
  NsPictogram,
@@ -645,10 +647,10 @@ var script$x = {
645
647
  };
646
648
 
647
649
  /* script */
648
- const __vue_script__$x = script$x;
650
+ const __vue_script__$y = script$y;
649
651
  /* template */
650
652
 
651
- var __vue_render__$B = function () {
653
+ var __vue_render__$C = function () {
652
654
  var _vm = this;
653
655
 
654
656
  var _h = _vm.$createElement;
@@ -678,10 +680,10 @@ var __vue_render__$B = function () {
678
680
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
679
681
  };
680
682
 
681
- var __vue_staticRenderFns__$B = [];
683
+ var __vue_staticRenderFns__$C = [];
682
684
  /* style */
683
685
 
684
- const __vue_inject_styles__$E = function (inject) {
686
+ const __vue_inject_styles__$F = function (inject) {
685
687
  if (!inject) return;
686
688
  inject("data-v-2d5d3a58_0", {
687
689
  source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
@@ -692,26 +694,26 @@ const __vue_inject_styles__$E = function (inject) {
692
694
  /* scoped */
693
695
 
694
696
 
695
- const __vue_scope_id__$E = "data-v-2d5d3a58";
697
+ const __vue_scope_id__$F = "data-v-2d5d3a58";
696
698
  /* module identifier */
697
699
 
698
- const __vue_module_identifier__$E = undefined;
700
+ const __vue_module_identifier__$F = undefined;
699
701
  /* functional template */
700
702
 
701
- const __vue_is_functional_template__$E = false;
703
+ const __vue_is_functional_template__$F = false;
702
704
  /* style inject SSR */
703
705
 
704
706
  /* style inject shadow dom */
705
707
 
706
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
707
- render: __vue_render__$B,
708
- staticRenderFns: __vue_staticRenderFns__$B
709
- }, __vue_inject_styles__$E, __vue_script__$x, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
708
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
709
+ render: __vue_render__$C,
710
+ staticRenderFns: __vue_staticRenderFns__$C
711
+ }, __vue_inject_styles__$F, __vue_script__$y, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
710
712
 
711
- var __vue_component__$18 = __vue_component__$17;
713
+ var __vue_component__$1a = __vue_component__$19;
712
714
 
713
715
  //
714
- var script$w = {
716
+ var script$x = {
715
717
  name: "NsCodeSnippet",
716
718
  components: {
717
719
  CvButton,
@@ -823,10 +825,10 @@ var script$w = {
823
825
  };
824
826
 
825
827
  /* script */
826
- const __vue_script__$w = script$w;
828
+ const __vue_script__$x = script$x;
827
829
  /* template */
828
830
 
829
- var __vue_render__$A = function () {
831
+ var __vue_render__$B = function () {
830
832
  var _vm = this;
831
833
 
832
834
  var _h = _vm.$createElement;
@@ -888,10 +890,10 @@ var __vue_render__$A = function () {
888
890
  })], 1) : _vm._e()], 1);
889
891
  };
890
892
 
891
- var __vue_staticRenderFns__$A = [];
893
+ var __vue_staticRenderFns__$B = [];
892
894
  /* style */
893
895
 
894
- const __vue_inject_styles__$D = function (inject) {
896
+ const __vue_inject_styles__$E = function (inject) {
895
897
  if (!inject) return;
896
898
  inject("data-v-59cb538c_0", {
897
899
  source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
@@ -902,23 +904,23 @@ const __vue_inject_styles__$D = function (inject) {
902
904
  /* scoped */
903
905
 
904
906
 
905
- const __vue_scope_id__$D = "data-v-59cb538c";
907
+ const __vue_scope_id__$E = "data-v-59cb538c";
906
908
  /* module identifier */
907
909
 
908
- const __vue_module_identifier__$D = undefined;
910
+ const __vue_module_identifier__$E = undefined;
909
911
  /* functional template */
910
912
 
911
- const __vue_is_functional_template__$D = false;
913
+ const __vue_is_functional_template__$E = false;
912
914
  /* style inject SSR */
913
915
 
914
916
  /* style inject shadow dom */
915
917
 
916
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
917
- render: __vue_render__$A,
918
- staticRenderFns: __vue_staticRenderFns__$A
919
- }, __vue_inject_styles__$D, __vue_script__$w, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
918
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
919
+ render: __vue_render__$B,
920
+ staticRenderFns: __vue_staticRenderFns__$B
921
+ }, __vue_inject_styles__$E, __vue_script__$x, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
920
922
 
921
- var __vue_component__$16 = __vue_component__$15;
923
+ var __vue_component__$18 = __vue_component__$17;
922
924
 
923
925
  //
924
926
  //
@@ -949,7 +951,7 @@ var __vue_component__$16 = __vue_component__$15;
949
951
  //
950
952
  //
951
953
  //
952
- var script$v = {
954
+ var script$w = {
953
955
  name: "NsCircleTimer",
954
956
  props: {
955
957
  timeLimit: {
@@ -1013,10 +1015,10 @@ var script$v = {
1013
1015
  };
1014
1016
 
1015
1017
  /* script */
1016
- const __vue_script__$v = script$v;
1018
+ const __vue_script__$w = script$w;
1017
1019
  /* template */
1018
1020
 
1019
- var __vue_render__$z = function () {
1021
+ var __vue_render__$A = function () {
1020
1022
  var _vm = this;
1021
1023
 
1022
1024
  var _h = _vm.$createElement;
@@ -1052,10 +1054,10 @@ var __vue_render__$z = function () {
1052
1054
  })])])]);
1053
1055
  };
1054
1056
 
1055
- var __vue_staticRenderFns__$z = [];
1057
+ var __vue_staticRenderFns__$A = [];
1056
1058
  /* style */
1057
1059
 
1058
- const __vue_inject_styles__$C = function (inject) {
1060
+ const __vue_inject_styles__$D = function (inject) {
1059
1061
  if (!inject) return;
1060
1062
  inject("data-v-79cb7082_0", {
1061
1063
  source: ".base-timer[data-v-79cb7082]{position:relative}.base-timer__circle[data-v-79cb7082]{fill:none;stroke:none}.base-timer__path-remaining[data-v-79cb7082]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-79cb7082]{transform:scaleX(-1)}",
@@ -1066,26 +1068,26 @@ const __vue_inject_styles__$C = function (inject) {
1066
1068
  /* scoped */
1067
1069
 
1068
1070
 
1069
- const __vue_scope_id__$C = "data-v-79cb7082";
1071
+ const __vue_scope_id__$D = "data-v-79cb7082";
1070
1072
  /* module identifier */
1071
1073
 
1072
- const __vue_module_identifier__$C = undefined;
1074
+ const __vue_module_identifier__$D = undefined;
1073
1075
  /* functional template */
1074
1076
 
1075
- const __vue_is_functional_template__$C = false;
1077
+ const __vue_is_functional_template__$D = false;
1076
1078
  /* style inject SSR */
1077
1079
 
1078
1080
  /* style inject shadow dom */
1079
1081
 
1080
- const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
1081
- render: __vue_render__$z,
1082
- staticRenderFns: __vue_staticRenderFns__$z
1083
- }, __vue_inject_styles__$C, __vue_script__$v, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
1082
+ const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
1083
+ render: __vue_render__$A,
1084
+ staticRenderFns: __vue_staticRenderFns__$A
1085
+ }, __vue_inject_styles__$D, __vue_script__$w, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
1084
1086
 
1085
- var NsCircleTimer = __vue_component__$14;
1087
+ var NsCircleTimer = __vue_component__$16;
1086
1088
 
1087
1089
  //
1088
- var script$u = {
1090
+ var script$v = {
1089
1091
  name: "NsInlineNotification",
1090
1092
  extends: CvInlineNotification,
1091
1093
  components: {
@@ -1122,10 +1124,10 @@ var script$u = {
1122
1124
  };
1123
1125
 
1124
1126
  /* script */
1125
- const __vue_script__$u = script$u;
1127
+ const __vue_script__$v = script$v;
1126
1128
  /* template */
1127
1129
 
1128
- var __vue_render__$y = function () {
1130
+ var __vue_render__$z = function () {
1129
1131
  var _obj;
1130
1132
 
1131
1133
  var _vm = this;
@@ -1196,10 +1198,10 @@ var __vue_render__$y = function () {
1196
1198
  })], 1) : _vm._e()]);
1197
1199
  };
1198
1200
 
1199
- var __vue_staticRenderFns__$y = [];
1201
+ var __vue_staticRenderFns__$z = [];
1200
1202
  /* style */
1201
1203
 
1202
- const __vue_inject_styles__$B = function (inject) {
1204
+ const __vue_inject_styles__$C = function (inject) {
1203
1205
  if (!inject) return;
1204
1206
  inject("data-v-6b979488_0", {
1205
1207
  source: ".title[data-v-6b979488]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-6b979488]{margin-right:.75rem}.action-button[data-v-6b979488]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-6b979488]{padding-right:0!important}",
@@ -1210,23 +1212,23 @@ const __vue_inject_styles__$B = function (inject) {
1210
1212
  /* scoped */
1211
1213
 
1212
1214
 
1213
- const __vue_scope_id__$B = "data-v-6b979488";
1215
+ const __vue_scope_id__$C = "data-v-6b979488";
1214
1216
  /* module identifier */
1215
1217
 
1216
- const __vue_module_identifier__$B = undefined;
1218
+ const __vue_module_identifier__$C = undefined;
1217
1219
  /* functional template */
1218
1220
 
1219
- const __vue_is_functional_template__$B = false;
1221
+ const __vue_is_functional_template__$C = false;
1220
1222
  /* style inject SSR */
1221
1223
 
1222
1224
  /* style inject shadow dom */
1223
1225
 
1224
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
1225
- render: __vue_render__$y,
1226
- staticRenderFns: __vue_staticRenderFns__$y
1227
- }, __vue_inject_styles__$B, __vue_script__$u, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
1226
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
1227
+ render: __vue_render__$z,
1228
+ staticRenderFns: __vue_staticRenderFns__$z
1229
+ }, __vue_inject_styles__$C, __vue_script__$v, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
1228
1230
 
1229
- var NsInlineNotification = __vue_component__$13;
1231
+ var NsInlineNotification = __vue_component__$15;
1230
1232
 
1231
1233
  //
1232
1234
  //
@@ -1265,7 +1267,7 @@ var NsInlineNotification = __vue_component__$13;
1265
1267
  //
1266
1268
  //
1267
1269
  //
1268
- var script$t = {
1270
+ var script$u = {
1269
1271
  name: "NsProgressBar",
1270
1272
  props: {
1271
1273
  value: {
@@ -1343,10 +1345,10 @@ var script$t = {
1343
1345
  };
1344
1346
 
1345
1347
  /* script */
1346
- const __vue_script__$t = script$t;
1348
+ const __vue_script__$u = script$u;
1347
1349
  /* template */
1348
1350
 
1349
- var __vue_render__$x = function () {
1351
+ var __vue_render__$y = function () {
1350
1352
  var _vm = this;
1351
1353
 
1352
1354
  var _h = _vm.$createElement;
@@ -1385,10 +1387,10 @@ var __vue_render__$x = function () {
1385
1387
  })]], 2)]);
1386
1388
  };
1387
1389
 
1388
- var __vue_staticRenderFns__$x = [];
1390
+ var __vue_staticRenderFns__$y = [];
1389
1391
  /* style */
1390
1392
 
1391
- const __vue_inject_styles__$A = function (inject) {
1393
+ const __vue_inject_styles__$B = function (inject) {
1392
1394
  if (!inject) return;
1393
1395
  inject("data-v-be01f286_0", {
1394
1396
  source: ".progress-bar-container[data-v-be01f286]{width:100%;position:relative}.slider[data-v-be01f286]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-be01f286]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-be01f286]{position:absolute}.indeterminate-line[data-v-be01f286]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-be01f286]{position:absolute}.inc[data-v-be01f286]{animation:increase-data-v-be01f286 2s infinite}.dec[data-v-be01f286]{animation:decrease-data-v-be01f286 2s .5s infinite}@keyframes increase-data-v-be01f286{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-be01f286{from{left:-80%;width:80%}to{left:110%;width:10%}}",
@@ -1399,25 +1401,25 @@ const __vue_inject_styles__$A = function (inject) {
1399
1401
  /* scoped */
1400
1402
 
1401
1403
 
1402
- const __vue_scope_id__$A = "data-v-be01f286";
1404
+ const __vue_scope_id__$B = "data-v-be01f286";
1403
1405
  /* module identifier */
1404
1406
 
1405
- const __vue_module_identifier__$A = undefined;
1407
+ const __vue_module_identifier__$B = undefined;
1406
1408
  /* functional template */
1407
1409
 
1408
- const __vue_is_functional_template__$A = false;
1410
+ const __vue_is_functional_template__$B = false;
1409
1411
  /* style inject SSR */
1410
1412
 
1411
1413
  /* style inject shadow dom */
1412
1414
 
1413
- const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
1414
- render: __vue_render__$x,
1415
- staticRenderFns: __vue_staticRenderFns__$x
1416
- }, __vue_inject_styles__$A, __vue_script__$t, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
1415
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
1416
+ render: __vue_render__$y,
1417
+ staticRenderFns: __vue_staticRenderFns__$y
1418
+ }, __vue_inject_styles__$B, __vue_script__$u, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
1417
1419
 
1418
- var NsProgressBar = __vue_component__$12;
1420
+ var NsProgressBar = __vue_component__$14;
1419
1421
 
1420
- var script$s = {
1422
+ var script$t = {
1421
1423
  name: "NsSvg",
1422
1424
  props: {
1423
1425
  svg: {
@@ -1476,33 +1478,33 @@ var script$s = {
1476
1478
  };
1477
1479
 
1478
1480
  /* script */
1479
- const __vue_script__$s = script$s;
1481
+ const __vue_script__$t = script$t;
1480
1482
  /* template */
1481
1483
 
1482
1484
  /* style */
1483
1485
 
1484
- const __vue_inject_styles__$z = undefined;
1486
+ const __vue_inject_styles__$A = undefined;
1485
1487
  /* scoped */
1486
1488
 
1487
- const __vue_scope_id__$z = undefined;
1489
+ const __vue_scope_id__$A = undefined;
1488
1490
  /* module identifier */
1489
1491
 
1490
- const __vue_module_identifier__$z = undefined;
1492
+ const __vue_module_identifier__$A = undefined;
1491
1493
  /* functional template */
1492
1494
 
1493
- const __vue_is_functional_template__$z = undefined;
1495
+ const __vue_is_functional_template__$A = undefined;
1494
1496
  /* style inject */
1495
1497
 
1496
1498
  /* style inject SSR */
1497
1499
 
1498
1500
  /* style inject shadow dom */
1499
1501
 
1500
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$z, __vue_script__$s, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
1502
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$A, __vue_script__$t, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
1501
1503
 
1502
- var NsSvg = __vue_component__$11;
1504
+ var NsSvg = __vue_component__$13;
1503
1505
 
1504
1506
  //
1505
- var script$r = {
1507
+ var script$s = {
1506
1508
  name: "NsTile",
1507
1509
  extends: CvTile,
1508
1510
  inheritAttrs: false,
@@ -1576,10 +1578,10 @@ var script$r = {
1576
1578
  };
1577
1579
 
1578
1580
  /* script */
1579
- const __vue_script__$r = script$r;
1581
+ const __vue_script__$s = script$s;
1580
1582
  /* template */
1581
1583
 
1582
- var __vue_render__$w = function () {
1584
+ var __vue_render__$x = function () {
1583
1585
  var _obj;
1584
1586
 
1585
1587
  var _vm = this;
@@ -1618,10 +1620,10 @@ var __vue_render__$w = function () {
1618
1620
  }) : _vm._e()], 1);
1619
1621
  };
1620
1622
 
1621
- var __vue_staticRenderFns__$w = [];
1623
+ var __vue_staticRenderFns__$x = [];
1622
1624
  /* style */
1623
1625
 
1624
- const __vue_inject_styles__$y = function (inject) {
1626
+ const __vue_inject_styles__$z = function (inject) {
1625
1627
  if (!inject) return;
1626
1628
  inject("data-v-443a91f0_0", {
1627
1629
  source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
@@ -1632,23 +1634,23 @@ const __vue_inject_styles__$y = function (inject) {
1632
1634
  /* scoped */
1633
1635
 
1634
1636
 
1635
- const __vue_scope_id__$y = "data-v-443a91f0";
1637
+ const __vue_scope_id__$z = "data-v-443a91f0";
1636
1638
  /* module identifier */
1637
1639
 
1638
- const __vue_module_identifier__$y = undefined;
1640
+ const __vue_module_identifier__$z = undefined;
1639
1641
  /* functional template */
1640
1642
 
1641
- const __vue_is_functional_template__$y = false;
1643
+ const __vue_is_functional_template__$z = false;
1642
1644
  /* style inject SSR */
1643
1645
 
1644
1646
  /* style inject shadow dom */
1645
1647
 
1646
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
1647
- render: __vue_render__$w,
1648
- staticRenderFns: __vue_staticRenderFns__$w
1649
- }, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
1648
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
1649
+ render: __vue_render__$x,
1650
+ staticRenderFns: __vue_staticRenderFns__$x
1651
+ }, __vue_inject_styles__$z, __vue_script__$s, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
1650
1652
 
1651
- var __vue_component__$10 = __vue_component__$$;
1653
+ var __vue_component__$12 = __vue_component__$11;
1652
1654
 
1653
1655
  function toInteger(dirtyNumber) {
1654
1656
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6245,7 +6247,7 @@ var DateTimeService = {
6245
6247
  };
6246
6248
 
6247
6249
  //
6248
- var script$q = {
6250
+ var script$r = {
6249
6251
  name: "NsToastNotification",
6250
6252
  extends: CvToastNotification,
6251
6253
  components: {
@@ -6323,10 +6325,10 @@ var script$q = {
6323
6325
  };
6324
6326
 
6325
6327
  /* script */
6326
- const __vue_script__$q = script$q;
6328
+ const __vue_script__$r = script$r;
6327
6329
  /* template */
6328
6330
 
6329
- var __vue_render__$v = function () {
6331
+ var __vue_render__$w = function () {
6330
6332
  var _obj;
6331
6333
 
6332
6334
  var _vm = this;
@@ -6424,10 +6426,10 @@ var __vue_render__$v = function () {
6424
6426
  })], 1) : _vm._e()], 1)]);
6425
6427
  };
6426
6428
 
6427
- var __vue_staticRenderFns__$v = [];
6429
+ var __vue_staticRenderFns__$w = [];
6428
6430
  /* style */
6429
6431
 
6430
- const __vue_inject_styles__$x = function (inject) {
6432
+ const __vue_inject_styles__$y = function (inject) {
6431
6433
  if (!inject) return;
6432
6434
  inject("data-v-6ff0b515_0", {
6433
6435
  source: ".notification[data-v-6ff0b515]{margin-bottom:0;margin-right:0}.action[data-v-6ff0b515]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-6ff0b515]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-6ff0b515]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-6ff0b515]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-6ff0b515]{margin-bottom:0}.progress[data-v-6ff0b515]{margin-top:.75rem}.progress-bar-spacer[data-v-6ff0b515]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:100%;cursor:pointer}.notification-read[data-v-6ff0b515]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-6ff0b515]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-6ff0b515]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-6ff0b515]{font-weight:400}.cv-notifiation .timestamp[data-v-6ff0b515]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-6ff0b515]{color:#c6c6c6}.bx--tooltip__trigger[data-v-6ff0b515]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-6ff0b515]::before{border-bottom-color:#161616}div.row[data-v-6ff0b515]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-6ff0b515]{flex-grow:1}",
@@ -6442,26 +6444,26 @@ const __vue_inject_styles__$x = function (inject) {
6442
6444
  /* scoped */
6443
6445
 
6444
6446
 
6445
- const __vue_scope_id__$x = "data-v-6ff0b515";
6447
+ const __vue_scope_id__$y = "data-v-6ff0b515";
6446
6448
  /* module identifier */
6447
6449
 
6448
- const __vue_module_identifier__$x = undefined;
6450
+ const __vue_module_identifier__$y = undefined;
6449
6451
  /* functional template */
6450
6452
 
6451
- const __vue_is_functional_template__$x = false;
6453
+ const __vue_is_functional_template__$y = false;
6452
6454
  /* style inject SSR */
6453
6455
 
6454
6456
  /* style inject shadow dom */
6455
6457
 
6456
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
6457
- render: __vue_render__$v,
6458
- staticRenderFns: __vue_staticRenderFns__$v
6459
- }, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
6458
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
6459
+ render: __vue_render__$w,
6460
+ staticRenderFns: __vue_staticRenderFns__$w
6461
+ }, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
6460
6462
 
6461
- var __vue_component__$_ = __vue_component__$Z;
6463
+ var __vue_component__$10 = __vue_component__$$;
6462
6464
 
6463
6465
  //
6464
- var script$p = {
6466
+ var script$q = {
6465
6467
  name: "NsInfoCard",
6466
6468
  components: {
6467
6469
  NsSvg,
@@ -6512,10 +6514,10 @@ var script$p = {
6512
6514
  };
6513
6515
 
6514
6516
  /* script */
6515
- const __vue_script__$p = script$p;
6517
+ const __vue_script__$q = script$q;
6516
6518
  /* template */
6517
6519
 
6518
- var __vue_render__$u = function () {
6520
+ var __vue_render__$v = function () {
6519
6521
  var _vm = this;
6520
6522
 
6521
6523
  var _h = _vm.$createElement;
@@ -6572,10 +6574,10 @@ var __vue_render__$u = function () {
6572
6574
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6573
6575
  };
6574
6576
 
6575
- var __vue_staticRenderFns__$u = [];
6577
+ var __vue_staticRenderFns__$v = [];
6576
6578
  /* style */
6577
6579
 
6578
- const __vue_inject_styles__$w = function (inject) {
6580
+ const __vue_inject_styles__$x = function (inject) {
6579
6581
  if (!inject) return;
6580
6582
  inject("data-v-aefc1c3e_0", {
6581
6583
  source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
@@ -6586,26 +6588,26 @@ const __vue_inject_styles__$w = function (inject) {
6586
6588
  /* scoped */
6587
6589
 
6588
6590
 
6589
- const __vue_scope_id__$w = "data-v-aefc1c3e";
6591
+ const __vue_scope_id__$x = "data-v-aefc1c3e";
6590
6592
  /* module identifier */
6591
6593
 
6592
- const __vue_module_identifier__$w = undefined;
6594
+ const __vue_module_identifier__$x = undefined;
6593
6595
  /* functional template */
6594
6596
 
6595
- const __vue_is_functional_template__$w = false;
6597
+ const __vue_is_functional_template__$x = false;
6596
6598
  /* style inject SSR */
6597
6599
 
6598
6600
  /* style inject shadow dom */
6599
6601
 
6600
- const __vue_component__$X = /*#__PURE__*/normalizeComponent({
6601
- render: __vue_render__$u,
6602
- staticRenderFns: __vue_staticRenderFns__$u
6603
- }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
6602
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
6603
+ render: __vue_render__$v,
6604
+ staticRenderFns: __vue_staticRenderFns__$v
6605
+ }, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
6604
6606
 
6605
- var __vue_component__$Y = __vue_component__$X;
6607
+ var __vue_component__$_ = __vue_component__$Z;
6606
6608
 
6607
6609
  //
6608
- var script$o = {
6610
+ var script$p = {
6609
6611
  name: "NsStatusCard",
6610
6612
  //components added for storybook to work
6611
6613
  components: {
@@ -6652,10 +6654,10 @@ var script$o = {
6652
6654
  };
6653
6655
 
6654
6656
  /* script */
6655
- const __vue_script__$o = script$o;
6657
+ const __vue_script__$p = script$p;
6656
6658
  /* template */
6657
6659
 
6658
- var __vue_render__$t = function () {
6660
+ var __vue_render__$u = function () {
6659
6661
  var _vm = this;
6660
6662
 
6661
6663
  var _h = _vm.$createElement;
@@ -6724,10 +6726,10 @@ var __vue_render__$t = function () {
6724
6726
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6725
6727
  };
6726
6728
 
6727
- var __vue_staticRenderFns__$t = [];
6729
+ var __vue_staticRenderFns__$u = [];
6728
6730
  /* style */
6729
6731
 
6730
- const __vue_inject_styles__$v = function (inject) {
6732
+ const __vue_inject_styles__$w = function (inject) {
6731
6733
  if (!inject) return;
6732
6734
  inject("data-v-496044f0_0", {
6733
6735
  source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6738,26 +6740,26 @@ const __vue_inject_styles__$v = function (inject) {
6738
6740
  /* scoped */
6739
6741
 
6740
6742
 
6741
- const __vue_scope_id__$v = "data-v-496044f0";
6743
+ const __vue_scope_id__$w = "data-v-496044f0";
6742
6744
  /* module identifier */
6743
6745
 
6744
- const __vue_module_identifier__$v = undefined;
6746
+ const __vue_module_identifier__$w = undefined;
6745
6747
  /* functional template */
6746
6748
 
6747
- const __vue_is_functional_template__$v = false;
6749
+ const __vue_is_functional_template__$w = false;
6748
6750
  /* style inject SSR */
6749
6751
 
6750
6752
  /* style inject shadow dom */
6751
6753
 
6752
- const __vue_component__$V = /*#__PURE__*/normalizeComponent({
6753
- render: __vue_render__$t,
6754
- staticRenderFns: __vue_staticRenderFns__$t
6755
- }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
6754
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent({
6755
+ render: __vue_render__$u,
6756
+ staticRenderFns: __vue_staticRenderFns__$u
6757
+ }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
6756
6758
 
6757
- var __vue_component__$W = __vue_component__$V;
6759
+ var __vue_component__$Y = __vue_component__$X;
6758
6760
 
6759
6761
  //
6760
- var script$n = {
6762
+ var script$o = {
6761
6763
  name: "NsSystemdServiceCard",
6762
6764
  //components added for storybook to work
6763
6765
  components: {
@@ -6811,10 +6813,10 @@ var script$n = {
6811
6813
  };
6812
6814
 
6813
6815
  /* script */
6814
- const __vue_script__$n = script$n;
6816
+ const __vue_script__$o = script$o;
6815
6817
  /* template */
6816
6818
 
6817
- var __vue_render__$s = function () {
6819
+ var __vue_render__$t = function () {
6818
6820
  var _vm = this;
6819
6821
 
6820
6822
  var _h = _vm.$createElement;
@@ -6869,10 +6871,10 @@ var __vue_render__$s = function () {
6869
6871
  })], 1)])]);
6870
6872
  };
6871
6873
 
6872
- var __vue_staticRenderFns__$s = [];
6874
+ var __vue_staticRenderFns__$t = [];
6873
6875
  /* style */
6874
6876
 
6875
- const __vue_inject_styles__$u = function (inject) {
6877
+ const __vue_inject_styles__$v = function (inject) {
6876
6878
  if (!inject) return;
6877
6879
  inject("data-v-bf751eca_0", {
6878
6880
  source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6883,26 +6885,26 @@ const __vue_inject_styles__$u = function (inject) {
6883
6885
  /* scoped */
6884
6886
 
6885
6887
 
6886
- const __vue_scope_id__$u = "data-v-bf751eca";
6888
+ const __vue_scope_id__$v = "data-v-bf751eca";
6887
6889
  /* module identifier */
6888
6890
 
6889
- const __vue_module_identifier__$u = undefined;
6891
+ const __vue_module_identifier__$v = undefined;
6890
6892
  /* functional template */
6891
6893
 
6892
- const __vue_is_functional_template__$u = false;
6894
+ const __vue_is_functional_template__$v = false;
6893
6895
  /* style inject SSR */
6894
6896
 
6895
6897
  /* style inject shadow dom */
6896
6898
 
6897
- const __vue_component__$T = /*#__PURE__*/normalizeComponent({
6898
- render: __vue_render__$s,
6899
- staticRenderFns: __vue_staticRenderFns__$s
6900
- }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
6899
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent({
6900
+ render: __vue_render__$t,
6901
+ staticRenderFns: __vue_staticRenderFns__$t
6902
+ }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
6901
6903
 
6902
- var __vue_component__$U = __vue_component__$T;
6904
+ var __vue_component__$W = __vue_component__$V;
6903
6905
 
6904
6906
  //
6905
- var script$m = {
6907
+ var script$n = {
6906
6908
  name: "NsTextInput",
6907
6909
  extends: CvTextInput,
6908
6910
  components: {
@@ -6957,10 +6959,10 @@ var script$m = {
6957
6959
  };
6958
6960
 
6959
6961
  /* script */
6960
- const __vue_script__$m = script$m;
6962
+ const __vue_script__$n = script$n;
6961
6963
  /* template */
6962
6964
 
6963
- var __vue_render__$r = function () {
6965
+ var __vue_render__$s = function () {
6964
6966
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
6965
6967
 
6966
6968
  var _vm = this;
@@ -7039,10 +7041,10 @@ var __vue_render__$r = function () {
7039
7041
  })], 2) : _vm._e()]);
7040
7042
  };
7041
7043
 
7042
- var __vue_staticRenderFns__$r = [];
7044
+ var __vue_staticRenderFns__$s = [];
7043
7045
  /* style */
7044
7046
 
7045
- const __vue_inject_styles__$t = function (inject) {
7047
+ const __vue_inject_styles__$u = function (inject) {
7046
7048
  if (!inject) return;
7047
7049
  inject("data-v-11b039d1_0", {
7048
7050
  source: ".label-with-tooltip[data-v-11b039d1]{display:flex;align-items:baseline}.prefix[data-v-11b039d1]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-11b039d1]{align-items:center}",
@@ -7057,23 +7059,23 @@ const __vue_inject_styles__$t = function (inject) {
7057
7059
  /* scoped */
7058
7060
 
7059
7061
 
7060
- const __vue_scope_id__$t = "data-v-11b039d1";
7062
+ const __vue_scope_id__$u = "data-v-11b039d1";
7061
7063
  /* module identifier */
7062
7064
 
7063
- const __vue_module_identifier__$t = undefined;
7065
+ const __vue_module_identifier__$u = undefined;
7064
7066
  /* functional template */
7065
7067
 
7066
- const __vue_is_functional_template__$t = false;
7068
+ const __vue_is_functional_template__$u = false;
7067
7069
  /* style inject SSR */
7068
7070
 
7069
7071
  /* style inject shadow dom */
7070
7072
 
7071
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
7072
- render: __vue_render__$r,
7073
- staticRenderFns: __vue_staticRenderFns__$r
7074
- }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
7073
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
7074
+ render: __vue_render__$s,
7075
+ staticRenderFns: __vue_staticRenderFns__$s
7076
+ }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
7075
7077
 
7076
- var NsTextInput = __vue_component__$S;
7078
+ var NsTextInput = __vue_component__$U;
7077
7079
 
7078
7080
  // Unique ID creation requires a high quality random # generator. In node.js
7079
7081
  // this is pretty straight-forward - we use the crypto API.
@@ -7615,7 +7617,7 @@ var UtilService = {
7615
7617
  };
7616
7618
 
7617
7619
  //
7618
- var script$l = {
7620
+ var script$m = {
7619
7621
  name: "NsPasswordInput",
7620
7622
  components: {
7621
7623
  NsTextInput
@@ -7780,10 +7782,10 @@ var script$l = {
7780
7782
  };
7781
7783
 
7782
7784
  /* script */
7783
- const __vue_script__$l = script$l;
7785
+ const __vue_script__$m = script$m;
7784
7786
  /* template */
7785
7787
 
7786
- var __vue_render__$q = function () {
7788
+ var __vue_render__$r = function () {
7787
7789
  var _vm = this;
7788
7790
 
7789
7791
  var _h = _vm.$createElement;
@@ -7878,10 +7880,10 @@ var __vue_render__$q = function () {
7878
7880
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7879
7881
  };
7880
7882
 
7881
- var __vue_staticRenderFns__$q = [];
7883
+ var __vue_staticRenderFns__$r = [];
7882
7884
  /* style */
7883
7885
 
7884
- const __vue_inject_styles__$s = function (inject) {
7886
+ const __vue_inject_styles__$t = function (inject) {
7885
7887
  if (!inject) return;
7886
7888
  inject("data-v-67b93b40_0", {
7887
7889
  source: ".new-password-container[data-v-67b93b40]{margin-bottom:1rem}.new-password[data-v-67b93b40]{margin-bottom:.25rem}.confirm-password[data-v-67b93b40]{margin-bottom:.25rem}.password-meter[data-v-67b93b40]{display:flex}@media (min-width:672px){.password-meter[data-v-67b93b40]{max-width:38rem}}.requirement[data-v-67b93b40]{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-67b93b40]{background-color:#fff}.requirement[data-v-67b93b40]:first-child{margin-left:0}.requirement-ok[data-v-67b93b40]{color:#fff;background-color:#198038}.requirement-disabled[data-v-67b93b40]{color:#c6c6c6;background-color:#f4f4f4}",
@@ -7892,26 +7894,26 @@ const __vue_inject_styles__$s = function (inject) {
7892
7894
  /* scoped */
7893
7895
 
7894
7896
 
7895
- const __vue_scope_id__$s = "data-v-67b93b40";
7897
+ const __vue_scope_id__$t = "data-v-67b93b40";
7896
7898
  /* module identifier */
7897
7899
 
7898
- const __vue_module_identifier__$s = undefined;
7900
+ const __vue_module_identifier__$t = undefined;
7899
7901
  /* functional template */
7900
7902
 
7901
- const __vue_is_functional_template__$s = false;
7903
+ const __vue_is_functional_template__$t = false;
7902
7904
  /* style inject SSR */
7903
7905
 
7904
7906
  /* style inject shadow dom */
7905
7907
 
7906
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
7907
- render: __vue_render__$q,
7908
- staticRenderFns: __vue_staticRenderFns__$q
7909
- }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
7908
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent({
7909
+ render: __vue_render__$r,
7910
+ staticRenderFns: __vue_staticRenderFns__$r
7911
+ }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
7910
7912
 
7911
- var __vue_component__$R = __vue_component__$Q;
7913
+ var __vue_component__$T = __vue_component__$S;
7912
7914
 
7913
7915
  //
7914
- var script$k = {
7916
+ var script$l = {
7915
7917
  name: "NsIconMenu",
7916
7918
  extends: CvOverflowMenu,
7917
7919
  props: {
@@ -7955,10 +7957,10 @@ var script$k = {
7955
7957
  };
7956
7958
 
7957
7959
  /* script */
7958
- const __vue_script__$k = script$k;
7960
+ const __vue_script__$l = script$l;
7959
7961
  /* template */
7960
7962
 
7961
- var __vue_render__$p = function () {
7963
+ var __vue_render__$q = function () {
7962
7964
  var _obj, _obj$1;
7963
7965
 
7964
7966
  var _vm = this;
@@ -8074,10 +8076,10 @@ var __vue_render__$p = function () {
8074
8076
  })])]);
8075
8077
  };
8076
8078
 
8077
- var __vue_staticRenderFns__$p = [];
8079
+ var __vue_staticRenderFns__$q = [];
8078
8080
  /* style */
8079
8081
 
8080
- const __vue_inject_styles__$r = function (inject) {
8082
+ const __vue_inject_styles__$s = function (inject) {
8081
8083
  if (!inject) return;
8082
8084
  inject("data-v-2be14df6_0", {
8083
8085
  source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
@@ -8088,26 +8090,26 @@ const __vue_inject_styles__$r = function (inject) {
8088
8090
  /* scoped */
8089
8091
 
8090
8092
 
8091
- const __vue_scope_id__$r = "data-v-2be14df6";
8093
+ const __vue_scope_id__$s = "data-v-2be14df6";
8092
8094
  /* module identifier */
8093
8095
 
8094
- const __vue_module_identifier__$r = undefined;
8096
+ const __vue_module_identifier__$s = undefined;
8095
8097
  /* functional template */
8096
8098
 
8097
- const __vue_is_functional_template__$r = false;
8099
+ const __vue_is_functional_template__$s = false;
8098
8100
  /* style inject SSR */
8099
8101
 
8100
8102
  /* style inject shadow dom */
8101
8103
 
8102
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
8103
- render: __vue_render__$p,
8104
- staticRenderFns: __vue_staticRenderFns__$p
8105
- }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
8104
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
8105
+ render: __vue_render__$q,
8106
+ staticRenderFns: __vue_staticRenderFns__$q
8107
+ }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
8106
8108
 
8107
- var __vue_component__$P = __vue_component__$O;
8109
+ var __vue_component__$R = __vue_component__$Q;
8108
8110
 
8109
8111
  //
8110
- var script$j = {
8112
+ var script$k = {
8111
8113
  name: "NsMeterChart",
8112
8114
  components: {
8113
8115
  NsProgressBar
@@ -8142,10 +8144,10 @@ var script$j = {
8142
8144
  };
8143
8145
 
8144
8146
  /* script */
8145
- const __vue_script__$j = script$j;
8147
+ const __vue_script__$k = script$k;
8146
8148
  /* template */
8147
8149
 
8148
- var __vue_render__$o = function () {
8150
+ var __vue_render__$p = function () {
8149
8151
  var _vm = this;
8150
8152
 
8151
8153
  var _h = _vm.$createElement;
@@ -8168,10 +8170,10 @@ var __vue_render__$o = function () {
8168
8170
  })], 1);
8169
8171
  };
8170
8172
 
8171
- var __vue_staticRenderFns__$o = [];
8173
+ var __vue_staticRenderFns__$p = [];
8172
8174
  /* style */
8173
8175
 
8174
- const __vue_inject_styles__$q = function (inject) {
8176
+ const __vue_inject_styles__$r = function (inject) {
8175
8177
  if (!inject) return;
8176
8178
  inject("data-v-8d83456c_0", {
8177
8179
  source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
@@ -8182,26 +8184,26 @@ const __vue_inject_styles__$q = function (inject) {
8182
8184
  /* scoped */
8183
8185
 
8184
8186
 
8185
- const __vue_scope_id__$q = "data-v-8d83456c";
8187
+ const __vue_scope_id__$r = "data-v-8d83456c";
8186
8188
  /* module identifier */
8187
8189
 
8188
- const __vue_module_identifier__$q = undefined;
8190
+ const __vue_module_identifier__$r = undefined;
8189
8191
  /* functional template */
8190
8192
 
8191
- const __vue_is_functional_template__$q = false;
8193
+ const __vue_is_functional_template__$r = false;
8192
8194
  /* style inject SSR */
8193
8195
 
8194
8196
  /* style inject shadow dom */
8195
8197
 
8196
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
8197
- render: __vue_render__$o,
8198
- staticRenderFns: __vue_staticRenderFns__$o
8199
- }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
8198
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
8199
+ render: __vue_render__$p,
8200
+ staticRenderFns: __vue_staticRenderFns__$p
8201
+ }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
8200
8202
 
8201
- var __vue_component__$N = __vue_component__$M;
8203
+ var __vue_component__$P = __vue_component__$O;
8202
8204
 
8203
8205
  //
8204
- var script$i = {
8206
+ var script$j = {
8205
8207
  name: "NsModal",
8206
8208
  extends: CvModal,
8207
8209
  components: {
@@ -8261,10 +8263,10 @@ var script$i = {
8261
8263
  };
8262
8264
 
8263
8265
  /* script */
8264
- const __vue_script__$i = script$i;
8266
+ const __vue_script__$j = script$j;
8265
8267
  /* template */
8266
8268
 
8267
- var __vue_render__$n = function () {
8269
+ var __vue_render__$o = function () {
8268
8270
  var _obj, _obj$1, _obj$2, _obj$3;
8269
8271
 
8270
8272
  var _vm = this;
@@ -8398,34 +8400,34 @@ var __vue_render__$n = function () {
8398
8400
  })], 1)]);
8399
8401
  };
8400
8402
 
8401
- var __vue_staticRenderFns__$n = [];
8403
+ var __vue_staticRenderFns__$o = [];
8402
8404
  /* style */
8403
8405
 
8404
- const __vue_inject_styles__$p = undefined;
8406
+ const __vue_inject_styles__$q = undefined;
8405
8407
  /* scoped */
8406
8408
 
8407
- const __vue_scope_id__$p = undefined;
8409
+ const __vue_scope_id__$q = undefined;
8408
8410
  /* module identifier */
8409
8411
 
8410
- const __vue_module_identifier__$p = undefined;
8412
+ const __vue_module_identifier__$q = undefined;
8411
8413
  /* functional template */
8412
8414
 
8413
- const __vue_is_functional_template__$p = false;
8415
+ const __vue_is_functional_template__$q = false;
8414
8416
  /* style inject */
8415
8417
 
8416
8418
  /* style inject SSR */
8417
8419
 
8418
8420
  /* style inject shadow dom */
8419
8421
 
8420
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({
8421
- render: __vue_render__$n,
8422
- staticRenderFns: __vue_staticRenderFns__$n
8423
- }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
8422
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({
8423
+ render: __vue_render__$o,
8424
+ staticRenderFns: __vue_staticRenderFns__$o
8425
+ }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
8424
8426
 
8425
- var NsModal = __vue_component__$L;
8427
+ var NsModal = __vue_component__$N;
8426
8428
 
8427
8429
  //
8428
- var script$h = {
8430
+ var script$i = {
8429
8431
  name: "NsDangerDeleteModal",
8430
8432
  //component added for storybook to work
8431
8433
  components: {
@@ -8521,10 +8523,10 @@ var script$h = {
8521
8523
  };
8522
8524
 
8523
8525
  /* script */
8524
- const __vue_script__$h = script$h;
8526
+ const __vue_script__$i = script$i;
8525
8527
  /* template */
8526
8528
 
8527
- var __vue_render__$m = function () {
8529
+ var __vue_render__$n = function () {
8528
8530
  var _vm = this;
8529
8531
 
8530
8532
  var _h = _vm.$createElement;
@@ -8592,10 +8594,10 @@ var __vue_render__$m = function () {
8592
8594
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8593
8595
  };
8594
8596
 
8595
- var __vue_staticRenderFns__$m = [];
8597
+ var __vue_staticRenderFns__$n = [];
8596
8598
  /* style */
8597
8599
 
8598
- const __vue_inject_styles__$o = function (inject) {
8600
+ const __vue_inject_styles__$p = function (inject) {
8599
8601
  if (!inject) return;
8600
8602
  inject("data-v-746a2de3_0", {
8601
8603
  source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
@@ -8606,23 +8608,23 @@ const __vue_inject_styles__$o = function (inject) {
8606
8608
  /* scoped */
8607
8609
 
8608
8610
 
8609
- const __vue_scope_id__$o = "data-v-746a2de3";
8611
+ const __vue_scope_id__$p = "data-v-746a2de3";
8610
8612
  /* module identifier */
8611
8613
 
8612
- const __vue_module_identifier__$o = undefined;
8614
+ const __vue_module_identifier__$p = undefined;
8613
8615
  /* functional template */
8614
8616
 
8615
- const __vue_is_functional_template__$o = false;
8617
+ const __vue_is_functional_template__$p = false;
8616
8618
  /* style inject SSR */
8617
8619
 
8618
8620
  /* style inject shadow dom */
8619
8621
 
8620
- const __vue_component__$J = /*#__PURE__*/normalizeComponent({
8621
- render: __vue_render__$m,
8622
- staticRenderFns: __vue_staticRenderFns__$m
8623
- }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
8622
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
8623
+ render: __vue_render__$n,
8624
+ staticRenderFns: __vue_staticRenderFns__$n
8625
+ }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
8624
8626
 
8625
- var __vue_component__$K = __vue_component__$J;
8627
+ var __vue_component__$M = __vue_component__$L;
8626
8628
 
8627
8629
  var IconService = {
8628
8630
  name: "IconService",
@@ -8760,7 +8762,8 @@ var IconService = {
8760
8762
  Certificate32,
8761
8763
  Certificate20,
8762
8764
  BareMetalServer20,
8763
- // acme server
8765
+ // acme server, host, hostname
8766
+ BareMetalServer32,
8764
8767
  Firewall20,
8765
8768
  Firewall32,
8766
8769
  Wikis32,
@@ -8794,14 +8797,16 @@ var IconService = {
8794
8797
  Box16,
8795
8798
  // mailboxes
8796
8799
  Box20,
8797
- Box32
8800
+ Box32,
8801
+ UserMilitary32 // master user
8802
+
8798
8803
  };
8799
8804
  }
8800
8805
 
8801
8806
  };
8802
8807
 
8803
8808
  //
8804
- var script$g = {
8809
+ var script$h = {
8805
8810
  name: "NsDropdownAction",
8806
8811
  extends: CvOverflowMenu,
8807
8812
  components: {
@@ -8833,10 +8838,10 @@ var script$g = {
8833
8838
  };
8834
8839
 
8835
8840
  /* script */
8836
- const __vue_script__$g = script$g;
8841
+ const __vue_script__$h = script$h;
8837
8842
  /* template */
8838
8843
 
8839
- var __vue_render__$l = function () {
8844
+ var __vue_render__$m = function () {
8840
8845
  var _obj, _obj$1;
8841
8846
 
8842
8847
  var _vm = this;
@@ -8936,34 +8941,34 @@ var __vue_render__$l = function () {
8936
8941
  })])]);
8937
8942
  };
8938
8943
 
8939
- var __vue_staticRenderFns__$l = [];
8944
+ var __vue_staticRenderFns__$m = [];
8940
8945
  /* style */
8941
8946
 
8942
- const __vue_inject_styles__$n = undefined;
8947
+ const __vue_inject_styles__$o = undefined;
8943
8948
  /* scoped */
8944
8949
 
8945
- const __vue_scope_id__$n = "data-v-31925b9d";
8950
+ const __vue_scope_id__$o = "data-v-31925b9d";
8946
8951
  /* module identifier */
8947
8952
 
8948
- const __vue_module_identifier__$n = undefined;
8953
+ const __vue_module_identifier__$o = undefined;
8949
8954
  /* functional template */
8950
8955
 
8951
- const __vue_is_functional_template__$n = false;
8956
+ const __vue_is_functional_template__$o = false;
8952
8957
  /* style inject */
8953
8958
 
8954
8959
  /* style inject SSR */
8955
8960
 
8956
8961
  /* style inject shadow dom */
8957
8962
 
8958
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
8959
- render: __vue_render__$l,
8960
- staticRenderFns: __vue_staticRenderFns__$l
8961
- }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
8963
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({
8964
+ render: __vue_render__$m,
8965
+ staticRenderFns: __vue_staticRenderFns__$m
8966
+ }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
8962
8967
 
8963
- var __vue_component__$I = __vue_component__$H;
8968
+ var __vue_component__$K = __vue_component__$J;
8964
8969
 
8965
8970
  //
8966
- var script$f = {
8971
+ var script$g = {
8967
8972
  name: "NsBackupCardDetails",
8968
8973
  mixins: [DateTimeService],
8969
8974
  props: {
@@ -8999,10 +9004,10 @@ var script$f = {
8999
9004
  };
9000
9005
 
9001
9006
  /* script */
9002
- const __vue_script__$f = script$f;
9007
+ const __vue_script__$g = script$g;
9003
9008
  /* template */
9004
9009
 
9005
- var __vue_render__$k = function () {
9010
+ var __vue_render__$l = function () {
9006
9011
  var _vm = this;
9007
9012
 
9008
9013
  var _h = _vm.$createElement;
@@ -9056,10 +9061,10 @@ var __vue_render__$k = function () {
9056
9061
  }, [_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("-")])])])]);
9057
9062
  };
9058
9063
 
9059
- var __vue_staticRenderFns__$k = [];
9064
+ var __vue_staticRenderFns__$l = [];
9060
9065
  /* style */
9061
9066
 
9062
- const __vue_inject_styles__$m = function (inject) {
9067
+ const __vue_inject_styles__$n = function (inject) {
9063
9068
  if (!inject) return;
9064
9069
  inject("data-v-25453d1c_0", {
9065
9070
  source: ".ns-backup-card-details[data-v-25453d1c]{display:contents}.tr[data-v-25453d1c]{display:table-row}.td[data-v-25453d1c]{display:table-cell}.label[data-v-25453d1c]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
@@ -9070,26 +9075,26 @@ const __vue_inject_styles__$m = function (inject) {
9070
9075
  /* scoped */
9071
9076
 
9072
9077
 
9073
- const __vue_scope_id__$m = "data-v-25453d1c";
9078
+ const __vue_scope_id__$n = "data-v-25453d1c";
9074
9079
  /* module identifier */
9075
9080
 
9076
- const __vue_module_identifier__$m = undefined;
9081
+ const __vue_module_identifier__$n = undefined;
9077
9082
  /* functional template */
9078
9083
 
9079
- const __vue_is_functional_template__$m = false;
9084
+ const __vue_is_functional_template__$n = false;
9080
9085
  /* style inject SSR */
9081
9086
 
9082
9087
  /* style inject shadow dom */
9083
9088
 
9084
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
9085
- render: __vue_render__$k,
9086
- staticRenderFns: __vue_staticRenderFns__$k
9087
- }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
9089
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
9090
+ render: __vue_render__$l,
9091
+ staticRenderFns: __vue_staticRenderFns__$l
9092
+ }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
9088
9093
 
9089
- var NsBackupCardDetails = __vue_component__$G;
9094
+ var NsBackupCardDetails = __vue_component__$I;
9090
9095
 
9091
9096
  //
9092
- var script$e = {
9097
+ var script$f = {
9093
9098
  name: "NsBackupCard",
9094
9099
  components: {
9095
9100
  NsBackupCardDetails
@@ -9230,10 +9235,10 @@ var script$e = {
9230
9235
  };
9231
9236
 
9232
9237
  /* script */
9233
- const __vue_script__$e = script$e;
9238
+ const __vue_script__$f = script$f;
9234
9239
  /* template */
9235
9240
 
9236
- var __vue_render__$j = function () {
9241
+ var __vue_render__$k = function () {
9237
9242
  var _vm = this;
9238
9243
 
9239
9244
  var _h = _vm.$createElement;
@@ -9349,10 +9354,10 @@ var __vue_render__$j = function () {
9349
9354
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9350
9355
  };
9351
9356
 
9352
- var __vue_staticRenderFns__$j = [];
9357
+ var __vue_staticRenderFns__$k = [];
9353
9358
  /* style */
9354
9359
 
9355
- const __vue_inject_styles__$l = function (inject) {
9360
+ const __vue_inject_styles__$m = function (inject) {
9356
9361
  if (!inject) return;
9357
9362
  inject("data-v-5a3b7738_0", {
9358
9363
  source: ".ns-backup-card[data-v-5a3b7738]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-5a3b7738]{margin-bottom:1rem}.backup[data-v-5a3b7738]:last-child{margin-bottom:0}.row[data-v-5a3b7738]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5a3b7738]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-5a3b7738]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-5a3b7738]{display:table}.tr[data-v-5a3b7738]{display:table-row}.td[data-v-5a3b7738]{display:table-cell}.label[data-v-5a3b7738]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-5a3b7738]{font-weight:700}.backup-status-icon[data-v-5a3b7738]{margin-right:.25rem}",
@@ -9367,26 +9372,26 @@ const __vue_inject_styles__$l = function (inject) {
9367
9372
  /* scoped */
9368
9373
 
9369
9374
 
9370
- const __vue_scope_id__$l = "data-v-5a3b7738";
9375
+ const __vue_scope_id__$m = "data-v-5a3b7738";
9371
9376
  /* module identifier */
9372
9377
 
9373
- const __vue_module_identifier__$l = undefined;
9378
+ const __vue_module_identifier__$m = undefined;
9374
9379
  /* functional template */
9375
9380
 
9376
- const __vue_is_functional_template__$l = false;
9381
+ const __vue_is_functional_template__$m = false;
9377
9382
  /* style inject SSR */
9378
9383
 
9379
9384
  /* style inject shadow dom */
9380
9385
 
9381
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
9382
- render: __vue_render__$j,
9383
- staticRenderFns: __vue_staticRenderFns__$j
9384
- }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
9386
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
9387
+ render: __vue_render__$k,
9388
+ staticRenderFns: __vue_staticRenderFns__$k
9389
+ }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
9385
9390
 
9386
- var __vue_component__$F = __vue_component__$E;
9391
+ var __vue_component__$H = __vue_component__$G;
9387
9392
 
9388
9393
  //
9389
- var script$d = {
9394
+ var script$e = {
9390
9395
  name: "NsWizard",
9391
9396
  extends: NsModal,
9392
9397
  mixins: [IconService],
@@ -9430,10 +9435,10 @@ var script$d = {
9430
9435
  };
9431
9436
 
9432
9437
  /* script */
9433
- const __vue_script__$d = script$d;
9438
+ const __vue_script__$e = script$e;
9434
9439
  /* template */
9435
9440
 
9436
- var __vue_render__$i = function () {
9441
+ var __vue_render__$j = function () {
9437
9442
  var _obj, _obj$1;
9438
9443
 
9439
9444
  var _vm = this;
@@ -9575,34 +9580,34 @@ var __vue_render__$i = function () {
9575
9580
  })], 1)]);
9576
9581
  };
9577
9582
 
9578
- var __vue_staticRenderFns__$i = [];
9583
+ var __vue_staticRenderFns__$j = [];
9579
9584
  /* style */
9580
9585
 
9581
- const __vue_inject_styles__$k = undefined;
9586
+ const __vue_inject_styles__$l = undefined;
9582
9587
  /* scoped */
9583
9588
 
9584
- const __vue_scope_id__$k = undefined;
9589
+ const __vue_scope_id__$l = undefined;
9585
9590
  /* module identifier */
9586
9591
 
9587
- const __vue_module_identifier__$k = undefined;
9592
+ const __vue_module_identifier__$l = undefined;
9588
9593
  /* functional template */
9589
9594
 
9590
- const __vue_is_functional_template__$k = false;
9595
+ const __vue_is_functional_template__$l = false;
9591
9596
  /* style inject */
9592
9597
 
9593
9598
  /* style inject SSR */
9594
9599
 
9595
9600
  /* style inject shadow dom */
9596
9601
 
9597
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
9598
- render: __vue_render__$i,
9599
- staticRenderFns: __vue_staticRenderFns__$i
9600
- }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
9602
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
9603
+ render: __vue_render__$j,
9604
+ staticRenderFns: __vue_staticRenderFns__$j
9605
+ }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
9601
9606
 
9602
- var __vue_component__$D = __vue_component__$C;
9607
+ var __vue_component__$F = __vue_component__$E;
9603
9608
 
9604
9609
  //
9605
- var script$c = {
9610
+ var script$d = {
9606
9611
  name: "NsMenuItem",
9607
9612
  components: {
9608
9613
  NsSvg
@@ -9625,10 +9630,10 @@ var script$c = {
9625
9630
  };
9626
9631
 
9627
9632
  /* script */
9628
- const __vue_script__$c = script$c;
9633
+ const __vue_script__$d = script$d;
9629
9634
  /* template */
9630
9635
 
9631
- var __vue_render__$h = function () {
9636
+ var __vue_render__$i = function () {
9632
9637
  var _vm = this;
9633
9638
 
9634
9639
  var _h = _vm.$createElement;
@@ -9648,10 +9653,10 @@ var __vue_render__$h = function () {
9648
9653
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9649
9654
  };
9650
9655
 
9651
- var __vue_staticRenderFns__$h = [];
9656
+ var __vue_staticRenderFns__$i = [];
9652
9657
  /* style */
9653
9658
 
9654
- const __vue_inject_styles__$j = function (inject) {
9659
+ const __vue_inject_styles__$k = function (inject) {
9655
9660
  if (!inject) return;
9656
9661
  inject("data-v-35f08832_0", {
9657
9662
  source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
@@ -9662,26 +9667,26 @@ const __vue_inject_styles__$j = function (inject) {
9662
9667
  /* scoped */
9663
9668
 
9664
9669
 
9665
- const __vue_scope_id__$j = "data-v-35f08832";
9670
+ const __vue_scope_id__$k = "data-v-35f08832";
9666
9671
  /* module identifier */
9667
9672
 
9668
- const __vue_module_identifier__$j = undefined;
9673
+ const __vue_module_identifier__$k = undefined;
9669
9674
  /* functional template */
9670
9675
 
9671
- const __vue_is_functional_template__$j = false;
9676
+ const __vue_is_functional_template__$k = false;
9672
9677
  /* style inject SSR */
9673
9678
 
9674
9679
  /* style inject shadow dom */
9675
9680
 
9676
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
9677
- render: __vue_render__$h,
9678
- staticRenderFns: __vue_staticRenderFns__$h
9679
- }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
9681
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
9682
+ render: __vue_render__$i,
9683
+ staticRenderFns: __vue_staticRenderFns__$i
9684
+ }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
9680
9685
 
9681
- var __vue_component__$B = __vue_component__$A;
9686
+ var __vue_component__$D = __vue_component__$C;
9682
9687
 
9683
9688
  //
9684
- var script$b = {
9689
+ var script$c = {
9685
9690
  name: "NsMenuDivider",
9686
9691
  components: {
9687
9692
  CvSideNavDivider
@@ -9689,10 +9694,10 @@ var script$b = {
9689
9694
  };
9690
9695
 
9691
9696
  /* script */
9692
- const __vue_script__$b = script$b;
9697
+ const __vue_script__$c = script$c;
9693
9698
  /* template */
9694
9699
 
9695
- var __vue_render__$g = function () {
9700
+ var __vue_render__$h = function () {
9696
9701
  var _vm = this;
9697
9702
 
9698
9703
  var _h = _vm.$createElement;
@@ -9702,34 +9707,34 @@ var __vue_render__$g = function () {
9702
9707
  return _c('cv-side-nav-divider');
9703
9708
  };
9704
9709
 
9705
- var __vue_staticRenderFns__$g = [];
9710
+ var __vue_staticRenderFns__$h = [];
9706
9711
  /* style */
9707
9712
 
9708
- const __vue_inject_styles__$i = undefined;
9713
+ const __vue_inject_styles__$j = undefined;
9709
9714
  /* scoped */
9710
9715
 
9711
- const __vue_scope_id__$i = "data-v-c2c8c17e";
9716
+ const __vue_scope_id__$j = "data-v-c2c8c17e";
9712
9717
  /* module identifier */
9713
9718
 
9714
- const __vue_module_identifier__$i = undefined;
9719
+ const __vue_module_identifier__$j = undefined;
9715
9720
  /* functional template */
9716
9721
 
9717
- const __vue_is_functional_template__$i = false;
9722
+ const __vue_is_functional_template__$j = false;
9718
9723
  /* style inject */
9719
9724
 
9720
9725
  /* style inject SSR */
9721
9726
 
9722
9727
  /* style inject shadow dom */
9723
9728
 
9724
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
9725
- render: __vue_render__$g,
9726
- staticRenderFns: __vue_staticRenderFns__$g
9727
- }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
9729
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
9730
+ render: __vue_render__$h,
9731
+ staticRenderFns: __vue_staticRenderFns__$h
9732
+ }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
9728
9733
 
9729
- var __vue_component__$z = __vue_component__$y;
9734
+ var __vue_component__$B = __vue_component__$A;
9730
9735
 
9731
9736
  //
9732
- var script$a = {
9737
+ var script$b = {
9733
9738
  name: "NsSystemLogsCard",
9734
9739
  mixins: [UtilService, IconService],
9735
9740
  props: {
@@ -9848,10 +9853,10 @@ var script$a = {
9848
9853
  };
9849
9854
 
9850
9855
  /* script */
9851
- const __vue_script__$a = script$a;
9856
+ const __vue_script__$b = script$b;
9852
9857
  /* template */
9853
9858
 
9854
- var __vue_render__$f = function () {
9859
+ var __vue_render__$g = function () {
9855
9860
  var _vm = this;
9856
9861
 
9857
9862
  var _h = _vm.$createElement;
@@ -9878,34 +9883,34 @@ var __vue_render__$f = function () {
9878
9883
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9879
9884
  };
9880
9885
 
9881
- var __vue_staticRenderFns__$f = [];
9886
+ var __vue_staticRenderFns__$g = [];
9882
9887
  /* style */
9883
9888
 
9884
- const __vue_inject_styles__$h = undefined;
9889
+ const __vue_inject_styles__$i = undefined;
9885
9890
  /* scoped */
9886
9891
 
9887
- const __vue_scope_id__$h = "data-v-aec74b8e";
9892
+ const __vue_scope_id__$i = "data-v-aec74b8e";
9888
9893
  /* module identifier */
9889
9894
 
9890
- const __vue_module_identifier__$h = undefined;
9895
+ const __vue_module_identifier__$i = undefined;
9891
9896
  /* functional template */
9892
9897
 
9893
- const __vue_is_functional_template__$h = false;
9898
+ const __vue_is_functional_template__$i = false;
9894
9899
  /* style inject */
9895
9900
 
9896
9901
  /* style inject SSR */
9897
9902
 
9898
9903
  /* style inject shadow dom */
9899
9904
 
9900
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
9901
- render: __vue_render__$f,
9902
- staticRenderFns: __vue_staticRenderFns__$f
9903
- }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
9905
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
9906
+ render: __vue_render__$g,
9907
+ staticRenderFns: __vue_staticRenderFns__$g
9908
+ }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
9904
9909
 
9905
- var __vue_component__$x = __vue_component__$w;
9910
+ var __vue_component__$z = __vue_component__$y;
9906
9911
 
9907
9912
  //
9908
- var script$9 = {
9913
+ var script$a = {
9909
9914
  name: "NsTimePicker",
9910
9915
  mixins: [uidMixin, carbonPrefixMixin, themeMixin],
9911
9916
  props: {
@@ -9948,10 +9953,10 @@ var script$9 = {
9948
9953
  };
9949
9954
 
9950
9955
  /* script */
9951
- const __vue_script__$9 = script$9;
9956
+ const __vue_script__$a = script$a;
9952
9957
  /* template */
9953
9958
 
9954
- var __vue_render__$e = function () {
9959
+ var __vue_render__$f = function () {
9955
9960
  var _obj, _obj$1;
9956
9961
 
9957
9962
  var _vm = this;
@@ -9995,10 +10000,10 @@ var __vue_render__$e = function () {
9995
10000
  })], 2) : _vm._e()]);
9996
10001
  };
9997
10002
 
9998
- var __vue_staticRenderFns__$e = [];
10003
+ var __vue_staticRenderFns__$f = [];
9999
10004
  /* style */
10000
10005
 
10001
- const __vue_inject_styles__$g = function (inject) {
10006
+ const __vue_inject_styles__$h = function (inject) {
10002
10007
  if (!inject) return;
10003
10008
  inject("data-v-e1e1beb2_0", {
10004
10009
  source: ".ns-time-picker .time-picker-field[data-v-e1e1beb2]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-e1e1beb2]{width:4.875rem}",
@@ -10013,23 +10018,23 @@ const __vue_inject_styles__$g = function (inject) {
10013
10018
  /* scoped */
10014
10019
 
10015
10020
 
10016
- const __vue_scope_id__$g = "data-v-e1e1beb2";
10021
+ const __vue_scope_id__$h = "data-v-e1e1beb2";
10017
10022
  /* module identifier */
10018
10023
 
10019
- const __vue_module_identifier__$g = undefined;
10024
+ const __vue_module_identifier__$h = undefined;
10020
10025
  /* functional template */
10021
10026
 
10022
- const __vue_is_functional_template__$g = false;
10027
+ const __vue_is_functional_template__$h = false;
10023
10028
  /* style inject SSR */
10024
10029
 
10025
10030
  /* style inject shadow dom */
10026
10031
 
10027
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
10028
- render: __vue_render__$e,
10029
- staticRenderFns: __vue_staticRenderFns__$e
10030
- }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
10032
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
10033
+ render: __vue_render__$f,
10034
+ staticRenderFns: __vue_staticRenderFns__$f
10035
+ }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
10031
10036
 
10032
- var __vue_component__$v = __vue_component__$u;
10037
+ var __vue_component__$x = __vue_component__$w;
10033
10038
 
10034
10039
  /*
10035
10040
  * This component optionally wraps slotted content with the specified tag-type.
@@ -10068,7 +10073,7 @@ var NsWrapper = {
10068
10073
 
10069
10074
  };
10070
10075
 
10071
- var script$8 = {
10076
+ var script$9 = {
10072
10077
  name: "NsPagination",
10073
10078
  extends: CvPagination,
10074
10079
  props: {
@@ -10146,12 +10151,12 @@ var script$8 = {
10146
10151
  };
10147
10152
 
10148
10153
  /* script */
10149
- const __vue_script__$8 = script$8;
10154
+ const __vue_script__$9 = script$9;
10150
10155
  /* template */
10151
10156
 
10152
10157
  /* style */
10153
10158
 
10154
- const __vue_inject_styles__$f = function (inject) {
10159
+ const __vue_inject_styles__$g = function (inject) {
10155
10160
  if (!inject) return;
10156
10161
  inject("data-v-01f52cb6_0", {
10157
10162
  source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
@@ -10162,20 +10167,20 @@ const __vue_inject_styles__$f = function (inject) {
10162
10167
  /* scoped */
10163
10168
 
10164
10169
 
10165
- const __vue_scope_id__$f = undefined;
10170
+ const __vue_scope_id__$g = undefined;
10166
10171
  /* module identifier */
10167
10172
 
10168
- const __vue_module_identifier__$f = undefined;
10173
+ const __vue_module_identifier__$g = undefined;
10169
10174
  /* functional template */
10170
10175
 
10171
- const __vue_is_functional_template__$f = undefined;
10176
+ const __vue_is_functional_template__$g = undefined;
10172
10177
  /* style inject SSR */
10173
10178
 
10174
10179
  /* style inject shadow dom */
10175
10180
 
10176
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
10181
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
10177
10182
 
10178
- var NsPagination = __vue_component__$t;
10183
+ var NsPagination = __vue_component__$v;
10179
10184
 
10180
10185
  var v$3 = "5.6.1";
10181
10186
  var fr$3 = 24;
@@ -17214,7 +17219,7 @@ var LottieService = {
17214
17219
  };
17215
17220
 
17216
17221
  //
17217
- var script$7 = {
17222
+ var script$8 = {
17218
17223
  name: "NsDataTable",
17219
17224
  extends: CvDataTable,
17220
17225
  components: {
@@ -17536,10 +17541,10 @@ var script$7 = {
17536
17541
  };
17537
17542
 
17538
17543
  /* script */
17539
- const __vue_script__$7 = script$7;
17544
+ const __vue_script__$8 = script$8;
17540
17545
  /* template */
17541
17546
 
17542
- var __vue_render__$d = function () {
17547
+ var __vue_render__$e = function () {
17543
17548
  var _obj, _obj$1, _obj$2, _obj$3;
17544
17549
 
17545
17550
  var _vm = this;
@@ -17867,34 +17872,34 @@ var __vue_render__$d = function () {
17867
17872
  }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
17868
17873
  };
17869
17874
 
17870
- var __vue_staticRenderFns__$d = [];
17875
+ var __vue_staticRenderFns__$e = [];
17871
17876
  /* style */
17872
17877
 
17873
- const __vue_inject_styles__$e = undefined;
17878
+ const __vue_inject_styles__$f = undefined;
17874
17879
  /* scoped */
17875
17880
 
17876
- const __vue_scope_id__$e = undefined;
17881
+ const __vue_scope_id__$f = undefined;
17877
17882
  /* module identifier */
17878
17883
 
17879
- const __vue_module_identifier__$e = undefined;
17884
+ const __vue_module_identifier__$f = undefined;
17880
17885
  /* functional template */
17881
17886
 
17882
- const __vue_is_functional_template__$e = false;
17887
+ const __vue_is_functional_template__$f = false;
17883
17888
  /* style inject */
17884
17889
 
17885
17890
  /* style inject SSR */
17886
17891
 
17887
17892
  /* style inject shadow dom */
17888
17893
 
17889
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
17890
- render: __vue_render__$d,
17891
- staticRenderFns: __vue_staticRenderFns__$d
17892
- }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
17894
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
17895
+ render: __vue_render__$e,
17896
+ staticRenderFns: __vue_staticRenderFns__$e
17897
+ }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
17893
17898
 
17894
- var __vue_component__$s = __vue_component__$r;
17899
+ var __vue_component__$u = __vue_component__$t;
17895
17900
 
17896
17901
  //
17897
- var script$6 = {
17902
+ var script$7 = {
17898
17903
  name: "NsToggle",
17899
17904
  extends: CvToggle,
17900
17905
  props: {
@@ -17925,10 +17930,10 @@ var script$6 = {
17925
17930
  };
17926
17931
 
17927
17932
  /* script */
17928
- const __vue_script__$6 = script$6;
17933
+ const __vue_script__$7 = script$7;
17929
17934
  /* template */
17930
17935
 
17931
- var __vue_render__$c = function () {
17936
+ var __vue_render__$d = function () {
17932
17937
  var _obj;
17933
17938
 
17934
17939
  var _vm = this;
@@ -17997,10 +18002,10 @@ var __vue_render__$c = function () {
17997
18002
  })], 2)])])]);
17998
18003
  };
17999
18004
 
18000
- var __vue_staticRenderFns__$c = [];
18005
+ var __vue_staticRenderFns__$d = [];
18001
18006
  /* style */
18002
18007
 
18003
- const __vue_inject_styles__$d = function (inject) {
18008
+ const __vue_inject_styles__$e = function (inject) {
18004
18009
  if (!inject) return;
18005
18010
  inject("data-v-08c576ca_0", {
18006
18011
  source: ".tooltip[data-v-08c576ca]{display:inline-block;position:absolute}",
@@ -18015,26 +18020,26 @@ const __vue_inject_styles__$d = function (inject) {
18015
18020
  /* scoped */
18016
18021
 
18017
18022
 
18018
- const __vue_scope_id__$d = "data-v-08c576ca";
18023
+ const __vue_scope_id__$e = "data-v-08c576ca";
18019
18024
  /* module identifier */
18020
18025
 
18021
- const __vue_module_identifier__$d = undefined;
18026
+ const __vue_module_identifier__$e = undefined;
18022
18027
  /* functional template */
18023
18028
 
18024
- const __vue_is_functional_template__$d = false;
18029
+ const __vue_is_functional_template__$e = false;
18025
18030
  /* style inject SSR */
18026
18031
 
18027
18032
  /* style inject shadow dom */
18028
18033
 
18029
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
18030
- render: __vue_render__$c,
18031
- staticRenderFns: __vue_staticRenderFns__$c
18032
- }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
18034
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
18035
+ render: __vue_render__$d,
18036
+ staticRenderFns: __vue_staticRenderFns__$d
18037
+ }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
18033
18038
 
18034
- var __vue_component__$q = __vue_component__$p;
18039
+ var __vue_component__$s = __vue_component__$r;
18035
18040
 
18036
18041
  //
18037
- var script$5 = {
18042
+ var script$6 = {
18038
18043
  name: "NsTag",
18039
18044
  extends: CvTag,
18040
18045
  computed: {
@@ -18046,10 +18051,10 @@ var script$5 = {
18046
18051
  };
18047
18052
 
18048
18053
  /* script */
18049
- const __vue_script__$5 = script$5;
18054
+ const __vue_script__$6 = script$6;
18050
18055
  /* template */
18051
18056
 
18052
- var __vue_render__$b = function () {
18057
+ var __vue_render__$c = function () {
18053
18058
  var _obj;
18054
18059
 
18055
18060
  var _vm = this;
@@ -18115,10 +18120,10 @@ var __vue_render__$b = function () {
18115
18120
  }, [_c('Close16')], 1) : _vm._e()]);
18116
18121
  };
18117
18122
 
18118
- var __vue_staticRenderFns__$b = [];
18123
+ var __vue_staticRenderFns__$c = [];
18119
18124
  /* style */
18120
18125
 
18121
- const __vue_inject_styles__$c = function (inject) {
18126
+ const __vue_inject_styles__$d = function (inject) {
18122
18127
  if (!inject) return;
18123
18128
  inject("data-v-34eae706_0", {
18124
18129
  source: ".bx--tag--filter[data-v-34eae706]{cursor:default}",
@@ -18129,23 +18134,23 @@ const __vue_inject_styles__$c = function (inject) {
18129
18134
  /* scoped */
18130
18135
 
18131
18136
 
18132
- const __vue_scope_id__$c = "data-v-34eae706";
18137
+ const __vue_scope_id__$d = "data-v-34eae706";
18133
18138
  /* module identifier */
18134
18139
 
18135
- const __vue_module_identifier__$c = undefined;
18140
+ const __vue_module_identifier__$d = undefined;
18136
18141
  /* functional template */
18137
18142
 
18138
- const __vue_is_functional_template__$c = false;
18143
+ const __vue_is_functional_template__$d = false;
18139
18144
  /* style inject SSR */
18140
18145
 
18141
18146
  /* style inject shadow dom */
18142
18147
 
18143
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
18144
- render: __vue_render__$b,
18145
- staticRenderFns: __vue_staticRenderFns__$b
18146
- }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
18148
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
18149
+ render: __vue_render__$c,
18150
+ staticRenderFns: __vue_staticRenderFns__$c
18151
+ }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
18147
18152
 
18148
- var NsTag = __vue_component__$o;
18153
+ var NsTag = __vue_component__$q;
18149
18154
 
18150
18155
  /**
18151
18156
  * Removes all key-value entries from the list cache.
@@ -20642,7 +20647,7 @@ const TOP_AFTER_REOPEN = 0;
20642
20647
  const TOP = 1;
20643
20648
  const FIXED = 2;
20644
20649
  const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
20645
- var script$4 = {
20650
+ var script$5 = {
20646
20651
  name: "NsMultiSelect",
20647
20652
  inheritAttrs: false,
20648
20653
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -21137,10 +21142,10 @@ var script$4 = {
21137
21142
  };
21138
21143
 
21139
21144
  /* script */
21140
- const __vue_script__$4 = script$4;
21145
+ const __vue_script__$5 = script$5;
21141
21146
  /* template */
21142
21147
 
21143
- var __vue_render__$a = function () {
21148
+ var __vue_render__$b = function () {
21144
21149
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
21145
21150
 
21146
21151
  var _vm = this;
@@ -21410,10 +21415,10 @@ var __vue_render__$a = function () {
21410
21415
  }), 1) : _vm._e()]);
21411
21416
  };
21412
21417
 
21413
- var __vue_staticRenderFns__$a = [];
21418
+ var __vue_staticRenderFns__$b = [];
21414
21419
  /* style */
21415
21420
 
21416
- const __vue_inject_styles__$b = function (inject) {
21421
+ const __vue_inject_styles__$c = function (inject) {
21417
21422
  if (!inject) return;
21418
21423
  inject("data-v-6bbe779f_0", {
21419
21424
  source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-6bbe779f]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-6bbe779f]{margin-bottom:14rem}.label-with-tooltip[data-v-6bbe779f]{display:flex;align-items:baseline}",
@@ -21428,26 +21433,26 @@ const __vue_inject_styles__$b = function (inject) {
21428
21433
  /* scoped */
21429
21434
 
21430
21435
 
21431
- const __vue_scope_id__$b = "data-v-6bbe779f";
21436
+ const __vue_scope_id__$c = "data-v-6bbe779f";
21432
21437
  /* module identifier */
21433
21438
 
21434
- const __vue_module_identifier__$b = undefined;
21439
+ const __vue_module_identifier__$c = undefined;
21435
21440
  /* functional template */
21436
21441
 
21437
- const __vue_is_functional_template__$b = false;
21442
+ const __vue_is_functional_template__$c = false;
21438
21443
  /* style inject SSR */
21439
21444
 
21440
21445
  /* style inject shadow dom */
21441
21446
 
21442
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
21443
- render: __vue_render__$a,
21444
- staticRenderFns: __vue_staticRenderFns__$a
21445
- }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
21447
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
21448
+ render: __vue_render__$b,
21449
+ staticRenderFns: __vue_staticRenderFns__$b
21450
+ }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
21446
21451
 
21447
- var __vue_component__$n = __vue_component__$m;
21452
+ var __vue_component__$p = __vue_component__$o;
21448
21453
 
21449
21454
  //
21450
- var script$3 = {
21455
+ var script$4 = {
21451
21456
  name: "NsComboBox",
21452
21457
  inheritAttrs: false,
21453
21458
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -21865,10 +21870,10 @@ var script$3 = {
21865
21870
  };
21866
21871
 
21867
21872
  /* script */
21868
- const __vue_script__$3 = script$3;
21873
+ const __vue_script__$4 = script$4;
21869
21874
  /* template */
21870
21875
 
21871
- var __vue_render__$9 = function () {
21876
+ var __vue_render__$a = function () {
21872
21877
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
21873
21878
 
21874
21879
  var _vm = this;
@@ -22086,10 +22091,10 @@ var __vue_render__$9 = function () {
22086
22091
  })], 2) : _vm._e()]);
22087
22092
  };
22088
22093
 
22089
- var __vue_staticRenderFns__$9 = [];
22094
+ var __vue_staticRenderFns__$a = [];
22090
22095
  /* style */
22091
22096
 
22092
- const __vue_inject_styles__$a = function (inject) {
22097
+ const __vue_inject_styles__$b = function (inject) {
22093
22098
  if (!inject) return;
22094
22099
  inject("data-v-05ab085e_0", {
22095
22100
  source: ".margin-bottom-on-open[data-v-05ab085e]{margin-bottom:14rem}.label-with-tooltip[data-v-05ab085e]{display:flex;align-items:baseline}",
@@ -22104,26 +22109,26 @@ const __vue_inject_styles__$a = function (inject) {
22104
22109
  /* scoped */
22105
22110
 
22106
22111
 
22107
- const __vue_scope_id__$a = "data-v-05ab085e";
22112
+ const __vue_scope_id__$b = "data-v-05ab085e";
22108
22113
  /* module identifier */
22109
22114
 
22110
- const __vue_module_identifier__$a = undefined;
22115
+ const __vue_module_identifier__$b = undefined;
22111
22116
  /* functional template */
22112
22117
 
22113
- const __vue_is_functional_template__$a = false;
22118
+ const __vue_is_functional_template__$b = false;
22114
22119
  /* style inject SSR */
22115
22120
 
22116
22121
  /* style inject shadow dom */
22117
22122
 
22118
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
22119
- render: __vue_render__$9,
22120
- staticRenderFns: __vue_staticRenderFns__$9
22121
- }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
22123
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
22124
+ render: __vue_render__$a,
22125
+ staticRenderFns: __vue_staticRenderFns__$a
22126
+ }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
22122
22127
 
22123
- var __vue_component__$l = __vue_component__$k;
22128
+ var __vue_component__$n = __vue_component__$m;
22124
22129
 
22125
22130
  //
22126
- var script$2 = {
22131
+ var script$3 = {
22127
22132
  name: "NsCheckbox",
22128
22133
  extends: CvCheckbox,
22129
22134
  inheritAttrs: false,
@@ -22155,10 +22160,10 @@ var script$2 = {
22155
22160
  };
22156
22161
 
22157
22162
  /* script */
22158
- const __vue_script__$2 = script$2;
22163
+ const __vue_script__$3 = script$3;
22159
22164
  /* template */
22160
22165
 
22161
- var __vue_render__$8 = function () {
22166
+ var __vue_render__$9 = function () {
22162
22167
  var _obj, _obj$1, _obj$2;
22163
22168
 
22164
22169
  var _vm = this;
@@ -22212,10 +22217,10 @@ var __vue_render__$8 = function () {
22212
22217
  }, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])])]);
22213
22218
  };
22214
22219
 
22215
- var __vue_staticRenderFns__$8 = [];
22220
+ var __vue_staticRenderFns__$9 = [];
22216
22221
  /* style */
22217
22222
 
22218
- const __vue_inject_styles__$9 = function (inject) {
22223
+ const __vue_inject_styles__$a = function (inject) {
22219
22224
  if (!inject) return;
22220
22225
  inject("data-v-b70bd436_0", {
22221
22226
  source: ".label-with-tooltip[data-v-b70bd436]{display:flex}",
@@ -22230,26 +22235,26 @@ const __vue_inject_styles__$9 = function (inject) {
22230
22235
  /* scoped */
22231
22236
 
22232
22237
 
22233
- const __vue_scope_id__$9 = "data-v-b70bd436";
22238
+ const __vue_scope_id__$a = "data-v-b70bd436";
22234
22239
  /* module identifier */
22235
22240
 
22236
- const __vue_module_identifier__$9 = undefined;
22241
+ const __vue_module_identifier__$a = undefined;
22237
22242
  /* functional template */
22238
22243
 
22239
- const __vue_is_functional_template__$9 = false;
22244
+ const __vue_is_functional_template__$a = false;
22240
22245
  /* style inject SSR */
22241
22246
 
22242
22247
  /* style inject shadow dom */
22243
22248
 
22244
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
22245
- render: __vue_render__$8,
22246
- staticRenderFns: __vue_staticRenderFns__$8
22247
- }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
22249
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
22250
+ render: __vue_render__$9,
22251
+ staticRenderFns: __vue_staticRenderFns__$9
22252
+ }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
22248
22253
 
22249
- var __vue_component__$j = __vue_component__$i;
22254
+ var __vue_component__$l = __vue_component__$k;
22250
22255
 
22251
22256
  //
22252
- var script$1 = {
22257
+ var script$2 = {
22253
22258
  name: "NsByteSlider",
22254
22259
  mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
22255
22260
  thumb: ["blur", "focus"]
@@ -22307,6 +22312,10 @@ var script$1 = {
22307
22312
  type: String,
22308
22313
  default: "Unlimited"
22309
22314
  },
22315
+ limitedLabel: {
22316
+ type: String,
22317
+ default: "Limited"
22318
+ },
22310
22319
  showHumanReadableLabel: {
22311
22320
  type: Boolean,
22312
22321
  default: false
@@ -22337,9 +22346,10 @@ var script$1 = {
22337
22346
  dragStartX: 0,
22338
22347
  dragStartValue: 0,
22339
22348
  percentage: "0%",
22340
- internalUnlimited: false,
22349
+ // internalUnlimited: false, ////
22341
22350
  internalByteUnit: "gib",
22342
- isInvalid: false
22351
+ isInvalid: false,
22352
+ radioValue: "limited"
22343
22353
  };
22344
22354
  },
22345
22355
 
@@ -22369,12 +22379,17 @@ var script$1 = {
22369
22379
  // MiB
22370
22380
  return this.mibFormat(this.internalValue);
22371
22381
  }
22382
+ },
22383
+
22384
+ internalUnlimited() {
22385
+ return this.radioValue === "unlimited";
22372
22386
  }
22373
22387
 
22374
22388
  },
22375
22389
 
22376
22390
  created() {
22377
- this.internalUnlimited = this.isUnlimited;
22391
+ // this.internalUnlimited = this.isUnlimited; ////
22392
+ this.radioValue = this.isUnlimited ? "unlimited" : "limited";
22378
22393
  this.internalByteUnit = this.byteUnit;
22379
22394
  },
22380
22395
 
@@ -22413,7 +22428,8 @@ var script$1 = {
22413
22428
  },
22414
22429
 
22415
22430
  isUnlimited() {
22416
- this.internalUnlimited = this.isUnlimited;
22431
+ // this.internalUnlimited = this.isUnlimited; ////
22432
+ this.radioValue = this.isUnlimited ? "unlimited" : "limited";
22417
22433
  },
22418
22434
 
22419
22435
  internalUnlimited() {
@@ -22587,10 +22603,10 @@ var script$1 = {
22587
22603
  };
22588
22604
 
22589
22605
  /* script */
22590
- const __vue_script__$1 = script$1;
22606
+ const __vue_script__$2 = script$2;
22591
22607
  /* template */
22592
22608
 
22593
- var __vue_render__$7 = function () {
22609
+ var __vue_render__$8 = function () {
22594
22610
  var _obj, _obj$1, _obj$2, _obj$3;
22595
22611
 
22596
22612
  var _vm = this;
@@ -22618,21 +22634,49 @@ var __vue_render__$7 = function () {
22618
22634
  "for": _vm.uid,
22619
22635
  "id": _vm.labelId
22620
22636
  }
22621
- }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.showUnlimited ? _c('NsCheckbox', {
22622
- staticClass: "is-unlimited",
22637
+ }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.showUnlimited ? [_c('cv-radio-group', {
22638
+ class: {
22639
+ 'no-mg-bottom': _vm.internalUnlimited
22640
+ },
22641
+ attrs: {
22642
+ "vertical": ""
22643
+ }
22644
+ }, [_c('cv-radio-button', {
22623
22645
  attrs: {
22646
+ "name": 'radio-group-' + _vm.uid,
22624
22647
  "label": _vm.unlimitedLabel,
22625
- "disabled": _vm.disabled,
22626
- "value": "checkUnlimited"
22648
+ "value": "unlimited",
22649
+ "disabled": _vm.disabled
22627
22650
  },
22628
22651
  model: {
22629
- value: _vm.internalUnlimited,
22652
+ value: _vm.radioValue,
22630
22653
  callback: function ($$v) {
22631
- _vm.internalUnlimited = $$v;
22654
+ _vm.radioValue = $$v;
22632
22655
  },
22633
- expression: "internalUnlimited"
22656
+ expression: "radioValue"
22634
22657
  }
22635
- }) : _vm._e(), _vm._v(" "), _c('div', {
22658
+ }), _vm._v(" "), _c('cv-radio-button', {
22659
+ attrs: {
22660
+ "name": 'radio-group-' + _vm.uid,
22661
+ "label": _vm.limitedLabel,
22662
+ "value": "limited",
22663
+ "disabled": _vm.disabled
22664
+ },
22665
+ model: {
22666
+ value: _vm.radioValue,
22667
+ callback: function ($$v) {
22668
+ _vm.radioValue = $$v;
22669
+ },
22670
+ expression: "radioValue"
22671
+ }
22672
+ })], 1)] : _vm._e(), _vm._v(" "), _c('div', {
22673
+ directives: [{
22674
+ name: "show",
22675
+ rawName: "v-show",
22676
+ value: !_vm.internalUnlimited,
22677
+ expression: "!internalUnlimited"
22678
+ }]
22679
+ }, [_c('div', {
22636
22680
  class: _vm.carbonPrefix + "--slider-container"
22637
22681
  }, [_vm.internalMinLabel ? _c('span', {
22638
22682
  class: _vm.carbonPrefix + "--slider__range-label"
@@ -22776,23 +22820,23 @@ var __vue_render__$7 = function () {
22776
22820
  "kind": _vm.tagKind,
22777
22821
  "disabled": _vm.disabled || _vm.internalUnlimited
22778
22822
  }
22779
- }) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
22823
+ }) : _vm._e()], 1)], 2), _vm._v(" "), _vm.isInvalid ? _c('div', {
22780
22824
  class: _vm.carbonPrefix + "--form-requirement"
22781
22825
  }, [_vm._t("invalid-message", function () {
22782
22826
  return [_vm._v(_vm._s(_vm.invalidMessage))];
22783
22827
  })], 2) : _vm._e()]);
22784
22828
  };
22785
22829
 
22786
- var __vue_staticRenderFns__$7 = [];
22830
+ var __vue_staticRenderFns__$8 = [];
22787
22831
  /* style */
22788
22832
 
22789
- const __vue_inject_styles__$8 = function (inject) {
22833
+ const __vue_inject_styles__$9 = function (inject) {
22790
22834
  if (!inject) return;
22791
- inject("data-v-af193c20_0", {
22792
- source: ".is-unlimited[data-v-af193c20]{margin-top:.5rem!important;margin-bottom:.5rem!important}.range-input[data-v-af193c20]{margin-top:.5rem!important}.mib-gib[data-v-af193c20]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-af193c20]{margin-top:1rem}",
22835
+ inject("data-v-e726568a_0", {
22836
+ source: ".range-input[data-v-e726568a]{margin-top:.5rem!important}.mib-gib[data-v-e726568a]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-e726568a]{margin-top:1rem}.no-mg-bottom[data-v-e726568a]{margin-bottom:0}.ns-byte-slider .cv-radio-group.bx--form-item[data-v-e726568a]{margin-bottom:.5rem}",
22793
22837
  map: undefined,
22794
22838
  media: undefined
22795
- }), inject("data-v-af193c20_1", {
22839
+ }), inject("data-v-e726568a_1", {
22796
22840
  source: ".ns-byte-slider .bx--slider-container{flex-wrap:wrap}.ns-byte-slider .bx--slider-text-input{width:5rem}.ns-byte-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
22797
22841
  map: undefined,
22798
22842
  media: undefined
@@ -22801,25 +22845,25 @@ const __vue_inject_styles__$8 = function (inject) {
22801
22845
  /* scoped */
22802
22846
 
22803
22847
 
22804
- const __vue_scope_id__$8 = "data-v-af193c20";
22848
+ const __vue_scope_id__$9 = "data-v-e726568a";
22805
22849
  /* module identifier */
22806
22850
 
22807
- const __vue_module_identifier__$8 = undefined;
22851
+ const __vue_module_identifier__$9 = undefined;
22808
22852
  /* functional template */
22809
22853
 
22810
- const __vue_is_functional_template__$8 = false;
22854
+ const __vue_is_functional_template__$9 = false;
22811
22855
  /* style inject SSR */
22812
22856
 
22813
22857
  /* style inject shadow dom */
22814
22858
 
22815
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
22816
- render: __vue_render__$7,
22817
- staticRenderFns: __vue_staticRenderFns__$7
22818
- }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
22859
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
22860
+ render: __vue_render__$8,
22861
+ staticRenderFns: __vue_staticRenderFns__$8
22862
+ }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
22819
22863
 
22820
- var __vue_component__$h = __vue_component__$g;
22864
+ var __vue_component__$j = __vue_component__$i;
22821
22865
 
22822
- var script = {
22866
+ var script$1 = {
22823
22867
  name: "NsTabs",
22824
22868
  extends: CvTabs,
22825
22869
  methods: {
@@ -22873,28 +22917,530 @@ var script = {
22873
22917
  };
22874
22918
 
22875
22919
  /* script */
22876
- const __vue_script__ = script;
22920
+ const __vue_script__$1 = script$1;
22877
22921
  /* template */
22878
22922
 
22879
22923
  /* style */
22880
22924
 
22881
- const __vue_inject_styles__$7 = undefined;
22925
+ const __vue_inject_styles__$8 = undefined;
22882
22926
  /* scoped */
22883
22927
 
22884
- const __vue_scope_id__$7 = undefined;
22928
+ const __vue_scope_id__$8 = undefined;
22885
22929
  /* module identifier */
22886
22930
 
22887
- const __vue_module_identifier__$7 = undefined;
22931
+ const __vue_module_identifier__$8 = undefined;
22888
22932
  /* functional template */
22889
22933
 
22890
- const __vue_is_functional_template__$7 = undefined;
22934
+ const __vue_is_functional_template__$8 = undefined;
22891
22935
  /* style inject */
22892
22936
 
22893
22937
  /* style inject SSR */
22894
22938
 
22895
22939
  /* style inject shadow dom */
22896
22940
 
22897
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
22941
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
22942
+
22943
+ var __vue_component__$h = __vue_component__$g;
22944
+
22945
+ //
22946
+ var script = {
22947
+ name: "NsSlider",
22948
+ mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
22949
+ thumb: ["blur", "focus"]
22950
+ })],
22951
+ props: {
22952
+ disabled: Boolean,
22953
+ label: String,
22954
+ // NOTE: It is not safe to rely on Numbers for non-integer steps
22955
+ min: {
22956
+ type: String,
22957
+ default: "0"
22958
+ },
22959
+ max: {
22960
+ type: String,
22961
+ default: "100"
22962
+ },
22963
+ step: {
22964
+ type: String,
22965
+ default: "1"
22966
+ },
22967
+ stepMultiplier: {
22968
+ type: String,
22969
+ default: "4",
22970
+
22971
+ validator(val) {
22972
+ if (val.length) {
22973
+ let intMultiplier = parseInt(val);
22974
+
22975
+ if (isNaN(intMultiplier) || intMultiplier < 1) {
22976
+ console.warn("ns-slider: multiplier must be >= 1");
22977
+ return false;
22978
+ }
22979
+ }
22980
+
22981
+ return true;
22982
+ }
22983
+
22984
+ },
22985
+ value: String,
22986
+ minLabel: String,
22987
+ maxLabel: String,
22988
+ showUnlimited: {
22989
+ type: Boolean,
22990
+ default: false
22991
+ },
22992
+ isUnlimited: {
22993
+ type: Boolean,
22994
+ default: false
22995
+ },
22996
+ unlimitedLabel: {
22997
+ type: String,
22998
+ default: "Unlimited"
22999
+ },
23000
+ limitedLabel: {
23001
+ type: String,
23002
+ default: "Limited"
23003
+ },
23004
+ invalidMessage: {
23005
+ type: String,
23006
+ default: ""
23007
+ },
23008
+ unitLabel: {
23009
+ type: String,
23010
+ default: ""
23011
+ }
23012
+ },
23013
+ model: {
23014
+ prop: "value",
23015
+ event: "modelEvent"
23016
+ },
23017
+
23018
+ data() {
23019
+ return {
23020
+ internalValue: "",
23021
+ animateClick: false,
23022
+ isDragging: false,
23023
+ dragStartX: 0,
23024
+ dragStartValue: 0,
23025
+ percentage: "0%",
23026
+ // internalUnlimited: false, ////
23027
+ isInvalid: false,
23028
+ radioValue: "limited"
23029
+ };
23030
+ },
23031
+
23032
+ computed: {
23033
+ labelId() {
23034
+ return `${this.uid}-label`;
23035
+ },
23036
+
23037
+ internalMinLabel() {
23038
+ return this.minLabel !== undefined ? this.minLabel : this.getMin();
23039
+ },
23040
+
23041
+ internalMaxLabel() {
23042
+ return this.maxLabel !== undefined ? this.maxLabel : this.getMax();
23043
+ },
23044
+
23045
+ internalMultiplier() {
23046
+ let intMultiplier = parseInt(this.stepMultiplier); // default to 4 fro multiplier
23047
+
23048
+ return isNaN(intMultiplier) ? 4 : Math.max(intMultiplier, 1);
23049
+ },
23050
+
23051
+ internalUnlimited() {
23052
+ return this.radioValue === "unlimited";
23053
+ }
23054
+
23055
+ },
23056
+
23057
+ created() {
23058
+ // this.internalUnlimited = this.isUnlimited; ////
23059
+ this.radioValue = this.isUnlimited ? "unlimited" : "limited";
23060
+ },
23061
+
23062
+ mounted() {
23063
+ this.$refs.range.value = this.value;
23064
+ this.internalValue = this.$refs.range.value;
23065
+ this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
23066
+ this.checkSlots();
23067
+ },
23068
+
23069
+ updated() {
23070
+ this.checkSlots();
23071
+ },
23072
+
23073
+ watch: {
23074
+ value(val) {
23075
+ this.setValue(val);
23076
+ },
23077
+
23078
+ min() {
23079
+ this.$nextTick(() => {
23080
+ this.setValue(this.internalValue);
23081
+ });
23082
+ },
23083
+
23084
+ max() {
23085
+ this.$nextTick(() => {
23086
+ this.setValue(this.internalValue);
23087
+ });
23088
+ },
23089
+
23090
+ step() {
23091
+ this.$nextTick(() => {
23092
+ this.setValue(this.internalValue);
23093
+ });
23094
+ },
23095
+
23096
+ isUnlimited() {
23097
+ // this.internalUnlimited = this.isUnlimited; ////
23098
+ this.radioValue = this.isUnlimited ? "unlimited" : "limited";
23099
+ },
23100
+
23101
+ internalUnlimited() {
23102
+ if (this.internalUnlimited) {
23103
+ this.$emit("unlimited", true);
23104
+ } else {
23105
+ this.$emit("unlimited", false);
23106
+ }
23107
+ }
23108
+
23109
+ },
23110
+ methods: {
23111
+ // NOTE: It is not safe to rely on Numbers for non-integer steps
23112
+ getMin() {
23113
+ if (this.$refs.range) {
23114
+ const val = parseFloat(this.$refs.range.min);
23115
+ return isNaN(val) ? 0 : val;
23116
+ }
23117
+
23118
+ return 0;
23119
+ },
23120
+
23121
+ getMax() {
23122
+ if (this.$refs.range) {
23123
+ const val = parseFloat(this.$refs.range.max);
23124
+ return isNaN(val) ? 100 : val;
23125
+ }
23126
+
23127
+ return 100;
23128
+ },
23129
+
23130
+ getValue() {
23131
+ if (this.$refs.range) {
23132
+ const val = parseFloat(this.$refs.range.value);
23133
+ return isNaN(val) ? 0 : val;
23134
+ }
23135
+
23136
+ return (this.getMax() + this.getMin()) / 2;
23137
+ },
23138
+
23139
+ getStep() {
23140
+ if (this.$refs.range) {
23141
+ const val = parseFloat(this.$refs.range.step);
23142
+ return isNaN(val) ? 0 : val;
23143
+ }
23144
+
23145
+ return 1;
23146
+ },
23147
+
23148
+ setValue(newValue) {
23149
+ if (this.disabled) return;
23150
+ this.$refs.range.value = newValue;
23151
+ this.internalValue = this.$refs.range.value;
23152
+ this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
23153
+ this.$emit("modelEvent", this.$refs.range.value);
23154
+ this.$emit("change", this.$refs.range.value);
23155
+ },
23156
+
23157
+ onChange() {
23158
+ let newValue = this.internalValue.length ? parseFloat(this.internalValue) : this.getMin();
23159
+ this.setValue(newValue);
23160
+ },
23161
+
23162
+ onStartDrag(ev) {
23163
+ document.body.addEventListener("mousemove", this.onDrag);
23164
+ document.body.addEventListener("mouseup", this.onStopDrag);
23165
+ this.dragStartX = ev.clientX;
23166
+ this.dragStartValue = this.getValue();
23167
+ this.isDragging = true;
23168
+ },
23169
+
23170
+ onDrag(ev) {
23171
+ if (this.isDragging) {
23172
+ // percentage change
23173
+ let newValue = (ev.clientX - this.dragStartX) / this.$refs.track.offsetWidth; // uncapped new value
23174
+
23175
+ newValue = this.dragStartValue + (this.getMax() - this.getMin()) * newValue;
23176
+ this.setValue(newValue, ev);
23177
+ }
23178
+ },
23179
+
23180
+ onStopDrag() {
23181
+ this.isDragging = false;
23182
+ document.body.removeEventListener("mousemove", this.onDrag);
23183
+ document.body.removeEventListener("mouseup", this.onStopDrag);
23184
+ },
23185
+
23186
+ onTrackClick(ev) {
23187
+ const afterAnimate = ev => {
23188
+ if (ev.propertyName === "left") {
23189
+ this.animateClick = false;
23190
+ this.$refs.thumb.removeEventListener("transitionend", afterAnimate);
23191
+ }
23192
+ };
23193
+
23194
+ let newValue = ev.offsetX / this.$refs.track.offsetWidth;
23195
+ newValue = (this.getMax() - this.getMin()) * newValue + this.getMin();
23196
+ this.$refs.thumb.addEventListener("transitionend", afterAnimate);
23197
+ this.animateClick = true;
23198
+ this.setValue(newValue, ev);
23199
+ },
23200
+
23201
+ onUp(ev) {
23202
+ let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
23203
+ let newValue = curValue + (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
23204
+ this.setValue(newValue, ev);
23205
+ },
23206
+
23207
+ onDown(ev) {
23208
+ let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
23209
+ let newValue = curValue - (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
23210
+ this.setValue(newValue, ev);
23211
+ },
23212
+
23213
+ checkSlots() {
23214
+ // NOTE: this.$slots is not reactive so needs to be managed on updated
23215
+ this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
23216
+ }
23217
+
23218
+ }
23219
+ };
23220
+
23221
+ /* script */
23222
+ const __vue_script__ = script;
23223
+ /* template */
23224
+
23225
+ var __vue_render__$7 = function () {
23226
+ var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
23227
+
23228
+ var _vm = this;
23229
+
23230
+ var _h = _vm.$createElement;
23231
+
23232
+ var _c = _vm._self._c || _h;
23233
+
23234
+ return _c('div', {
23235
+ class: "ns-slider cv-slider " + _vm.carbonPrefix + "--form-item"
23236
+ }, [_c('div', {
23237
+ staticClass: "wrapper",
23238
+ attrs: {
23239
+ "data-invalid": _vm.isInvalid
23240
+ }
23241
+ }, [_c('label', {
23242
+ directives: [{
23243
+ name: "show",
23244
+ rawName: "v-show",
23245
+ value: _vm.label,
23246
+ expression: "label"
23247
+ }],
23248
+ class: [_vm.carbonPrefix + "--label", (_obj = {}, _obj[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled, _obj)],
23249
+ attrs: {
23250
+ "for": _vm.uid,
23251
+ "id": _vm.labelId
23252
+ }
23253
+ }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.showUnlimited ? [_c('cv-radio-group', {
23254
+ class: {
23255
+ 'no-mg-bottom': _vm.internalUnlimited
23256
+ },
23257
+ attrs: {
23258
+ "vertical": ""
23259
+ }
23260
+ }, [_c('cv-radio-button', {
23261
+ attrs: {
23262
+ "name": 'radio-group-' + _vm.uid,
23263
+ "label": _vm.unlimitedLabel,
23264
+ "value": "unlimited",
23265
+ "disabled": _vm.disabled
23266
+ },
23267
+ model: {
23268
+ value: _vm.radioValue,
23269
+ callback: function ($$v) {
23270
+ _vm.radioValue = $$v;
23271
+ },
23272
+ expression: "radioValue"
23273
+ }
23274
+ }), _vm._v(" "), _c('cv-radio-button', {
23275
+ attrs: {
23276
+ "name": 'radio-group-' + _vm.uid,
23277
+ "label": _vm.limitedLabel,
23278
+ "value": "limited",
23279
+ "disabled": _vm.disabled
23280
+ },
23281
+ model: {
23282
+ value: _vm.radioValue,
23283
+ callback: function ($$v) {
23284
+ _vm.radioValue = $$v;
23285
+ },
23286
+ expression: "radioValue"
23287
+ }
23288
+ })], 1)] : _vm._e(), _vm._v(" "), _c('div', {
23289
+ directives: [{
23290
+ name: "show",
23291
+ rawName: "v-show",
23292
+ value: !_vm.internalUnlimited,
23293
+ expression: "!internalUnlimited"
23294
+ }]
23295
+ }, [_c('div', {
23296
+ class: _vm.carbonPrefix + "--slider-container"
23297
+ }, [_vm.internalMinLabel ? _c('span', {
23298
+ class: _vm.carbonPrefix + "--slider__range-label"
23299
+ }, [_vm._v(_vm._s(_vm.internalMinLabel))]) : _vm._e(), _vm._v(" "), _c('div', {
23300
+ class: [_vm.carbonPrefix + "--slider", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--slider--disabled"] = _vm.disabled || _vm.internalUnlimited, _obj$1)],
23301
+ attrs: {
23302
+ "data-slider": "",
23303
+ "data-slider-input-box": "#slider-input-box"
23304
+ }
23305
+ }, [_c('div', {
23306
+ ref: "track",
23307
+ class: _vm.carbonPrefix + "--slider__track",
23308
+ on: {
23309
+ "click": _vm.onTrackClick
23310
+ }
23311
+ }), _vm._v(" "), _c('div', {
23312
+ class: _vm.carbonPrefix + "--slider__filled-track",
23313
+ style: "width: " + _vm.percentage + ";"
23314
+ }), _vm._v(" "), _c('div', {
23315
+ ref: "thumb",
23316
+ class: [_vm.carbonPrefix + "--slider__thumb", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--slider__thumb--clicked"] = _vm.animateClick, _obj$2)],
23317
+ style: "left: " + _vm.percentage + ";",
23318
+ attrs: {
23319
+ "tabindex": "0",
23320
+ "aria-labelledby": _vm.labelId
23321
+ },
23322
+ on: {
23323
+ "keydown": [function ($event) {
23324
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"]) && _vm._k($event.keyCode, "right", 39, $event.key, ["Right", "ArrowRight"])) {
23325
+ return null;
23326
+ }
23327
+
23328
+ if ('button' in $event && $event.button !== 2) {
23329
+ return null;
23330
+ }
23331
+
23332
+ $event.preventDefault();
23333
+ return _vm.onUp.apply(null, arguments);
23334
+ }, function ($event) {
23335
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"]) && _vm._k($event.keyCode, "left", 37, $event.key, ["Left", "ArrowLeft"])) {
23336
+ return null;
23337
+ }
23338
+
23339
+ if ('button' in $event && $event.button !== 0) {
23340
+ return null;
23341
+ }
23342
+
23343
+ $event.preventDefault();
23344
+ return _vm.onDown.apply(null, arguments);
23345
+ }],
23346
+ "mousedown": _vm.onStartDrag
23347
+ }
23348
+ }), _vm._v(" "), _c('input', {
23349
+ ref: "range",
23350
+ class: _vm.carbonPrefix + "--slider__input",
23351
+ attrs: {
23352
+ "id": _vm.uid,
23353
+ "type": "range",
23354
+ "step": _vm.step,
23355
+ "min": _vm.min,
23356
+ "max": _vm.max
23357
+ }
23358
+ })]), _vm._v(" "), _vm.internalMaxLabel ? _c('span', {
23359
+ class: _vm.carbonPrefix + "--slider__range-label"
23360
+ }, [_vm._v(_vm._s(_vm.internalMaxLabel))]) : _vm._e(), _vm._v(" "), _c('input', {
23361
+ directives: [{
23362
+ name: "model",
23363
+ rawName: "v-model",
23364
+ value: _vm.internalValue,
23365
+ expression: "internalValue"
23366
+ }],
23367
+ ref: "inputBox",
23368
+ class: [_vm.carbonPrefix + "--text-input " + _vm.carbonPrefix + "--slider-text-input", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$3[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$3[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$3),, 'range-input'],
23369
+ attrs: {
23370
+ "type": "number",
23371
+ "placeholder": _vm.min,
23372
+ "disabled": _vm.disabled || _vm.internalUnlimited
23373
+ },
23374
+ domProps: {
23375
+ "value": _vm.internalValue
23376
+ },
23377
+ on: {
23378
+ "change": _vm.onChange,
23379
+ "keydown": [function ($event) {
23380
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"])) {
23381
+ return null;
23382
+ }
23383
+
23384
+ $event.preventDefault();
23385
+ return _vm.onUp.apply(null, arguments);
23386
+ }, function ($event) {
23387
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"])) {
23388
+ return null;
23389
+ }
23390
+
23391
+ $event.preventDefault();
23392
+ return _vm.onDown.apply(null, arguments);
23393
+ }],
23394
+ "input": function ($event) {
23395
+ if ($event.target.composing) {
23396
+ return;
23397
+ }
23398
+
23399
+ _vm.internalValue = $event.target.value;
23400
+ }
23401
+ }
23402
+ }), _vm._v(" "), _c('span', {
23403
+ class: ["unit-label", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled || _vm.internalUnlimited, _obj$4)]
23404
+ }, [_vm._v(_vm._s(_vm.unitLabel))])])])], 2), _vm._v(" "), _vm.isInvalid ? _c('div', {
23405
+ class: _vm.carbonPrefix + "--form-requirement"
23406
+ }, [_vm._t("invalid-message", function () {
23407
+ return [_vm._v(_vm._s(_vm.invalidMessage))];
23408
+ })], 2) : _vm._e()]);
23409
+ };
23410
+
23411
+ var __vue_staticRenderFns__$7 = [];
23412
+ /* style */
23413
+
23414
+ const __vue_inject_styles__$7 = function (inject) {
23415
+ if (!inject) return;
23416
+ inject("data-v-389045e0_0", {
23417
+ source: ".range-input[data-v-389045e0]{margin-top:.5rem!important}.unit-label[data-v-389045e0]{margin-top:.5rem!important;margin-left:1rem}.no-mg-bottom[data-v-389045e0]{margin-bottom:0}.ns-slider .cv-radio-group.bx--form-item[data-v-389045e0]{margin-bottom:.5rem}",
23418
+ map: undefined,
23419
+ media: undefined
23420
+ }), inject("data-v-389045e0_1", {
23421
+ source: ".ns-slider .bx--slider-container{flex-wrap:wrap}.ns-slider .bx--slider-text-input{width:5rem}.ns-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
23422
+ map: undefined,
23423
+ media: undefined
23424
+ });
23425
+ };
23426
+ /* scoped */
23427
+
23428
+
23429
+ const __vue_scope_id__$7 = "data-v-389045e0";
23430
+ /* module identifier */
23431
+
23432
+ const __vue_module_identifier__$7 = undefined;
23433
+ /* functional template */
23434
+
23435
+ const __vue_is_functional_template__$7 = false;
23436
+ /* style inject SSR */
23437
+
23438
+ /* style inject shadow dom */
23439
+
23440
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
23441
+ render: __vue_render__$7,
23442
+ staticRenderFns: __vue_staticRenderFns__$7
23443
+ }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
22898
23444
 
22899
23445
  var __vue_component__$f = __vue_component__$e;
22900
23446
 
@@ -23747,41 +24293,42 @@ var filters = {
23747
24293
  var components = /*#__PURE__*/Object.freeze({
23748
24294
  __proto__: null,
23749
24295
  NsButton: NsButton,
23750
- NsEmptyState: __vue_component__$18,
24296
+ NsEmptyState: __vue_component__$1a,
23751
24297
  NsPictogram: NsPictogram,
23752
- NsCodeSnippet: __vue_component__$16,
24298
+ NsCodeSnippet: __vue_component__$18,
23753
24299
  NsInlineNotification: NsInlineNotification,
23754
24300
  NsProgressBar: NsProgressBar,
23755
24301
  NsSvg: NsSvg,
23756
- NsTile: __vue_component__$10,
23757
- NsToastNotification: __vue_component__$_,
23758
- NsInfoCard: __vue_component__$Y,
23759
- NsStatusCard: __vue_component__$W,
23760
- NsSystemdServiceCard: __vue_component__$U,
23761
- NsPasswordInput: __vue_component__$R,
23762
- NsIconMenu: __vue_component__$P,
23763
- NsMeterChart: __vue_component__$N,
24302
+ NsTile: __vue_component__$12,
24303
+ NsToastNotification: __vue_component__$10,
24304
+ NsInfoCard: __vue_component__$_,
24305
+ NsStatusCard: __vue_component__$Y,
24306
+ NsSystemdServiceCard: __vue_component__$W,
24307
+ NsPasswordInput: __vue_component__$T,
24308
+ NsIconMenu: __vue_component__$R,
24309
+ NsMeterChart: __vue_component__$P,
23764
24310
  NsLottieAnimation: NsLottieAnimation,
23765
- NsDangerDeleteModal: __vue_component__$K,
24311
+ NsDangerDeleteModal: __vue_component__$M,
23766
24312
  NsCircleTimer: NsCircleTimer,
23767
- NsDropdownAction: __vue_component__$I,
24313
+ NsDropdownAction: __vue_component__$K,
23768
24314
  NsTextInput: NsTextInput,
23769
- NsBackupCard: __vue_component__$F,
23770
- NsWizard: __vue_component__$D,
23771
- NsMenuItem: __vue_component__$B,
23772
- NsMenuDivider: __vue_component__$z,
23773
- NsSystemLogsCard: __vue_component__$x,
24315
+ NsBackupCard: __vue_component__$H,
24316
+ NsWizard: __vue_component__$F,
24317
+ NsMenuItem: __vue_component__$D,
24318
+ NsMenuDivider: __vue_component__$B,
24319
+ NsSystemLogsCard: __vue_component__$z,
23774
24320
  NsModal: NsModal,
23775
- NsTimePicker: __vue_component__$v,
23776
- NsDataTable: __vue_component__$s,
24321
+ NsTimePicker: __vue_component__$x,
24322
+ NsDataTable: __vue_component__$u,
23777
24323
  NsPagination: NsPagination,
23778
- NsToggle: __vue_component__$q,
24324
+ NsToggle: __vue_component__$s,
23779
24325
  NsTag: NsTag,
23780
- NsMultiSelect: __vue_component__$n,
23781
- NsComboBox: __vue_component__$l,
23782
- NsCheckbox: __vue_component__$j,
23783
- NsByteSlider: __vue_component__$h,
23784
- NsTabs: __vue_component__$f,
24326
+ NsMultiSelect: __vue_component__$p,
24327
+ NsComboBox: __vue_component__$n,
24328
+ NsCheckbox: __vue_component__$l,
24329
+ NsByteSlider: __vue_component__$j,
24330
+ NsTabs: __vue_component__$h,
24331
+ NsSlider: __vue_component__$f,
23785
24332
  ExclamationMarkPictogram: ExclamationMarkPictogram,
23786
24333
  GearPictogram: __vue_component__$d,
23787
24334
  LovePictogram: __vue_component__$b,
@@ -23809,4 +24356,4 @@ const install = function installNs8UiLib(Vue) {
23809
24356
  });
23810
24357
  }; // Create module definition for Vue.use()
23811
24358
 
23812
- export { __vue_component__$7 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, LottieService, __vue_component__$b as LovePictogram, __vue_component__$F as NsBackupCard, NsButton, __vue_component__$h as NsByteSlider, __vue_component__$j as NsCheckbox, NsCircleTimer, __vue_component__$16 as NsCodeSnippet, __vue_component__$l as NsComboBox, __vue_component__$K as NsDangerDeleteModal, __vue_component__$s as NsDataTable, __vue_component__$I as NsDropdownAction, __vue_component__$18 as NsEmptyState, __vue_component__$P as NsIconMenu, __vue_component__$Y as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$z as NsMenuDivider, __vue_component__$B as NsMenuItem, __vue_component__$N as NsMeterChart, NsModal, __vue_component__$n as NsMultiSelect, NsPagination, __vue_component__$R as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$W as NsStatusCard, NsSvg, __vue_component__$x as NsSystemLogsCard, __vue_component__$U as NsSystemdServiceCard, __vue_component__$f as NsTabs, NsTag, NsTextInput, __vue_component__$10 as NsTile, __vue_component__$v as NsTimePicker, __vue_component__$_ as NsToastNotification, __vue_component__$q as NsToggle, __vue_component__$D as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };
24359
+ export { __vue_component__$7 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, LottieService, __vue_component__$b as LovePictogram, __vue_component__$H as NsBackupCard, NsButton, __vue_component__$j as NsByteSlider, __vue_component__$l as NsCheckbox, NsCircleTimer, __vue_component__$18 as NsCodeSnippet, __vue_component__$n as NsComboBox, __vue_component__$M as NsDangerDeleteModal, __vue_component__$u as NsDataTable, __vue_component__$K as NsDropdownAction, __vue_component__$1a as NsEmptyState, __vue_component__$R as NsIconMenu, __vue_component__$_ as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$B as NsMenuDivider, __vue_component__$D as NsMenuItem, __vue_component__$P as NsMeterChart, NsModal, __vue_component__$p as NsMultiSelect, NsPagination, __vue_component__$T as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$f as NsSlider, __vue_component__$Y as NsStatusCard, NsSvg, __vue_component__$z as NsSystemLogsCard, __vue_component__$W as NsSystemdServiceCard, __vue_component__$h as NsTabs, NsTag, NsTextInput, __vue_component__$12 as NsTile, __vue_component__$x as NsTimePicker, __vue_component__$10 as NsToastNotification, __vue_component__$s as NsToggle, __vue_component__$F as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };