@nethserver/ns8-ui-lib 0.0.91 → 0.0.94

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.
@@ -1,4 +1,4 @@
1
- import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox } from '@carbon/vue';
1
+ import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox, CvToggle } from '@carbon/vue';
2
2
  import LottieAnimation from 'lottie-web-vue';
3
3
  import Copy20 from '@carbon/icons-vue/es/copy/20';
4
4
  import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
@@ -94,13 +94,18 @@ import Column20 from '@carbon/icons-vue/es/column/20';
94
94
  import Catalog20 from '@carbon/icons-vue/es/catalog/20';
95
95
  import Catalog32 from '@carbon/icons-vue/es/catalog/32';
96
96
  import Group20 from '@carbon/icons-vue/es/group/20';
97
+ import Router32 from '@carbon/icons-vue/es/router/32';
98
+ import Router20 from '@carbon/icons-vue/es/router/20';
99
+ import Certificate32 from '@carbon/icons-vue/es/certificate/32';
100
+ import Certificate20 from '@carbon/icons-vue/es/certificate/20';
101
+ import BareMetalServer20 from '@carbon/icons-vue/es/bare-metal-server/20';
97
102
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
98
103
  import Search16 from '@carbon/icons-vue/es/search/16';
99
104
  import Close16 from '@carbon/icons-vue/es/close/16';
100
105
  import ChevronRight16 from '@carbon/icons-vue/es/chevron--right/16';
101
106
 
102
107
  //
