@nethserver/ns8-ui-lib 0.1.2 → 0.1.5

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.
@@ -124,6 +124,12 @@ import Locked32 from '@carbon/icons-vue/es/locked/32';
124
124
  import Folder16 from '@carbon/icons-vue/es/folder/16';
125
125
  import Folder20 from '@carbon/icons-vue/es/folder/20';
126
126
  import Folder32 from '@carbon/icons-vue/es/folder/32';
127
+ import Asterisk16 from '@carbon/icons-vue/es/asterisk/16';
128
+ import Asterisk20 from '@carbon/icons-vue/es/asterisk/20';
129
+ import Asterisk32 from '@carbon/icons-vue/es/asterisk/32';
130
+ import Box16 from '@carbon/icons-vue/es/box/16';
131
+ import Box20 from '@carbon/icons-vue/es/box/20';
132
+ import Box32 from '@carbon/icons-vue/es/box/32';
127
133
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
128
134
  import Search16 from '@carbon/icons-vue/es/search/16';
129
135
  import Close16 from '@carbon/icons-vue/es/close/16';
@@ -132,7 +138,7 @@ import ChevronDown16 from '@carbon/icons-vue/es/chevron--down/16';
132
138
  import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
133
139
 
134
140
  //
135
- var script$y = {
141
+ var script$z = {
136
142
  name: "NsButton",
137
143
  extends: CvButton,
138
144
  props: {
@@ -295,10 +301,10 @@ function addStyle(id, css) {
295
301
  }
296
302
 
297
303
  /* script */
298
- const __vue_script__$y = script$y;
304
+ const __vue_script__$z = script$z;
299
305
  /* template */
300
306
 
301
- var __vue_render__$E = function () {
307
+ var __vue_render__$F = function () {
302
308
  var _vm = this;
303
309
 
304
310
  var _h = _vm.$createElement;
@@ -321,10 +327,10 @@ var __vue_render__$E = function () {
321
327
  }) : _vm._e()], 2);
322
328
  };
323
329
 
324
- var __vue_staticRenderFns__$E = [];
330
+ var __vue_staticRenderFns__$F = [];
325
331
  /* style */
326
332
 
327
- const __vue_inject_styles__$G = function (inject) {
333
+ const __vue_inject_styles__$H = function (inject) {
328
334
  if (!inject) return;
329
335
  inject("data-v-025b0f12_0", {
330
336
  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)}}",
@@ -335,23 +341,23 @@ const __vue_inject_styles__$G = function (inject) {
335
341
  /* scoped */
336
342
 
337
343
 
338
- const __vue_scope_id__$G = "data-v-025b0f12";
344
+ const __vue_scope_id__$H = "data-v-025b0f12";
339
345
  /* module identifier */
340
346
 
341
- const __vue_module_identifier__$G = undefined;
347
+ const __vue_module_identifier__$H = undefined;
342
348
  /* functional template */
343
349
 
344
- const __vue_is_functional_template__$G = false;
350
+ const __vue_is_functional_template__$H = false;
345
351
  /* style inject SSR */
346
352
 
347
353
  /* style inject shadow dom */
348
354
 
349
- const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
350
- render: __vue_render__$E,
351
- staticRenderFns: __vue_staticRenderFns__$E
352
- }, __vue_inject_styles__$G, __vue_script__$y, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
355
+ const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
356
+ render: __vue_render__$F,
357
+ staticRenderFns: __vue_staticRenderFns__$F
358
+ }, __vue_inject_styles__$H, __vue_script__$z, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
353
359
 
354
- var NsButton = __vue_component__$18;
360
+ var NsButton = __vue_component__$1a;
355
361
 
356
362
  //
357
363
  //
@@ -369,7 +375,7 @@ var NsButton = __vue_component__$18;
369
375
  //
370
376
  //
371
377
  //
372
- var script$x = {
378
+ var script$y = {
373
379
  name: "NsPictogram",
374
380
  props: {
375
381
  title: {
@@ -392,10 +398,10 @@ var script$x = {
392
398
  };
393
399
 
394
400
  /* script */
395
- const __vue_script__$x = script$x;
401
+ const __vue_script__$y = script$y;
396
402
  /* template */
397
403
 
398
- var __vue_render__$D = function () {
404
+ var __vue_render__$E = function () {
399
405
  var _vm = this;
400
406
 
401
407
  var _h = _vm.$createElement;
@@ -423,34 +429,34 @@ var __vue_render__$D = function () {
423
429
  }, [_vm._t("default")], 2)]);
424
430
  };
425
431
 
426
- var __vue_staticRenderFns__$D = [];
432
+ var __vue_staticRenderFns__$E = [];
427
433
  /* style */
428
434
 
429
- const __vue_inject_styles__$F = undefined;
435
+ const __vue_inject_styles__$G = undefined;
430
436
  /* scoped */
431
437
 
432
- const __vue_scope_id__$F = undefined;
438
+ const __vue_scope_id__$G = undefined;
433
439
  /* module identifier */
434
440
 
435
- const __vue_module_identifier__$F = undefined;
441
+ const __vue_module_identifier__$G = undefined;
436
442
  /* functional template */
437
443
 
438
- const __vue_is_functional_template__$F = false;
444
+ const __vue_is_functional_template__$G = false;
439
445
  /* style inject */
440
446
 
441
447
  /* style inject SSR */
442
448
 
443
449
  /* style inject shadow dom */
444
450
 
445
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
446
- render: __vue_render__$D,
447
- staticRenderFns: __vue_staticRenderFns__$D
448
- }, __vue_inject_styles__$F, __vue_script__$x, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
451
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
452
+ render: __vue_render__$E,
453
+ staticRenderFns: __vue_staticRenderFns__$E
454
+ }, __vue_inject_styles__$G, __vue_script__$y, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
449
455
 
450
- var NsPictogram = __vue_component__$17;
456
+ var NsPictogram = __vue_component__$19;
451
457
 
452
458
  //
453
- var script$w = {
459
+ var script$x = {
454
460
  name: "NsLottieAnimation",
455
461
  components: {
456
462
  LottieAnimation
@@ -506,10 +512,10 @@ var script$w = {
506
512
  };
507
513
 
508
514
  /* script */
509
- const __vue_script__$w = script$w;
515
+ const __vue_script__$x = script$x;
510
516
  /* template */
511
517
 
512
- var __vue_render__$C = function () {
518
+ var __vue_render__$D = function () {
513
519
  var _vm = this;
514
520
 
515
521
  var _h = _vm.$createElement;
@@ -536,36 +542,36 @@ var __vue_render__$C = function () {
536
542
  })], 1);
537
543
  };
538
544
 
539
- var __vue_staticRenderFns__$C = [];
545
+ var __vue_staticRenderFns__$D = [];
540
546
  /* style */
541
547
 
542
- const __vue_inject_styles__$E = undefined;
548
+ const __vue_inject_styles__$F = undefined;
543
549
  /* scoped */
544
550
 
545
- const __vue_scope_id__$E = "data-v-14e97a70";
551
+ const __vue_scope_id__$F = "data-v-14e97a70";
546
552
  /* module identifier */
547
553
 
548
- const __vue_module_identifier__$E = undefined;
554
+ const __vue_module_identifier__$F = undefined;
549
555
  /* functional template */
550
556
 
551
- const __vue_is_functional_template__$E = false;
557
+ const __vue_is_functional_template__$F = false;
552
558
  /* style inject */
553
559
 
554
560
  /* style inject SSR */
555
561
 
556
562
  /* style inject shadow dom */
557
563
 
558
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
559
- render: __vue_render__$C,
560
- staticRenderFns: __vue_staticRenderFns__$C
561
- }, __vue_inject_styles__$E, __vue_script__$w, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);
564
+ const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
565
+ render: __vue_render__$D,
566
+ staticRenderFns: __vue_staticRenderFns__$D
567
+ }, __vue_inject_styles__$F, __vue_script__$x, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
562
568
 
563
- var NsLottieAnimation = __vue_component__$16;
569
+ var NsLottieAnimation = __vue_component__$18;
564
570
 
565
571
  /* script */
566
572
 
567
573
  /* template */
568
- var __vue_render__$B = function () {
574
+ var __vue_render__$C = function () {
569
575
  var _vm = this;
570
576
 
571
577
  var _h = _vm.$createElement;
@@ -580,34 +586,34 @@ var __vue_render__$B = function () {
580
586
  });
581
587
  };
582
588
 
583
- var __vue_staticRenderFns__$B = [];
589
+ var __vue_staticRenderFns__$C = [];
584
590
  /* style */
585
591
 
586
- const __vue_inject_styles__$D = undefined;
592
+ const __vue_inject_styles__$E = undefined;
587
593
  /* scoped */
588
594
 
589
- const __vue_scope_id__$D = undefined;
595
+ const __vue_scope_id__$E = undefined;
590
596
  /* module identifier */
591
597
 
592
- const __vue_module_identifier__$D = undefined;
598
+ const __vue_module_identifier__$E = undefined;
593
599
  /* functional template */
594
600
 
595
- const __vue_is_functional_template__$D = false;
601
+ const __vue_is_functional_template__$E = false;
596
602
  /* style inject */
597
603
 
598
604
  /* style inject SSR */
599
605
 
600
606
  /* style inject shadow dom */
601
607
 
602
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
603
- render: __vue_render__$B,
604
- staticRenderFns: __vue_staticRenderFns__$B
605
- }, __vue_inject_styles__$D, {}, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, undefined, undefined);
608
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
609
+ render: __vue_render__$C,
610
+ staticRenderFns: __vue_staticRenderFns__$C
611
+ }, __vue_inject_styles__$E, {}, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);
606
612
 
607
- var ExclamationMarkPictogram = __vue_component__$15;
613
+ var ExclamationMarkPictogram = __vue_component__$17;
608
614
 
609
615
  //