103
- var script$t = {
108
+ var script$u = {
104
109
  name: "NsButton",
105
110
  extends: CvButton,
106
111
  props: {
@@ -263,10 +268,10 @@ function addStyle(id, css) {
263
268
  }
264
269
 
265
270
  /* script */
266
- const __vue_script__$t = script$t;
271
+ const __vue_script__$u = script$u;
267
272
  /* template */
268
273
 
269
- var __vue_render__$z = function () {
274
+ var __vue_render__$A = function () {
270
275
  var _vm = this;
271
276
 
272
277
  var _h = _vm.$createElement;
@@ -289,10 +294,10 @@ var __vue_render__$z = function () {
289
294
  }) : _vm._e()], 2);
290
295
  };
291
296
 
292
- var __vue_staticRenderFns__$z = [];
297
+ var __vue_staticRenderFns__$A = [];
293
298
  /* style */
294
299
 
295
- const __vue_inject_styles__$B = function (inject) {
300
+ const __vue_inject_styles__$C = function (inject) {
296
301
  if (!inject) return;
297
302
  inject("data-v-025b0f12_0", {
298
303
  source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
@@ -303,23 +308,23 @@ const __vue_inject_styles__$B = function (inject) {
303
308
  /* scoped */
304
309
 
305
310
 
306
- const __vue_scope_id__$B = "data-v-025b0f12";
311
+ const __vue_scope_id__$C = "data-v-025b0f12";
307
312
  /* module identifier */
308
313
 
309
- const __vue_module_identifier__$B = undefined;
314
+ const __vue_module_identifier__$C = undefined;
310
315
  /* functional template */
311
316
 
312
- const __vue_is_functional_template__$B = false;
317
+ const __vue_is_functional_template__$C = false;
313
318
  /* style inject SSR */
314
319
 
315
320
  /* style inject shadow dom */
316
321
 
317
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
318
- render: __vue_render__$z,
319
- staticRenderFns: __vue_staticRenderFns__$z
320
- }, __vue_inject_styles__$B, __vue_script__$t, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
322
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
323
+ render: __vue_render__$A,
324
+ staticRenderFns: __vue_staticRenderFns__$A
325
+ }, __vue_inject_styles__$C, __vue_script__$u, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
321
326
 
322
- var NsButton = __vue_component__$$;
327
+ var NsButton = __vue_component__$11;
323
328
 
324
329
  //
325
330
  //
@@ -337,7 +342,7 @@ var NsButton = __vue_component__$$;
337
342
  //
338
343
  //
339
344
  //
340
- var script$s = {
345
+ var script$t = {
341
346
  name: "NsPictogram",
342
347
  props: {
343
348
  title: {
@@ -360,10 +365,10 @@ var script$s = {
360
365
  };
361
366
 
362
367
  /* script */
363
- const __vue_script__$s = script$s;
368
+ const __vue_script__$t = script$t;
364
369
  /* template */
365
370
 
366
- var __vue_render__$y = function () {
371
+ var __vue_render__$z = function () {
367
372
  var _vm = this;
368
373
 
369
374
  var _h = _vm.$createElement;
@@ -391,34 +396,34 @@ var __vue_render__$y = function () {
391
396
  }, [_vm._t("default")], 2)]);
392
397
  };
393
398
 
394
- var __vue_staticRenderFns__$y = [];
399
+ var __vue_staticRenderFns__$z = [];
395
400
  /* style */
396
401
 
397
- const __vue_inject_styles__$A = undefined;
402
+ const __vue_inject_styles__$B = undefined;
398
403
  /* scoped */
399
404
 
400
- const __vue_scope_id__$A = undefined;
405
+ const __vue_scope_id__$B = undefined;
401
406
  /* module identifier */
402
407
 
403
- const __vue_module_identifier__$A = undefined;
408
+ const __vue_module_identifier__$B = undefined;
404
409
  /* functional template */
405
410
 
406
- const __vue_is_functional_template__$A = false;
411
+ const __vue_is_functional_template__$B = false;
407
412
  /* style inject */
408
413
 
409
414
  /* style inject SSR */
410
415
 
411
416
  /* style inject shadow dom */
412
417
 
413
- const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
414
- render: __vue_render__$y,
415
- staticRenderFns: __vue_staticRenderFns__$y
416
- }, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
418
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
419
+ render: __vue_render__$z,
420
+ staticRenderFns: __vue_staticRenderFns__$z
421
+ }, __vue_inject_styles__$B, __vue_script__$t, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
417
422
 
418
- var NsPictogram = __vue_component__$_;
423
+ var NsPictogram = __vue_component__$10;
419
424
 
420
425
  //
421
- var script$r = {
426
+ var script$s = {
422
427
  name: "NsLottieAnimation",
423
428
  components: {
424
429
  LottieAnimation
@@ -474,10 +479,10 @@ var script$r = {
474
479
  };
475
480
 
476
481
  /* script */
477
- const __vue_script__$r = script$r;
482
+ const __vue_script__$s = script$s;
478
483
  /* template */
479
484
 
480
- var __vue_render__$x = function () {
485
+ var __vue_render__$y = function () {
481
486
  var _vm = this;
482
487
 
483
488
  var _h = _vm.$createElement;
@@ -504,36 +509,36 @@ var __vue_render__$x = function () {
504
509
  })], 1);
505
510
  };
506
511
 
507
- var __vue_staticRenderFns__$x = [];
512
+ var __vue_staticRenderFns__$y = [];
508
513
  /* style */
509
514
 
510
- const __vue_inject_styles__$z = undefined;
515
+ const __vue_inject_styles__$A = undefined;
511
516
  /* scoped */
512
517
 
513
- const __vue_scope_id__$z = "data-v-14e97a70";
518
+ const __vue_scope_id__$A = "data-v-14e97a70";
514
519
  /* module identifier */
515
520
 
516
- const __vue_module_identifier__$z = undefined;
521
+ const __vue_module_identifier__$A = undefined;
517
522
  /* functional template */
518
523
 
519
- const __vue_is_functional_template__$z = false;
524
+ const __vue_is_functional_template__$A = false;
520
525
  /* style inject */
521
526
 
522
527
  /* style inject SSR */
523
528
 
524
529
  /* style inject shadow dom */
525
530
 
526
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
527
- render: __vue_render__$x,
528
- staticRenderFns: __vue_staticRenderFns__$x
529
- }, __vue_inject_styles__$z, __vue_script__$r, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
531
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
532
+ render: __vue_render__$y,
533
+ staticRenderFns: __vue_staticRenderFns__$y
534
+ }, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
530
535
 
531
- var NsLottieAnimation = __vue_component__$Z;
536
+ var NsLottieAnimation = __vue_component__$$;
532
537
 
533
538
  /* script */
534
539
 
535
540
  /* template */
536
- var __vue_render__$w = function () {
541
+ var __vue_render__$x = function () {
537
542
  var _vm = this;
538
543
 
539
544
  var _h = _vm.$createElement;
@@ -548,34 +553,34 @@ var __vue_render__$w = function () {
548
553
  });
549
554
  };
550
555
 
551
- var __vue_staticRenderFns__$w = [];
556
+ var __vue_staticRenderFns__$x = [];
552
557
  /* style */
553
558
 
554
- const __vue_inject_styles__$y = undefined;
559
+ const __vue_inject_styles__$z = undefined;
555
560
  /* scoped */
556
561
 
557
- const __vue_scope_id__$y = undefined;
562
+ const __vue_scope_id__$z = undefined;
558
563
  /* module identifier */
559
564
 
560
- const __vue_module_identifier__$y = undefined;
565
+ const __vue_module_identifier__$z = undefined;
561
566
  /* functional template */
562
567
 
563
- const __vue_is_functional_template__$y = false;
568
+ const __vue_is_functional_template__$z = false;
564
569
  /* style inject */
565
570
 
566
571
  /* style inject SSR */
567
572
 
568
573
  /* style inject shadow dom */
569
574
 
570
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
571
- render: __vue_render__$w,
572
- staticRenderFns: __vue_staticRenderFns__$w
573
- }, __vue_inject_styles__$y, {}, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
575
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
576
+ render: __vue_render__$x,
577
+ staticRenderFns: __vue_staticRenderFns__$x
578
+ }, __vue_inject_styles__$z, {}, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
574
579
 
575
- var ExclamationMarkPictogram = __vue_component__$Y;
580
+ var ExclamationMarkPictogram = __vue_component__$_;
576
581
 
577
582
  //
578
- var script$q = {
583
+ var script$r = {
579
584
  name: "NsEmptyState",
580
585
  components: {
581
586
  NsPictogram,
@@ -607,10 +612,10 @@ var script$q = {
607
612
  };
608
613
 
609
614
  /* script */
610
- const __vue_script__$q = script$q;
615
+ const __vue_script__$r = script$r;
611
616
  /* template */
612
617
 
613
- var __vue_render__$v = function () {
618
+ var __vue_render__$w = function () {
614
619
  var _vm = this;
615
620
 
616
621
  var _h = _vm.$createElement;
@@ -640,10 +645,10 @@ var __vue_render__$v = function () {
640
645
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
641
646
  };
642
647
 
643
- var __vue_staticRenderFns__$v = [];
648
+ var __vue_staticRenderFns__$w = [];
644
649
  /* style */
645
650
 
646
- const __vue_inject_styles__$x = function (inject) {
651
+ const __vue_inject_styles__$y = function (inject) {
647
652
  if (!inject) return;
648
653
  inject("data-v-2d5d3a58_0", {
649
654
  source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
@@ -654,26 +659,26 @@ const __vue_inject_styles__$x = function (inject) {
654
659
  /* scoped */
655
660
 
656
661
 
657
- const __vue_scope_id__$x = "data-v-2d5d3a58";
662
+ const __vue_scope_id__$y = "data-v-2d5d3a58";
658
663
  /* module identifier */
659
664
 
660
- const __vue_module_identifier__$x = undefined;
665
+ const __vue_module_identifier__$y = undefined;
661
666
  /* functional template */
662
667
 
663
- const __vue_is_functional_template__$x = false;
668
+ const __vue_is_functional_template__$y = false;
664
669
  /* style inject SSR */
665
670
 
666
671
  /* style inject shadow dom */
667
672
 
668
- const __vue_component__$W = /*#__PURE__*/normalizeComponent({
669
- render: __vue_render__$v,
670
- staticRenderFns: __vue_staticRenderFns__$v
671
- }, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
673
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
674
+ render: __vue_render__$w,
675
+ staticRenderFns: __vue_staticRenderFns__$w
676
+ }, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
672
677
 
673
- var __vue_component__$X = __vue_component__$W;
678
+ var __vue_component__$Z = __vue_component__$Y;
674
679
 
675
680
  //
676
- var script$p = {
681
+ var script$q = {
677
682
  name: "NsCodeSnippet",
678
683
  components: {
679
684
  CvButton,
@@ -785,10 +790,10 @@ var script$p = {
785
790
  };
786
791
 
787
792
  /* script */
788
- const __vue_script__$p = script$p;
793
+ const __vue_script__$q = script$q;
789
794
  /* template */
790
795
 
791
- var __vue_render__$u = function () {
796
+ var __vue_render__$v = function () {
792
797
  var _vm = this;
793
798
 
794
799
  var _h = _vm.$createElement;
@@ -850,10 +855,10 @@ var __vue_render__$u = function () {
850
855
  })], 1) : _vm._e()], 1);
851
856
  };
852
857
 
853
- var __vue_staticRenderFns__$u = [];
858
+ var __vue_staticRenderFns__$v = [];
854
859
  /* style */
855
860
 
856
- const __vue_inject_styles__$w = function (inject) {
861
+ const __vue_inject_styles__$x = function (inject) {
857
862
  if (!inject) return;
858
863
  inject("data-v-59cb538c_0", {
859
864
  source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
@@ -864,23 +869,23 @@ const __vue_inject_styles__$w = function (inject) {
864
869
  /* scoped */
865
870
 
866
871
 
867
- const __vue_scope_id__$w = "data-v-59cb538c";
872
+ const __vue_scope_id__$x = "data-v-59cb538c";
868
873
  /* module identifier */
869
874
 
870
- const __vue_module_identifier__$w = undefined;
875
+ const __vue_module_identifier__$x = undefined;
871
876
  /* functional template */
872
877
 
873
- const __vue_is_functional_template__$w = false;
878
+ const __vue_is_functional_template__$x = false;
874
879
  /* style inject SSR */
875
880
 
876
881
  /* style inject shadow dom */
877
882
 
878
- const __vue_component__$U = /*#__PURE__*/normalizeComponent({
879
- render: __vue_render__$u,
880
- staticRenderFns: __vue_staticRenderFns__$u
881
- }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
883
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({
884
+ render: __vue_render__$v,
885
+ staticRenderFns: __vue_staticRenderFns__$v
886
+ }, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
882
887
 
883
- var __vue_component__$V = __vue_component__$U;
888
+ var __vue_component__$X = __vue_component__$W;
884
889
 
885
890
  //
886
891
  //
@@ -911,7 +916,7 @@ var __vue_component__$V = __vue_component__$U;
911
916
  //
912
917
  //
913
918
  //
914
- var script$o = {
919
+ var script$p = {
915
920
  name: "NsCircleTimer",
916
921
  props: {
917
922
  timeLimit: {
@@ -975,10 +980,10 @@ var script$o = {
975
980
  };
976
981
 
977
982
  /* script */
978
- const __vue_script__$o = script$o;
983
+ const __vue_script__$p = script$p;
979
984
  /* template */
980
985
 
981
- var __vue_render__$t = function () {
986
+ var __vue_render__$u = function () {
982
987
  var _vm = this;
983
988
 
984
989
  var _h = _vm.$createElement;
@@ -1014,10 +1019,10 @@ var __vue_render__$t = function () {
1014
1019
  })])])]);
1015
1020
  };
1016
1021
 
1017
- var __vue_staticRenderFns__$t = [];
1022
+ var __vue_staticRenderFns__$u = [];
1018
1023
  /* style */
1019
1024
 
1020
- const __vue_inject_styles__$v = function (inject) {
1025
+ const __vue_inject_styles__$w = function (inject) {
1021
1026
  if (!inject) return;
1022
1027
  inject("data-v-79cb7082_0", {
1023
1028
  source: ".base-timer[data-v-79cb7082]{position:relative}.base-timer__circle[data-v-79cb7082]{fill:none;stroke:none}.base-timer__path-remaining[data-v-79cb7082]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-79cb7082]{transform:scaleX(-1)}",
@@ -1028,26 +1033,26 @@ const __vue_inject_styles__$v = function (inject) {
1028
1033
  /* scoped */
1029
1034
 
1030
1035
 
1031
- const __vue_scope_id__$v = "data-v-79cb7082";
1036
+ const __vue_scope_id__$w = "data-v-79cb7082";
1032
1037
  /* module identifier */
1033
1038
 
1034
- const __vue_module_identifier__$v = undefined;
1039
+ const __vue_module_identifier__$w = undefined;
1035
1040
  /* functional template */
1036
1041
 
1037
- const __vue_is_functional_template__$v = false;
1042
+ const __vue_is_functional_template__$w = false;
1038
1043
  /* style inject SSR */
1039
1044
 
1040
1045
  /* style inject shadow dom */
1041
1046
 
1042
- const __vue_component__$T = /*#__PURE__*/normalizeComponent({
1043
- render: __vue_render__$t,
1044
- staticRenderFns: __vue_staticRenderFns__$t
1045
- }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
1047
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent({
1048
+ render: __vue_render__$u,
1049
+ staticRenderFns: __vue_staticRenderFns__$u
1050
+ }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
1046
1051
 
1047
- var NsCircleTimer = __vue_component__$T;
1052
+ var NsCircleTimer = __vue_component__$V;
1048
1053
 
1049
1054
  //
1050
- var script$n = {
1055
+ var script$o = {
1051
1056
  name: "NsInlineNotification",
1052
1057
  extends: CvInlineNotification,
1053
1058
  components: {
@@ -1084,10 +1089,10 @@ var script$n = {
1084
1089
  };
1085
1090
 
1086
1091
  /* script */
1087
- const __vue_script__$n = script$n;
1092
+ const __vue_script__$o = script$o;
1088
1093
  /* template */
1089
1094
 
1090
- var __vue_render__$s = function () {
1095
+ var __vue_render__$t = function () {
1091
1096
  var _obj;
1092
1097
 
1093
1098
  var _vm = this;
@@ -1158,10 +1163,10 @@ var __vue_render__$s = function () {
1158
1163
  })], 1) : _vm._e()]);
1159
1164
  };
1160
1165
 
1161
- var __vue_staticRenderFns__$s = [];
1166
+ var __vue_staticRenderFns__$t = [];
1162
1167
  /* style */
1163
1168
 
1164
- const __vue_inject_styles__$u = function (inject) {
1169
+ const __vue_inject_styles__$v = function (inject) {
1165
1170
  if (!inject) return;
1166
1171
  inject("data-v-59312d66_0", {
1167
1172
  source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
@@ -1172,23 +1177,23 @@ const __vue_inject_styles__$u = function (inject) {
1172
1177
  /* scoped */
1173
1178
 
1174
1179
 
1175
- const __vue_scope_id__$u = "data-v-59312d66";
1180
+ const __vue_scope_id__$v = "data-v-59312d66";
1176
1181
  /* module identifier */
1177
1182
 
1178
- const __vue_module_identifier__$u = undefined;
1183
+ const __vue_module_identifier__$v = undefined;
1179
1184
  /* functional template */
1180
1185
 
1181
- const __vue_is_functional_template__$u = false;
1186
+ const __vue_is_functional_template__$v = false;
1182
1187
  /* style inject SSR */
1183
1188
 
1184
1189
  /* style inject shadow dom */
1185
1190
 
1186
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
1187
- render: __vue_render__$s,
1188
- staticRenderFns: __vue_staticRenderFns__$s
1189
- }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1191
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
1192
+ render: __vue_render__$t,
1193
+ staticRenderFns: __vue_staticRenderFns__$t
1194
+ }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
1190
1195
 
1191
- var NsInlineNotification = __vue_component__$S;
1196
+ var NsInlineNotification = __vue_component__$U;
1192
1197
 
1193
1198
  //
1194
1199
  //
@@ -1227,7 +1232,7 @@ var NsInlineNotification = __vue_component__$S;
1227
1232
  //
1228
1233
  //
1229
1234
  //
1230
- var script$m = {
1235
+ var script$n = {
1231
1236
  name: "NsProgressBar",
1232
1237
  props: {
1233
1238
  value: {
@@ -1301,10 +1306,10 @@ var script$m = {
1301
1306
  };
1302
1307
 
1303
1308
  /* script */
1304
- const __vue_script__$m = script$m;
1309
+ const __vue_script__$n = script$n;
1305
1310
  /* template */
1306
1311
 
1307
- var __vue_render__$r = function () {
1312
+ var __vue_render__$s = function () {
1308
1313
  var _vm = this;
1309
1314
 
1310
1315
  var _h = _vm.$createElement;
@@ -1343,13 +1348,13 @@ var __vue_render__$r = function () {
1343
1348
  })]], 2)]);
1344
1349
  };
1345
1350
 
1346
- var __vue_staticRenderFns__$r = [];
1351
+ var __vue_staticRenderFns__$s = [];
1347
1352
  /* style */
1348
1353
 
1349
- const __vue_inject_styles__$t = function (inject) {
1354
+ const __vue_inject_styles__$u = function (inject) {
1350
1355
  if (!inject) return;
1351
- inject("data-v-703889d8_0", {
1352
- source: ".progress-bar-container[data-v-703889d8]{width:100%;position:relative}.slider[data-v-703889d8]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-703889d8]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-703889d8]{position:absolute}.indeterminate-line[data-v-703889d8]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-703889d8]{position:absolute}.inc[data-v-703889d8]{animation:increase-data-v-703889d8 2s infinite}.dec[data-v-703889d8]{animation:decrease-data-v-703889d8 2s .5s infinite}@keyframes increase-data-v-703889d8{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-703889d8{from{left:-80%;width:80%}to{left:110%;width:10%}}",
1356
+ inject("data-v-7c7ba0aa_0", {
1357
+ 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%}}",
1353
1358
  map: undefined,
1354
1359
  media: undefined
1355
1360
  });
@@ -1357,25 +1362,25 @@ const __vue_inject_styles__$t = function (inject) {
1357
1362
  /* scoped */
1358
1363
 
1359
1364
 
1360
- const __vue_scope_id__$t = "data-v-703889d8";
1365
+ const __vue_scope_id__$u = "data-v-7c7ba0aa";
1361
1366
  /* module identifier */
1362
1367
 
1363
- const __vue_module_identifier__$t = undefined;
1368
+ const __vue_module_identifier__$u = undefined;
1364
1369
  /* functional template */
1365
1370
 
1366
- const __vue_is_functional_template__$t = false;
1371
+ const __vue_is_functional_template__$u = false;
1367
1372
  /* style inject SSR */
1368
1373
 
1369
1374
  /* style inject shadow dom */
1370
1375
 
1371
- const __vue_component__$R = /*#__PURE__*/normalizeComponent({
1372
- render: __vue_render__$r,
1373
- staticRenderFns: __vue_staticRenderFns__$r
1374
- }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1376
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({
1377
+ render: __vue_render__$s,
1378
+ staticRenderFns: __vue_staticRenderFns__$s
1379
+ }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1375
1380
 
1376
- var NsProgressBar = __vue_component__$R;
1381
+ var NsProgressBar = __vue_component__$T;
1377
1382
 
1378
- var script$l = {
1383
+ var script$m = {
1379
1384
  name: "NsSvg",
1380
1385
  props: {
1381
1386
  svg: {
@@ -1434,33 +1439,33 @@ var script$l = {
1434
1439
  };
1435
1440
 
1436
1441
  /* script */
1437
- const __vue_script__$l = script$l;
1442
+ const __vue_script__$m = script$m;
1438
1443
  /* template */
1439
1444
 
1440
1445
  /* style */
1441
1446
 
1442
- const __vue_inject_styles__$s = undefined;
1447
+ const __vue_inject_styles__$t = undefined;
1443
1448
  /* scoped */
1444
1449
 
1445
- const __vue_scope_id__$s = undefined;
1450
+ const __vue_scope_id__$t = undefined;
1446
1451
  /* module identifier */
1447
1452
 
1448
- const __vue_module_identifier__$s = undefined;
1453
+ const __vue_module_identifier__$t = undefined;
1449
1454
  /* functional template */
1450
1455
 
1451
- const __vue_is_functional_template__$s = undefined;
1456
+ const __vue_is_functional_template__$t = undefined;
1452
1457
  /* style inject */
1453
1458
 
1454
1459
  /* style inject SSR */
1455
1460
 
1456
1461
  /* style inject shadow dom */
1457
1462
 
1458
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
1463
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
1459
1464
 
1460
- var NsSvg = __vue_component__$Q;
1465
+ var NsSvg = __vue_component__$S;
1461
1466
 
1462
1467
  //
1463
- var script$k = {
1468
+ var script$l = {
1464
1469
  name: "NsTile",
1465
1470
  extends: CvTile,
1466
1471
  inheritAttrs: false,
@@ -1534,10 +1539,10 @@ var script$k = {
1534
1539
  };
1535
1540
 
1536
1541
  /* script */
1537
- const __vue_script__$k = script$k;
1542
+ const __vue_script__$l = script$l;
1538
1543
  /* template */
1539
1544
 
1540
- var __vue_render__$q = function () {
1545
+ var __vue_render__$r = function () {
1541
1546
  var _obj;
1542
1547
 
1543
1548
  var _vm = this;
@@ -1576,10 +1581,10 @@ var __vue_render__$q = function () {
1576
1581
  }) : _vm._e()], 1);
1577
1582
  };
1578
1583
 
1579
- var __vue_staticRenderFns__$q = [];
1584
+ var __vue_staticRenderFns__$r = [];
1580
1585
  /* style */
1581
1586
 
1582
- const __vue_inject_styles__$r = function (inject) {
1587
+ const __vue_inject_styles__$s = function (inject) {
1583
1588
  if (!inject) return;
1584
1589
  inject("data-v-443a91f0_0", {
1585
1590
  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}",
@@ -1590,23 +1595,23 @@ const __vue_inject_styles__$r = function (inject) {
1590
1595
  /* scoped */
1591
1596
 
1592
1597
 
1593
- const __vue_scope_id__$r = "data-v-443a91f0";
1598
+ const __vue_scope_id__$s = "data-v-443a91f0";
1594
1599
  /* module identifier */
1595
1600
 
1596
- const __vue_module_identifier__$r = undefined;
1601
+ const __vue_module_identifier__$s = undefined;
1597
1602
  /* functional template */
1598
1603
 
1599
- const __vue_is_functional_template__$r = false;
1604
+ const __vue_is_functional_template__$s = false;
1600
1605
  /* style inject SSR */
1601
1606
 
1602
1607
  /* style inject shadow dom */
1603
1608
 
1604
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
1605
- render: __vue_render__$q,
1606
- staticRenderFns: __vue_staticRenderFns__$q
1607
- }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
1609
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
1610
+ render: __vue_render__$r,
1611
+ staticRenderFns: __vue_staticRenderFns__$r
1612
+ }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1608
1613
 
1609
- var __vue_component__$P = __vue_component__$O;
1614
+ var __vue_component__$R = __vue_component__$Q;
1610
1615
 
1611
1616
  function toInteger(dirtyNumber) {
1612
1617
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6203,7 +6208,7 @@ var DateTimeService = {
6203
6208
  };
6204
6209
 
6205
6210
  //
6206
- var script$j = {
6211
+ var script$k = {
6207
6212
  name: "NsToastNotification",
6208
6213
  extends: CvToastNotification,
6209
6214
  components: {
@@ -6281,10 +6286,10 @@ var script$j = {
6281
6286
  };
6282
6287
 
6283
6288
  /* script */
6284
- const __vue_script__$j = script$j;
6289
+ const __vue_script__$k = script$k;
6285
6290
  /* template */
6286
6291
 
6287
- var __vue_render__$p = function () {
6292
+ var __vue_render__$q = function () {
6288
6293
  var _obj;
6289
6294
 
6290
6295
  var _vm = this;
@@ -6382,10 +6387,10 @@ var __vue_render__$p = function () {
6382
6387
  })], 1) : _vm._e()], 1)]);
6383
6388
  };
6384
6389
 
6385
- var __vue_staticRenderFns__$p = [];
6390
+ var __vue_staticRenderFns__$q = [];
6386
6391
  /* style */
6387
6392
 
6388
- const __vue_inject_styles__$q = function (inject) {
6393
+ const __vue_inject_styles__$r = function (inject) {
6389
6394
  if (!inject) return;
6390
6395
  inject("data-v-6ff0b515_0", {
6391
6396
  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}",
@@ -6400,26 +6405,26 @@ const __vue_inject_styles__$q = function (inject) {
6400
6405
  /* scoped */
6401
6406
 
6402
6407
 
6403
- const __vue_scope_id__$q = "data-v-6ff0b515";
6408
+ const __vue_scope_id__$r = "data-v-6ff0b515";
6404
6409
  /* module identifier */
6405
6410
 
6406
- const __vue_module_identifier__$q = undefined;
6411
+ const __vue_module_identifier__$r = undefined;
6407
6412
  /* functional template */
6408
6413
 
6409
- const __vue_is_functional_template__$q = false;
6414
+ const __vue_is_functional_template__$r = false;
6410
6415
  /* style inject SSR */
6411
6416
 
6412
6417
  /* style inject shadow dom */
6413
6418
 
6414
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
6415
- render: __vue_render__$p,
6416
- staticRenderFns: __vue_staticRenderFns__$p
6417
- }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
6419
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
6420
+ render: __vue_render__$q,
6421
+ staticRenderFns: __vue_staticRenderFns__$q
6422
+ }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
6418
6423
 
6419
- var __vue_component__$N = __vue_component__$M;
6424
+ var __vue_component__$P = __vue_component__$O;
6420
6425
 
6421
6426
  //
6422
- var script$i = {
6427
+ var script$j = {
6423
6428
  name: "NsInfoCard",
6424
6429
  components: {
6425
6430
  NsSvg,
@@ -6470,10 +6475,10 @@ var script$i = {
6470
6475
  };
6471
6476
 
6472
6477
  /* script */
6473
- const __vue_script__$i = script$i;
6478
+ const __vue_script__$j = script$j;
6474
6479
  /* template */
6475
6480
 
6476
- var __vue_render__$o = function () {
6481
+ var __vue_render__$p = function () {
6477
6482
  var _vm = this;
6478
6483
 
6479
6484
  var _h = _vm.$createElement;
@@ -6530,10 +6535,10 @@ var __vue_render__$o = function () {
6530
6535
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6531
6536
  };
6532
6537
 
6533
- var __vue_staticRenderFns__$o = [];
6538
+ var __vue_staticRenderFns__$p = [];
6534
6539
  /* style */
6535
6540
 
6536
- const __vue_inject_styles__$p = function (inject) {
6541
+ const __vue_inject_styles__$q = function (inject) {
6537
6542
  if (!inject) return;
6538
6543
  inject("data-v-aefc1c3e_0", {
6539
6544
  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}",
@@ -6544,26 +6549,26 @@ const __vue_inject_styles__$p = function (inject) {
6544
6549
  /* scoped */
6545
6550
 
6546
6551
 
6547
- const __vue_scope_id__$p = "data-v-aefc1c3e";
6552
+ const __vue_scope_id__$q = "data-v-aefc1c3e";
6548
6553
  /* module identifier */
6549
6554
 
6550
- const __vue_module_identifier__$p = undefined;
6555
+ const __vue_module_identifier__$q = undefined;
6551
6556
  /* functional template */
6552
6557
 
6553
- const __vue_is_functional_template__$p = false;
6558
+ const __vue_is_functional_template__$q = false;
6554
6559
  /* style inject SSR */
6555
6560
 
6556
6561
  /* style inject shadow dom */
6557
6562
 
6558
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
6559
- render: __vue_render__$o,
6560
- staticRenderFns: __vue_staticRenderFns__$o
6561
- }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
6563
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
6564
+ render: __vue_render__$p,
6565
+ staticRenderFns: __vue_staticRenderFns__$p
6566
+ }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
6562
6567
 
6563
- var __vue_component__$L = __vue_component__$K;
6568
+ var __vue_component__$N = __vue_component__$M;
6564
6569
 
6565
6570
  //
6566
- var script$h = {
6571
+ var script$i = {
6567
6572
  name: "NsStatusCard",
6568
6573
  //components added for storybook to work
6569
6574
  components: {
@@ -6610,10 +6615,10 @@ var script$h = {
6610
6615
  };
6611
6616
 
6612
6617
  /* script */
6613
- const __vue_script__$h = script$h;
6618
+ const __vue_script__$i = script$i;
6614
6619
  /* template */
6615
6620
 
6616
- var __vue_render__$n = function () {
6621
+ var __vue_render__$o = function () {
6617
6622
  var _vm = this;
6618
6623
 
6619
6624
  var _h = _vm.$createElement;
@@ -6682,10 +6687,10 @@ var __vue_render__$n = function () {
6682
6687
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6683
6688
  };
6684
6689
 
6685
- var __vue_staticRenderFns__$n = [];
6690
+ var __vue_staticRenderFns__$o = [];
6686
6691
  /* style */
6687
6692
 
6688
- const __vue_inject_styles__$o = function (inject) {
6693
+ const __vue_inject_styles__$p = function (inject) {
6689
6694
  if (!inject) return;
6690
6695
  inject("data-v-496044f0_0", {
6691
6696
  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}",
@@ -6696,26 +6701,26 @@ const __vue_inject_styles__$o = function (inject) {
6696
6701
  /* scoped */
6697
6702
 
6698
6703
 
6699
- const __vue_scope_id__$o = "data-v-496044f0";
6704
+ const __vue_scope_id__$p = "data-v-496044f0";
6700
6705
  /* module identifier */
6701
6706
 
6702
- const __vue_module_identifier__$o = undefined;
6707
+ const __vue_module_identifier__$p = undefined;
6703
6708
  /* functional template */
6704
6709
 
6705
- const __vue_is_functional_template__$o = false;
6710
+ const __vue_is_functional_template__$p = false;
6706
6711
  /* style inject SSR */
6707
6712
 
6708
6713
  /* style inject shadow dom */
6709
6714
 
6710
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
6711
- render: __vue_render__$n,
6712
- staticRenderFns: __vue_staticRenderFns__$n
6713
- }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
6715
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
6716
+ render: __vue_render__$o,
6717
+ staticRenderFns: __vue_staticRenderFns__$o
6718
+ }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
6714
6719
 
6715
- var __vue_component__$J = __vue_component__$I;
6720
+ var __vue_component__$L = __vue_component__$K;
6716
6721
 
6717
6722
  //
6718
- var script$g = {
6723
+ var script$h = {
6719
6724
  name: "NsSystemdServiceCard",
6720
6725
  //components added for storybook to work
6721
6726
  components: {
@@ -6769,10 +6774,10 @@ var script$g = {
6769
6774
  };
6770
6775
 
6771
6776
  /* script */
6772
- const __vue_script__$g = script$g;
6777
+ const __vue_script__$h = script$h;
6773
6778
  /* template */
6774
6779
 
6775
- var __vue_render__$m = function () {
6780
+ var __vue_render__$n = function () {
6776
6781
  var _vm = this;
6777
6782
 
6778
6783
  var _h = _vm.$createElement;
@@ -6827,10 +6832,10 @@ var __vue_render__$m = function () {
6827
6832
  })], 1)])]);
6828
6833
  };
6829
6834
 
6830
- var __vue_staticRenderFns__$m = [];
6835
+ var __vue_staticRenderFns__$n = [];
6831
6836
  /* style */
6832
6837
 
6833
- const __vue_inject_styles__$n = function (inject) {
6838
+ const __vue_inject_styles__$o = function (inject) {
6834
6839
  if (!inject) return;
6835
6840
  inject("data-v-bf751eca_0", {
6836
6841
  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}",
@@ -6841,26 +6846,26 @@ const __vue_inject_styles__$n = function (inject) {
6841
6846
  /* scoped */
6842
6847
 
6843
6848
 
6844
- const __vue_scope_id__$n = "data-v-bf751eca";
6849
+ const __vue_scope_id__$o = "data-v-bf751eca";
6845
6850
  /* module identifier */
6846
6851
 
6847
- const __vue_module_identifier__$n = undefined;
6852
+ const __vue_module_identifier__$o = undefined;
6848
6853
  /* functional template */
6849
6854
 
6850
- const __vue_is_functional_template__$n = false;
6855
+ const __vue_is_functional_template__$o = false;
6851
6856
  /* style inject SSR */
6852
6857
 
6853
6858
  /* style inject shadow dom */
6854
6859
 
6855
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
6856
- render: __vue_render__$m,
6857
- staticRenderFns: __vue_staticRenderFns__$m
6858
- }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
6860
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
6861
+ render: __vue_render__$n,
6862
+ staticRenderFns: __vue_staticRenderFns__$n
6863
+ }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
6859
6864
 
6860
- var __vue_component__$H = __vue_component__$G;
6865
+ var __vue_component__$J = __vue_component__$I;
6861
6866
 
6862
6867
  //
6863
- var script$f = {
6868
+ var script$g = {
6864
6869
  name: "NsTextInput",
6865
6870
  extends: CvTextInput,
6866
6871
  components: {
@@ -6915,10 +6920,10 @@ var script$f = {
6915
6920
  };
6916
6921
 
6917
6922
  /* script */
6918
- const __vue_script__$f = script$f;
6923
+ const __vue_script__$g = script$g;
6919
6924
  /* template */
6920
6925
 
6921
- var __vue_render__$l = function () {
6926
+ var __vue_render__$m = function () {
6922
6927
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
6923
6928
 
6924
6929
  var _vm = this;
@@ -7000,10 +7005,10 @@ var __vue_render__$l = function () {
7000
7005
  })], 2) : _vm._e()]);
7001
7006
  };
7002
7007
 
7003
- var __vue_staticRenderFns__$l = [];
7008
+ var __vue_staticRenderFns__$m = [];
7004
7009
  /* style */
7005
7010
 
7006
- const __vue_inject_styles__$m = function (inject) {
7011
+ const __vue_inject_styles__$n = function (inject) {
7007
7012
  if (!inject) return;
7008
7013
  inject("data-v-eae7353a_0", {
7009
7014
  source: ".tooltip[data-v-eae7353a]{display:inline-block;position:absolute}.prefix[data-v-eae7353a]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-eae7353a]{align-items:center}",
@@ -7018,23 +7023,23 @@ const __vue_inject_styles__$m = function (inject) {
7018
7023
  /* scoped */
7019
7024
 
7020
7025
 
7021
- const __vue_scope_id__$m = "data-v-eae7353a";
7026
+ const __vue_scope_id__$n = "data-v-eae7353a";
7022
7027
  /* module identifier */
7023
7028
 
7024
- const __vue_module_identifier__$m = undefined;
7029
+ const __vue_module_identifier__$n = undefined;
7025
7030
  /* functional template */
7026
7031
 
7027
- const __vue_is_functional_template__$m = false;
7032
+ const __vue_is_functional_template__$n = false;
7028
7033
  /* style inject SSR */
7029
7034
 
7030
7035
  /* style inject shadow dom */
7031
7036
 
7032
- const __vue_component__$F = /*#__PURE__*/normalizeComponent({
7033
- render: __vue_render__$l,
7034
- staticRenderFns: __vue_staticRenderFns__$l
7035
- }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
7037
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
7038
+ render: __vue_render__$m,
7039
+ staticRenderFns: __vue_staticRenderFns__$m
7040
+ }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
7036
7041
 
7037
- var NsTextInput = __vue_component__$F;
7042
+ var NsTextInput = __vue_component__$H;
7038
7043
 
7039
7044
  // Unique ID creation requires a high quality random # generator. In node.js
7040
7045
  // this is pretty straight-forward - we use the crypto API.
@@ -7505,13 +7510,59 @@ var UtilService = {
7505
7510
  */
7506
7511
  getUuid() {
7507
7512
  return uuid_1.v4();
7513
+ },
7514
+
7515
+ /**
7516
+ * Get a readable label for a node
7517
+ */
7518
+ getNodeLabel(node) {
7519
+ return node.ui_name ? node.ui_name + " (" + this.$t("common.node") + " " + node.id + ")" : this.$t("common.node") + " " + node.id;
7520
+ },
7521
+
7522
+ /**
7523
+ * Get a readable short label for a node
7524
+ */
7525
+ getShortNodeLabel(node) {
7526
+ return node.ui_name ? node.ui_name : this.$t("common.node") + " " + node.id;
7527
+ },
7528
+
7529
+ /**
7530
+ * Get a i18n string using a fallback key if necessary. Used for common validation errors
7531
+ */
7532
+ getI18nStringWithFallback(key, fallbackKey, coreContext, args) {
7533
+ if (this.$te(key)) {
7534
+ return this.$t(key, args);
7535
+ } // fallback
7536
+
7537
+
7538
+ if (this.$te(fallbackKey)) {
7539
+ return this.$t(fallbackKey, args);
7540
+ }
7541
+
7542
+ if (!coreContext) {
7543
+ // return key as is
7544
+ return key;
7545
+ } // try on core context
7546
+
7547
+
7548
+ if (coreContext.$te(key)) {
7549
+ return coreContext.$t(key, args);
7550
+ } // fallback on core context
7551
+
7552
+
7553
+ if (coreContext.$te(fallbackKey)) {
7554
+ return coreContext.$t(fallbackKey, args);
7555
+ } // return key as is
7556
+
7557
+
7558
+ return key;
7508
7559
  }
7509
7560
 
7510
7561
  }
7511
7562
  };
7512
7563
 
7513
7564
  //
7514
- var script$e = {
7565
+ var script$f = {
7515
7566
  name: "NsPasswordInput",
7516
7567
  components: {
7517
7568
  NsTextInput
@@ -7676,10 +7727,10 @@ var script$e = {
7676
7727
  };
7677
7728
 
7678
7729
  /* script */
7679
- const __vue_script__$e = script$e;
7730
+ const __vue_script__$f = script$f;
7680
7731
  /* template */
7681
7732
 
7682
- var __vue_render__$k = function () {
7733
+ var __vue_render__$l = function () {
7683
7734
  var _vm = this;
7684
7735
 
7685
7736
  var _h = _vm.$createElement;
@@ -7774,10 +7825,10 @@ var __vue_render__$k = function () {
7774
7825
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7775
7826
  };
7776
7827
 
7777
- var __vue_staticRenderFns__$k = [];
7828
+ var __vue_staticRenderFns__$l = [];
7778
7829
  /* style */
7779
7830
 
7780
- const __vue_inject_styles__$l = function (inject) {
7831
+ const __vue_inject_styles__$m = function (inject) {
7781
7832
  if (!inject) return;
7782
7833
  inject("data-v-67b93b40_0", {
7783
7834
  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}",
@@ -7788,26 +7839,26 @@ const __vue_inject_styles__$l = function (inject) {
7788
7839
  /* scoped */
7789
7840
 
7790
7841
 
7791
- const __vue_scope_id__$l = "data-v-67b93b40";
7842
+ const __vue_scope_id__$m = "data-v-67b93b40";
7792
7843
  /* module identifier */
7793
7844
 
7794
- const __vue_module_identifier__$l = undefined;
7845
+ const __vue_module_identifier__$m = undefined;
7795
7846
  /* functional template */
7796
7847
 
7797
- const __vue_is_functional_template__$l = false;
7848
+ const __vue_is_functional_template__$m = false;
7798
7849
  /* style inject SSR */
7799
7850
 
7800
7851
  /* style inject shadow dom */
7801
7852
 
7802
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
7803
- render: __vue_render__$k,
7804
- staticRenderFns: __vue_staticRenderFns__$k
7805
- }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
7853
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
7854
+ render: __vue_render__$l,
7855
+ staticRenderFns: __vue_staticRenderFns__$l
7856
+ }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
7806
7857
 
7807
- var __vue_component__$E = __vue_component__$D;
7858
+ var __vue_component__$G = __vue_component__$F;
7808
7859
 
7809
7860
  //
7810
- var script$d = {
7861
+ var script$e = {
7811
7862
  name: "NsIconMenu",
7812
7863
  extends: CvOverflowMenu,
7813
7864
  props: {
@@ -7851,10 +7902,10 @@ var script$d = {
7851
7902
  };
7852
7903
 
7853
7904
  /* script */
7854
- const __vue_script__$d = script$d;
7905
+ const __vue_script__$e = script$e;
7855
7906
  /* template */
7856
7907
 
7857
- var __vue_render__$j = function () {
7908
+ var __vue_render__$k = function () {
7858
7909
  var _obj, _obj$1;
7859
7910
 
7860
7911
  var _vm = this;
@@ -7970,10 +8021,10 @@ var __vue_render__$j = function () {
7970
8021
  })])]);
7971
8022
  };
7972
8023
 
7973
- var __vue_staticRenderFns__$j = [];
8024
+ var __vue_staticRenderFns__$k = [];
7974
8025
  /* style */
7975
8026
 
7976
- const __vue_inject_styles__$k = function (inject) {
8027
+ const __vue_inject_styles__$l = function (inject) {
7977
8028
  if (!inject) return;
7978
8029
  inject("data-v-2be14df6_0", {
7979
8030
  source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
@@ -7984,26 +8035,26 @@ const __vue_inject_styles__$k = function (inject) {
7984
8035
  /* scoped */
7985
8036
 
7986
8037
 
7987
- const __vue_scope_id__$k = "data-v-2be14df6";
8038
+ const __vue_scope_id__$l = "data-v-2be14df6";
7988
8039
  /* module identifier */
7989
8040
 
7990
- const __vue_module_identifier__$k = undefined;
8041
+ const __vue_module_identifier__$l = undefined;
7991
8042
  /* functional template */
7992
8043
 
7993
- const __vue_is_functional_template__$k = false;
8044
+ const __vue_is_functional_template__$l = false;
7994
8045
  /* style inject SSR */
7995
8046
 
7996
8047
  /* style inject shadow dom */
7997
8048
 
7998
- const __vue_component__$B = /*#__PURE__*/normalizeComponent({
7999
- render: __vue_render__$j,
8000
- staticRenderFns: __vue_staticRenderFns__$j
8001
- }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
8049
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
8050
+ render: __vue_render__$k,
8051
+ staticRenderFns: __vue_staticRenderFns__$k
8052
+ }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
8002
8053
 
8003
- var __vue_component__$C = __vue_component__$B;
8054
+ var __vue_component__$E = __vue_component__$D;
8004
8055
 
8005
8056
  //
8006
- var script$c = {
8057
+ var script$d = {
8007
8058
  name: "NsMeterChart",
8008
8059
  components: {
8009
8060
  NsProgressBar
@@ -8038,10 +8089,10 @@ var script$c = {
8038
8089
  };
8039
8090
 
8040
8091
  /* script */
8041
- const __vue_script__$c = script$c;
8092
+ const __vue_script__$d = script$d;
8042
8093
  /* template */
8043
8094
 
8044
- var __vue_render__$i = function () {
8095
+ var __vue_render__$j = function () {
8045
8096
  var _vm = this;
8046
8097
 
8047
8098
  var _h = _vm.$createElement;
@@ -8064,10 +8115,10 @@ var __vue_render__$i = function () {
8064
8115
  })], 1);
8065
8116
  };
8066
8117
 
8067
- var __vue_staticRenderFns__$i = [];
8118
+ var __vue_staticRenderFns__$j = [];
8068
8119
  /* style */
8069
8120
 
8070
- const __vue_inject_styles__$j = function (inject) {
8121
+ const __vue_inject_styles__$k = function (inject) {
8071
8122
  if (!inject) return;
8072
8123
  inject("data-v-8d83456c_0", {
8073
8124
  source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
@@ -8078,26 +8129,26 @@ const __vue_inject_styles__$j = function (inject) {
8078
8129
  /* scoped */
8079
8130
 
8080
8131
 
8081
- const __vue_scope_id__$j = "data-v-8d83456c";
8132
+ const __vue_scope_id__$k = "data-v-8d83456c";
8082
8133
  /* module identifier */
8083
8134
 
8084
- const __vue_module_identifier__$j = undefined;
8135
+ const __vue_module_identifier__$k = undefined;
8085
8136
  /* functional template */
8086
8137
 
8087
- const __vue_is_functional_template__$j = false;
8138
+ const __vue_is_functional_template__$k = false;
8088
8139
  /* style inject SSR */
8089
8140
 
8090
8141
  /* style inject shadow dom */
8091
8142
 
8092
- const __vue_component__$z = /*#__PURE__*/normalizeComponent({
8093
- render: __vue_render__$i,
8094
- staticRenderFns: __vue_staticRenderFns__$i
8095
- }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
8143
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
8144
+ render: __vue_render__$j,
8145
+ staticRenderFns: __vue_staticRenderFns__$j
8146
+ }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
8096
8147
 
8097
- var __vue_component__$A = __vue_component__$z;
8148
+ var __vue_component__$C = __vue_component__$B;
8098
8149
 
8099
8150
  //
8100
- var script$b = {
8151
+ var script$c = {
8101
8152
  name: "NsModal",
8102
8153
  extends: CvModal,
8103
8154
  components: {
@@ -8157,10 +8208,10 @@ var script$b = {
8157
8208
  };
8158
8209
 
8159
8210
  /* script */
8160
- const __vue_script__$b = script$b;
8211
+ const __vue_script__$c = script$c;
8161
8212
  /* template */
8162
8213
 
8163
- var __vue_render__$h = function () {
8214
+ var __vue_render__$i = function () {
8164
8215
  var _obj, _obj$1, _obj$2, _obj$3;
8165
8216
 
8166
8217
  var _vm = this;
@@ -8294,34 +8345,34 @@ var __vue_render__$h = function () {
8294
8345
  })], 1)]);
8295
8346
  };
8296
8347
 
8297
- var __vue_staticRenderFns__$h = [];
8348
+ var __vue_staticRenderFns__$i = [];
8298
8349
  /* style */
8299
8350
 
8300
- const __vue_inject_styles__$i = undefined;
8351
+ const __vue_inject_styles__$j = undefined;
8301
8352
  /* scoped */
8302
8353
 
8303
- const __vue_scope_id__$i = undefined;
8354
+ const __vue_scope_id__$j = undefined;
8304
8355
  /* module identifier */
8305
8356
 
8306
- const __vue_module_identifier__$i = undefined;
8357
+ const __vue_module_identifier__$j = undefined;
8307
8358
  /* functional template */
8308
8359
 
8309
- const __vue_is_functional_template__$i = false;
8360
+ const __vue_is_functional_template__$j = false;
8310
8361
  /* style inject */
8311
8362
 
8312
8363
  /* style inject SSR */
8313
8364
 
8314
8365
  /* style inject shadow dom */
8315
8366
 
8316
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
8317
- render: __vue_render__$h,
8318
- staticRenderFns: __vue_staticRenderFns__$h
8319
- }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
8367
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
8368
+ render: __vue_render__$i,
8369
+ staticRenderFns: __vue_staticRenderFns__$i
8370
+ }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
8320
8371
 
8321
- var NsModal = __vue_component__$y;
8372
+ var NsModal = __vue_component__$A;
8322
8373
 
8323
8374
  //
8324
- var script$a = {
8375
+ var script$b = {
8325
8376
  name: "NsDangerDeleteModal",
8326
8377
  //component added for storybook to work
8327
8378
  components: {
@@ -8417,10 +8468,10 @@ var script$a = {
8417
8468
  };
8418
8469
 
8419
8470
  /* script */
8420
- const __vue_script__$a = script$a;
8471
+ const __vue_script__$b = script$b;
8421
8472
  /* template */
8422
8473
 
8423
- var __vue_render__$g = function () {
8474
+ var __vue_render__$h = function () {
8424
8475
  var _vm = this;
8425
8476
 
8426
8477
  var _h = _vm.$createElement;
@@ -8488,10 +8539,10 @@ var __vue_render__$g = function () {
8488
8539
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8489
8540
  };
8490
8541
 
8491
- var __vue_staticRenderFns__$g = [];
8542
+ var __vue_staticRenderFns__$h = [];
8492
8543
  /* style */
8493
8544
 
8494
- const __vue_inject_styles__$h = function (inject) {
8545
+ const __vue_inject_styles__$i = function (inject) {
8495
8546
  if (!inject) return;
8496
8547
  inject("data-v-746a2de3_0", {
8497
8548
  source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
@@ -8502,23 +8553,23 @@ const __vue_inject_styles__$h = function (inject) {
8502
8553
  /* scoped */
8503
8554
 
8504
8555
 
8505
- const __vue_scope_id__$h = "data-v-746a2de3";
8556
+ const __vue_scope_id__$i = "data-v-746a2de3";
8506
8557
  /* module identifier */
8507
8558
 
8508
- const __vue_module_identifier__$h = undefined;
8559
+ const __vue_module_identifier__$i = undefined;
8509
8560
  /* functional template */
8510
8561
 
8511
- const __vue_is_functional_template__$h = false;
8562
+ const __vue_is_functional_template__$i = false;
8512
8563
  /* style inject SSR */
8513
8564
 
8514
8565
  /* style inject shadow dom */
8515
8566
 
8516
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
8517
- render: __vue_render__$g,
8518
- staticRenderFns: __vue_staticRenderFns__$g
8519
- }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
8567
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
8568
+ render: __vue_render__$h,
8569
+ staticRenderFns: __vue_staticRenderFns__$h
8570
+ }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
8520
8571
 
8521
- var __vue_component__$x = __vue_component__$w;
8572
+ var __vue_component__$z = __vue_component__$y;
8522
8573
 
8523
8574
  var IconService = {
8524
8575
  name: "IconService",
@@ -8644,7 +8695,14 @@ var IconService = {
8644
8695
  Catalog20,
8645
8696
  // system logs
8646
8697
  Catalog32,
8647
- Group20 // users and groups
8698
+ Group20,
8699
+ // users and groups
8700
+ Router32,
8701
+ // http routes
8702
+ Router20,
8703
+ Certificate32,
8704
+ Certificate20,
8705
+ BareMetalServer20 // acme server
8648
8706
 
8649
8707
  };
8650
8708
  }
@@ -8652,7 +8710,7 @@ var IconService = {
8652
8710
  };
8653
8711
 
8654
8712
  //
8655
- var script$9 = {
8713
+ var script$a = {
8656
8714
  name: "NsDropdownAction",
8657
8715
  extends: CvOverflowMenu,
8658
8716
  components: {
@@ -8684,10 +8742,10 @@ var script$9 = {
8684
8742
  };
8685
8743
 
8686
8744
  /* script */
8687
- const __vue_script__$9 = script$9;
8745
+ const __vue_script__$a = script$a;
8688
8746
  /* template */
8689
8747
 
8690
- var __vue_render__$f = function () {
8748
+ var __vue_render__$g = function () {
8691
8749
  var _obj, _obj$1;
8692
8750
 
8693
8751
  var _vm = this;
@@ -8787,34 +8845,34 @@ var __vue_render__$f = function () {
8787
8845
  })])]);
8788
8846
  };
8789
8847
 
8790
- var __vue_staticRenderFns__$f = [];
8848
+ var __vue_staticRenderFns__$g = [];
8791
8849
  /* style */
8792
8850
 
8793
- const __vue_inject_styles__$g = undefined;
8851
+ const __vue_inject_styles__$h = undefined;
8794
8852
  /* scoped */
8795
8853
 
8796
- const __vue_scope_id__$g = "data-v-31925b9d";
8854
+ const __vue_scope_id__$h = "data-v-31925b9d";
8797
8855
  /* module identifier */
8798
8856
 
8799
- const __vue_module_identifier__$g = undefined;
8857
+ const __vue_module_identifier__$h = undefined;
8800
8858
  /* functional template */
8801
8859
 
8802
- const __vue_is_functional_template__$g = false;
8860
+ const __vue_is_functional_template__$h = false;
8803
8861
  /* style inject */
8804
8862
 
8805
8863
  /* style inject SSR */
8806
8864
 
8807
8865
  /* style inject shadow dom */
8808
8866
 
8809
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
8810
- render: __vue_render__$f,
8811
- staticRenderFns: __vue_staticRenderFns__$f
8812
- }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
8867
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
8868
+ render: __vue_render__$g,
8869
+ staticRenderFns: __vue_staticRenderFns__$g
8870
+ }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
8813
8871
 
8814
- var __vue_component__$v = __vue_component__$u;
8872
+ var __vue_component__$x = __vue_component__$w;
8815
8873
 
8816
8874
  //
8817
- var script$8 = {
8875
+ var script$9 = {
8818
8876
  name: "NsBackupCardDetails",
8819
8877
  mixins: [DateTimeService],
8820
8878
  props: {
@@ -8850,10 +8908,10 @@ var script$8 = {
8850
8908
  };
8851
8909
 
8852
8910
  /* script */
8853
- const __vue_script__$8 = script$8;
8911
+ const __vue_script__$9 = script$9;
8854
8912
  /* template */
8855
8913
 
8856
- var __vue_render__$e = function () {
8914
+ var __vue_render__$f = function () {
8857
8915
  var _vm = this;
8858
8916
 
8859
8917
  var _h = _vm.$createElement;
@@ -8907,10 +8965,10 @@ var __vue_render__$e = function () {
8907
8965
  }, [_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("-")])])])]);
8908
8966
  };
8909
8967
 
8910
- var __vue_staticRenderFns__$e = [];
8968
+ var __vue_staticRenderFns__$f = [];
8911
8969
  /* style */
8912
8970
 
8913
- const __vue_inject_styles__$f = function (inject) {
8971
+ const __vue_inject_styles__$g = function (inject) {
8914
8972
  if (!inject) return;
8915
8973
  inject("data-v-25453d1c_0", {
8916
8974
  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}",
@@ -8921,26 +8979,26 @@ const __vue_inject_styles__$f = function (inject) {
8921
8979
  /* scoped */
8922
8980
 
8923
8981
 
8924
- const __vue_scope_id__$f = "data-v-25453d1c";
8982
+ const __vue_scope_id__$g = "data-v-25453d1c";
8925
8983
  /* module identifier */
8926
8984
 
8927
- const __vue_module_identifier__$f = undefined;
8985
+ const __vue_module_identifier__$g = undefined;
8928
8986
  /* functional template */
8929
8987
 
8930
- const __vue_is_functional_template__$f = false;
8988
+ const __vue_is_functional_template__$g = false;
8931
8989
  /* style inject SSR */
8932
8990
 
8933
8991
  /* style inject shadow dom */
8934
8992
 
8935
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
8936
- render: __vue_render__$e,
8937
- staticRenderFns: __vue_staticRenderFns__$e
8938
- }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
8993
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
8994
+ render: __vue_render__$f,
8995
+ staticRenderFns: __vue_staticRenderFns__$f
8996
+ }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
8939
8997
 
8940
- var NsBackupCardDetails = __vue_component__$t;
8998
+ var NsBackupCardDetails = __vue_component__$v;
8941
8999
 
8942
9000
  //
8943
- var script$7 = {
9001
+ var script$8 = {
8944
9002
  name: "NsBackupCard",
8945
9003
  components: {
8946
9004
  NsBackupCardDetails
@@ -9081,10 +9139,10 @@ var script$7 = {
9081
9139
  };
9082
9140
 
9083
9141
  /* script */
9084
- const __vue_script__$7 = script$7;
9142
+ const __vue_script__$8 = script$8;
9085
9143
  /* template */
9086
9144
 
9087
- var __vue_render__$d = function () {
9145
+ var __vue_render__$e = function () {
9088
9146
  var _vm = this;
9089
9147
 
9090
9148
  var _h = _vm.$createElement;
@@ -9200,10 +9258,10 @@ var __vue_render__$d = function () {
9200
9258
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9201
9259
  };
9202
9260
 
9203
- var __vue_staticRenderFns__$d = [];
9261
+ var __vue_staticRenderFns__$e = [];
9204
9262
  /* style */
9205
9263
 
9206
- const __vue_inject_styles__$e = function (inject) {
9264
+ const __vue_inject_styles__$f = function (inject) {
9207
9265
  if (!inject) return;
9208
9266
  inject("data-v-5a3b7738_0", {
9209
9267
  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}",
@@ -9218,26 +9276,26 @@ const __vue_inject_styles__$e = function (inject) {
9218
9276
  /* scoped */
9219
9277
 
9220
9278
 
9221
- const __vue_scope_id__$e = "data-v-5a3b7738";
9279
+ const __vue_scope_id__$f = "data-v-5a3b7738";
9222
9280
  /* module identifier */
9223
9281
 
9224
- const __vue_module_identifier__$e = undefined;
9282
+ const __vue_module_identifier__$f = undefined;
9225
9283
  /* functional template */
9226
9284
 
9227
- const __vue_is_functional_template__$e = false;
9285
+ const __vue_is_functional_template__$f = false;
9228
9286
  /* style inject SSR */
9229
9287
 
9230
9288
  /* style inject shadow dom */
9231
9289
 
9232
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
9233
- render: __vue_render__$d,
9234
- staticRenderFns: __vue_staticRenderFns__$d
9235
- }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
9290
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
9291
+ render: __vue_render__$e,
9292
+ staticRenderFns: __vue_staticRenderFns__$e
9293
+ }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
9236
9294
 
9237
- var __vue_component__$s = __vue_component__$r;
9295
+ var __vue_component__$u = __vue_component__$t;
9238
9296
 
9239
9297
  //
9240
- var script$6 = {
9298
+ var script$7 = {
9241
9299
  name: "NsWizard",
9242
9300
  extends: NsModal,
9243
9301
  mixins: [IconService],
@@ -9281,10 +9339,10 @@ var script$6 = {
9281
9339
  };
9282
9340
 
9283
9341
  /* script */
9284
- const __vue_script__$6 = script$6;
9342
+ const __vue_script__$7 = script$7;
9285
9343
  /* template */
9286
9344
 
9287
- var __vue_render__$c = function () {
9345
+ var __vue_render__$d = function () {
9288
9346
  var _obj, _obj$1;
9289
9347
 
9290
9348
  var _vm = this;
@@ -9426,34 +9484,34 @@ var __vue_render__$c = function () {
9426
9484
  })], 1)]);
9427
9485
  };
9428
9486
 
9429
- var __vue_staticRenderFns__$c = [];
9487
+ var __vue_staticRenderFns__$d = [];
9430
9488
  /* style */
9431
9489
 
9432
- const __vue_inject_styles__$d = undefined;
9490
+ const __vue_inject_styles__$e = undefined;
9433
9491
  /* scoped */
9434
9492
 
9435
- const __vue_scope_id__$d = undefined;
9493
+ const __vue_scope_id__$e = undefined;
9436
9494
  /* module identifier */
9437
9495
 
9438
- const __vue_module_identifier__$d = undefined;
9496
+ const __vue_module_identifier__$e = undefined;
9439
9497
  /* functional template */
9440
9498
 
9441
- const __vue_is_functional_template__$d = false;
9499
+ const __vue_is_functional_template__$e = false;
9442
9500
  /* style inject */
9443
9501
 
9444
9502
  /* style inject SSR */
9445
9503
 
9446
9504
  /* style inject shadow dom */
9447
9505
 
9448
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
9449
- render: __vue_render__$c,
9450
- staticRenderFns: __vue_staticRenderFns__$c
9451
- }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
9506
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
9507
+ render: __vue_render__$d,
9508
+ staticRenderFns: __vue_staticRenderFns__$d
9509
+ }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
9452
9510
 
9453
- var __vue_component__$q = __vue_component__$p;
9511
+ var __vue_component__$s = __vue_component__$r;
9454
9512
 
9455
9513
  //
9456
- var script$5 = {
9514
+ var script$6 = {
9457
9515
  name: "NsMenuItem",
9458
9516
  components: {
9459
9517
  NsSvg
@@ -9476,10 +9534,10 @@ var script$5 = {
9476
9534
  };
9477
9535
 
9478
9536
  /* script */
9479
- const __vue_script__$5 = script$5;
9537
+ const __vue_script__$6 = script$6;
9480
9538
  /* template */
9481
9539
 
9482
- var __vue_render__$b = function () {
9540
+ var __vue_render__$c = function () {
9483
9541
  var _vm = this;
9484
9542
 
9485
9543
  var _h = _vm.$createElement;
@@ -9499,10 +9557,10 @@ var __vue_render__$b = function () {
9499
9557
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9500
9558
  };
9501
9559
 
9502
- var __vue_staticRenderFns__$b = [];
9560
+ var __vue_staticRenderFns__$c = [];
9503
9561
  /* style */
9504
9562
 
9505
- const __vue_inject_styles__$c = function (inject) {
9563
+ const __vue_inject_styles__$d = function (inject) {
9506
9564
  if (!inject) return;
9507
9565
  inject("data-v-35f08832_0", {
9508
9566
  source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
@@ -9513,26 +9571,26 @@ const __vue_inject_styles__$c = function (inject) {
9513
9571
  /* scoped */
9514
9572
 
9515
9573
 
9516
- const __vue_scope_id__$c = "data-v-35f08832";
9574
+ const __vue_scope_id__$d = "data-v-35f08832";
9517
9575
  /* module identifier */
9518
9576
 
9519
- const __vue_module_identifier__$c = undefined;
9577
+ const __vue_module_identifier__$d = undefined;
9520
9578
  /* functional template */
9521
9579
 
9522
- const __vue_is_functional_template__$c = false;
9580
+ const __vue_is_functional_template__$d = false;
9523
9581
  /* style inject SSR */
9524
9582
 
9525
9583
  /* style inject shadow dom */
9526
9584
 
9527
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
9528
- render: __vue_render__$b,
9529
- staticRenderFns: __vue_staticRenderFns__$b
9530
- }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
9585
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
9586
+ render: __vue_render__$c,
9587
+ staticRenderFns: __vue_staticRenderFns__$c
9588
+ }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
9531
9589
 
9532
- var __vue_component__$o = __vue_component__$n;
9590
+ var __vue_component__$q = __vue_component__$p;
9533
9591
 
9534
9592
  //
9535
- var script$4 = {
9593
+ var script$5 = {
9536
9594
  name: "NsMenuDivider",
9537
9595
  components: {
9538
9596
  CvSideNavDivider
@@ -9540,10 +9598,10 @@ var script$4 = {
9540
9598
  };
9541
9599
 
9542
9600
  /* script */
9543
- const __vue_script__$4 = script$4;
9601
+ const __vue_script__$5 = script$5;
9544
9602
  /* template */
9545
9603
 
9546
- var __vue_render__$a = function () {
9604
+ var __vue_render__$b = function () {
9547
9605
  var _vm = this;
9548
9606
 
9549
9607
  var _h = _vm.$createElement;
@@ -9553,34 +9611,34 @@ var __vue_render__$a = function () {
9553
9611
  return _c('cv-side-nav-divider');
9554
9612
  };
9555
9613
 
9556
- var __vue_staticRenderFns__$a = [];
9614
+ var __vue_staticRenderFns__$b = [];
9557
9615
  /* style */
9558
9616
 
9559
- const __vue_inject_styles__$b = undefined;
9617
+ const __vue_inject_styles__$c = undefined;
9560
9618
  /* scoped */
9561
9619
 
9562
- const __vue_scope_id__$b = "data-v-c2c8c17e";
9620
+ const __vue_scope_id__$c = "data-v-c2c8c17e";
9563
9621
  /* module identifier */
9564
9622
 
9565
- const __vue_module_identifier__$b = undefined;
9623
+ const __vue_module_identifier__$c = undefined;
9566
9624
  /* functional template */
9567
9625
 
9568
- const __vue_is_functional_template__$b = false;
9626
+ const __vue_is_functional_template__$c = false;
9569
9627
  /* style inject */
9570
9628
 
9571
9629
  /* style inject SSR */
9572
9630
 
9573
9631
  /* style inject shadow dom */
9574
9632
 
9575
- const __vue_component__$l = /*#__PURE__*/normalizeComponent({
9576
- render: __vue_render__$a,
9577
- staticRenderFns: __vue_staticRenderFns__$a
9578
- }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
9633
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
9634
+ render: __vue_render__$b,
9635
+ staticRenderFns: __vue_staticRenderFns__$b
9636
+ }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
9579
9637
 
9580
- var __vue_component__$m = __vue_component__$l;
9638
+ var __vue_component__$o = __vue_component__$n;
9581
9639
 
9582
9640
  //
9583
- var script$3 = {
9641
+ var script$4 = {
9584
9642
  name: "NsSystemLogsCard",
9585
9643
  mixins: [UtilService, IconService],
9586
9644
  props: {
@@ -9699,10 +9757,10 @@ var script$3 = {
9699
9757
  };
9700
9758
 
9701
9759
  /* script */
9702
- const __vue_script__$3 = script$3;
9760
+ const __vue_script__$4 = script$4;
9703
9761
  /* template */
9704
9762
 
9705
- var __vue_render__$9 = function () {
9763
+ var __vue_render__$a = function () {
9706
9764
  var _vm = this;
9707
9765
 
9708
9766
  var _h = _vm.$createElement;
@@ -9729,34 +9787,34 @@ var __vue_render__$9 = function () {
9729
9787
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9730
9788
  };
9731
9789
 
9732
- var __vue_staticRenderFns__$9 = [];
9790
+ var __vue_staticRenderFns__$a = [];
9733
9791
  /* style */
9734
9792
 
9735
- const __vue_inject_styles__$a = undefined;
9793
+ const __vue_inject_styles__$b = undefined;
9736
9794
  /* scoped */
9737
9795
 
9738
- const __vue_scope_id__$a = "data-v-aec74b8e";
9796
+ const __vue_scope_id__$b = "data-v-aec74b8e";
9739
9797
  /* module identifier */
9740
9798
 
9741
- const __vue_module_identifier__$a = undefined;
9799
+ const __vue_module_identifier__$b = undefined;
9742
9800
  /* functional template */
9743
9801
 
9744
- const __vue_is_functional_template__$a = false;
9802
+ const __vue_is_functional_template__$b = false;
9745
9803
  /* style inject */
9746
9804
 
9747
9805
  /* style inject SSR */
9748
9806
 
9749
9807
  /* style inject shadow dom */
9750
9808
 
9751
- const __vue_component__$j = /*#__PURE__*/normalizeComponent({
9752
- render: __vue_render__$9,
9753
- staticRenderFns: __vue_staticRenderFns__$9
9754
- }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
9809
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
9810
+ render: __vue_render__$a,
9811
+ staticRenderFns: __vue_staticRenderFns__$a
9812
+ }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
9755
9813
 
9756
- var __vue_component__$k = __vue_component__$j;
9814
+ var __vue_component__$m = __vue_component__$l;
9757
9815
 
9758
9816
  //
9759
- var script$2 = {
9817
+ var script$3 = {
9760
9818
  name: "NsTimePicker",
9761
9819
  mixins: [uidMixin, carbonPrefixMixin, themeMixin],
9762
9820
  props: {
@@ -9799,10 +9857,10 @@ var script$2 = {
9799
9857
  };
9800
9858
 
9801
9859
  /* script */
9802
- const __vue_script__$2 = script$2;
9860
+ const __vue_script__$3 = script$3;
9803
9861
  /* template */
9804
9862
 
9805
- var __vue_render__$8 = function () {
9863
+ var __vue_render__$9 = function () {
9806
9864
  var _obj, _obj$1;
9807
9865
 
9808
9866
  var _vm = this;
@@ -9846,10 +9904,10 @@ var __vue_render__$8 = function () {
9846
9904
  })], 2) : _vm._e()]);
9847
9905
  };
9848
9906
 
9849
- var __vue_staticRenderFns__$8 = [];
9907
+ var __vue_staticRenderFns__$9 = [];
9850
9908
  /* style */
9851
9909
 
9852
- const __vue_inject_styles__$9 = function (inject) {
9910
+ const __vue_inject_styles__$a = function (inject) {
9853
9911
  if (!inject) return;
9854
9912
  inject("data-v-e1e1beb2_0", {
9855
9913
  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}",
@@ -9864,23 +9922,23 @@ const __vue_inject_styles__$9 = function (inject) {
9864
9922
  /* scoped */
9865
9923
 
9866
9924
 
9867
- const __vue_scope_id__$9 = "data-v-e1e1beb2";
9925
+ const __vue_scope_id__$a = "data-v-e1e1beb2";
9868
9926
  /* module identifier */
9869
9927
 
9870
- const __vue_module_identifier__$9 = undefined;
9928
+ const __vue_module_identifier__$a = undefined;
9871
9929
  /* functional template */
9872
9930
 
9873
- const __vue_is_functional_template__$9 = false;
9931
+ const __vue_is_functional_template__$a = false;
9874
9932
  /* style inject SSR */
9875
9933
 
9876
9934
  /* style inject shadow dom */
9877
9935
 
9878
- const __vue_component__$h = /*#__PURE__*/normalizeComponent({
9879
- render: __vue_render__$8,
9880
- staticRenderFns: __vue_staticRenderFns__$8
9881
- }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
9936
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
9937
+ render: __vue_render__$9,
9938
+ staticRenderFns: __vue_staticRenderFns__$9
9939
+ }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
9882
9940
 
9883
- var __vue_component__$i = __vue_component__$h;
9941
+ var __vue_component__$k = __vue_component__$j;
9884
9942
 
9885
9943
  /*
9886
9944
  * This component optionally wraps slotted content with the specified tag-type.
@@ -9919,7 +9977,7 @@ var NsWrapper = {
9919
9977
 
9920
9978
  };
9921
9979
 
9922
- var script$1 = {
9980
+ var script$2 = {
9923
9981
  name: "NsPagination",
9924
9982
  extends: CvPagination,
9925
9983
  props: {
@@ -9997,12 +10055,12 @@ var script$1 = {
9997
10055
  };
9998
10056
 
9999
10057
  /* script */
10000
- const __vue_script__$1 = script$1;
10058
+ const __vue_script__$2 = script$2;
10001
10059
  /* template */
10002
10060
 
10003
10061
  /* style */
10004
10062
 
10005
- const __vue_inject_styles__$8 = function (inject) {
10063
+ const __vue_inject_styles__$9 = function (inject) {
10006
10064
  if (!inject) return;
10007
10065
  inject("data-v-01f52cb6_0", {
10008
10066
  source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
@@ -10013,20 +10071,20 @@ const __vue_inject_styles__$8 = function (inject) {
10013
10071
  /* scoped */
10014
10072
 
10015
10073
 
10016
- const __vue_scope_id__$8 = undefined;
10074
+ const __vue_scope_id__$9 = undefined;
10017
10075
  /* module identifier */
10018
10076
 
10019
- const __vue_module_identifier__$8 = undefined;
10077
+ const __vue_module_identifier__$9 = undefined;
10020
10078
  /* functional template */
10021
10079
 
10022
- const __vue_is_functional_template__$8 = undefined;
10080
+ const __vue_is_functional_template__$9 = undefined;
10023
10081
  /* style inject SSR */
10024
10082
 
10025
10083
  /* style inject shadow dom */
10026
10084
 
10027
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
10085
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
10028
10086
 
10029
- var NsPagination = __vue_component__$g;
10087
+ var NsPagination = __vue_component__$i;
10030
10088
 
10031
10089
  var v$3 = "5.6.1";
10032
10090
  var fr$3 = 24;
@@ -17065,7 +17123,7 @@ var LottieService = {
17065
17123
  };
17066
17124
 
17067
17125
  //
17068
- var script = {
17126
+ var script$1 = {
17069
17127
  name: "NsDataTable",
17070
17128
  extends: CvDataTable,
17071
17129
  components: {
@@ -17362,10 +17420,10 @@ var script = {
17362
17420
  };
17363
17421
 
17364
17422
  /* script */
17365
- const __vue_script__ = script;
17423
+ const __vue_script__$1 = script$1;
17366
17424
  /* template */
17367
17425
 
17368
- var __vue_render__$7 = function () {
17426
+ var __vue_render__$8 = function () {
17369
17427
  var _obj, _obj$1, _obj$2, _obj$3;
17370
17428
 
17371
17429
  var _vm = this;
@@ -17693,6 +17751,136 @@ var __vue_render__$7 = function () {
17693
17751
  }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
17694
17752
  };
17695
17753
 
17754
+ var __vue_staticRenderFns__$8 = [];
17755
+ /* style */
17756
+
17757
+ const __vue_inject_styles__$8 = undefined;
17758
+ /* scoped */
17759
+
17760
+ const __vue_scope_id__$8 = undefined;
17761
+ /* module identifier */
17762
+
17763
+ const __vue_module_identifier__$8 = undefined;
17764
+ /* functional template */
17765
+
17766
+ const __vue_is_functional_template__$8 = false;
17767
+ /* style inject */
17768
+
17769
+ /* style inject SSR */
17770
+
17771
+ /* style inject shadow dom */
17772
+
17773
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
17774
+ render: __vue_render__$8,
17775
+ staticRenderFns: __vue_staticRenderFns__$8
17776
+ }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
17777
+
17778
+ var __vue_component__$h = __vue_component__$g;
17779
+
17780
+ //
17781
+ var script = {
17782
+ name: "NsToggle",
17783
+ extends: CvToggle,
17784
+ props: {
17785
+ small: Boolean,
17786
+ label: String,
17787
+ formItem: {
17788
+ type: Boolean,
17789
+ default: true
17790
+ },
17791
+ hideLabel: Boolean,
17792
+ tooltipAlignment: {
17793
+ type: String,
17794
+ default: "start",
17795
+ validator: val => ["start", "center", "end"].includes(val)
17796
+ },
17797
+ tooltipDirection: {
17798
+ type: String,
17799
+ default: "bottom",
17800
+ validator: val => ["top", "left", "bottom", "right".includes(val)]
17801
+ }
17802
+ },
17803
+ computed: {
17804
+ hasTooltipSlot() {
17805
+ return !!this.$slots.tooltip;
17806
+ }
17807
+
17808
+ }
17809
+ };
17810
+
17811
+ /* script */
17812
+ const __vue_script__ = script;
17813
+ /* template */
17814
+
17815
+ var __vue_render__$7 = function () {
17816
+ var _obj;
17817
+
17818
+ var _vm = this;
17819
+
17820
+ var _h = _vm.$createElement;
17821
+
17822
+ var _c = _vm._self._c || _h;
17823
+
17824
+ return _c('div', {
17825
+ class: (_obj = {}, _obj[_vm.carbonPrefix + "--form-item"] = _vm.formItem, _obj)
17826
+ }, [_c('input', _vm._g(_vm._b({
17827
+ ref: "input",
17828
+ class: [_vm.carbonPrefix + "--toggle-input", {
17829
+ 'bx--toggle-input--small': _vm.small
17830
+ }],
17831
+ attrs: {
17832
+ "type": "checkbox",
17833
+ "id": _vm.uid,
17834
+ "aria-checked": "" + _vm.isChecked
17835
+ },
17836
+ domProps: {
17837
+ "checked": _vm.isChecked === true,
17838
+ "value": _vm.value
17839
+ }
17840
+ }, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _c('label', {
17841
+ class: _vm.carbonPrefix + "--toggle-input__label",
17842
+ attrs: {
17843
+ "for": _vm.uid,
17844
+ "aria-label": _vm.hiddenLabel
17845
+ }
17846
+ }, [_c('div', [_vm._v("\n " + _vm._s(_vm.visibleLabel) + "\n "), _vm._v(" "), _vm.hasTooltipSlot && !_vm.hideLabel ? _c('cv-interactive-tooltip', {
17847
+ staticClass: "tooltip info",
17848
+ attrs: {
17849
+ "alignment": _vm.tooltipAlignment,
17850
+ "direction": _vm.tooltipDirection
17851
+ }
17852
+ }, [_c('template', {
17853
+ slot: "content"
17854
+ }, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1), _vm._v(" "), _c('span', {
17855
+ class: _vm.carbonPrefix + "--toggle__switch"
17856
+ }, [_c('svg', {
17857
+ class: _vm.carbonPrefix + "--toggle__check",
17858
+ attrs: {
17859
+ "width": "6px",
17860
+ "height": "5px",
17861
+ "viewBox": "0 0 6 5"
17862
+ }
17863
+ }, [_c('path', {
17864
+ attrs: {
17865
+ "d": "M2.2 2.7L5 0 6 1 2.2 5 0 2.7 1 1.5z"
17866
+ }
17867
+ })]), _vm._v(" "), _c('span', {
17868
+ class: _vm.carbonPrefix + "--toggle__text--off",
17869
+ attrs: {
17870
+ "aria-hidden": "true"
17871
+ }
17872
+ }, [_vm._t("text-left", function () {
17873
+ return [_vm._v("Off")];
17874
+ })], 2), _vm._v(" "), _c('span', {
17875
+ class: _vm.carbonPrefix + "--toggle__text--on",
17876
+ attrs: {
17877
+ "aria-hidden": "true"
17878
+ }
17879
+ }, [_vm._t("text-right", function () {
17880
+ return [_vm._v("On")];
17881
+ })], 2)])])]);
17882
+ };
17883
+
17696
17884
  var __vue_staticRenderFns__$7 = [];
17697
17885
  /* style */
17698
17886
 
@@ -18517,34 +18705,35 @@ var filters = {
18517
18705
  var components = /*#__PURE__*/Object.freeze({
18518
18706
  __proto__: null,
18519
18707
  NsButton: NsButton,
18520
- NsEmptyState: __vue_component__$X,
18708
+ NsEmptyState: __vue_component__$Z,
18521
18709
  NsPictogram: NsPictogram,
18522
- NsCodeSnippet: __vue_component__$V,
18710
+ NsCodeSnippet: __vue_component__$X,
18523
18711
  NsInlineNotification: NsInlineNotification,
18524
18712
  NsProgressBar: NsProgressBar,
18525
18713
  NsSvg: NsSvg,
18526
- NsTile: __vue_component__$P,
18527
- NsToastNotification: __vue_component__$N,
18528
- NsInfoCard: __vue_component__$L,
18529
- NsStatusCard: __vue_component__$J,
18530
- NsSystemdServiceCard: __vue_component__$H,
18531
- NsPasswordInput: __vue_component__$E,
18532
- NsIconMenu: __vue_component__$C,
18533
- NsMeterChart: __vue_component__$A,
18714
+ NsTile: __vue_component__$R,
18715
+ NsToastNotification: __vue_component__$P,
18716
+ NsInfoCard: __vue_component__$N,
18717
+ NsStatusCard: __vue_component__$L,
18718
+ NsSystemdServiceCard: __vue_component__$J,
18719
+ NsPasswordInput: __vue_component__$G,
18720
+ NsIconMenu: __vue_component__$E,
18721
+ NsMeterChart: __vue_component__$C,
18534
18722
  NsLottieAnimation: NsLottieAnimation,
18535
- NsDangerDeleteModal: __vue_component__$x,
18723
+ NsDangerDeleteModal: __vue_component__$z,
18536
18724
  NsCircleTimer: NsCircleTimer,
18537
- NsDropdownAction: __vue_component__$v,
18725
+ NsDropdownAction: __vue_component__$x,
18538
18726
  NsTextInput: NsTextInput,
18539
- NsBackupCard: __vue_component__$s,
18540
- NsWizard: __vue_component__$q,
18541
- NsMenuItem: __vue_component__$o,
18542
- NsMenuDivider: __vue_component__$m,
18543
- NsSystemLogsCard: __vue_component__$k,
18727
+ NsBackupCard: __vue_component__$u,
18728
+ NsWizard: __vue_component__$s,
18729
+ NsMenuItem: __vue_component__$q,
18730
+ NsMenuDivider: __vue_component__$o,
18731
+ NsSystemLogsCard: __vue_component__$m,
18544
18732
  NsModal: NsModal,
18545
- NsTimePicker: __vue_component__$i,
18546
- NsDataTable: __vue_component__$f,
18733
+ NsTimePicker: __vue_component__$k,
18734
+ NsDataTable: __vue_component__$h,
18547
18735
  NsPagination: NsPagination,
18736
+ NsToggle: __vue_component__$f,
18548
18737
  ExclamationMarkPictogram: ExclamationMarkPictogram,
18549
18738
  GearPictogram: __vue_component__$d,
18550
18739
  LovePictogram: __vue_component__$b,
@@ -18572,4 +18761,4 @@ const install = function installNs8UiLib(Vue) {
18572
18761
  });
18573
18762
  }; // Create module definition for Vue.use()
18574
18763
 
18575
- 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__$s as NsBackupCard, NsButton, NsCircleTimer, __vue_component__$V as NsCodeSnippet, __vue_component__$x as NsDangerDeleteModal, __vue_component__$f as NsDataTable, __vue_component__$v as NsDropdownAction, __vue_component__$X as NsEmptyState, __vue_component__$C as NsIconMenu, __vue_component__$L as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$m as NsMenuDivider, __vue_component__$o as NsMenuItem, __vue_component__$A as NsMeterChart, NsModal, NsPagination, __vue_component__$E as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$J as NsStatusCard, NsSvg, __vue_component__$k as NsSystemLogsCard, __vue_component__$H as NsSystemdServiceCard, NsTextInput, __vue_component__$P as NsTile, __vue_component__$i as NsTimePicker, __vue_component__$N as NsToastNotification, __vue_component__$q 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 };
18764
+ 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__$u as NsBackupCard, NsButton, NsCircleTimer, __vue_component__$X as NsCodeSnippet, __vue_component__$z as NsDangerDeleteModal, __vue_component__$h as NsDataTable, __vue_component__$x as NsDropdownAction, __vue_component__$Z as NsEmptyState, __vue_component__$E as NsIconMenu, __vue_component__$N as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$o as NsMenuDivider, __vue_component__$q as NsMenuItem, __vue_component__$C as NsMeterChart, NsModal, NsPagination, __vue_component__$G as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$L as NsStatusCard, NsSvg, __vue_component__$m as NsSystemLogsCard, __vue_component__$J as NsSystemdServiceCard, NsTextInput, __vue_component__$R as NsTile, __vue_component__$k as NsTimePicker, __vue_component__$P as NsToastNotification, __vue_component__$f as NsToggle, __vue_component__$s 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 };