610
- var script$v = {
616
+ var script$w = {
611
617
  name: "NsEmptyState",
612
618
  components: {
613
619
  NsPictogram,
@@ -639,10 +645,10 @@ var script$v = {
639
645
  };
640
646
 
641
647
  /* script */
642
- const __vue_script__$v = script$v;
648
+ const __vue_script__$w = script$w;
643
649
  /* template */
644
650
 
645
- var __vue_render__$A = function () {
651
+ var __vue_render__$B = function () {
646
652
  var _vm = this;
647
653
 
648
654
  var _h = _vm.$createElement;
@@ -672,10 +678,10 @@ var __vue_render__$A = function () {
672
678
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
673
679
  };
674
680
 
675
- var __vue_staticRenderFns__$A = [];
681
+ var __vue_staticRenderFns__$B = [];
676
682
  /* style */
677
683
 
678
- const __vue_inject_styles__$C = function (inject) {
684
+ const __vue_inject_styles__$D = function (inject) {
679
685
  if (!inject) return;
680
686
  inject("data-v-2d5d3a58_0", {
681
687
  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}",
@@ -686,26 +692,26 @@ const __vue_inject_styles__$C = function (inject) {
686
692
  /* scoped */
687
693
 
688
694
 
689
- const __vue_scope_id__$C = "data-v-2d5d3a58";
695
+ const __vue_scope_id__$D = "data-v-2d5d3a58";
690
696
  /* module identifier */
691
697
 
692
- const __vue_module_identifier__$C = undefined;
698
+ const __vue_module_identifier__$D = undefined;
693
699
  /* functional template */
694
700
 
695
- const __vue_is_functional_template__$C = false;
701
+ const __vue_is_functional_template__$D = false;
696
702
  /* style inject SSR */
697
703
 
698
704
  /* style inject shadow dom */
699
705
 
700
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
701
- render: __vue_render__$A,
702
- staticRenderFns: __vue_staticRenderFns__$A
703
- }, __vue_inject_styles__$C, __vue_script__$v, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
706
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
707
+ render: __vue_render__$B,
708
+ staticRenderFns: __vue_staticRenderFns__$B
709
+ }, __vue_inject_styles__$D, __vue_script__$w, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
704
710
 
705
- var __vue_component__$14 = __vue_component__$13;
711
+ var __vue_component__$16 = __vue_component__$15;
706
712
 
707
713
  //
708
- var script$u = {
714
+ var script$v = {
709
715
  name: "NsCodeSnippet",
710
716
  components: {
711
717
  CvButton,
@@ -817,10 +823,10 @@ var script$u = {
817
823
  };
818
824
 
819
825
  /* script */
820
- const __vue_script__$u = script$u;
826
+ const __vue_script__$v = script$v;
821
827
  /* template */
822
828
 
823
- var __vue_render__$z = function () {
829
+ var __vue_render__$A = function () {
824
830
  var _vm = this;
825
831
 
826
832
  var _h = _vm.$createElement;
@@ -882,10 +888,10 @@ var __vue_render__$z = function () {
882
888
  })], 1) : _vm._e()], 1);
883
889
  };
884
890
 
885
- var __vue_staticRenderFns__$z = [];
891
+ var __vue_staticRenderFns__$A = [];
886
892
  /* style */
887
893
 
888
- const __vue_inject_styles__$B = function (inject) {
894
+ const __vue_inject_styles__$C = function (inject) {
889
895
  if (!inject) return;
890
896
  inject("data-v-59cb538c_0", {
891
897
  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}",
@@ -896,23 +902,23 @@ const __vue_inject_styles__$B = function (inject) {
896
902
  /* scoped */
897
903
 
898
904
 
899
- const __vue_scope_id__$B = "data-v-59cb538c";
905
+ const __vue_scope_id__$C = "data-v-59cb538c";
900
906
  /* module identifier */
901
907
 
902
- const __vue_module_identifier__$B = undefined;
908
+ const __vue_module_identifier__$C = undefined;
903
909
  /* functional template */
904
910
 
905
- const __vue_is_functional_template__$B = false;
911
+ const __vue_is_functional_template__$C = false;
906
912
  /* style inject SSR */
907
913
 
908
914
  /* style inject shadow dom */
909
915
 
910
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
911
- render: __vue_render__$z,
912
- staticRenderFns: __vue_staticRenderFns__$z
913
- }, __vue_inject_styles__$B, __vue_script__$u, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
916
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
917
+ render: __vue_render__$A,
918
+ staticRenderFns: __vue_staticRenderFns__$A
919
+ }, __vue_inject_styles__$C, __vue_script__$v, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
914
920
 
915
- var __vue_component__$12 = __vue_component__$11;
921
+ var __vue_component__$14 = __vue_component__$13;
916
922
 
917
923
  //
918
924
  //
@@ -943,7 +949,7 @@ var __vue_component__$12 = __vue_component__$11;
943
949
  //
944
950
  //
945
951
  //
946
- var script$t = {
952
+ var script$u = {
947
953
  name: "NsCircleTimer",
948
954
  props: {
949
955
  timeLimit: {
@@ -1007,10 +1013,10 @@ var script$t = {
1007
1013
  };
1008
1014
 
1009
1015
  /* script */
1010
- const __vue_script__$t = script$t;
1016
+ const __vue_script__$u = script$u;
1011
1017
  /* template */
1012
1018
 
1013
- var __vue_render__$y = function () {
1019
+ var __vue_render__$z = function () {
1014
1020
  var _vm = this;
1015
1021
 
1016
1022
  var _h = _vm.$createElement;
@@ -1046,10 +1052,10 @@ var __vue_render__$y = function () {
1046
1052
  })])])]);
1047
1053
  };
1048
1054
 
1049
- var __vue_staticRenderFns__$y = [];
1055
+ var __vue_staticRenderFns__$z = [];
1050
1056
  /* style */
1051
1057
 
1052
- const __vue_inject_styles__$A = function (inject) {
1058
+ const __vue_inject_styles__$B = function (inject) {
1053
1059
  if (!inject) return;
1054
1060
  inject("data-v-79cb7082_0", {
1055
1061
  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)}",
@@ -1060,26 +1066,26 @@ const __vue_inject_styles__$A = function (inject) {
1060
1066
  /* scoped */
1061
1067
 
1062
1068
 
1063
- const __vue_scope_id__$A = "data-v-79cb7082";
1069
+ const __vue_scope_id__$B = "data-v-79cb7082";
1064
1070
  /* module identifier */
1065
1071
 
1066
- const __vue_module_identifier__$A = undefined;
1072
+ const __vue_module_identifier__$B = undefined;
1067
1073
  /* functional template */
1068
1074
 
1069
- const __vue_is_functional_template__$A = false;
1075
+ const __vue_is_functional_template__$B = false;
1070
1076
  /* style inject SSR */
1071
1077
 
1072
1078
  /* style inject shadow dom */
1073
1079
 
1074
- const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
1075
- render: __vue_render__$y,
1076
- staticRenderFns: __vue_staticRenderFns__$y
1077
- }, __vue_inject_styles__$A, __vue_script__$t, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
1080
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
1081
+ render: __vue_render__$z,
1082
+ staticRenderFns: __vue_staticRenderFns__$z
1083
+ }, __vue_inject_styles__$B, __vue_script__$u, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
1078
1084
 
1079
- var NsCircleTimer = __vue_component__$10;
1085
+ var NsCircleTimer = __vue_component__$12;
1080
1086
 
1081
1087
  //
1082
- var script$s = {
1088
+ var script$t = {
1083
1089
  name: "NsInlineNotification",
1084
1090
  extends: CvInlineNotification,
1085
1091
  components: {
@@ -1116,10 +1122,10 @@ var script$s = {
1116
1122
  };
1117
1123
 
1118
1124
  /* script */
1119
- const __vue_script__$s = script$s;
1125
+ const __vue_script__$t = script$t;
1120
1126
  /* template */
1121
1127
 
1122
- var __vue_render__$x = function () {
1128
+ var __vue_render__$y = function () {
1123
1129
  var _obj;
1124
1130
 
1125
1131
  var _vm = this;
@@ -1190,10 +1196,10 @@ var __vue_render__$x = function () {
1190
1196
  })], 1) : _vm._e()]);
1191
1197
  };
1192
1198
 
1193
- var __vue_staticRenderFns__$x = [];
1199
+ var __vue_staticRenderFns__$y = [];
1194
1200
  /* style */
1195
1201
 
1196
- const __vue_inject_styles__$z = function (inject) {
1202
+ const __vue_inject_styles__$A = function (inject) {
1197
1203
  if (!inject) return;
1198
1204
  inject("data-v-6b979488_0", {
1199
1205
  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}",
@@ -1204,23 +1210,23 @@ const __vue_inject_styles__$z = function (inject) {
1204
1210
  /* scoped */
1205
1211
 
1206
1212
 
1207
- const __vue_scope_id__$z = "data-v-6b979488";
1213
+ const __vue_scope_id__$A = "data-v-6b979488";
1208
1214
  /* module identifier */
1209
1215
 
1210
- const __vue_module_identifier__$z = undefined;
1216
+ const __vue_module_identifier__$A = undefined;
1211
1217
  /* functional template */
1212
1218
 
1213
- const __vue_is_functional_template__$z = false;
1219
+ const __vue_is_functional_template__$A = false;
1214
1220
  /* style inject SSR */
1215
1221
 
1216
1222
  /* style inject shadow dom */
1217
1223
 
1218
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
1219
- render: __vue_render__$x,
1220
- staticRenderFns: __vue_staticRenderFns__$x
1221
- }, __vue_inject_styles__$z, __vue_script__$s, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
1224
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
1225
+ render: __vue_render__$y,
1226
+ staticRenderFns: __vue_staticRenderFns__$y
1227
+ }, __vue_inject_styles__$A, __vue_script__$t, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
1222
1228
 
1223
- var NsInlineNotification = __vue_component__$$;
1229
+ var NsInlineNotification = __vue_component__$11;
1224
1230
 
1225
1231
  //
1226
1232
  //
@@ -1259,7 +1265,7 @@ var NsInlineNotification = __vue_component__$$;
1259
1265
  //
1260
1266
  //
1261
1267
  //
1262
- var script$r = {
1268
+ var script$s = {
1263
1269
  name: "NsProgressBar",
1264
1270
  props: {
1265
1271
  value: {
@@ -1286,6 +1292,10 @@ var script$r = {
1286
1292
  useStatusColors: {
1287
1293
  type: Boolean,
1288
1294
  default: false
1295
+ },
1296
+ useHealthyColor: {
1297
+ type: Boolean,
1298
+ default: true
1289
1299
  }
1290
1300
  },
1291
1301
 
@@ -1313,7 +1323,7 @@ var script$r = {
1313
1323
  },
1314
1324
 
1315
1325
  healthyStatus() {
1316
- return this.useStatusColors && this.numericValue < this.warningThreshold;
1326
+ return this.useStatusColors && this.useHealthyColor && this.numericValue < this.warningThreshold;
1317
1327
  },
1318
1328
 
1319
1329
  warningStatus() {
@@ -1333,10 +1343,10 @@ var script$r = {
1333
1343
  };
1334
1344
 
1335
1345
  /* script */
1336
- const __vue_script__$r = script$r;
1346
+ const __vue_script__$s = script$s;
1337
1347
  /* template */
1338
1348
 
1339
- var __vue_render__$w = function () {
1349
+ var __vue_render__$x = function () {
1340
1350
  var _vm = this;
1341
1351
 
1342
1352
  var _h = _vm.$createElement;
@@ -1375,13 +1385,13 @@ var __vue_render__$w = function () {
1375
1385
  })]], 2)]);
1376
1386
  };
1377
1387
 
1378
- var __vue_staticRenderFns__$w = [];
1388
+ var __vue_staticRenderFns__$x = [];
1379
1389
  /* style */
1380
1390
 
1381
- const __vue_inject_styles__$y = function (inject) {
1391
+ const __vue_inject_styles__$z = function (inject) {
1382
1392
  if (!inject) return;
1383
- inject("data-v-7c7ba0aa_0", {
1384
- source: ".progress-bar-container[data-v-7c7ba0aa]{width:100%;position:relative}.slider[data-v-7c7ba0aa]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-7c7ba0aa]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-7c7ba0aa]{position:absolute}.indeterminate-line[data-v-7c7ba0aa]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-7c7ba0aa]{position:absolute}.inc[data-v-7c7ba0aa]{animation:increase-data-v-7c7ba0aa 2s infinite}.dec[data-v-7c7ba0aa]{animation:decrease-data-v-7c7ba0aa 2s .5s infinite}@keyframes increase-data-v-7c7ba0aa{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-7c7ba0aa{from{left:-80%;width:80%}to{left:110%;width:10%}}",
1393
+ inject("data-v-be01f286_0", {
1394
+ 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%}}",
1385
1395
  map: undefined,
1386
1396
  media: undefined
1387
1397
  });
@@ -1389,25 +1399,25 @@ const __vue_inject_styles__$y = function (inject) {
1389
1399
  /* scoped */
1390
1400
 
1391
1401
 
1392
- const __vue_scope_id__$y = "data-v-7c7ba0aa";
1402
+ const __vue_scope_id__$z = "data-v-be01f286";
1393
1403
  /* module identifier */
1394
1404
 
1395
- const __vue_module_identifier__$y = undefined;
1405
+ const __vue_module_identifier__$z = undefined;
1396
1406
  /* functional template */
1397
1407
 
1398
- const __vue_is_functional_template__$y = false;
1408
+ const __vue_is_functional_template__$z = false;
1399
1409
  /* style inject SSR */
1400
1410
 
1401
1411
  /* style inject shadow dom */
1402
1412
 
1403
- const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
1404
- render: __vue_render__$w,
1405
- staticRenderFns: __vue_staticRenderFns__$w
1406
- }, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
1413
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
1414
+ render: __vue_render__$x,
1415
+ staticRenderFns: __vue_staticRenderFns__$x
1416
+ }, __vue_inject_styles__$z, __vue_script__$s, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
1407
1417
 
1408
- var NsProgressBar = __vue_component__$_;
1418
+ var NsProgressBar = __vue_component__$10;
1409
1419
 
1410
- var script$q = {
1420
+ var script$r = {
1411
1421
  name: "NsSvg",
1412
1422
  props: {
1413
1423
  svg: {
@@ -1466,33 +1476,33 @@ var script$q = {
1466
1476
  };
1467
1477
 
1468
1478
  /* script */
1469
- const __vue_script__$q = script$q;
1479
+ const __vue_script__$r = script$r;
1470
1480
  /* template */
1471
1481
 
1472
1482
  /* style */
1473
1483
 
1474
- const __vue_inject_styles__$x = undefined;
1484
+ const __vue_inject_styles__$y = undefined;
1475
1485
  /* scoped */
1476
1486
 
1477
- const __vue_scope_id__$x = undefined;
1487
+ const __vue_scope_id__$y = undefined;
1478
1488
  /* module identifier */
1479
1489
 
1480
- const __vue_module_identifier__$x = undefined;
1490
+ const __vue_module_identifier__$y = undefined;
1481
1491
  /* functional template */
1482
1492
 
1483
- const __vue_is_functional_template__$x = undefined;
1493
+ const __vue_is_functional_template__$y = undefined;
1484
1494
  /* style inject */
1485
1495
 
1486
1496
  /* style inject SSR */
1487
1497
 
1488
1498
  /* style inject shadow dom */
1489
1499
 
1490
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
1500
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
1491
1501
 
1492
- var NsSvg = __vue_component__$Z;
1502
+ var NsSvg = __vue_component__$$;
1493
1503
 
1494
1504
  //
1495
- var script$p = {
1505
+ var script$q = {
1496
1506
  name: "NsTile",
1497
1507
  extends: CvTile,
1498
1508
  inheritAttrs: false,
@@ -1566,10 +1576,10 @@ var script$p = {
1566
1576
  };
1567
1577
 
1568
1578
  /* script */
1569
- const __vue_script__$p = script$p;
1579
+ const __vue_script__$q = script$q;
1570
1580
  /* template */
1571
1581
 
1572
- var __vue_render__$v = function () {
1582
+ var __vue_render__$w = function () {
1573
1583
  var _obj;
1574
1584
 
1575
1585
  var _vm = this;
@@ -1608,10 +1618,10 @@ var __vue_render__$v = function () {
1608
1618
  }) : _vm._e()], 1);
1609
1619
  };
1610
1620
 
1611
- var __vue_staticRenderFns__$v = [];
1621
+ var __vue_staticRenderFns__$w = [];
1612
1622
  /* style */
1613
1623
 
1614
- const __vue_inject_styles__$w = function (inject) {
1624
+ const __vue_inject_styles__$x = function (inject) {
1615
1625
  if (!inject) return;
1616
1626
  inject("data-v-443a91f0_0", {
1617
1627
  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}",
@@ -1622,23 +1632,23 @@ const __vue_inject_styles__$w = function (inject) {
1622
1632
  /* scoped */
1623
1633
 
1624
1634
 
1625
- const __vue_scope_id__$w = "data-v-443a91f0";
1635
+ const __vue_scope_id__$x = "data-v-443a91f0";
1626
1636
  /* module identifier */
1627
1637
 
1628
- const __vue_module_identifier__$w = undefined;
1638
+ const __vue_module_identifier__$x = undefined;
1629
1639
  /* functional template */
1630
1640
 
1631
- const __vue_is_functional_template__$w = false;
1641
+ const __vue_is_functional_template__$x = false;
1632
1642
  /* style inject SSR */
1633
1643
 
1634
1644
  /* style inject shadow dom */
1635
1645
 
1636
- const __vue_component__$X = /*#__PURE__*/normalizeComponent({
1637
- render: __vue_render__$v,
1638
- staticRenderFns: __vue_staticRenderFns__$v
1639
- }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
1646
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
1647
+ render: __vue_render__$w,
1648
+ staticRenderFns: __vue_staticRenderFns__$w
1649
+ }, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
1640
1650
 
1641
- var __vue_component__$Y = __vue_component__$X;
1651
+ var __vue_component__$_ = __vue_component__$Z;
1642
1652
 
1643
1653
  function toInteger(dirtyNumber) {
1644
1654
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6235,7 +6245,7 @@ var DateTimeService = {
6235
6245
  };
6236
6246
 
6237
6247
  //
6238
- var script$o = {
6248
+ var script$p = {
6239
6249
  name: "NsToastNotification",
6240
6250
  extends: CvToastNotification,
6241
6251
  components: {
@@ -6313,10 +6323,10 @@ var script$o = {
6313
6323
  };
6314
6324
 
6315
6325
  /* script */
6316
- const __vue_script__$o = script$o;
6326
+ const __vue_script__$p = script$p;
6317
6327
  /* template */
6318
6328
 
6319
- var __vue_render__$u = function () {
6329
+ var __vue_render__$v = function () {
6320
6330
  var _obj;
6321
6331
 
6322
6332
  var _vm = this;
@@ -6414,10 +6424,10 @@ var __vue_render__$u = function () {
6414
6424
  })], 1) : _vm._e()], 1)]);
6415
6425
  };
6416
6426
 
6417
- var __vue_staticRenderFns__$u = [];
6427
+ var __vue_staticRenderFns__$v = [];
6418
6428
  /* style */
6419
6429
 
6420
- const __vue_inject_styles__$v = function (inject) {
6430
+ const __vue_inject_styles__$w = function (inject) {
6421
6431
  if (!inject) return;
6422
6432
  inject("data-v-6ff0b515_0", {
6423
6433
  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}",
@@ -6432,26 +6442,26 @@ const __vue_inject_styles__$v = function (inject) {
6432
6442
  /* scoped */
6433
6443
 
6434
6444
 
6435
- const __vue_scope_id__$v = "data-v-6ff0b515";
6445
+ const __vue_scope_id__$w = "data-v-6ff0b515";
6436
6446
  /* module identifier */
6437
6447
 
6438
- const __vue_module_identifier__$v = undefined;
6448
+ const __vue_module_identifier__$w = undefined;
6439
6449
  /* functional template */
6440
6450
 
6441
- const __vue_is_functional_template__$v = false;
6451
+ const __vue_is_functional_template__$w = false;
6442
6452
  /* style inject SSR */
6443
6453
 
6444
6454
  /* style inject shadow dom */
6445
6455
 
6446
- const __vue_component__$V = /*#__PURE__*/normalizeComponent({
6447
- render: __vue_render__$u,
6448
- staticRenderFns: __vue_staticRenderFns__$u
6449
- }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
6456
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent({
6457
+ render: __vue_render__$v,
6458
+ staticRenderFns: __vue_staticRenderFns__$v
6459
+ }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
6450
6460
 
6451
- var __vue_component__$W = __vue_component__$V;
6461
+ var __vue_component__$Y = __vue_component__$X;
6452
6462
 
6453
6463
  //
6454
- var script$n = {
6464
+ var script$o = {
6455
6465
  name: "NsInfoCard",
6456
6466
  components: {
6457
6467
  NsSvg,
@@ -6502,10 +6512,10 @@ var script$n = {
6502
6512
  };
6503
6513
 
6504
6514
  /* script */
6505
- const __vue_script__$n = script$n;
6515
+ const __vue_script__$o = script$o;
6506
6516
  /* template */
6507
6517
 
6508
- var __vue_render__$t = function () {
6518
+ var __vue_render__$u = function () {
6509
6519
  var _vm = this;
6510
6520
 
6511
6521
  var _h = _vm.$createElement;
@@ -6562,10 +6572,10 @@ var __vue_render__$t = function () {
6562
6572
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6563
6573
  };
6564
6574
 
6565
- var __vue_staticRenderFns__$t = [];
6575
+ var __vue_staticRenderFns__$u = [];
6566
6576
  /* style */
6567
6577
 
6568
- const __vue_inject_styles__$u = function (inject) {
6578
+ const __vue_inject_styles__$v = function (inject) {
6569
6579
  if (!inject) return;
6570
6580
  inject("data-v-aefc1c3e_0", {
6571
6581
  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}",
@@ -6576,26 +6586,26 @@ const __vue_inject_styles__$u = function (inject) {
6576
6586
  /* scoped */
6577
6587
 
6578
6588
 
6579
- const __vue_scope_id__$u = "data-v-aefc1c3e";
6589
+ const __vue_scope_id__$v = "data-v-aefc1c3e";
6580
6590
  /* module identifier */
6581
6591
 
6582
- const __vue_module_identifier__$u = undefined;
6592
+ const __vue_module_identifier__$v = undefined;
6583
6593
  /* functional template */
6584
6594
 
6585
- const __vue_is_functional_template__$u = false;
6595
+ const __vue_is_functional_template__$v = false;
6586
6596
  /* style inject SSR */
6587
6597
 
6588
6598
  /* style inject shadow dom */
6589
6599
 
6590
- const __vue_component__$T = /*#__PURE__*/normalizeComponent({
6591
- render: __vue_render__$t,
6592
- staticRenderFns: __vue_staticRenderFns__$t
6593
- }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
6600
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent({
6601
+ render: __vue_render__$u,
6602
+ staticRenderFns: __vue_staticRenderFns__$u
6603
+ }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
6594
6604
 
6595
- var __vue_component__$U = __vue_component__$T;
6605
+ var __vue_component__$W = __vue_component__$V;
6596
6606
 
6597
6607
  //
6598
- var script$m = {
6608
+ var script$n = {
6599
6609
  name: "NsStatusCard",
6600
6610
  //components added for storybook to work
6601
6611
  components: {
@@ -6642,10 +6652,10 @@ var script$m = {
6642
6652
  };
6643
6653
 
6644
6654
  /* script */
6645
- const __vue_script__$m = script$m;
6655
+ const __vue_script__$n = script$n;
6646
6656
  /* template */
6647
6657
 
6648
- var __vue_render__$s = function () {
6658
+ var __vue_render__$t = function () {
6649
6659
  var _vm = this;
6650
6660
 
6651
6661
  var _h = _vm.$createElement;
@@ -6714,10 +6724,10 @@ var __vue_render__$s = function () {
6714
6724
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6715
6725
  };
6716
6726
 
6717
- var __vue_staticRenderFns__$s = [];
6727
+ var __vue_staticRenderFns__$t = [];
6718
6728
  /* style */
6719
6729
 
6720
- const __vue_inject_styles__$t = function (inject) {
6730
+ const __vue_inject_styles__$u = function (inject) {
6721
6731
  if (!inject) return;
6722
6732
  inject("data-v-496044f0_0", {
6723
6733
  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}",
@@ -6728,26 +6738,26 @@ const __vue_inject_styles__$t = function (inject) {
6728
6738
  /* scoped */
6729
6739
 
6730
6740
 
6731
- const __vue_scope_id__$t = "data-v-496044f0";
6741
+ const __vue_scope_id__$u = "data-v-496044f0";
6732
6742
  /* module identifier */
6733
6743
 
6734
- const __vue_module_identifier__$t = undefined;
6744
+ const __vue_module_identifier__$u = undefined;
6735
6745
  /* functional template */
6736
6746
 
6737
- const __vue_is_functional_template__$t = false;
6747
+ const __vue_is_functional_template__$u = false;
6738
6748
  /* style inject SSR */
6739
6749
 
6740
6750
  /* style inject shadow dom */
6741
6751
 
6742
- const __vue_component__$R = /*#__PURE__*/normalizeComponent({
6743
- render: __vue_render__$s,
6744
- staticRenderFns: __vue_staticRenderFns__$s
6745
- }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
6752
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({
6753
+ render: __vue_render__$t,
6754
+ staticRenderFns: __vue_staticRenderFns__$t
6755
+ }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
6746
6756
 
6747
- var __vue_component__$S = __vue_component__$R;
6757
+ var __vue_component__$U = __vue_component__$T;
6748
6758
 
6749
6759
  //
6750
- var script$l = {
6760
+ var script$m = {
6751
6761
  name: "NsSystemdServiceCard",
6752
6762
  //components added for storybook to work
6753
6763
  components: {
@@ -6801,10 +6811,10 @@ var script$l = {
6801
6811
  };
6802
6812
 
6803
6813
  /* script */
6804
- const __vue_script__$l = script$l;
6814
+ const __vue_script__$m = script$m;
6805
6815
  /* template */
6806
6816
 
6807
- var __vue_render__$r = function () {
6817
+ var __vue_render__$s = function () {
6808
6818
  var _vm = this;
6809
6819
 
6810
6820
  var _h = _vm.$createElement;
@@ -6859,10 +6869,10 @@ var __vue_render__$r = function () {
6859
6869
  })], 1)])]);
6860
6870
  };
6861
6871
 
6862
- var __vue_staticRenderFns__$r = [];
6872
+ var __vue_staticRenderFns__$s = [];
6863
6873
  /* style */
6864
6874
 
6865
- const __vue_inject_styles__$s = function (inject) {
6875
+ const __vue_inject_styles__$t = function (inject) {
6866
6876
  if (!inject) return;
6867
6877
  inject("data-v-bf751eca_0", {
6868
6878
  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}",
@@ -6873,26 +6883,26 @@ const __vue_inject_styles__$s = function (inject) {
6873
6883
  /* scoped */
6874
6884
 
6875
6885
 
6876
- const __vue_scope_id__$s = "data-v-bf751eca";
6886
+ const __vue_scope_id__$t = "data-v-bf751eca";
6877
6887
  /* module identifier */
6878
6888
 
6879
- const __vue_module_identifier__$s = undefined;
6889
+ const __vue_module_identifier__$t = undefined;
6880
6890
  /* functional template */
6881
6891
 
6882
- const __vue_is_functional_template__$s = false;
6892
+ const __vue_is_functional_template__$t = false;
6883
6893
  /* style inject SSR */
6884
6894
 
6885
6895
  /* style inject shadow dom */
6886
6896
 
6887
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({
6888
- render: __vue_render__$r,
6889
- staticRenderFns: __vue_staticRenderFns__$r
6890
- }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
6897
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
6898
+ render: __vue_render__$s,
6899
+ staticRenderFns: __vue_staticRenderFns__$s
6900
+ }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
6891
6901
 
6892
- var __vue_component__$Q = __vue_component__$P;
6902
+ var __vue_component__$S = __vue_component__$R;
6893
6903
 
6894
6904
  //
6895
- var script$k = {
6905
+ var script$l = {
6896
6906
  name: "NsTextInput",
6897
6907
  extends: CvTextInput,
6898
6908
  components: {
@@ -6947,10 +6957,10 @@ var script$k = {
6947
6957
  };
6948
6958
 
6949
6959
  /* script */
6950
- const __vue_script__$k = script$k;
6960
+ const __vue_script__$l = script$l;
6951
6961
  /* template */
6952
6962
 
6953
- var __vue_render__$q = function () {
6963
+ var __vue_render__$r = function () {
6954
6964
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
6955
6965
 
6956
6966
  var _vm = this;
@@ -7029,10 +7039,10 @@ var __vue_render__$q = function () {
7029
7039
  })], 2) : _vm._e()]);
7030
7040
  };
7031
7041
 
7032
- var __vue_staticRenderFns__$q = [];
7042
+ var __vue_staticRenderFns__$r = [];
7033
7043
  /* style */
7034
7044
 
7035
- const __vue_inject_styles__$r = function (inject) {
7045
+ const __vue_inject_styles__$s = function (inject) {
7036
7046
  if (!inject) return;
7037
7047
  inject("data-v-11b039d1_0", {
7038
7048
  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}",
@@ -7047,23 +7057,23 @@ const __vue_inject_styles__$r = function (inject) {
7047
7057
  /* scoped */
7048
7058
 
7049
7059
 
7050
- const __vue_scope_id__$r = "data-v-11b039d1";
7060
+ const __vue_scope_id__$s = "data-v-11b039d1";
7051
7061
  /* module identifier */
7052
7062
 
7053
- const __vue_module_identifier__$r = undefined;
7063
+ const __vue_module_identifier__$s = undefined;
7054
7064
  /* functional template */
7055
7065
 
7056
- const __vue_is_functional_template__$r = false;
7066
+ const __vue_is_functional_template__$s = false;
7057
7067
  /* style inject SSR */
7058
7068
 
7059
7069
  /* style inject shadow dom */
7060
7070
 
7061
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
7062
- render: __vue_render__$q,
7063
- staticRenderFns: __vue_staticRenderFns__$q
7064
- }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
7071
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
7072
+ render: __vue_render__$r,
7073
+ staticRenderFns: __vue_staticRenderFns__$r
7074
+ }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
7065
7075
 
7066
- var NsTextInput = __vue_component__$O;
7076
+ var NsTextInput = __vue_component__$Q;
7067
7077
 
7068
7078
  // Unique ID creation requires a high quality random # generator. In node.js
7069
7079
  // this is pretty straight-forward - we use the crypto API.
@@ -7587,13 +7597,25 @@ var UtilService = {
7587
7597
 
7588
7598
 
7589
7599
  return key;
7600
+ },
7601
+
7602
+ /**
7603
+ * Decode a jwt token and parse its payload
7604
+ */
7605
+ decodeJwtPayload(token) {
7606
+ var base64Url = token.split(".")[1];
7607
+ var base64 = base64Url.replace(/-/g, "+").replace(/_/g, "/");
7608
+ var jsonPayload = decodeURIComponent(window.atob(base64).split("").map(function (c) {
7609
+ return "%" + ("00" + c.charCodeAt(0).toString(16)).slice(-2);
7610
+ }).join(""));
7611
+ return JSON.parse(jsonPayload);
7590
7612
  }
7591
7613
 
7592
7614
  }
7593
7615
  };
7594
7616
 
7595
7617
  //
7596
- var script$j = {
7618
+ var script$k = {
7597
7619
  name: "NsPasswordInput",
7598
7620
  components: {
7599
7621
  NsTextInput
@@ -7758,10 +7780,10 @@ var script$j = {
7758
7780
  };
7759
7781
 
7760
7782
  /* script */
7761
- const __vue_script__$j = script$j;
7783
+ const __vue_script__$k = script$k;
7762
7784
  /* template */
7763
7785
 
7764
- var __vue_render__$p = function () {
7786
+ var __vue_render__$q = function () {
7765
7787
  var _vm = this;
7766
7788
 
7767
7789
  var _h = _vm.$createElement;
@@ -7856,10 +7878,10 @@ var __vue_render__$p = function () {
7856
7878
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7857
7879
  };
7858
7880
 
7859
- var __vue_staticRenderFns__$p = [];
7881
+ var __vue_staticRenderFns__$q = [];
7860
7882
  /* style */
7861
7883
 
7862
- const __vue_inject_styles__$q = function (inject) {
7884
+ const __vue_inject_styles__$r = function (inject) {
7863
7885
  if (!inject) return;
7864
7886
  inject("data-v-67b93b40_0", {
7865
7887
  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}",
@@ -7870,26 +7892,26 @@ const __vue_inject_styles__$q = function (inject) {
7870
7892
  /* scoped */
7871
7893
 
7872
7894
 
7873
- const __vue_scope_id__$q = "data-v-67b93b40";
7895
+ const __vue_scope_id__$r = "data-v-67b93b40";
7874
7896
  /* module identifier */
7875
7897
 
7876
- const __vue_module_identifier__$q = undefined;
7898
+ const __vue_module_identifier__$r = undefined;
7877
7899
  /* functional template */
7878
7900
 
7879
- const __vue_is_functional_template__$q = false;
7901
+ const __vue_is_functional_template__$r = false;
7880
7902
  /* style inject SSR */
7881
7903
 
7882
7904
  /* style inject shadow dom */
7883
7905
 
7884
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
7885
- render: __vue_render__$p,
7886
- staticRenderFns: __vue_staticRenderFns__$p
7887
- }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
7906
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
7907
+ render: __vue_render__$q,
7908
+ staticRenderFns: __vue_staticRenderFns__$q
7909
+ }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
7888
7910
 
7889
- var __vue_component__$N = __vue_component__$M;
7911
+ var __vue_component__$P = __vue_component__$O;
7890
7912
 
7891
7913
  //
7892
- var script$i = {
7914
+ var script$j = {
7893
7915
  name: "NsIconMenu",
7894
7916
  extends: CvOverflowMenu,
7895
7917
  props: {
@@ -7933,10 +7955,10 @@ var script$i = {
7933
7955
  };
7934
7956
 
7935
7957
  /* script */
7936
- const __vue_script__$i = script$i;
7958
+ const __vue_script__$j = script$j;
7937
7959
  /* template */
7938
7960
 
7939
- var __vue_render__$o = function () {
7961
+ var __vue_render__$p = function () {
7940
7962
  var _obj, _obj$1;
7941
7963
 
7942
7964
  var _vm = this;
@@ -8052,10 +8074,10 @@ var __vue_render__$o = function () {
8052
8074
  })])]);
8053
8075
  };
8054
8076
 
8055
- var __vue_staticRenderFns__$o = [];
8077
+ var __vue_staticRenderFns__$p = [];
8056
8078
  /* style */
8057
8079
 
8058
- const __vue_inject_styles__$p = function (inject) {
8080
+ const __vue_inject_styles__$q = function (inject) {
8059
8081
  if (!inject) return;
8060
8082
  inject("data-v-2be14df6_0", {
8061
8083
  source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
@@ -8066,26 +8088,26 @@ const __vue_inject_styles__$p = function (inject) {
8066
8088
  /* scoped */
8067
8089
 
8068
8090
 
8069
- const __vue_scope_id__$p = "data-v-2be14df6";
8091
+ const __vue_scope_id__$q = "data-v-2be14df6";
8070
8092
  /* module identifier */
8071
8093
 
8072
- const __vue_module_identifier__$p = undefined;
8094
+ const __vue_module_identifier__$q = undefined;
8073
8095
  /* functional template */
8074
8096
 
8075
- const __vue_is_functional_template__$p = false;
8097
+ const __vue_is_functional_template__$q = false;
8076
8098
  /* style inject SSR */
8077
8099
 
8078
8100
  /* style inject shadow dom */
8079
8101
 
8080
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
8081
- render: __vue_render__$o,
8082
- staticRenderFns: __vue_staticRenderFns__$o
8083
- }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
8102
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
8103
+ render: __vue_render__$p,
8104
+ staticRenderFns: __vue_staticRenderFns__$p
8105
+ }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
8084
8106
 
8085
- var __vue_component__$L = __vue_component__$K;
8107
+ var __vue_component__$N = __vue_component__$M;
8086
8108
 
8087
8109
  //
8088
- var script$h = {
8110
+ var script$i = {
8089
8111
  name: "NsMeterChart",
8090
8112
  components: {
8091
8113
  NsProgressBar
@@ -8120,10 +8142,10 @@ var script$h = {
8120
8142
  };
8121
8143
 
8122
8144
  /* script */
8123
- const __vue_script__$h = script$h;
8145
+ const __vue_script__$i = script$i;
8124
8146
  /* template */
8125
8147
 
8126
- var __vue_render__$n = function () {
8148
+ var __vue_render__$o = function () {
8127
8149
  var _vm = this;
8128
8150
 
8129
8151
  var _h = _vm.$createElement;
@@ -8146,10 +8168,10 @@ var __vue_render__$n = function () {
8146
8168
  })], 1);
8147
8169
  };
8148
8170
 
8149
- var __vue_staticRenderFns__$n = [];
8171
+ var __vue_staticRenderFns__$o = [];
8150
8172
  /* style */
8151
8173
 
8152
- const __vue_inject_styles__$o = function (inject) {
8174
+ const __vue_inject_styles__$p = function (inject) {
8153
8175
  if (!inject) return;
8154
8176
  inject("data-v-8d83456c_0", {
8155
8177
  source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
@@ -8160,26 +8182,26 @@ const __vue_inject_styles__$o = function (inject) {
8160
8182
  /* scoped */
8161
8183
 
8162
8184
 
8163
- const __vue_scope_id__$o = "data-v-8d83456c";
8185
+ const __vue_scope_id__$p = "data-v-8d83456c";
8164
8186
  /* module identifier */
8165
8187
 
8166
- const __vue_module_identifier__$o = undefined;
8188
+ const __vue_module_identifier__$p = undefined;
8167
8189
  /* functional template */
8168
8190
 
8169
- const __vue_is_functional_template__$o = false;
8191
+ const __vue_is_functional_template__$p = false;
8170
8192
  /* style inject SSR */
8171
8193
 
8172
8194
  /* style inject shadow dom */
8173
8195
 
8174
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
8175
- render: __vue_render__$n,
8176
- staticRenderFns: __vue_staticRenderFns__$n
8177
- }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
8196
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
8197
+ render: __vue_render__$o,
8198
+ staticRenderFns: __vue_staticRenderFns__$o
8199
+ }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
8178
8200
 
8179
- var __vue_component__$J = __vue_component__$I;
8201
+ var __vue_component__$L = __vue_component__$K;
8180
8202
 
8181
8203
  //
8182
- var script$g = {
8204
+ var script$h = {
8183
8205
  name: "NsModal",
8184
8206
  extends: CvModal,
8185
8207
  components: {
@@ -8239,10 +8261,10 @@ var script$g = {
8239
8261
  };
8240
8262
 
8241
8263
  /* script */
8242
- const __vue_script__$g = script$g;
8264
+ const __vue_script__$h = script$h;
8243
8265
  /* template */
8244
8266
 
8245
- var __vue_render__$m = function () {
8267
+ var __vue_render__$n = function () {
8246
8268
  var _obj, _obj$1, _obj$2, _obj$3;
8247
8269
 
8248
8270
  var _vm = this;
@@ -8376,34 +8398,34 @@ var __vue_render__$m = function () {
8376
8398
  })], 1)]);
8377
8399
  };
8378
8400
 
8379
- var __vue_staticRenderFns__$m = [];
8401
+ var __vue_staticRenderFns__$n = [];
8380
8402
  /* style */
8381
8403
 
8382
- const __vue_inject_styles__$n = undefined;
8404
+ const __vue_inject_styles__$o = undefined;
8383
8405
  /* scoped */
8384
8406
 
8385
- const __vue_scope_id__$n = undefined;
8407
+ const __vue_scope_id__$o = undefined;
8386
8408
  /* module identifier */
8387
8409
 
8388
- const __vue_module_identifier__$n = undefined;
8410
+ const __vue_module_identifier__$o = undefined;
8389
8411
  /* functional template */
8390
8412
 
8391
- const __vue_is_functional_template__$n = false;
8413
+ const __vue_is_functional_template__$o = false;
8392
8414
  /* style inject */
8393
8415
 
8394
8416
  /* style inject SSR */
8395
8417
 
8396
8418
  /* style inject shadow dom */
8397
8419
 
8398
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
8399
- render: __vue_render__$m,
8400
- staticRenderFns: __vue_staticRenderFns__$m
8401
- }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
8420
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({
8421
+ render: __vue_render__$n,
8422
+ staticRenderFns: __vue_staticRenderFns__$n
8423
+ }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
8402
8424
 
8403
- var NsModal = __vue_component__$H;
8425
+ var NsModal = __vue_component__$J;
8404
8426
 
8405
8427
  //
8406
- var script$f = {
8428
+ var script$g = {
8407
8429
  name: "NsDangerDeleteModal",
8408
8430
  //component added for storybook to work
8409
8431
  components: {
@@ -8499,10 +8521,10 @@ var script$f = {
8499
8521
  };
8500
8522
 
8501
8523
  /* script */
8502
- const __vue_script__$f = script$f;
8524
+ const __vue_script__$g = script$g;
8503
8525
  /* template */
8504
8526
 
8505
- var __vue_render__$l = function () {
8527
+ var __vue_render__$m = function () {
8506
8528
  var _vm = this;
8507
8529
 
8508
8530
  var _h = _vm.$createElement;
@@ -8570,10 +8592,10 @@ var __vue_render__$l = function () {
8570
8592
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8571
8593
  };
8572
8594
 
8573
- var __vue_staticRenderFns__$l = [];
8595
+ var __vue_staticRenderFns__$m = [];
8574
8596
  /* style */
8575
8597
 
8576
- const __vue_inject_styles__$m = function (inject) {
8598
+ const __vue_inject_styles__$n = function (inject) {
8577
8599
  if (!inject) return;
8578
8600
  inject("data-v-746a2de3_0", {
8579
8601
  source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
@@ -8584,23 +8606,23 @@ const __vue_inject_styles__$m = function (inject) {
8584
8606
  /* scoped */
8585
8607
 
8586
8608
 
8587
- const __vue_scope_id__$m = "data-v-746a2de3";
8609
+ const __vue_scope_id__$n = "data-v-746a2de3";
8588
8610
  /* module identifier */
8589
8611
 
8590
- const __vue_module_identifier__$m = undefined;
8612
+ const __vue_module_identifier__$n = undefined;
8591
8613
  /* functional template */
8592
8614
 
8593
- const __vue_is_functional_template__$m = false;
8615
+ const __vue_is_functional_template__$n = false;
8594
8616
  /* style inject SSR */
8595
8617
 
8596
8618
  /* style inject shadow dom */
8597
8619
 
8598
- const __vue_component__$F = /*#__PURE__*/normalizeComponent({
8599
- render: __vue_render__$l,
8600
- staticRenderFns: __vue_staticRenderFns__$l
8601
- }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
8620
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
8621
+ render: __vue_render__$m,
8622
+ staticRenderFns: __vue_staticRenderFns__$m
8623
+ }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
8602
8624
 
8603
- var __vue_component__$G = __vue_component__$F;
8625
+ var __vue_component__$I = __vue_component__$H;
8604
8626
 
8605
8627
  var IconService = {
8606
8628
  name: "IconService",
@@ -8763,16 +8785,23 @@ var IconService = {
8763
8785
  Locked20,
8764
8786
  Locked32,
8765
8787
  Folder16,
8766
- // public mailbox
8767
8788
  Folder20,
8768
- Folder32
8789
+ Folder32,
8790
+ Asterisk16,
8791
+ // wildcard email domain
8792
+ Asterisk20,
8793
+ Asterisk32,
8794
+ Box16,
8795
+ // mailboxes
8796
+ Box20,
8797
+ Box32
8769
8798
  };
8770
8799
  }
8771
8800
 
8772
8801
  };
8773
8802
 
8774
8803
  //
8775
- var script$e = {
8804
+ var script$f = {
8776
8805
  name: "NsDropdownAction",
8777
8806
  extends: CvOverflowMenu,
8778
8807
  components: {
@@ -8804,10 +8833,10 @@ var script$e = {
8804
8833
  };
8805
8834
 
8806
8835
  /* script */
8807
- const __vue_script__$e = script$e;
8836
+ const __vue_script__$f = script$f;
8808
8837
  /* template */
8809
8838
 
8810
- var __vue_render__$k = function () {
8839
+ var __vue_render__$l = function () {
8811
8840
  var _obj, _obj$1;
8812
8841
 
8813
8842
  var _vm = this;
@@ -8907,34 +8936,34 @@ var __vue_render__$k = function () {
8907
8936
  })])]);
8908
8937
  };
8909
8938
 
8910
- var __vue_staticRenderFns__$k = [];
8939
+ var __vue_staticRenderFns__$l = [];
8911
8940
  /* style */
8912
8941
 
8913
- const __vue_inject_styles__$l = undefined;
8942
+ const __vue_inject_styles__$m = undefined;
8914
8943
  /* scoped */
8915
8944
 
8916
- const __vue_scope_id__$l = "data-v-31925b9d";
8945
+ const __vue_scope_id__$m = "data-v-31925b9d";
8917
8946
  /* module identifier */
8918
8947
 
8919
- const __vue_module_identifier__$l = undefined;
8948
+ const __vue_module_identifier__$m = undefined;
8920
8949
  /* functional template */
8921
8950
 
8922
- const __vue_is_functional_template__$l = false;
8951
+ const __vue_is_functional_template__$m = false;
8923
8952
  /* style inject */
8924
8953
 
8925
8954
  /* style inject SSR */
8926
8955
 
8927
8956
  /* style inject shadow dom */
8928
8957
 
8929
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
8930
- render: __vue_render__$k,
8931
- staticRenderFns: __vue_staticRenderFns__$k
8932
- }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
8958
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
8959
+ render: __vue_render__$l,
8960
+ staticRenderFns: __vue_staticRenderFns__$l
8961
+ }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
8933
8962
 
8934
- var __vue_component__$E = __vue_component__$D;
8963
+ var __vue_component__$G = __vue_component__$F;
8935
8964
 
8936
8965
  //
8937
- var script$d = {
8966
+ var script$e = {
8938
8967
  name: "NsBackupCardDetails",
8939
8968
  mixins: [DateTimeService],
8940
8969
  props: {
@@ -8970,10 +8999,10 @@ var script$d = {
8970
8999
  };
8971
9000
 
8972
9001
  /* script */
8973
- const __vue_script__$d = script$d;
9002
+ const __vue_script__$e = script$e;
8974
9003
  /* template */
8975
9004
 
8976
- var __vue_render__$j = function () {
9005
+ var __vue_render__$k = function () {
8977
9006
  var _vm = this;
8978
9007
 
8979
9008
  var _h = _vm.$createElement;
@@ -9027,10 +9056,10 @@ var __vue_render__$j = function () {
9027
9056
  }, [_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("-")])])])]);
9028
9057
  };
9029
9058
 
9030
- var __vue_staticRenderFns__$j = [];
9059
+ var __vue_staticRenderFns__$k = [];
9031
9060
  /* style */
9032
9061
 
9033
- const __vue_inject_styles__$k = function (inject) {
9062
+ const __vue_inject_styles__$l = function (inject) {
9034
9063
  if (!inject) return;
9035
9064
  inject("data-v-25453d1c_0", {
9036
9065
  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}",
@@ -9041,26 +9070,26 @@ const __vue_inject_styles__$k = function (inject) {
9041
9070
  /* scoped */
9042
9071
 
9043
9072
 
9044
- const __vue_scope_id__$k = "data-v-25453d1c";
9073
+ const __vue_scope_id__$l = "data-v-25453d1c";
9045
9074
  /* module identifier */
9046
9075
 
9047
- const __vue_module_identifier__$k = undefined;
9076
+ const __vue_module_identifier__$l = undefined;
9048
9077
  /* functional template */
9049
9078
 
9050
- const __vue_is_functional_template__$k = false;
9079
+ const __vue_is_functional_template__$l = false;
9051
9080
  /* style inject SSR */
9052
9081
 
9053
9082
  /* style inject shadow dom */
9054
9083
 
9055
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
9056
- render: __vue_render__$j,
9057
- staticRenderFns: __vue_staticRenderFns__$j
9058
- }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
9084
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
9085
+ render: __vue_render__$k,
9086
+ staticRenderFns: __vue_staticRenderFns__$k
9087
+ }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
9059
9088
 
9060
- var NsBackupCardDetails = __vue_component__$C;
9089
+ var NsBackupCardDetails = __vue_component__$E;
9061
9090
 
9062
9091
  //
9063
- var script$c = {
9092
+ var script$d = {
9064
9093
  name: "NsBackupCard",
9065
9094
  components: {
9066
9095
  NsBackupCardDetails
@@ -9201,10 +9230,10 @@ var script$c = {
9201
9230
  };
9202
9231
 
9203
9232
  /* script */
9204
- const __vue_script__$c = script$c;
9233
+ const __vue_script__$d = script$d;
9205
9234
  /* template */
9206
9235
 
9207
- var __vue_render__$i = function () {
9236
+ var __vue_render__$j = function () {
9208
9237
  var _vm = this;
9209
9238
 
9210
9239
  var _h = _vm.$createElement;
@@ -9320,10 +9349,10 @@ var __vue_render__$i = function () {
9320
9349
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9321
9350
  };
9322
9351
 
9323
- var __vue_staticRenderFns__$i = [];
9352
+ var __vue_staticRenderFns__$j = [];
9324
9353
  /* style */
9325
9354
 
9326
- const __vue_inject_styles__$j = function (inject) {
9355
+ const __vue_inject_styles__$k = function (inject) {
9327
9356
  if (!inject) return;
9328
9357
  inject("data-v-5a3b7738_0", {
9329
9358
  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}",
@@ -9338,26 +9367,26 @@ const __vue_inject_styles__$j = function (inject) {
9338
9367
  /* scoped */
9339
9368
 
9340
9369
 
9341
- const __vue_scope_id__$j = "data-v-5a3b7738";
9370
+ const __vue_scope_id__$k = "data-v-5a3b7738";
9342
9371
  /* module identifier */
9343
9372
 
9344
- const __vue_module_identifier__$j = undefined;
9373
+ const __vue_module_identifier__$k = undefined;
9345
9374
  /* functional template */
9346
9375
 
9347
- const __vue_is_functional_template__$j = false;
9376
+ const __vue_is_functional_template__$k = false;
9348
9377
  /* style inject SSR */
9349
9378
 
9350
9379
  /* style inject shadow dom */
9351
9380
 
9352
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
9353
- render: __vue_render__$i,
9354
- staticRenderFns: __vue_staticRenderFns__$i
9355
- }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
9381
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
9382
+ render: __vue_render__$j,
9383
+ staticRenderFns: __vue_staticRenderFns__$j
9384
+ }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
9356
9385
 
9357
- var __vue_component__$B = __vue_component__$A;
9386
+ var __vue_component__$D = __vue_component__$C;
9358
9387
 
9359
9388
  //
9360
- var script$b = {
9389
+ var script$c = {
9361
9390
  name: "NsWizard",
9362
9391
  extends: NsModal,
9363
9392
  mixins: [IconService],
@@ -9401,10 +9430,10 @@ var script$b = {
9401
9430
  };
9402
9431
 
9403
9432
  /* script */
9404
- const __vue_script__$b = script$b;
9433
+ const __vue_script__$c = script$c;
9405
9434
  /* template */
9406
9435
 
9407
- var __vue_render__$h = function () {
9436
+ var __vue_render__$i = function () {
9408
9437
  var _obj, _obj$1;
9409
9438
 
9410
9439
  var _vm = this;
@@ -9546,34 +9575,34 @@ var __vue_render__$h = function () {
9546
9575
  })], 1)]);
9547
9576
  };
9548
9577
 
9549
- var __vue_staticRenderFns__$h = [];
9578
+ var __vue_staticRenderFns__$i = [];
9550
9579
  /* style */
9551
9580
 
9552
- const __vue_inject_styles__$i = undefined;
9581
+ const __vue_inject_styles__$j = undefined;
9553
9582
  /* scoped */
9554
9583
 
9555
- const __vue_scope_id__$i = undefined;
9584
+ const __vue_scope_id__$j = undefined;
9556
9585
  /* module identifier */
9557
9586
 
9558
- const __vue_module_identifier__$i = undefined;
9587
+ const __vue_module_identifier__$j = undefined;
9559
9588
  /* functional template */
9560
9589
 
9561
- const __vue_is_functional_template__$i = false;
9590
+ const __vue_is_functional_template__$j = false;
9562
9591
  /* style inject */
9563
9592
 
9564
9593
  /* style inject SSR */
9565
9594
 
9566
9595
  /* style inject shadow dom */
9567
9596
 
9568
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
9569
- render: __vue_render__$h,
9570
- staticRenderFns: __vue_staticRenderFns__$h
9571
- }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
9597
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
9598
+ render: __vue_render__$i,
9599
+ staticRenderFns: __vue_staticRenderFns__$i
9600
+ }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
9572
9601
 
9573
- var __vue_component__$z = __vue_component__$y;
9602
+ var __vue_component__$B = __vue_component__$A;
9574
9603
 
9575
9604
  //
9576
- var script$a = {
9605
+ var script$b = {
9577
9606
  name: "NsMenuItem",
9578
9607
  components: {
9579
9608
  NsSvg
@@ -9596,10 +9625,10 @@ var script$a = {
9596
9625
  };
9597
9626
 
9598
9627
  /* script */
9599
- const __vue_script__$a = script$a;
9628
+ const __vue_script__$b = script$b;
9600
9629
  /* template */
9601
9630
 
9602
- var __vue_render__$g = function () {
9631
+ var __vue_render__$h = function () {
9603
9632
  var _vm = this;
9604
9633
 
9605
9634
  var _h = _vm.$createElement;
@@ -9619,10 +9648,10 @@ var __vue_render__$g = function () {
9619
9648
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9620
9649
  };
9621
9650
 
9622
- var __vue_staticRenderFns__$g = [];
9651
+ var __vue_staticRenderFns__$h = [];
9623
9652
  /* style */
9624
9653
 
9625
- const __vue_inject_styles__$h = function (inject) {
9654
+ const __vue_inject_styles__$i = function (inject) {
9626
9655
  if (!inject) return;
9627
9656
  inject("data-v-35f08832_0", {
9628
9657
  source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
@@ -9633,26 +9662,26 @@ const __vue_inject_styles__$h = function (inject) {
9633
9662
  /* scoped */
9634
9663
 
9635
9664
 
9636
- const __vue_scope_id__$h = "data-v-35f08832";
9665
+ const __vue_scope_id__$i = "data-v-35f08832";
9637
9666
  /* module identifier */
9638
9667
 
9639
- const __vue_module_identifier__$h = undefined;
9668
+ const __vue_module_identifier__$i = undefined;
9640
9669
  /* functional template */
9641
9670
 
9642
- const __vue_is_functional_template__$h = false;
9671
+ const __vue_is_functional_template__$i = false;
9643
9672
  /* style inject SSR */
9644
9673
 
9645
9674
  /* style inject shadow dom */
9646
9675
 
9647
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
9648
- render: __vue_render__$g,
9649
- staticRenderFns: __vue_staticRenderFns__$g
9650
- }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
9651
-
9652
- var __vue_component__$x = __vue_component__$w;
9676
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
9677
+ render: __vue_render__$h,
9678
+ staticRenderFns: __vue_staticRenderFns__$h
9679
+ }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
9680
+
9681
+ var __vue_component__$z = __vue_component__$y;
9653
9682
 
9654
9683
  //
9655
- var script$9 = {
9684
+ var script$a = {
9656
9685
  name: "NsMenuDivider",
9657
9686
  components: {
9658
9687
  CvSideNavDivider
@@ -9660,10 +9689,10 @@ var script$9 = {
9660
9689
  };
9661
9690
 
9662
9691
  /* script */
9663
- const __vue_script__$9 = script$9;
9692
+ const __vue_script__$a = script$a;
9664
9693
  /* template */
9665
9694
 
9666
- var __vue_render__$f = function () {
9695
+ var __vue_render__$g = function () {
9667
9696
  var _vm = this;
9668
9697
 
9669
9698
  var _h = _vm.$createElement;
@@ -9673,34 +9702,34 @@ var __vue_render__$f = function () {
9673
9702
  return _c('cv-side-nav-divider');
9674
9703
  };
9675
9704
 
9676
- var __vue_staticRenderFns__$f = [];
9705
+ var __vue_staticRenderFns__$g = [];
9677
9706
  /* style */
9678
9707
 
9679
- const __vue_inject_styles__$g = undefined;
9708
+ const __vue_inject_styles__$h = undefined;
9680
9709
  /* scoped */
9681
9710
 
9682
- const __vue_scope_id__$g = "data-v-c2c8c17e";
9711
+ const __vue_scope_id__$h = "data-v-c2c8c17e";
9683
9712
  /* module identifier */
9684
9713
 
9685
- const __vue_module_identifier__$g = undefined;
9714
+ const __vue_module_identifier__$h = undefined;
9686
9715
  /* functional template */
9687
9716
 
9688
- const __vue_is_functional_template__$g = false;
9717
+ const __vue_is_functional_template__$h = false;
9689
9718
  /* style inject */
9690
9719
 
9691
9720
  /* style inject SSR */
9692
9721
 
9693
9722
  /* style inject shadow dom */
9694
9723
 
9695
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
9696
- render: __vue_render__$f,
9697
- staticRenderFns: __vue_staticRenderFns__$f
9698
- }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
9724
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
9725
+ render: __vue_render__$g,
9726
+ staticRenderFns: __vue_staticRenderFns__$g
9727
+ }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
9699
9728
 
9700
- var __vue_component__$v = __vue_component__$u;
9729
+ var __vue_component__$x = __vue_component__$w;
9701
9730
 
9702
9731
  //
9703
- var script$8 = {
9732
+ var script$9 = {
9704
9733
  name: "NsSystemLogsCard",
9705
9734
  mixins: [UtilService, IconService],
9706
9735
  props: {
@@ -9819,10 +9848,10 @@ var script$8 = {
9819
9848
  };
9820
9849
 
9821
9850
  /* script */
9822
- const __vue_script__$8 = script$8;
9851
+ const __vue_script__$9 = script$9;
9823
9852
  /* template */
9824
9853
 
9825
- var __vue_render__$e = function () {
9854
+ var __vue_render__$f = function () {
9826
9855
  var _vm = this;
9827
9856
 
9828
9857
  var _h = _vm.$createElement;
@@ -9849,34 +9878,34 @@ var __vue_render__$e = function () {
9849
9878
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9850
9879
  };
9851
9880
 
9852
- var __vue_staticRenderFns__$e = [];
9881
+ var __vue_staticRenderFns__$f = [];
9853
9882
  /* style */
9854
9883
 
9855
- const __vue_inject_styles__$f = undefined;
9884
+ const __vue_inject_styles__$g = undefined;
9856
9885
  /* scoped */
9857
9886
 
9858
- const __vue_scope_id__$f = "data-v-aec74b8e";
9887
+ const __vue_scope_id__$g = "data-v-aec74b8e";
9859
9888
  /* module identifier */
9860
9889
 
9861
- const __vue_module_identifier__$f = undefined;
9890
+ const __vue_module_identifier__$g = undefined;
9862
9891
  /* functional template */
9863
9892
 
9864
- const __vue_is_functional_template__$f = false;
9893
+ const __vue_is_functional_template__$g = false;
9865
9894
  /* style inject */
9866
9895
 
9867
9896
  /* style inject SSR */
9868
9897
 
9869
9898
  /* style inject shadow dom */
9870
9899
 
9871
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
9872
- render: __vue_render__$e,
9873
- staticRenderFns: __vue_staticRenderFns__$e
9874
- }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
9900
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
9901
+ render: __vue_render__$f,
9902
+ staticRenderFns: __vue_staticRenderFns__$f
9903
+ }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
9875
9904
 
9876
- var __vue_component__$t = __vue_component__$s;
9905
+ var __vue_component__$v = __vue_component__$u;
9877
9906
 
9878
9907
  //
9879
- var script$7 = {
9908
+ var script$8 = {
9880
9909
  name: "NsTimePicker",
9881
9910
  mixins: [uidMixin, carbonPrefixMixin, themeMixin],
9882
9911
  props: {
@@ -9919,10 +9948,10 @@ var script$7 = {
9919
9948
  };
9920
9949
 
9921
9950
  /* script */
9922
- const __vue_script__$7 = script$7;
9951
+ const __vue_script__$8 = script$8;
9923
9952
  /* template */
9924
9953
 
9925
- var __vue_render__$d = function () {
9954
+ var __vue_render__$e = function () {
9926
9955
  var _obj, _obj$1;
9927
9956
 
9928
9957
  var _vm = this;
@@ -9966,10 +9995,10 @@ var __vue_render__$d = function () {
9966
9995
  })], 2) : _vm._e()]);
9967
9996
  };
9968
9997
 
9969
- var __vue_staticRenderFns__$d = [];
9998
+ var __vue_staticRenderFns__$e = [];
9970
9999
  /* style */
9971
10000
 
9972
- const __vue_inject_styles__$e = function (inject) {
10001
+ const __vue_inject_styles__$f = function (inject) {
9973
10002
  if (!inject) return;
9974
10003
  inject("data-v-e1e1beb2_0", {
9975
10004
  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}",
@@ -9984,23 +10013,23 @@ const __vue_inject_styles__$e = function (inject) {
9984
10013
  /* scoped */
9985
10014
 
9986
10015
 
9987
- const __vue_scope_id__$e = "data-v-e1e1beb2";
10016
+ const __vue_scope_id__$f = "data-v-e1e1beb2";
9988
10017
  /* module identifier */
9989
10018
 
9990
- const __vue_module_identifier__$e = undefined;
10019
+ const __vue_module_identifier__$f = undefined;
9991
10020
  /* functional template */
9992
10021
 
9993
- const __vue_is_functional_template__$e = false;
10022
+ const __vue_is_functional_template__$f = false;
9994
10023
  /* style inject SSR */
9995
10024
 
9996
10025
  /* style inject shadow dom */
9997
10026
 
9998
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
9999
- render: __vue_render__$d,
10000
- staticRenderFns: __vue_staticRenderFns__$d
10001
- }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
10027
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
10028
+ render: __vue_render__$e,
10029
+ staticRenderFns: __vue_staticRenderFns__$e
10030
+ }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
10002
10031
 
10003
- var __vue_component__$r = __vue_component__$q;
10032
+ var __vue_component__$t = __vue_component__$s;
10004
10033
 
10005
10034
  /*
10006
10035
  * This component optionally wraps slotted content with the specified tag-type.
@@ -10039,7 +10068,7 @@ var NsWrapper = {
10039
10068
 
10040
10069
  };
10041
10070
 
10042
- var script$6 = {
10071
+ var script$7 = {
10043
10072
  name: "NsPagination",
10044
10073
  extends: CvPagination,
10045
10074
  props: {
@@ -10117,12 +10146,12 @@ var script$6 = {
10117
10146
  };
10118
10147
 
10119
10148
  /* script */
10120
- const __vue_script__$6 = script$6;
10149
+ const __vue_script__$7 = script$7;
10121
10150
  /* template */
10122
10151
 
10123
10152
  /* style */
10124
10153
 
10125
- const __vue_inject_styles__$d = function (inject) {
10154
+ const __vue_inject_styles__$e = function (inject) {
10126
10155
  if (!inject) return;
10127
10156
  inject("data-v-01f52cb6_0", {
10128
10157
  source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
@@ -10133,20 +10162,20 @@ const __vue_inject_styles__$d = function (inject) {
10133
10162
  /* scoped */
10134
10163
 
10135
10164
 
10136
- const __vue_scope_id__$d = undefined;
10165
+ const __vue_scope_id__$e = undefined;
10137
10166
  /* module identifier */
10138
10167
 
10139
- const __vue_module_identifier__$d = undefined;
10168
+ const __vue_module_identifier__$e = undefined;
10140
10169
  /* functional template */
10141
10170
 
10142
- const __vue_is_functional_template__$d = undefined;
10171
+ const __vue_is_functional_template__$e = undefined;
10143
10172
  /* style inject SSR */
10144
10173
 
10145
10174
  /* style inject shadow dom */
10146
10175
 
10147
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
10176
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
10148
10177
 
10149
- var NsPagination = __vue_component__$p;
10178
+ var NsPagination = __vue_component__$r;
10150
10179
 
10151
10180
  var v$3 = "5.6.1";
10152
10181
  var fr$3 = 24;
@@ -17185,7 +17214,7 @@ var LottieService = {
17185
17214
  };
17186
17215
 
17187
17216
  //
17188
- var script$5 = {
17217
+ var script$6 = {
17189
17218
  name: "NsDataTable",
17190
17219
  extends: CvDataTable,
17191
17220
  components: {
@@ -17435,6 +17464,27 @@ var script$5 = {
17435
17464
  }
17436
17465
  },
17437
17466
 
17467
+ searchMatch(target, cleanRegex, queryText) {
17468
+ if (Array.isArray(target)) {
17469
+ // search field is an array (e.g. groups)
17470
+ return target.some(elem => {
17471
+ return this.searchMatch(elem, cleanRegex, queryText);
17472
+ });
17473
+ } else if (typeof target === "string") {
17474
+ // search field is a simple string
17475
+ return new RegExp(queryText, "i").test(target.replace(cleanRegex, ""));
17476
+ } else if (typeof target === "number") {
17477
+ // search field is a number
17478
+ return new RegExp(queryText, "i").test(target.toString().replace(cleanRegex, ""));
17479
+ } else if (typeof target === "object") {
17480
+ // search field is an object, search in its attributes
17481
+ return Object.keys(target).some(key => {
17482
+ // recursion
17483
+ return this.searchMatch(target[key], cleanRegex, queryText);
17484
+ });
17485
+ }
17486
+ },
17487
+
17438
17488
  defaultFilterRows() {
17439
17489
  if (!this.searchFilter) {
17440
17490
  return this.allRows;
@@ -17445,18 +17495,10 @@ var script$5 = {
17445
17495
  const searchResults = this.allRows.filter(option => {
17446
17496
  // compare query text with attributes option
17447
17497
  return this.rawColumns.some(searchField => {
17448
- const searchValue = option[searchField];
17449
-
17450
- if (searchValue) {
17451
- if (Array.isArray(searchValue)) {
17452
- // search field is an array (e.g. groups)
17453
- return searchValue.some(elem => {
17454
- return new RegExp(queryText, "i").test(elem.replace(cleanRegex, ""));
17455
- });
17456
- } else {
17457
- // search field is a simple string
17458
- return new RegExp(queryText, "i").test(searchValue.replace(cleanRegex, ""));
17459
- }
17498
+ const target = option[searchField];
17499
+
17500
+ if (target) {
17501
+ return this.searchMatch(target, cleanRegex, queryText);
17460
17502
  } else {
17461
17503
  return false;
17462
17504
  }
@@ -17494,10 +17536,10 @@ var script$5 = {
17494
17536
  };
17495
17537
 
17496
17538
  /* script */
17497
- const __vue_script__$5 = script$5;
17539
+ const __vue_script__$6 = script$6;
17498
17540
  /* template */
17499
17541
 
17500
- var __vue_render__$c = function () {
17542
+ var __vue_render__$d = function () {
17501
17543
  var _obj, _obj$1, _obj$2, _obj$3;
17502
17544
 
17503
17545
  var _vm = this;
@@ -17825,34 +17867,34 @@ var __vue_render__$c = function () {
17825
17867
  }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
17826
17868
  };
17827
17869
 
17828
- var __vue_staticRenderFns__$c = [];
17870
+ var __vue_staticRenderFns__$d = [];
17829
17871
  /* style */
17830
17872
 
17831
- const __vue_inject_styles__$c = undefined;
17873
+ const __vue_inject_styles__$d = undefined;
17832
17874
  /* scoped */
17833
17875
 
17834
- const __vue_scope_id__$c = undefined;
17876
+ const __vue_scope_id__$d = undefined;
17835
17877
  /* module identifier */
17836
17878
 
17837
- const __vue_module_identifier__$c = undefined;
17879
+ const __vue_module_identifier__$d = undefined;
17838
17880
  /* functional template */
17839
17881
 
17840
- const __vue_is_functional_template__$c = false;
17882
+ const __vue_is_functional_template__$d = false;
17841
17883
  /* style inject */
17842
17884
 
17843
17885
  /* style inject SSR */
17844
17886
 
17845
17887
  /* style inject shadow dom */
17846
17888
 
17847
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
17848
- render: __vue_render__$c,
17849
- staticRenderFns: __vue_staticRenderFns__$c
17850
- }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
17889
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
17890
+ render: __vue_render__$d,
17891
+ staticRenderFns: __vue_staticRenderFns__$d
17892
+ }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
17851
17893
 
17852
- var __vue_component__$o = __vue_component__$n;
17894
+ var __vue_component__$q = __vue_component__$p;
17853
17895
 
17854
17896
  //
17855
- var script$4 = {
17897
+ var script$5 = {
17856
17898
  name: "NsToggle",
17857
17899
  extends: CvToggle,
17858
17900
  props: {
@@ -17883,10 +17925,10 @@ var script$4 = {
17883
17925
  };
17884
17926
 
17885
17927
  /* script */
17886
- const __vue_script__$4 = script$4;
17928
+ const __vue_script__$5 = script$5;
17887
17929
  /* template */
17888
17930
 
17889
- var __vue_render__$b = function () {
17931
+ var __vue_render__$c = function () {
17890
17932
  var _obj;
17891
17933
 
17892
17934
  var _vm = this;
@@ -17955,10 +17997,10 @@ var __vue_render__$b = function () {
17955
17997
  })], 2)])])]);
17956
17998
  };
17957
17999
 
17958
- var __vue_staticRenderFns__$b = [];
18000
+ var __vue_staticRenderFns__$c = [];
17959
18001
  /* style */
17960
18002
 
17961
- const __vue_inject_styles__$b = function (inject) {
18003
+ const __vue_inject_styles__$c = function (inject) {
17962
18004
  if (!inject) return;
17963
18005
  inject("data-v-08c576ca_0", {
17964
18006
  source: ".tooltip[data-v-08c576ca]{display:inline-block;position:absolute}",
@@ -17973,26 +18015,26 @@ const __vue_inject_styles__$b = function (inject) {
17973
18015
  /* scoped */
17974
18016
 
17975
18017
 
17976
- const __vue_scope_id__$b = "data-v-08c576ca";
18018
+ const __vue_scope_id__$c = "data-v-08c576ca";
17977
18019
  /* module identifier */
17978
18020
 
17979
- const __vue_module_identifier__$b = undefined;
18021
+ const __vue_module_identifier__$c = undefined;
17980
18022
  /* functional template */
17981
18023
 
17982
- const __vue_is_functional_template__$b = false;
18024
+ const __vue_is_functional_template__$c = false;
17983
18025
  /* style inject SSR */
17984
18026
 
17985
18027
  /* style inject shadow dom */
17986
18028
 
17987
- const __vue_component__$l = /*#__PURE__*/normalizeComponent({
17988
- render: __vue_render__$b,
17989
- staticRenderFns: __vue_staticRenderFns__$b
17990
- }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
18029
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
18030
+ render: __vue_render__$c,
18031
+ staticRenderFns: __vue_staticRenderFns__$c
18032
+ }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
17991
18033
 
17992
- var __vue_component__$m = __vue_component__$l;
18034
+ var __vue_component__$o = __vue_component__$n;
17993
18035
 
17994
18036
  //
17995
- var script$3 = {
18037
+ var script$4 = {
17996
18038
  name: "NsTag",
17997
18039
  extends: CvTag,
17998
18040
  computed: {
@@ -18004,10 +18046,10 @@ var script$3 = {
18004
18046
  };
18005
18047
 
18006
18048
  /* script */
18007
- const __vue_script__$3 = script$3;
18049
+ const __vue_script__$4 = script$4;
18008
18050
  /* template */
18009
18051
 
18010
- var __vue_render__$a = function () {
18052
+ var __vue_render__$b = function () {
18011
18053
  var _obj;
18012
18054
 
18013
18055
  var _vm = this;
@@ -18073,10 +18115,10 @@ var __vue_render__$a = function () {
18073
18115
  }, [_c('Close16')], 1) : _vm._e()]);
18074
18116
  };
18075
18117
 
18076
- var __vue_staticRenderFns__$a = [];
18118
+ var __vue_staticRenderFns__$b = [];
18077
18119
  /* style */
18078
18120
 
18079
- const __vue_inject_styles__$a = function (inject) {
18121
+ const __vue_inject_styles__$b = function (inject) {
18080
18122
  if (!inject) return;
18081
18123
  inject("data-v-34eae706_0", {
18082
18124
  source: ".bx--tag--filter[data-v-34eae706]{cursor:default}",
@@ -18087,23 +18129,23 @@ const __vue_inject_styles__$a = function (inject) {
18087
18129
  /* scoped */
18088
18130
 
18089
18131
 
18090
- const __vue_scope_id__$a = "data-v-34eae706";
18132
+ const __vue_scope_id__$b = "data-v-34eae706";
18091
18133
  /* module identifier */
18092
18134
 
18093
- const __vue_module_identifier__$a = undefined;
18135
+ const __vue_module_identifier__$b = undefined;
18094
18136
  /* functional template */
18095
18137
 
18096
- const __vue_is_functional_template__$a = false;
18138
+ const __vue_is_functional_template__$b = false;
18097
18139
  /* style inject SSR */
18098
18140
 
18099
18141
  /* style inject shadow dom */
18100
18142
 
18101
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
18102
- render: __vue_render__$a,
18103
- staticRenderFns: __vue_staticRenderFns__$a
18104
- }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
18143
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
18144
+ render: __vue_render__$b,
18145
+ staticRenderFns: __vue_staticRenderFns__$b
18146
+ }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
18105
18147
 
18106
- var NsTag = __vue_component__$k;
18148
+ var NsTag = __vue_component__$m;
18107
18149
 
18108
18150
  /**
18109
18151
  * Removes all key-value entries from the list cache.
@@ -20600,7 +20642,7 @@ const TOP_AFTER_REOPEN = 0;
20600
20642
  const TOP = 1;
20601
20643
  const FIXED = 2;
20602
20644
  const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
20603
- var script$2 = {
20645
+ var script$3 = {
20604
20646
  name: "NsMultiSelect",
20605
20647
  inheritAttrs: false,
20606
20648
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -21095,10 +21137,10 @@ var script$2 = {
21095
21137
  };
21096
21138
 
21097
21139
  /* script */
21098
- const __vue_script__$2 = script$2;
21140
+ const __vue_script__$3 = script$3;
21099
21141
  /* template */
21100
21142
 
21101
- var __vue_render__$9 = function () {
21143
+ var __vue_render__$a = function () {
21102
21144
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
21103
21145
 
21104
21146
  var _vm = this;
@@ -21368,10 +21410,10 @@ var __vue_render__$9 = function () {
21368
21410
  }), 1) : _vm._e()]);
21369
21411
  };
21370
21412
 
21371
- var __vue_staticRenderFns__$9 = [];
21413
+ var __vue_staticRenderFns__$a = [];
21372
21414
  /* style */
21373
21415
 
21374
- const __vue_inject_styles__$9 = function (inject) {
21416
+ const __vue_inject_styles__$a = function (inject) {
21375
21417
  if (!inject) return;
21376
21418
  inject("data-v-319bf0f2_0", {
21377
21419
  source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-319bf0f2]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-319bf0f2]{margin-bottom:14rem}.label-with-tooltip[data-v-319bf0f2]{display:flex;align-items:baseline}",
@@ -21386,26 +21428,26 @@ const __vue_inject_styles__$9 = function (inject) {
21386
21428
  /* scoped */
21387
21429
 
21388
21430
 
21389
- const __vue_scope_id__$9 = "data-v-319bf0f2";
21431
+ const __vue_scope_id__$a = "data-v-319bf0f2";
21390
21432
  /* module identifier */
21391
21433
 
21392
- const __vue_module_identifier__$9 = undefined;
21434
+ const __vue_module_identifier__$a = undefined;
21393
21435
  /* functional template */
21394
21436
 
21395
- const __vue_is_functional_template__$9 = false;
21437
+ const __vue_is_functional_template__$a = false;
21396
21438
  /* style inject SSR */
21397
21439
 
21398
21440
  /* style inject shadow dom */
21399
21441
 
21400
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
21401
- render: __vue_render__$9,
21402
- staticRenderFns: __vue_staticRenderFns__$9
21403
- }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
21442
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
21443
+ render: __vue_render__$a,
21444
+ staticRenderFns: __vue_staticRenderFns__$a
21445
+ }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
21404
21446
 
21405
- var __vue_component__$j = __vue_component__$i;
21447
+ var __vue_component__$l = __vue_component__$k;
21406
21448
 
21407
21449
  //
21408
- var script$1 = {
21450
+ var script$2 = {
21409
21451
  name: "NsComboBox",
21410
21452
  inheritAttrs: false,
21411
21453
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -21823,10 +21865,10 @@ var script$1 = {
21823
21865
  };
21824
21866
 
21825
21867
  /* script */
21826
- const __vue_script__$1 = script$1;
21868
+ const __vue_script__$2 = script$2;
21827
21869
  /* template */
21828
21870
 
21829
- var __vue_render__$8 = function () {
21871
+ var __vue_render__$9 = function () {
21830
21872
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
21831
21873
 
21832
21874
  var _vm = this;
@@ -22044,10 +22086,10 @@ var __vue_render__$8 = function () {
22044
22086
  })], 2) : _vm._e()]);
22045
22087
  };
22046
22088
 
22047
- var __vue_staticRenderFns__$8 = [];
22089
+ var __vue_staticRenderFns__$9 = [];
22048
22090
  /* style */
22049
22091
 
22050
- const __vue_inject_styles__$8 = function (inject) {
22092
+ const __vue_inject_styles__$9 = function (inject) {
22051
22093
  if (!inject) return;
22052
22094
  inject("data-v-05ab085e_0", {
22053
22095
  source: ".margin-bottom-on-open[data-v-05ab085e]{margin-bottom:14rem}.label-with-tooltip[data-v-05ab085e]{display:flex;align-items:baseline}",
@@ -22062,26 +22104,26 @@ const __vue_inject_styles__$8 = function (inject) {
22062
22104
  /* scoped */
22063
22105
 
22064
22106
 
22065
- const __vue_scope_id__$8 = "data-v-05ab085e";
22107
+ const __vue_scope_id__$9 = "data-v-05ab085e";
22066
22108
  /* module identifier */
22067
22109
 
22068
- const __vue_module_identifier__$8 = undefined;
22110
+ const __vue_module_identifier__$9 = undefined;
22069
22111
  /* functional template */
22070
22112
 
22071
- const __vue_is_functional_template__$8 = false;
22113
+ const __vue_is_functional_template__$9 = false;
22072
22114
  /* style inject SSR */
22073
22115
 
22074
22116
  /* style inject shadow dom */
22075
22117
 
22076
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
22077
- render: __vue_render__$8,
22078
- staticRenderFns: __vue_staticRenderFns__$8
22079
- }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
22118
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
22119
+ render: __vue_render__$9,
22120
+ staticRenderFns: __vue_staticRenderFns__$9
22121
+ }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
22080
22122
 
22081
- var __vue_component__$h = __vue_component__$g;
22123
+ var __vue_component__$j = __vue_component__$i;
22082
22124
 
22083
22125
  //
22084
- var script = {
22126
+ var script$1 = {
22085
22127
  name: "NsCheckbox",
22086
22128
  extends: CvCheckbox,
22087
22129
  inheritAttrs: false,
@@ -22113,10 +22155,10 @@ var script = {
22113
22155
  };
22114
22156
 
22115
22157
  /* script */
22116
- const __vue_script__ = script;
22158
+ const __vue_script__$1 = script$1;
22117
22159
  /* template */
22118
22160
 
22119
- var __vue_render__$7 = function () {
22161
+ var __vue_render__$8 = function () {
22120
22162
  var _obj, _obj$1, _obj$2;
22121
22163
 
22122
22164
  var _vm = this;
@@ -22155,7 +22197,11 @@ var __vue_render__$7 = function () {
22155
22197
  class: [_vm.carbonPrefix + "--checkbox-label-text", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--visually-hidden"] = _vm.hideLabel, _obj$2)]
22156
22198
  }, [_c('div', {
22157
22199
  staticClass: "label-with-tooltip"
22158
- }, [_c('span', [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.hasTooltipSlot ? _c('cv-interactive-tooltip', {
22200
+ }, [_c('span', {
22201
+ domProps: {
22202
+ "innerHTML": _vm._s(_vm.label)
22203
+ }
22204
+ }), _vm._v(" "), _vm.hasTooltipSlot ? _c('cv-interactive-tooltip', {
22159
22205
  staticClass: "info",
22160
22206
  attrs: {
22161
22207
  "alignment": _vm.tooltipAlignment,
@@ -22166,16 +22212,16 @@ var __vue_render__$7 = function () {
22166
22212
  }, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])])]);
22167
22213
  };
22168
22214
 
22169
- var __vue_staticRenderFns__$7 = [];
22215
+ var __vue_staticRenderFns__$8 = [];
22170
22216
  /* style */
22171
22217
 
22172
- const __vue_inject_styles__$7 = function (inject) {
22218
+ const __vue_inject_styles__$8 = function (inject) {
22173
22219
  if (!inject) return;
22174
- inject("data-v-03fbc1e6_0", {
22175
- source: ".label-with-tooltip[data-v-03fbc1e6]{display:flex}",
22220
+ inject("data-v-b70bd436_0", {
22221
+ source: ".label-with-tooltip[data-v-b70bd436]{display:flex}",
22176
22222
  map: undefined,
22177
22223
  media: undefined
22178
- }), inject("data-v-03fbc1e6_1", {
22224
+ }), inject("data-v-b70bd436_1", {
22179
22225
  source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22180
22226
  map: undefined,
22181
22227
  media: undefined
@@ -22184,50 +22230,621 @@ const __vue_inject_styles__$7 = function (inject) {
22184
22230
  /* scoped */
22185
22231
 
22186
22232
 
22187
- const __vue_scope_id__$7 = "data-v-03fbc1e6";
22233
+ const __vue_scope_id__$8 = "data-v-b70bd436";
22188
22234
  /* module identifier */
22189
22235
 
22190
- const __vue_module_identifier__$7 = undefined;
22236
+ const __vue_module_identifier__$8 = undefined;
22191
22237
  /* functional template */
22192
22238
 
22193
- const __vue_is_functional_template__$7 = false;
22239
+ const __vue_is_functional_template__$8 = false;
22194
22240
  /* style inject SSR */
22195
22241
 
22196
22242
  /* style inject shadow dom */
22197
22243
 
22198
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
22199
- render: __vue_render__$7,
22200
- staticRenderFns: __vue_staticRenderFns__$7
22201
- }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
22202
-
22203
- var __vue_component__$f = __vue_component__$e;
22204
-
22205
- /* script */
22206
-
22207
- /* template */
22208
- var __vue_render__$6 = function () {
22209
- var _vm = this;
22244
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
22245
+ render: __vue_render__$8,
22246
+ staticRenderFns: __vue_staticRenderFns__$8
22247
+ }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
22210
22248
 
22211
- var _h = _vm.$createElement;
22249
+ var __vue_component__$h = __vue_component__$g;
22212
22250
 
22213
- var _c = _vm._self._c || _h;
22251
+ //
22252
+ var script = {
22253
+ name: "NsByteSlider",
22254
+ mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
22255
+ thumb: ["blur", "focus"]
22256
+ })],
22257
+ props: {
22258
+ disabled: Boolean,
22259
+ label: String,
22260
+ // NOTE: It is not safe to rely on Numbers for non-integer steps
22261
+ min: {
22262
+ type: String,
22263
+ default: "0"
22264
+ },
22265
+ max: {
22266
+ type: String,
22267
+ default: "100"
22268
+ },
22269
+ step: {
22270
+ type: String,
22271
+ default: "1"
22272
+ },
22273
+ stepMultiplier: {
22274
+ type: String,
22275
+ default: "4",
22214
22276
 
22215
- return _c('path', {
22216
- attrs: {
22217
- "id": "gear_2_",
22218
- "d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
22219
- }
22220
- });
22221
- };
22277
+ validator(val) {
22278
+ if (val.length) {
22279
+ let intMultiplier = parseInt(val);
22222
22280
 
22223
- var __vue_staticRenderFns__$6 = [];
22224
- /* style */
22281
+ if (isNaN(intMultiplier) || intMultiplier < 1) {
22282
+ console.warn("ns-byte-slider: multiplier must be >= 1");
22283
+ return false;
22284
+ }
22285
+ }
22225
22286
 
22226
- const __vue_inject_styles__$6 = undefined;
22227
- /* scoped */
22287
+ return true;
22288
+ }
22228
22289
 
22229
- const __vue_scope_id__$6 = undefined;
22230
- /* module identifier */
22290
+ },
22291
+ value: String,
22292
+ minLabel: String,
22293
+ maxLabel: String,
22294
+ showUnlimited: {
22295
+ type: Boolean,
22296
+ default: false
22297
+ },
22298
+ isUnlimited: {
22299
+ type: Boolean,
22300
+ default: false
22301
+ },
22302
+ byteUnit: {
22303
+ type: String,
22304
+ default: "gib"
22305
+ },
22306
+ unlimitedLabel: {
22307
+ type: String,
22308
+ default: "Unlimited"
22309
+ },
22310
+ showHumanReadableLabel: {
22311
+ type: Boolean,
22312
+ default: false
22313
+ },
22314
+ showMibGibToggle: {
22315
+ type: Boolean,
22316
+ default: false
22317
+ },
22318
+ tagKind: {
22319
+ type: String,
22320
+ default: "high-contrast"
22321
+ },
22322
+ invalidMessage: {
22323
+ type: String,
22324
+ default: ""
22325
+ }
22326
+ },
22327
+ model: {
22328
+ prop: "value",
22329
+ event: "modelEvent"
22330
+ },
22331
+
22332
+ data() {
22333
+ return {
22334
+ internalValue: "",
22335
+ animateClick: false,
22336
+ isDragging: false,
22337
+ dragStartX: 0,
22338
+ dragStartValue: 0,
22339
+ percentage: "0%",
22340
+ internalUnlimited: false,
22341
+ internalByteUnit: "gib",
22342
+ isInvalid: false
22343
+ };
22344
+ },
22345
+
22346
+ computed: {
22347
+ labelId() {
22348
+ return `${this.uid}-label`;
22349
+ },
22350
+
22351
+ internalMinLabel() {
22352
+ return this.minLabel !== undefined ? this.minLabel : this.getMin();
22353
+ },
22354
+
22355
+ internalMaxLabel() {
22356
+ return this.maxLabel !== undefined ? this.maxLabel : this.getMax();
22357
+ },
22358
+
22359
+ internalMultiplier() {
22360
+ let intMultiplier = parseInt(this.stepMultiplier); // default to 4 fro multiplier
22361
+
22362
+ return isNaN(intMultiplier) ? 4 : Math.max(intMultiplier, 1);
22363
+ },
22364
+
22365
+ humanReadableLabel() {
22366
+ if (this.internalByteUnit === "gib") {
22367
+ return this.gibFormat(this.internalValue);
22368
+ } else {
22369
+ // MiB
22370
+ return this.mibFormat(this.internalValue);
22371
+ }
22372
+ }
22373
+
22374
+ },
22375
+
22376
+ created() {
22377
+ this.internalUnlimited = this.isUnlimited;
22378
+ this.internalByteUnit = this.byteUnit;
22379
+ },
22380
+
22381
+ mounted() {
22382
+ this.$refs.range.value = this.value;
22383
+ this.internalValue = this.$refs.range.value;
22384
+ this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
22385
+ this.checkSlots();
22386
+ },
22387
+
22388
+ updated() {
22389
+ this.checkSlots();
22390
+ },
22391
+
22392
+ watch: {
22393
+ value(val) {
22394
+ this.setValue(val);
22395
+ },
22396
+
22397
+ min() {
22398
+ this.$nextTick(() => {
22399
+ this.setValue(this.internalValue);
22400
+ });
22401
+ },
22402
+
22403
+ max() {
22404
+ this.$nextTick(() => {
22405
+ this.setValue(this.internalValue);
22406
+ });
22407
+ },
22408
+
22409
+ step() {
22410
+ this.$nextTick(() => {
22411
+ this.setValue(this.internalValue);
22412
+ });
22413
+ },
22414
+
22415
+ isUnlimited() {
22416
+ this.internalUnlimited = this.isUnlimited;
22417
+ },
22418
+
22419
+ internalUnlimited() {
22420
+ if (this.internalUnlimited) {
22421
+ this.$emit("unlimited", true);
22422
+ } else {
22423
+ this.$emit("unlimited", false);
22424
+ }
22425
+ },
22426
+
22427
+ byteUnit() {
22428
+ this.internalByteUnit = this.byteUnit;
22429
+ },
22430
+
22431
+ internalByteUnit() {
22432
+ this.$emit("byteUnit", this.internalByteUnit);
22433
+ }
22434
+
22435
+ },
22436
+ methods: {
22437
+ // NOTE: It is not safe to rely on Numbers for non-integer steps
22438
+ getMin() {
22439
+ if (this.$refs.range) {
22440
+ const val = parseFloat(this.$refs.range.min);
22441
+ return isNaN(val) ? 0 : val;
22442
+ }
22443
+
22444
+ return 0;
22445
+ },
22446
+
22447
+ getMax() {
22448
+ if (this.$refs.range) {
22449
+ const val = parseFloat(this.$refs.range.max);
22450
+ return isNaN(val) ? 100 : val;
22451
+ }
22452
+
22453
+ return 100;
22454
+ },
22455
+
22456
+ getValue() {
22457
+ if (this.$refs.range) {
22458
+ const val = parseFloat(this.$refs.range.value);
22459
+ return isNaN(val) ? 0 : val;
22460
+ }
22461
+
22462
+ return (this.getMax() + this.getMin()) / 2;
22463
+ },
22464
+
22465
+ getStep() {
22466
+ if (this.$refs.range) {
22467
+ const val = parseFloat(this.$refs.range.step);
22468
+ return isNaN(val) ? 0 : val;
22469
+ }
22470
+
22471
+ return 1;
22472
+ },
22473
+
22474
+ setValue(newValue) {
22475
+ if (this.disabled) return;
22476
+ this.$refs.range.value = newValue;
22477
+ this.internalValue = this.$refs.range.value;
22478
+ this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
22479
+ this.$emit("modelEvent", this.$refs.range.value);
22480
+ this.$emit("change", this.$refs.range.value);
22481
+ },
22482
+
22483
+ onChange() {
22484
+ let newValue = this.internalValue.length ? parseFloat(this.internalValue) : this.getMin();
22485
+ this.setValue(newValue);
22486
+ },
22487
+
22488
+ onStartDrag(ev) {
22489
+ document.body.addEventListener("mousemove", this.onDrag);
22490
+ document.body.addEventListener("mouseup", this.onStopDrag);
22491
+ this.dragStartX = ev.clientX;
22492
+ this.dragStartValue = this.getValue();
22493
+ this.isDragging = true;
22494
+ },
22495
+
22496
+ onDrag(ev) {
22497
+ if (this.isDragging) {
22498
+ // percentage change
22499
+ let newValue = (ev.clientX - this.dragStartX) / this.$refs.track.offsetWidth; // uncapped new value
22500
+
22501
+ newValue = this.dragStartValue + (this.getMax() - this.getMin()) * newValue;
22502
+ this.setValue(newValue, ev);
22503
+ }
22504
+ },
22505
+
22506
+ onStopDrag() {
22507
+ this.isDragging = false;
22508
+ document.body.removeEventListener("mousemove", this.onDrag);
22509
+ document.body.removeEventListener("mouseup", this.onStopDrag);
22510
+ },
22511
+
22512
+ onTrackClick(ev) {
22513
+ const afterAnimate = ev => {
22514
+ if (ev.propertyName === "left") {
22515
+ this.animateClick = false;
22516
+ this.$refs.thumb.removeEventListener("transitionend", afterAnimate);
22517
+ }
22518
+ };
22519
+
22520
+ let newValue = ev.offsetX / this.$refs.track.offsetWidth;
22521
+ newValue = (this.getMax() - this.getMin()) * newValue + this.getMin();
22522
+ this.$refs.thumb.addEventListener("transitionend", afterAnimate);
22523
+ this.animateClick = true;
22524
+ this.setValue(newValue, ev);
22525
+ },
22526
+
22527
+ onUp(ev) {
22528
+ let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
22529
+ let newValue = curValue + (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
22530
+ this.setValue(newValue, ev);
22531
+ },
22532
+
22533
+ onDown(ev) {
22534
+ let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
22535
+ let newValue = curValue - (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
22536
+ this.setValue(newValue, ev);
22537
+ },
22538
+
22539
+ mibFormat(size) {
22540
+ let result;
22541
+
22542
+ switch (true) {
22543
+ case size === null || size === "" || isNaN(size):
22544
+ result = "-";
22545
+ break;
22546
+
22547
+ case size >= 0 && size < 1024:
22548
+ result = size + " MiB";
22549
+ break;
22550
+
22551
+ case size >= 1024 && size < Math.pow(1024, 2):
22552
+ result = Math.round(size / 1024 * 100) / 100 + " GiB";
22553
+ break;
22554
+
22555
+ default:
22556
+ result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " TiB";
22557
+ }
22558
+
22559
+ return result;
22560
+ },
22561
+
22562
+ gibFormat(size) {
22563
+ let result;
22564
+
22565
+ switch (true) {
22566
+ case size === null || size === "" || isNaN(size):
22567
+ result = "-";
22568
+ break;
22569
+
22570
+ case size >= 0 && size < 1024:
22571
+ result = size + " GiB";
22572
+ break;
22573
+
22574
+ default:
22575
+ result = Math.round(size / 1024 * 100) / 100 + " TiB";
22576
+ }
22577
+
22578
+ return result;
22579
+ },
22580
+
22581
+ checkSlots() {
22582
+ // NOTE: this.$slots is not reactive so needs to be managed on updated
22583
+ this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
22584
+ }
22585
+
22586
+ }
22587
+ };
22588
+
22589
+ /* script */
22590
+ const __vue_script__ = script;
22591
+ /* template */
22592
+
22593
+ var __vue_render__$7 = function () {
22594
+ var _obj, _obj$1, _obj$2, _obj$3;
22595
+
22596
+ var _vm = this;
22597
+
22598
+ var _h = _vm.$createElement;
22599
+
22600
+ var _c = _vm._self._c || _h;
22601
+
22602
+ return _c('div', {
22603
+ class: "ns-byte-slider cv-slider " + _vm.carbonPrefix + "--form-item"
22604
+ }, [_c('div', {
22605
+ staticClass: "wrapper",
22606
+ attrs: {
22607
+ "data-invalid": _vm.isInvalid
22608
+ }
22609
+ }, [_c('label', {
22610
+ directives: [{
22611
+ name: "show",
22612
+ rawName: "v-show",
22613
+ value: _vm.label,
22614
+ expression: "label"
22615
+ }],
22616
+ class: [_vm.carbonPrefix + "--label", (_obj = {}, _obj[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled, _obj)],
22617
+ attrs: {
22618
+ "for": _vm.uid,
22619
+ "id": _vm.labelId
22620
+ }
22621
+ }, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.showUnlimited ? _c('NsCheckbox', {
22622
+ staticClass: "is-unlimited",
22623
+ attrs: {
22624
+ "label": _vm.unlimitedLabel,
22625
+ "disabled": _vm.disabled,
22626
+ "value": "checkUnlimited"
22627
+ },
22628
+ model: {
22629
+ value: _vm.internalUnlimited,
22630
+ callback: function ($$v) {
22631
+ _vm.internalUnlimited = $$v;
22632
+ },
22633
+ expression: "internalUnlimited"
22634
+ }
22635
+ }) : _vm._e(), _vm._v(" "), _c('div', {
22636
+ class: _vm.carbonPrefix + "--slider-container"
22637
+ }, [_vm.internalMinLabel ? _c('span', {
22638
+ class: _vm.carbonPrefix + "--slider__range-label"
22639
+ }, [_vm._v(_vm._s(_vm.internalMinLabel))]) : _vm._e(), _vm._v(" "), _c('div', {
22640
+ class: [_vm.carbonPrefix + "--slider", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--slider--disabled"] = _vm.disabled || _vm.internalUnlimited, _obj$1)],
22641
+ attrs: {
22642
+ "data-slider": "",
22643
+ "data-slider-input-box": "#slider-input-box"
22644
+ }
22645
+ }, [_c('div', {
22646
+ ref: "track",
22647
+ class: _vm.carbonPrefix + "--slider__track",
22648
+ on: {
22649
+ "click": _vm.onTrackClick
22650
+ }
22651
+ }), _vm._v(" "), _c('div', {
22652
+ class: _vm.carbonPrefix + "--slider__filled-track",
22653
+ style: "width: " + _vm.percentage + ";"
22654
+ }), _vm._v(" "), _c('div', {
22655
+ ref: "thumb",
22656
+ class: [_vm.carbonPrefix + "--slider__thumb", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--slider__thumb--clicked"] = _vm.animateClick, _obj$2)],
22657
+ style: "left: " + _vm.percentage + ";",
22658
+ attrs: {
22659
+ "tabindex": "0",
22660
+ "aria-labelledby": _vm.labelId
22661
+ },
22662
+ on: {
22663
+ "keydown": [function ($event) {
22664
+ 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"])) {
22665
+ return null;
22666
+ }
22667
+
22668
+ if ('button' in $event && $event.button !== 2) {
22669
+ return null;
22670
+ }
22671
+
22672
+ $event.preventDefault();
22673
+ return _vm.onUp.apply(null, arguments);
22674
+ }, function ($event) {
22675
+ 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"])) {
22676
+ return null;
22677
+ }
22678
+
22679
+ if ('button' in $event && $event.button !== 0) {
22680
+ return null;
22681
+ }
22682
+
22683
+ $event.preventDefault();
22684
+ return _vm.onDown.apply(null, arguments);
22685
+ }],
22686
+ "mousedown": _vm.onStartDrag
22687
+ }
22688
+ }), _vm._v(" "), _c('input', {
22689
+ ref: "range",
22690
+ class: _vm.carbonPrefix + "--slider__input",
22691
+ attrs: {
22692
+ "id": _vm.uid,
22693
+ "type": "range",
22694
+ "step": _vm.step,
22695
+ "min": _vm.min,
22696
+ "max": _vm.max
22697
+ }
22698
+ })]), _vm._v(" "), _vm.internalMaxLabel ? _c('span', {
22699
+ class: _vm.carbonPrefix + "--slider__range-label"
22700
+ }, [_vm._v(_vm._s(_vm.internalMaxLabel))]) : _vm._e(), _vm._v(" "), _c('input', {
22701
+ directives: [{
22702
+ name: "model",
22703
+ rawName: "v-model",
22704
+ value: _vm.internalValue,
22705
+ expression: "internalValue"
22706
+ }],
22707
+ ref: "inputBox",
22708
+ 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'],
22709
+ attrs: {
22710
+ "type": "number",
22711
+ "placeholder": _vm.min,
22712
+ "disabled": _vm.disabled || _vm.internalUnlimited
22713
+ },
22714
+ domProps: {
22715
+ "value": _vm.internalValue
22716
+ },
22717
+ on: {
22718
+ "change": _vm.onChange,
22719
+ "keydown": [function ($event) {
22720
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"])) {
22721
+ return null;
22722
+ }
22723
+
22724
+ $event.preventDefault();
22725
+ return _vm.onUp.apply(null, arguments);
22726
+ }, function ($event) {
22727
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"])) {
22728
+ return null;
22729
+ }
22730
+
22731
+ $event.preventDefault();
22732
+ return _vm.onDown.apply(null, arguments);
22733
+ }],
22734
+ "input": function ($event) {
22735
+ if ($event.target.composing) {
22736
+ return;
22737
+ }
22738
+
22739
+ _vm.internalValue = $event.target.value;
22740
+ }
22741
+ }
22742
+ }), _vm._v(" "), _vm.showMibGibToggle ? _c('cv-radio-group', {
22743
+ staticClass: "mib-gib"
22744
+ }, [_c('cv-radio-button', {
22745
+ attrs: {
22746
+ "name": "group-mib-gib",
22747
+ "label": "MiB",
22748
+ "value": "mib",
22749
+ "disabled": _vm.disabled || _vm.internalUnlimited
22750
+ },
22751
+ model: {
22752
+ value: _vm.internalByteUnit,
22753
+ callback: function ($$v) {
22754
+ _vm.internalByteUnit = $$v;
22755
+ },
22756
+ expression: "internalByteUnit"
22757
+ }
22758
+ }), _vm._v(" "), _c('cv-radio-button', {
22759
+ attrs: {
22760
+ "name": "group-mib-gib",
22761
+ "label": "GiB",
22762
+ "value": "gib",
22763
+ "disabled": _vm.disabled || _vm.internalUnlimited
22764
+ },
22765
+ model: {
22766
+ value: _vm.internalByteUnit,
22767
+ callback: function ($$v) {
22768
+ _vm.internalByteUnit = $$v;
22769
+ },
22770
+ expression: "internalByteUnit"
22771
+ }
22772
+ })], 1) : _vm._e()], 1), _vm._v(" "), _vm.showHumanReadableLabel && !_vm.internalUnlimited ? _c('NsTag', {
22773
+ staticClass: "human-label",
22774
+ attrs: {
22775
+ "label": _vm.humanReadableLabel,
22776
+ "kind": _vm.tagKind,
22777
+ "disabled": _vm.disabled || _vm.internalUnlimited
22778
+ }
22779
+ }) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
22780
+ class: _vm.carbonPrefix + "--form-requirement"
22781
+ }, [_vm._t("invalid-message", function () {
22782
+ return [_vm._v(_vm._s(_vm.invalidMessage))];
22783
+ })], 2) : _vm._e()]);
22784
+ };
22785
+
22786
+ var __vue_staticRenderFns__$7 = [];
22787
+ /* style */
22788
+
22789
+ const __vue_inject_styles__$7 = function (inject) {
22790
+ if (!inject) return;
22791
+ inject("data-v-1c03cbe8_0", {
22792
+ source: ".is-unlimited[data-v-1c03cbe8]{margin-top:.5rem!important;margin-bottom:.5rem!important}.range-input[data-v-1c03cbe8]{margin-top:.5rem!important}.mib-gib[data-v-1c03cbe8]{margin-left:1rem;margin-top:.5rem!important}.human-label[data-v-1c03cbe8]{margin-top:1rem}",
22793
+ map: undefined,
22794
+ media: undefined
22795
+ }), inject("data-v-1c03cbe8_1", {
22796
+ 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
+ map: undefined,
22798
+ media: undefined
22799
+ });
22800
+ };
22801
+ /* scoped */
22802
+
22803
+
22804
+ const __vue_scope_id__$7 = "data-v-1c03cbe8";
22805
+ /* module identifier */
22806
+
22807
+ const __vue_module_identifier__$7 = undefined;
22808
+ /* functional template */
22809
+
22810
+ const __vue_is_functional_template__$7 = false;
22811
+ /* style inject SSR */
22812
+
22813
+ /* style inject shadow dom */
22814
+
22815
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
22816
+ render: __vue_render__$7,
22817
+ staticRenderFns: __vue_staticRenderFns__$7
22818
+ }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
22819
+
22820
+ var __vue_component__$f = __vue_component__$e;
22821
+
22822
+ /* script */
22823
+
22824
+ /* template */
22825
+ var __vue_render__$6 = function () {
22826
+ var _vm = this;
22827
+
22828
+ var _h = _vm.$createElement;
22829
+
22830
+ var _c = _vm._self._c || _h;
22831
+
22832
+ return _c('path', {
22833
+ attrs: {
22834
+ "id": "gear_2_",
22835
+ "d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
22836
+ }
22837
+ });
22838
+ };
22839
+
22840
+ var __vue_staticRenderFns__$6 = [];
22841
+ /* style */
22842
+
22843
+ const __vue_inject_styles__$6 = undefined;
22844
+ /* scoped */
22845
+
22846
+ const __vue_scope_id__$6 = undefined;
22847
+ /* module identifier */
22231
22848
 
22232
22849
  const __vue_module_identifier__$6 = undefined;
22233
22850
  /* functional template */
@@ -22845,7 +23462,11 @@ var task = {
22845
23462
  },
22846
23463
 
22847
23464
  createNotificationForApp(notification) {
22848
- window.parent.core.$root.$emit("createNotification", notification);
23465
+ window.parent.core.$root.$emit("createNotificationForApp", notification);
23466
+ },
23467
+
23468
+ deleteNotificationForApp(notification) {
23469
+ window.parent.core.$root.$emit("deleteNotificationForApp", notification);
22849
23470
  }
22850
23471
 
22851
23472
  }
@@ -22877,7 +23498,7 @@ var pageTitle = {
22877
23498
 
22878
23499
  var filters = {
22879
23500
  byteFormat: function (size) {
22880
- var result;
23501
+ let result;
22881
23502
 
22882
23503
  switch (true) {
22883
23504
  case size === null || size === "" || isNaN(size):
@@ -22889,25 +23510,25 @@ var filters = {
22889
23510
  break;
22890
23511
 
22891
23512
  case size >= 1024 && size < Math.pow(1024, 2):
22892
- result = Math.round(size / 1024 * 100) / 100 + " KB";
23513
+ result = Math.round(size / 1024 * 100) / 100 + " KiB";
22893
23514
  break;
22894
23515
 
22895
23516
  case size >= Math.pow(1024, 2) && size < Math.pow(1024, 3):
22896
- result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " MB";
23517
+ result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " MiB";
22897
23518
  break;
22898
23519
 
22899
23520
  case size >= Math.pow(1024, 3) && size < Math.pow(1024, 4):
22900
- result = Math.round(size / Math.pow(1024, 3) * 100) / 100 + " GB";
23521
+ result = Math.round(size / Math.pow(1024, 3) * 100) / 100 + " GiB";
22901
23522
  break;
22902
23523
 
22903
23524
  default:
22904
- result = Math.round(size / Math.pow(1024, 4) * 100) / 100 + " TB";
23525
+ result = Math.round(size / Math.pow(1024, 4) * 100) / 100 + " TiB";
22905
23526
  }
22906
23527
 
22907
23528
  return result;
22908
23529
  },
22909
23530
  humanFormat: function (number, decimals = false) {
22910
- var result;
23531
+ let result;
22911
23532
 
22912
23533
  switch (true) {
22913
23534
  case number === null || number === "" || isNaN(number):
@@ -22956,6 +23577,49 @@ var filters = {
22956
23577
 
22957
23578
  return result;
22958
23579
  },
23580
+
23581
+ mibFormat(size) {
23582
+ let result;
23583
+
23584
+ switch (true) {
23585
+ case size === null || size === "" || isNaN(size):
23586
+ result = "-";
23587
+ break;
23588
+
23589
+ case size >= 0 && size < 1024:
23590
+ result = size + " MiB";
23591
+ break;
23592
+
23593
+ case size >= 1024 && size < Math.pow(1024, 2):
23594
+ result = Math.round(size / 1024 * 100) / 100 + " GiB";
23595
+ break;
23596
+
23597
+ default:
23598
+ result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " TiB";
23599
+ }
23600
+
23601
+ return result;
23602
+ },
23603
+
23604
+ gibFormat(size) {
23605
+ let result;
23606
+
23607
+ switch (true) {
23608
+ case size === null || size === "" || isNaN(size):
23609
+ result = "-";
23610
+ break;
23611
+
23612
+ case size >= 0 && size < 1024:
23613
+ result = size + " GiB";
23614
+ break;
23615
+
23616
+ default:
23617
+ result = Math.round(size / 1024 * 100) / 100 + " TiB";
23618
+ }
23619
+
23620
+ return result;
23621
+ },
23622
+
22959
23623
  secondsFormat: function (value) {
22960
23624
  if (value < 0) {
22961
23625
  return "-";
@@ -23004,39 +23668,40 @@ var filters = {
23004
23668
  var components = /*#__PURE__*/Object.freeze({
23005
23669
  __proto__: null,
23006
23670
  NsButton: NsButton,
23007
- NsEmptyState: __vue_component__$14,
23671
+ NsEmptyState: __vue_component__$16,
23008
23672
  NsPictogram: NsPictogram,
23009
- NsCodeSnippet: __vue_component__$12,
23673
+ NsCodeSnippet: __vue_component__$14,
23010
23674
  NsInlineNotification: NsInlineNotification,
23011
23675
  NsProgressBar: NsProgressBar,
23012
23676
  NsSvg: NsSvg,
23013
- NsTile: __vue_component__$Y,
23014
- NsToastNotification: __vue_component__$W,
23015
- NsInfoCard: __vue_component__$U,
23016
- NsStatusCard: __vue_component__$S,
23017
- NsSystemdServiceCard: __vue_component__$Q,
23018
- NsPasswordInput: __vue_component__$N,
23019
- NsIconMenu: __vue_component__$L,
23020
- NsMeterChart: __vue_component__$J,
23677
+ NsTile: __vue_component__$_,
23678
+ NsToastNotification: __vue_component__$Y,
23679
+ NsInfoCard: __vue_component__$W,
23680
+ NsStatusCard: __vue_component__$U,
23681
+ NsSystemdServiceCard: __vue_component__$S,
23682
+ NsPasswordInput: __vue_component__$P,
23683
+ NsIconMenu: __vue_component__$N,
23684
+ NsMeterChart: __vue_component__$L,
23021
23685
  NsLottieAnimation: NsLottieAnimation,
23022
- NsDangerDeleteModal: __vue_component__$G,
23686
+ NsDangerDeleteModal: __vue_component__$I,
23023
23687
  NsCircleTimer: NsCircleTimer,
23024
- NsDropdownAction: __vue_component__$E,
23688
+ NsDropdownAction: __vue_component__$G,
23025
23689
  NsTextInput: NsTextInput,
23026
- NsBackupCard: __vue_component__$B,
23027
- NsWizard: __vue_component__$z,
23028
- NsMenuItem: __vue_component__$x,
23029
- NsMenuDivider: __vue_component__$v,
23030
- NsSystemLogsCard: __vue_component__$t,
23690
+ NsBackupCard: __vue_component__$D,
23691
+ NsWizard: __vue_component__$B,
23692
+ NsMenuItem: __vue_component__$z,
23693
+ NsMenuDivider: __vue_component__$x,
23694
+ NsSystemLogsCard: __vue_component__$v,
23031
23695
  NsModal: NsModal,
23032
- NsTimePicker: __vue_component__$r,
23033
- NsDataTable: __vue_component__$o,
23696
+ NsTimePicker: __vue_component__$t,
23697
+ NsDataTable: __vue_component__$q,
23034
23698
  NsPagination: NsPagination,
23035
- NsToggle: __vue_component__$m,
23699
+ NsToggle: __vue_component__$o,
23036
23700
  NsTag: NsTag,
23037
- NsMultiSelect: __vue_component__$j,
23038
- NsComboBox: __vue_component__$h,
23039
- NsCheckbox: __vue_component__$f,
23701
+ NsMultiSelect: __vue_component__$l,
23702
+ NsComboBox: __vue_component__$j,
23703
+ NsCheckbox: __vue_component__$h,
23704
+ NsByteSlider: __vue_component__$f,
23040
23705
  ExclamationMarkPictogram: ExclamationMarkPictogram,
23041
23706
  GearPictogram: __vue_component__$d,
23042
23707
  LovePictogram: __vue_component__$b,
@@ -23064,4 +23729,4 @@ const install = function installNs8UiLib(Vue) {
23064
23729
  });
23065
23730
  }; // Create module definition for Vue.use()
23066
23731
 
23067
- 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__$B as NsBackupCard, NsButton, __vue_component__$f as NsCheckbox, NsCircleTimer, __vue_component__$12 as NsCodeSnippet, __vue_component__$h as NsComboBox, __vue_component__$G as NsDangerDeleteModal, __vue_component__$o as NsDataTable, __vue_component__$E as NsDropdownAction, __vue_component__$14 as NsEmptyState, __vue_component__$L as NsIconMenu, __vue_component__$U as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$v as NsMenuDivider, __vue_component__$x as NsMenuItem, __vue_component__$J as NsMeterChart, NsModal, __vue_component__$j as NsMultiSelect, NsPagination, __vue_component__$N as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$S as NsStatusCard, NsSvg, __vue_component__$t as NsSystemLogsCard, __vue_component__$Q as NsSystemdServiceCard, NsTag, NsTextInput, __vue_component__$Y as NsTile, __vue_component__$r as NsTimePicker, __vue_component__$W as NsToastNotification, __vue_component__$m as NsToggle, __vue_component__$z 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 };
23732
+ 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__$D as NsBackupCard, NsButton, __vue_component__$f as NsByteSlider, __vue_component__$h as NsCheckbox, NsCircleTimer, __vue_component__$14 as NsCodeSnippet, __vue_component__$j as NsComboBox, __vue_component__$I as NsDangerDeleteModal, __vue_component__$q as NsDataTable, __vue_component__$G as NsDropdownAction, __vue_component__$16 as NsEmptyState, __vue_component__$N as NsIconMenu, __vue_component__$W as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$x as NsMenuDivider, __vue_component__$z as NsMenuItem, __vue_component__$L as NsMeterChart, NsModal, __vue_component__$l as NsMultiSelect, NsPagination, __vue_component__$P as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$U as NsStatusCard, NsSvg, __vue_component__$v as NsSystemLogsCard, __vue_component__$S as NsSystemdServiceCard, NsTag, NsTextInput, __vue_component__$_ as NsTile, __vue_component__$t as NsTimePicker, __vue_component__$Y as NsToastNotification, __vue_component__$o as NsToggle, __vue_component__$B 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 };