@nethserver/ns8-ui-lib 0.0.79 → 0.0.82

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,8 +1,8 @@
1
- import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal } from '@carbon/vue';
1
+ import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox } 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';
5
- import { carbonPrefixMixin, themeMixin } from '@carbon/vue/src/mixins';
5
+ import { carbonPrefixMixin, themeMixin, uidMixin } from '@carbon/vue/src/mixins';
6
6
  import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
7
7
  import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
8
8
  import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
@@ -98,9 +98,12 @@ import Catalog32 from '@carbon/icons-vue/es/catalog/32';
98
98
  import Group20 from '@carbon/icons-vue/es/group/20';
99
99
  import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
100
100
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
101
+ import Search16 from '@carbon/icons-vue/es/search/16';
102
+ import Close16 from '@carbon/icons-vue/es/close/16';
103
+ import ChevronRight16 from '@carbon/icons-vue/es/chevron--right/16';
101
104
 
102
105
  //
103
- var script$r = {
106
+ var script$u = {
104
107
  name: "NsButton",
105
108
  extends: CvButton,
106
109
  props: {
@@ -263,10 +266,10 @@ function addStyle(id, css) {
263
266
  }
264
267
 
265
268
  /* script */
266
- const __vue_script__$r = script$r;
269
+ const __vue_script__$u = script$u;
267
270
  /* template */
268
271
 
269
- var __vue_render__$x = function () {
272
+ var __vue_render__$z = function () {
270
273
  var _vm = this;
271
274
 
272
275
  var _h = _vm.$createElement;
@@ -289,10 +292,10 @@ var __vue_render__$x = function () {
289
292
  }) : _vm._e()], 2);
290
293
  };
291
294
 
292
- var __vue_staticRenderFns__$x = [];
295
+ var __vue_staticRenderFns__$z = [];
293
296
  /* style */
294
297
 
295
- const __vue_inject_styles__$z = function (inject) {
298
+ const __vue_inject_styles__$C = function (inject) {
296
299
  if (!inject) return;
297
300
  inject("data-v-025b0f12_0", {
298
301
  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 +306,23 @@ const __vue_inject_styles__$z = function (inject) {
303
306
  /* scoped */
304
307
 
305
308
 
306
- const __vue_scope_id__$z = "data-v-025b0f12";
309
+ const __vue_scope_id__$C = "data-v-025b0f12";
307
310
  /* module identifier */
308
311
 
309
- const __vue_module_identifier__$z = undefined;
312
+ const __vue_module_identifier__$C = undefined;
310
313
  /* functional template */
311
314
 
312
- const __vue_is_functional_template__$z = false;
315
+ const __vue_is_functional_template__$C = false;
313
316
  /* style inject SSR */
314
317
 
315
318
  /* style inject shadow dom */
316
319
 
317
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
318
- render: __vue_render__$x,
319
- staticRenderFns: __vue_staticRenderFns__$x
320
- }, __vue_inject_styles__$z, __vue_script__$r, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
320
+ const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
321
+ render: __vue_render__$z,
322
+ staticRenderFns: __vue_staticRenderFns__$z
323
+ }, __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
324
 
322
- var __vue_component__$_ = __vue_component__$Z;
325
+ var __vue_component__$13 = __vue_component__$12;
323
326
 
324
327
  //
325
328
  //
@@ -337,7 +340,7 @@ var __vue_component__$_ = __vue_component__$Z;
337
340
  //
338
341
  //
339
342
  //
340
- var script$q = {
343
+ var script$t = {
341
344
  name: "NsPictogram",
342
345
  props: {
343
346
  title: {
@@ -360,10 +363,10 @@ var script$q = {
360
363
  };
361
364
 
362
365
  /* script */
363
- const __vue_script__$q = script$q;
366
+ const __vue_script__$t = script$t;
364
367
  /* template */
365
368
 
366
- var __vue_render__$w = function () {
369
+ var __vue_render__$y = function () {
367
370
  var _vm = this;
368
371
 
369
372
  var _h = _vm.$createElement;
@@ -391,34 +394,34 @@ var __vue_render__$w = function () {
391
394
  }, [_vm._t("default")], 2)]);
392
395
  };
393
396
 
394
- var __vue_staticRenderFns__$w = [];
397
+ var __vue_staticRenderFns__$y = [];
395
398
  /* style */
396
399
 
397
- const __vue_inject_styles__$y = undefined;
400
+ const __vue_inject_styles__$B = undefined;
398
401
  /* scoped */
399
402
 
400
- const __vue_scope_id__$y = undefined;
403
+ const __vue_scope_id__$B = undefined;
401
404
  /* module identifier */
402
405
 
403
- const __vue_module_identifier__$y = undefined;
406
+ const __vue_module_identifier__$B = undefined;
404
407
  /* functional template */
405
408
 
406
- const __vue_is_functional_template__$y = false;
409
+ const __vue_is_functional_template__$B = false;
407
410
  /* style inject */
408
411
 
409
412
  /* style inject SSR */
410
413
 
411
414
  /* style inject shadow dom */
412
415
 
413
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
414
- render: __vue_render__$w,
415
- staticRenderFns: __vue_staticRenderFns__$w
416
- }, __vue_inject_styles__$y, __vue_script__$q, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
416
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
417
+ render: __vue_render__$y,
418
+ staticRenderFns: __vue_staticRenderFns__$y
419
+ }, __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
420
 
418
- var NsPictogram = __vue_component__$Y;
421
+ var NsPictogram = __vue_component__$11;
419
422
 
420
423
  //
421
- var script$p = {
424
+ var script$s = {
422
425
  name: "NsLottieAnimation",
423
426
  components: {
424
427
  LottieAnimation
@@ -474,10 +477,10 @@ var script$p = {
474
477
  };
475
478
 
476
479
  /* script */
477
- const __vue_script__$p = script$p;
480
+ const __vue_script__$s = script$s;
478
481
  /* template */
479
482
 
480
- var __vue_render__$v = function () {
483
+ var __vue_render__$x = function () {
481
484
  var _vm = this;
482
485
 
483
486
  var _h = _vm.$createElement;
@@ -504,36 +507,36 @@ var __vue_render__$v = function () {
504
507
  })], 1);
505
508
  };
506
509
 
507
- var __vue_staticRenderFns__$v = [];
510
+ var __vue_staticRenderFns__$x = [];
508
511
  /* style */
509
512
 
510
- const __vue_inject_styles__$x = undefined;
513
+ const __vue_inject_styles__$A = undefined;
511
514
  /* scoped */
512
515
 
513
- const __vue_scope_id__$x = "data-v-14e97a70";
516
+ const __vue_scope_id__$A = "data-v-14e97a70";
514
517
  /* module identifier */
515
518
 
516
- const __vue_module_identifier__$x = undefined;
519
+ const __vue_module_identifier__$A = undefined;
517
520
  /* functional template */
518
521
 
519
- const __vue_is_functional_template__$x = false;
522
+ const __vue_is_functional_template__$A = false;
520
523
  /* style inject */
521
524
 
522
525
  /* style inject SSR */
523
526
 
524
527
  /* style inject shadow dom */
525
528
 
526
- const __vue_component__$X = /*#__PURE__*/normalizeComponent({
527
- render: __vue_render__$v,
528
- staticRenderFns: __vue_staticRenderFns__$v
529
- }, __vue_inject_styles__$x, __vue_script__$p, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
529
+ const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
530
+ render: __vue_render__$x,
531
+ staticRenderFns: __vue_staticRenderFns__$x
532
+ }, __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
533
 
531
- var NsLottieAnimation = __vue_component__$X;
534
+ var NsLottieAnimation = __vue_component__$10;
532
535
 
533
536
  /* script */
534
537
 
535
538
  /* template */
536
- var __vue_render__$u = function () {
539
+ var __vue_render__$w = function () {
537
540
  var _vm = this;
538
541
 
539
542
  var _h = _vm.$createElement;
@@ -548,34 +551,34 @@ var __vue_render__$u = function () {
548
551
  });
549
552
  };
550
553
 
551
- var __vue_staticRenderFns__$u = [];
554
+ var __vue_staticRenderFns__$w = [];
552
555
  /* style */
553
556
 
554
- const __vue_inject_styles__$w = undefined;
557
+ const __vue_inject_styles__$z = undefined;
555
558
  /* scoped */
556
559
 
557
- const __vue_scope_id__$w = undefined;
560
+ const __vue_scope_id__$z = undefined;
558
561
  /* module identifier */
559
562
 
560
- const __vue_module_identifier__$w = undefined;
563
+ const __vue_module_identifier__$z = undefined;
561
564
  /* functional template */
562
565
 
563
- const __vue_is_functional_template__$w = false;
566
+ const __vue_is_functional_template__$z = false;
564
567
  /* style inject */
565
568
 
566
569
  /* style inject SSR */
567
570
 
568
571
  /* style inject shadow dom */
569
572
 
570
- const __vue_component__$W = /*#__PURE__*/normalizeComponent({
571
- render: __vue_render__$u,
572
- staticRenderFns: __vue_staticRenderFns__$u
573
- }, __vue_inject_styles__$w, {}, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
573
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
574
+ render: __vue_render__$w,
575
+ staticRenderFns: __vue_staticRenderFns__$w
576
+ }, __vue_inject_styles__$z, {}, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
574
577
 
575
- var ExclamationMarkPictogram = __vue_component__$W;
578
+ var ExclamationMarkPictogram = __vue_component__$$;
576
579
 
577
580
  //
578
- var script$o = {
581
+ var script$r = {
579
582
  name: "NsEmptyState",
580
583
  components: {
581
584
  NsPictogram,
@@ -607,10 +610,10 @@ var script$o = {
607
610
  };
608
611
 
609
612
  /* script */
610
- const __vue_script__$o = script$o;
613
+ const __vue_script__$r = script$r;
611
614
  /* template */
612
615
 
613
- var __vue_render__$t = function () {
616
+ var __vue_render__$v = function () {
614
617
  var _vm = this;
615
618
 
616
619
  var _h = _vm.$createElement;
@@ -640,10 +643,10 @@ var __vue_render__$t = function () {
640
643
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
641
644
  };
642
645
 
643
- var __vue_staticRenderFns__$t = [];
646
+ var __vue_staticRenderFns__$v = [];
644
647
  /* style */
645
648
 
646
- const __vue_inject_styles__$v = function (inject) {
649
+ const __vue_inject_styles__$y = function (inject) {
647
650
  if (!inject) return;
648
651
  inject("data-v-2d5d3a58_0", {
649
652
  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 +657,26 @@ const __vue_inject_styles__$v = function (inject) {
654
657
  /* scoped */
655
658
 
656
659
 
657
- const __vue_scope_id__$v = "data-v-2d5d3a58";
660
+ const __vue_scope_id__$y = "data-v-2d5d3a58";
658
661
  /* module identifier */
659
662
 
660
- const __vue_module_identifier__$v = undefined;
663
+ const __vue_module_identifier__$y = undefined;
661
664
  /* functional template */
662
665
 
663
- const __vue_is_functional_template__$v = false;
666
+ const __vue_is_functional_template__$y = false;
664
667
  /* style inject SSR */
665
668
 
666
669
  /* style inject shadow dom */
667
670
 
668
- const __vue_component__$U = /*#__PURE__*/normalizeComponent({
669
- render: __vue_render__$t,
670
- staticRenderFns: __vue_staticRenderFns__$t
671
- }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
671
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
672
+ render: __vue_render__$v,
673
+ staticRenderFns: __vue_staticRenderFns__$v
674
+ }, __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
675
 
673
- var __vue_component__$V = __vue_component__$U;
676
+ var __vue_component__$_ = __vue_component__$Z;
674
677
 
675
678
  //
676
- var script$n = {
679
+ var script$q = {
677
680
  name: "NsCodeSnippet",
678
681
  components: {
679
682
  CvButton,
@@ -785,10 +788,10 @@ var script$n = {
785
788
  };
786
789
 
787
790
  /* script */
788
- const __vue_script__$n = script$n;
791
+ const __vue_script__$q = script$q;
789
792
  /* template */
790
793
 
791
- var __vue_render__$s = function () {
794
+ var __vue_render__$u = function () {
792
795
  var _vm = this;
793
796
 
794
797
  var _h = _vm.$createElement;
@@ -850,10 +853,10 @@ var __vue_render__$s = function () {
850
853
  })], 1) : _vm._e()], 1);
851
854
  };
852
855
 
853
- var __vue_staticRenderFns__$s = [];
856
+ var __vue_staticRenderFns__$u = [];
854
857
  /* style */
855
858
 
856
- const __vue_inject_styles__$u = function (inject) {
859
+ const __vue_inject_styles__$x = function (inject) {
857
860
  if (!inject) return;
858
861
  inject("data-v-59cb538c_0", {
859
862
  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 +867,23 @@ const __vue_inject_styles__$u = function (inject) {
864
867
  /* scoped */
865
868
 
866
869
 
867
- const __vue_scope_id__$u = "data-v-59cb538c";
870
+ const __vue_scope_id__$x = "data-v-59cb538c";
868
871
  /* module identifier */
869
872
 
870
- const __vue_module_identifier__$u = undefined;
873
+ const __vue_module_identifier__$x = undefined;
871
874
  /* functional template */
872
875
 
873
- const __vue_is_functional_template__$u = false;
876
+ const __vue_is_functional_template__$x = false;
874
877
  /* style inject SSR */
875
878
 
876
879
  /* style inject shadow dom */
877
880
 
878
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
879
- render: __vue_render__$s,
880
- staticRenderFns: __vue_staticRenderFns__$s
881
- }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
881
+ const __vue_component__$X = /*#__PURE__*/normalizeComponent({
882
+ render: __vue_render__$u,
883
+ staticRenderFns: __vue_staticRenderFns__$u
884
+ }, __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
885
 
883
- var __vue_component__$T = __vue_component__$S;
886
+ var __vue_component__$Y = __vue_component__$X;
884
887
 
885
888
  //
886
889
  //
@@ -911,7 +914,7 @@ var __vue_component__$T = __vue_component__$S;
911
914
  //
912
915
  //
913
916
  //
914
- var script$m = {
917
+ var script$p = {
915
918
  name: "NsCircleTimer",
916
919
  props: {
917
920
  timeLimit: {
@@ -975,10 +978,10 @@ var script$m = {
975
978
  };
976
979
 
977
980
  /* script */
978
- const __vue_script__$m = script$m;
981
+ const __vue_script__$p = script$p;
979
982
  /* template */
980
983
 
981
- var __vue_render__$r = function () {
984
+ var __vue_render__$t = function () {
982
985
  var _vm = this;
983
986
 
984
987
  var _h = _vm.$createElement;
@@ -1014,10 +1017,10 @@ var __vue_render__$r = function () {
1014
1017
  })])])]);
1015
1018
  };
1016
1019
 
1017
- var __vue_staticRenderFns__$r = [];
1020
+ var __vue_staticRenderFns__$t = [];
1018
1021
  /* style */
1019
1022
 
1020
- const __vue_inject_styles__$t = function (inject) {
1023
+ const __vue_inject_styles__$w = function (inject) {
1021
1024
  if (!inject) return;
1022
1025
  inject("data-v-79cb7082_0", {
1023
1026
  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 +1031,26 @@ const __vue_inject_styles__$t = function (inject) {
1028
1031
  /* scoped */
1029
1032
 
1030
1033
 
1031
- const __vue_scope_id__$t = "data-v-79cb7082";
1034
+ const __vue_scope_id__$w = "data-v-79cb7082";
1032
1035
  /* module identifier */
1033
1036
 
1034
- const __vue_module_identifier__$t = undefined;
1037
+ const __vue_module_identifier__$w = undefined;
1035
1038
  /* functional template */
1036
1039
 
1037
- const __vue_is_functional_template__$t = false;
1040
+ const __vue_is_functional_template__$w = false;
1038
1041
  /* style inject SSR */
1039
1042
 
1040
1043
  /* style inject shadow dom */
1041
1044
 
1042
- const __vue_component__$R = /*#__PURE__*/normalizeComponent({
1043
- render: __vue_render__$r,
1044
- staticRenderFns: __vue_staticRenderFns__$r
1045
- }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1045
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({
1046
+ render: __vue_render__$t,
1047
+ staticRenderFns: __vue_staticRenderFns__$t
1048
+ }, __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
1049
 
1047
- var NsCircleTimer = __vue_component__$R;
1050
+ var NsCircleTimer = __vue_component__$W;
1048
1051
 
1049
1052
  //
1050
- var script$l = {
1053
+ var script$o = {
1051
1054
  name: "NsInlineNotification",
1052
1055
  extends: CvInlineNotification,
1053
1056
  components: {
@@ -1084,10 +1087,10 @@ var script$l = {
1084
1087
  };
1085
1088
 
1086
1089
  /* script */
1087
- const __vue_script__$l = script$l;
1090
+ const __vue_script__$o = script$o;
1088
1091
  /* template */
1089
1092
 
1090
- var __vue_render__$q = function () {
1093
+ var __vue_render__$s = function () {
1091
1094
  var _obj;
1092
1095
 
1093
1096
  var _vm = this;
@@ -1158,10 +1161,10 @@ var __vue_render__$q = function () {
1158
1161
  })], 1) : _vm._e()]);
1159
1162
  };
1160
1163
 
1161
- var __vue_staticRenderFns__$q = [];
1164
+ var __vue_staticRenderFns__$s = [];
1162
1165
  /* style */
1163
1166
 
1164
- const __vue_inject_styles__$s = function (inject) {
1167
+ const __vue_inject_styles__$v = function (inject) {
1165
1168
  if (!inject) return;
1166
1169
  inject("data-v-59312d66_0", {
1167
1170
  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 +1175,23 @@ const __vue_inject_styles__$s = function (inject) {
1172
1175
  /* scoped */
1173
1176
 
1174
1177
 
1175
- const __vue_scope_id__$s = "data-v-59312d66";
1178
+ const __vue_scope_id__$v = "data-v-59312d66";
1176
1179
  /* module identifier */
1177
1180
 
1178
- const __vue_module_identifier__$s = undefined;
1181
+ const __vue_module_identifier__$v = undefined;
1179
1182
  /* functional template */
1180
1183
 
1181
- const __vue_is_functional_template__$s = false;
1184
+ const __vue_is_functional_template__$v = false;
1182
1185
  /* style inject SSR */
1183
1186
 
1184
1187
  /* style inject shadow dom */
1185
1188
 
1186
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
1187
- render: __vue_render__$q,
1188
- staticRenderFns: __vue_staticRenderFns__$q
1189
- }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1189
+ const __vue_component__$V = /*#__PURE__*/normalizeComponent({
1190
+ render: __vue_render__$s,
1191
+ staticRenderFns: __vue_staticRenderFns__$s
1192
+ }, __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
1193
 
1191
- var NsInlineNotification = __vue_component__$Q;
1194
+ var NsInlineNotification = __vue_component__$V;
1192
1195
 
1193
1196
  //
1194
1197
  //
@@ -1207,7 +1210,7 @@ var NsInlineNotification = __vue_component__$Q;
1207
1210
  //
1208
1211
  //
1209
1212
  //
1210
- var script$k = {
1213
+ var script$n = {
1211
1214
  name: "NsProgressBar",
1212
1215
  props: {
1213
1216
  value: {
@@ -1238,10 +1241,10 @@ var script$k = {
1238
1241
  };
1239
1242
 
1240
1243
  /* script */
1241
- const __vue_script__$k = script$k;
1244
+ const __vue_script__$n = script$n;
1242
1245
  /* template */
1243
1246
 
1244
- var __vue_render__$p = function () {
1247
+ var __vue_render__$r = function () {
1245
1248
  var _vm = this;
1246
1249
 
1247
1250
  var _h = _vm.$createElement;
@@ -1266,10 +1269,10 @@ var __vue_render__$p = function () {
1266
1269
  })]], 2)]);
1267
1270
  };
1268
1271
 
1269
- var __vue_staticRenderFns__$p = [];
1272
+ var __vue_staticRenderFns__$r = [];
1270
1273
  /* style */
1271
1274
 
1272
- const __vue_inject_styles__$r = function (inject) {
1275
+ const __vue_inject_styles__$u = function (inject) {
1273
1276
  if (!inject) return;
1274
1277
  inject("data-v-57532057_0", {
1275
1278
  source: ".progress-bar-container[data-v-57532057]{width:100%;position:relative}.slider[data-v-57532057]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-57532057]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-57532057]{position:absolute;height:5px}.indeterminate-line[data-v-57532057]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-57532057]{position:absolute;height:5px}.inc[data-v-57532057]{animation:increase-data-v-57532057 2s infinite}.dec[data-v-57532057]{animation:decrease-data-v-57532057 2s .5s infinite}@keyframes increase-data-v-57532057{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-57532057{from{left:-80%;width:80%}to{left:110%;width:10%}}",
@@ -1280,25 +1283,25 @@ const __vue_inject_styles__$r = function (inject) {
1280
1283
  /* scoped */
1281
1284
 
1282
1285
 
1283
- const __vue_scope_id__$r = "data-v-57532057";
1286
+ const __vue_scope_id__$u = "data-v-57532057";
1284
1287
  /* module identifier */
1285
1288
 
1286
- const __vue_module_identifier__$r = undefined;
1289
+ const __vue_module_identifier__$u = undefined;
1287
1290
  /* functional template */
1288
1291
 
1289
- const __vue_is_functional_template__$r = false;
1292
+ const __vue_is_functional_template__$u = false;
1290
1293
  /* style inject SSR */
1291
1294
 
1292
1295
  /* style inject shadow dom */
1293
1296
 
1294
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({
1295
- render: __vue_render__$p,
1296
- staticRenderFns: __vue_staticRenderFns__$p
1297
- }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
1297
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
1298
+ render: __vue_render__$r,
1299
+ staticRenderFns: __vue_staticRenderFns__$r
1300
+ }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1298
1301
 
1299
- var NsProgressBar = __vue_component__$P;
1302
+ var NsProgressBar = __vue_component__$U;
1300
1303
 
1301
- var script$j = {
1304
+ var script$m = {
1302
1305
  name: "NsSvg",
1303
1306
  props: {
1304
1307
  svg: {
@@ -1357,33 +1360,33 @@ var script$j = {
1357
1360
  };
1358
1361
 
1359
1362
  /* script */
1360
- const __vue_script__$j = script$j;
1363
+ const __vue_script__$m = script$m;
1361
1364
  /* template */
1362
1365
 
1363
1366
  /* style */
1364
1367
 
1365
- const __vue_inject_styles__$q = undefined;
1368
+ const __vue_inject_styles__$t = undefined;
1366
1369
  /* scoped */
1367
1370
 
1368
- const __vue_scope_id__$q = undefined;
1371
+ const __vue_scope_id__$t = undefined;
1369
1372
  /* module identifier */
1370
1373
 
1371
- const __vue_module_identifier__$q = undefined;
1374
+ const __vue_module_identifier__$t = undefined;
1372
1375
  /* functional template */
1373
1376
 
1374
- const __vue_is_functional_template__$q = undefined;
1377
+ const __vue_is_functional_template__$t = undefined;
1375
1378
  /* style inject */
1376
1379
 
1377
1380
  /* style inject SSR */
1378
1381
 
1379
1382
  /* style inject shadow dom */
1380
1383
 
1381
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
1384
+ const __vue_component__$T = /*#__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);
1382
1385
 
1383
- var NsSvg = __vue_component__$O;
1386
+ var NsSvg = __vue_component__$T;
1384
1387
 
1385
1388
  //
1386
- var script$i = {
1389
+ var script$l = {
1387
1390
  name: "NsTile",
1388
1391
  extends: CvTile,
1389
1392
  inheritAttrs: false,
@@ -1457,10 +1460,10 @@ var script$i = {
1457
1460
  };
1458
1461
 
1459
1462
  /* script */
1460
- const __vue_script__$i = script$i;
1463
+ const __vue_script__$l = script$l;
1461
1464
  /* template */
1462
1465
 
1463
- var __vue_render__$o = function () {
1466
+ var __vue_render__$q = function () {
1464
1467
  var _obj;
1465
1468
 
1466
1469
  var _vm = this;
@@ -1499,10 +1502,10 @@ var __vue_render__$o = function () {
1499
1502
  }) : _vm._e()], 1);
1500
1503
  };
1501
1504
 
1502
- var __vue_staticRenderFns__$o = [];
1505
+ var __vue_staticRenderFns__$q = [];
1503
1506
  /* style */
1504
1507
 
1505
- const __vue_inject_styles__$p = function (inject) {
1508
+ const __vue_inject_styles__$s = function (inject) {
1506
1509
  if (!inject) return;
1507
1510
  inject("data-v-443a91f0_0", {
1508
1511
  source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
@@ -1513,23 +1516,23 @@ const __vue_inject_styles__$p = function (inject) {
1513
1516
  /* scoped */
1514
1517
 
1515
1518
 
1516
- const __vue_scope_id__$p = "data-v-443a91f0";
1519
+ const __vue_scope_id__$s = "data-v-443a91f0";
1517
1520
  /* module identifier */
1518
1521
 
1519
- const __vue_module_identifier__$p = undefined;
1522
+ const __vue_module_identifier__$s = undefined;
1520
1523
  /* functional template */
1521
1524
 
1522
- const __vue_is_functional_template__$p = false;
1525
+ const __vue_is_functional_template__$s = false;
1523
1526
  /* style inject SSR */
1524
1527
 
1525
1528
  /* style inject shadow dom */
1526
1529
 
1527
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
1528
- render: __vue_render__$o,
1529
- staticRenderFns: __vue_staticRenderFns__$o
1530
- }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
1530
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
1531
+ render: __vue_render__$q,
1532
+ staticRenderFns: __vue_staticRenderFns__$q
1533
+ }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1531
1534
 
1532
- var __vue_component__$N = __vue_component__$M;
1535
+ var __vue_component__$S = __vue_component__$R;
1533
1536
 
1534
1537
  function toInteger(dirtyNumber) {
1535
1538
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6126,7 +6129,7 @@ var DateTimeService = {
6126
6129
  };
6127
6130
 
6128
6131
  //
6129
- var script$h = {
6132
+ var script$k = {
6130
6133
  name: "NsToastNotification",
6131
6134
  extends: CvToastNotification,
6132
6135
  components: {
@@ -6204,10 +6207,10 @@ var script$h = {
6204
6207
  };
6205
6208
 
6206
6209
  /* script */
6207
- const __vue_script__$h = script$h;
6210
+ const __vue_script__$k = script$k;
6208
6211
  /* template */
6209
6212
 
6210
- var __vue_render__$n = function () {
6213
+ var __vue_render__$p = function () {
6211
6214
  var _obj;
6212
6215
 
6213
6216
  var _vm = this;
@@ -6305,10 +6308,10 @@ var __vue_render__$n = function () {
6305
6308
  })], 1) : _vm._e()], 1)]);
6306
6309
  };
6307
6310
 
6308
- var __vue_staticRenderFns__$n = [];
6311
+ var __vue_staticRenderFns__$p = [];
6309
6312
  /* style */
6310
6313
 
6311
- const __vue_inject_styles__$o = function (inject) {
6314
+ const __vue_inject_styles__$r = function (inject) {
6312
6315
  if (!inject) return;
6313
6316
  inject("data-v-6ff0b515_0", {
6314
6317
  source: ".notification[data-v-6ff0b515]{margin-bottom:0;margin-right:0}.action[data-v-6ff0b515]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-6ff0b515]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-6ff0b515]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-6ff0b515]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-6ff0b515]{margin-bottom:0}.progress[data-v-6ff0b515]{margin-top:.75rem}.progress-bar-spacer[data-v-6ff0b515]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:100%;cursor:pointer}.notification-read[data-v-6ff0b515]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-6ff0b515]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-6ff0b515]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-6ff0b515]{font-weight:400}.cv-notifiation .timestamp[data-v-6ff0b515]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-6ff0b515]{color:#c6c6c6}.bx--tooltip__trigger[data-v-6ff0b515]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-6ff0b515]::before{border-bottom-color:#161616}div.row[data-v-6ff0b515]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-6ff0b515]{flex-grow:1}",
@@ -6323,26 +6326,26 @@ const __vue_inject_styles__$o = function (inject) {
6323
6326
  /* scoped */
6324
6327
 
6325
6328
 
6326
- const __vue_scope_id__$o = "data-v-6ff0b515";
6329
+ const __vue_scope_id__$r = "data-v-6ff0b515";
6327
6330
  /* module identifier */
6328
6331
 
6329
- const __vue_module_identifier__$o = undefined;
6332
+ const __vue_module_identifier__$r = undefined;
6330
6333
  /* functional template */
6331
6334
 
6332
- const __vue_is_functional_template__$o = false;
6335
+ const __vue_is_functional_template__$r = false;
6333
6336
  /* style inject SSR */
6334
6337
 
6335
6338
  /* style inject shadow dom */
6336
6339
 
6337
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
6338
- render: __vue_render__$n,
6339
- staticRenderFns: __vue_staticRenderFns__$n
6340
- }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
6340
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
6341
+ render: __vue_render__$p,
6342
+ staticRenderFns: __vue_staticRenderFns__$p
6343
+ }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
6341
6344
 
6342
- var __vue_component__$L = __vue_component__$K;
6345
+ var __vue_component__$Q = __vue_component__$P;
6343
6346
 
6344
6347
  //
6345
- var script$g = {
6348
+ var script$j = {
6346
6349
  name: "NsInfoCard",
6347
6350
  components: {
6348
6351
  NsSvg,
@@ -6393,10 +6396,10 @@ var script$g = {
6393
6396
  };
6394
6397
 
6395
6398
  /* script */
6396
- const __vue_script__$g = script$g;
6399
+ const __vue_script__$j = script$j;
6397
6400
  /* template */
6398
6401
 
6399
- var __vue_render__$m = function () {
6402
+ var __vue_render__$o = function () {
6400
6403
  var _vm = this;
6401
6404
 
6402
6405
  var _h = _vm.$createElement;
@@ -6453,10 +6456,10 @@ var __vue_render__$m = function () {
6453
6456
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6454
6457
  };
6455
6458
 
6456
- var __vue_staticRenderFns__$m = [];
6459
+ var __vue_staticRenderFns__$o = [];
6457
6460
  /* style */
6458
6461
 
6459
- const __vue_inject_styles__$n = function (inject) {
6462
+ const __vue_inject_styles__$q = function (inject) {
6460
6463
  if (!inject) return;
6461
6464
  inject("data-v-aefc1c3e_0", {
6462
6465
  source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
@@ -6467,26 +6470,26 @@ const __vue_inject_styles__$n = function (inject) {
6467
6470
  /* scoped */
6468
6471
 
6469
6472
 
6470
- const __vue_scope_id__$n = "data-v-aefc1c3e";
6473
+ const __vue_scope_id__$q = "data-v-aefc1c3e";
6471
6474
  /* module identifier */
6472
6475
 
6473
- const __vue_module_identifier__$n = undefined;
6476
+ const __vue_module_identifier__$q = undefined;
6474
6477
  /* functional template */
6475
6478
 
6476
- const __vue_is_functional_template__$n = false;
6479
+ const __vue_is_functional_template__$q = false;
6477
6480
  /* style inject SSR */
6478
6481
 
6479
6482
  /* style inject shadow dom */
6480
6483
 
6481
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
6482
- render: __vue_render__$m,
6483
- staticRenderFns: __vue_staticRenderFns__$m
6484
- }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
6484
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({
6485
+ render: __vue_render__$o,
6486
+ staticRenderFns: __vue_staticRenderFns__$o
6487
+ }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
6485
6488
 
6486
- var __vue_component__$J = __vue_component__$I;
6489
+ var __vue_component__$O = __vue_component__$N;
6487
6490
 
6488
6491
  //
6489
- var script$f = {
6492
+ var script$i = {
6490
6493
  name: "NsStatusCard",
6491
6494
  //components added for storybook to work
6492
6495
  components: {
@@ -6533,10 +6536,10 @@ var script$f = {
6533
6536
  };
6534
6537
 
6535
6538
  /* script */
6536
- const __vue_script__$f = script$f;
6539
+ const __vue_script__$i = script$i;
6537
6540
  /* template */
6538
6541
 
6539
- var __vue_render__$l = function () {
6542
+ var __vue_render__$n = function () {
6540
6543
  var _vm = this;
6541
6544
 
6542
6545
  var _h = _vm.$createElement;
@@ -6605,10 +6608,10 @@ var __vue_render__$l = function () {
6605
6608
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6606
6609
  };
6607
6610
 
6608
- var __vue_staticRenderFns__$l = [];
6611
+ var __vue_staticRenderFns__$n = [];
6609
6612
  /* style */
6610
6613
 
6611
- const __vue_inject_styles__$m = function (inject) {
6614
+ const __vue_inject_styles__$p = function (inject) {
6612
6615
  if (!inject) return;
6613
6616
  inject("data-v-496044f0_0", {
6614
6617
  source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6619,26 +6622,26 @@ const __vue_inject_styles__$m = function (inject) {
6619
6622
  /* scoped */
6620
6623
 
6621
6624
 
6622
- const __vue_scope_id__$m = "data-v-496044f0";
6625
+ const __vue_scope_id__$p = "data-v-496044f0";
6623
6626
  /* module identifier */
6624
6627
 
6625
- const __vue_module_identifier__$m = undefined;
6628
+ const __vue_module_identifier__$p = undefined;
6626
6629
  /* functional template */
6627
6630
 
6628
- const __vue_is_functional_template__$m = false;
6631
+ const __vue_is_functional_template__$p = false;
6629
6632
  /* style inject SSR */
6630
6633
 
6631
6634
  /* style inject shadow dom */
6632
6635
 
6633
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
6634
- render: __vue_render__$l,
6635
- staticRenderFns: __vue_staticRenderFns__$l
6636
- }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
6636
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
6637
+ render: __vue_render__$n,
6638
+ staticRenderFns: __vue_staticRenderFns__$n
6639
+ }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
6637
6640
 
6638
- var __vue_component__$H = __vue_component__$G;
6641
+ var __vue_component__$M = __vue_component__$L;
6639
6642
 
6640
6643
  //
6641
- var script$e = {
6644
+ var script$h = {
6642
6645
  name: "NsSystemdServiceCard",
6643
6646
  //components added for storybook to work
6644
6647
  components: {
@@ -6692,10 +6695,10 @@ var script$e = {
6692
6695
  };
6693
6696
 
6694
6697
  /* script */
6695
- const __vue_script__$e = script$e;
6698
+ const __vue_script__$h = script$h;
6696
6699
  /* template */
6697
6700
 
6698
- var __vue_render__$k = function () {
6701
+ var __vue_render__$m = function () {
6699
6702
  var _vm = this;
6700
6703
 
6701
6704
  var _h = _vm.$createElement;
@@ -6750,10 +6753,10 @@ var __vue_render__$k = function () {
6750
6753
  })], 1)])]);
6751
6754
  };
6752
6755
 
6753
- var __vue_staticRenderFns__$k = [];
6756
+ var __vue_staticRenderFns__$m = [];
6754
6757
  /* style */
6755
6758
 
6756
- const __vue_inject_styles__$l = function (inject) {
6759
+ const __vue_inject_styles__$o = function (inject) {
6757
6760
  if (!inject) return;
6758
6761
  inject("data-v-bf751eca_0", {
6759
6762
  source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6764,23 +6767,23 @@ const __vue_inject_styles__$l = function (inject) {
6764
6767
  /* scoped */
6765
6768
 
6766
6769
 
6767
- const __vue_scope_id__$l = "data-v-bf751eca";
6770
+ const __vue_scope_id__$o = "data-v-bf751eca";
6768
6771
  /* module identifier */
6769
6772
 
6770
- const __vue_module_identifier__$l = undefined;
6773
+ const __vue_module_identifier__$o = undefined;
6771
6774
  /* functional template */
6772
6775
 
6773
- const __vue_is_functional_template__$l = false;
6776
+ const __vue_is_functional_template__$o = false;
6774
6777
  /* style inject SSR */
6775
6778
 
6776
6779
  /* style inject shadow dom */
6777
6780
 
6778
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
6779
- render: __vue_render__$k,
6780
- staticRenderFns: __vue_staticRenderFns__$k
6781
- }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
6781
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({
6782
+ render: __vue_render__$m,
6783
+ staticRenderFns: __vue_staticRenderFns__$m
6784
+ }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
6782
6785
 
6783
- var __vue_component__$F = __vue_component__$E;
6786
+ var __vue_component__$K = __vue_component__$J;
6784
6787
 
6785
6788
  // Unique ID creation requires a high quality random # generator. In node.js
6786
6789
  // this is pretty straight-forward - we use the crypto API.
@@ -7113,7 +7116,8 @@ var UtilService = {
7113
7116
  },
7114
7117
 
7115
7118
  /**
7116
- * Scroll to anchor if route contains a hash (#). Used to simulate anchor links when navigating between pages
7119
+ * Scroll to anchor if route contains a hash (#) and highlight the related element.
7120
+ * Used when navigating to a specific anchor link on a different page
7117
7121
  */
7118
7122
  checkAndScrollToAnchor() {
7119
7123
  this.$nextTick(function () {
@@ -7254,7 +7258,7 @@ var UtilService = {
7254
7258
  };
7255
7259
 
7256
7260
  //
7257
- var script$d = {
7261
+ var script$g = {
7258
7262
  name: "NsPasswordInput",
7259
7263
  components: CvTextInput,
7260
7264
  mixins: [UtilService],
@@ -7417,10 +7421,10 @@ var script$d = {
7417
7421
  };
7418
7422
 
7419
7423
  /* script */
7420
- const __vue_script__$d = script$d;
7424
+ const __vue_script__$g = script$g;
7421
7425
  /* template */
7422
7426
 
7423
- var __vue_render__$j = function () {
7427
+ var __vue_render__$l = function () {
7424
7428
  var _vm = this;
7425
7429
 
7426
7430
  var _h = _vm.$createElement;
@@ -7515,10 +7519,10 @@ var __vue_render__$j = function () {
7515
7519
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7516
7520
  };
7517
7521
 
7518
- var __vue_staticRenderFns__$j = [];
7522
+ var __vue_staticRenderFns__$l = [];
7519
7523
  /* style */
7520
7524
 
7521
- const __vue_inject_styles__$k = function (inject) {
7525
+ const __vue_inject_styles__$n = function (inject) {
7522
7526
  if (!inject) return;
7523
7527
  inject("data-v-d2bd6562_0", {
7524
7528
  source: ".new-password-container[data-v-d2bd6562]{margin-bottom:1rem}.new-password[data-v-d2bd6562]{margin-bottom:.25rem}.confirm-password[data-v-d2bd6562]{margin-bottom:.25rem}.password-meter[data-v-d2bd6562]{display:flex}@media (min-width:672px){.password-meter[data-v-d2bd6562]{max-width:38rem}}.requirement[data-v-d2bd6562]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-d2bd6562]{background-color:#fff}.requirement[data-v-d2bd6562]:first-child{margin-left:0}.requirement-ok[data-v-d2bd6562]{color:#fff;background-color:#198038}.requirement-disabled[data-v-d2bd6562]{color:#c6c6c6;background-color:#f4f4f4}",
@@ -7529,26 +7533,26 @@ const __vue_inject_styles__$k = function (inject) {
7529
7533
  /* scoped */
7530
7534
 
7531
7535
 
7532
- const __vue_scope_id__$k = "data-v-d2bd6562";
7536
+ const __vue_scope_id__$n = "data-v-d2bd6562";
7533
7537
  /* module identifier */
7534
7538
 
7535
- const __vue_module_identifier__$k = undefined;
7539
+ const __vue_module_identifier__$n = undefined;
7536
7540
  /* functional template */
7537
7541
 
7538
- const __vue_is_functional_template__$k = false;
7542
+ const __vue_is_functional_template__$n = false;
7539
7543
  /* style inject SSR */
7540
7544
 
7541
7545
  /* style inject shadow dom */
7542
7546
 
7543
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
7544
- render: __vue_render__$j,
7545
- staticRenderFns: __vue_staticRenderFns__$j
7546
- }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
7547
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
7548
+ render: __vue_render__$l,
7549
+ staticRenderFns: __vue_staticRenderFns__$l
7550
+ }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
7547
7551
 
7548
- var __vue_component__$D = __vue_component__$C;
7552
+ var __vue_component__$I = __vue_component__$H;
7549
7553
 
7550
7554
  //
7551
- var script$c = {
7555
+ var script$f = {
7552
7556
  name: "NsIconMenu",
7553
7557
  extends: CvOverflowMenu,
7554
7558
  props: {
@@ -7592,10 +7596,10 @@ var script$c = {
7592
7596
  };
7593
7597
 
7594
7598
  /* script */
7595
- const __vue_script__$c = script$c;
7599
+ const __vue_script__$f = script$f;
7596
7600
  /* template */
7597
7601
 
7598
- var __vue_render__$i = function () {
7602
+ var __vue_render__$k = function () {
7599
7603
  var _obj, _obj$1;
7600
7604
 
7601
7605
  var _vm = this;
@@ -7711,10 +7715,10 @@ var __vue_render__$i = function () {
7711
7715
  })])]);
7712
7716
  };
7713
7717
 
7714
- var __vue_staticRenderFns__$i = [];
7718
+ var __vue_staticRenderFns__$k = [];
7715
7719
  /* style */
7716
7720
 
7717
- const __vue_inject_styles__$j = function (inject) {
7721
+ const __vue_inject_styles__$m = function (inject) {
7718
7722
  if (!inject) return;
7719
7723
  inject("data-v-2be14df6_0", {
7720
7724
  source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
@@ -7725,27 +7729,27 @@ const __vue_inject_styles__$j = function (inject) {
7725
7729
  /* scoped */
7726
7730
 
7727
7731
 
7728
- const __vue_scope_id__$j = "data-v-2be14df6";
7732
+ const __vue_scope_id__$m = "data-v-2be14df6";
7729
7733
  /* module identifier */
7730
7734
 
7731
- const __vue_module_identifier__$j = undefined;
7735
+ const __vue_module_identifier__$m = undefined;
7732
7736
  /* functional template */
7733
7737
 
7734
- const __vue_is_functional_template__$j = false;
7738
+ const __vue_is_functional_template__$m = false;
7735
7739
  /* style inject SSR */
7736
7740
 
7737
7741
  /* style inject shadow dom */
7738
7742
 
7739
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
7740
- render: __vue_render__$i,
7741
- staticRenderFns: __vue_staticRenderFns__$i
7742
- }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
7743
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
7744
+ render: __vue_render__$k,
7745
+ staticRenderFns: __vue_staticRenderFns__$k
7746
+ }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
7743
7747
 
7744
- var __vue_component__$B = __vue_component__$A;
7748
+ var __vue_component__$G = __vue_component__$F;
7745
7749
 
7746
7750
  //
7747
7751
  Vue.use(chartsVue);
7748
- var script$b = {
7752
+ var script$e = {
7749
7753
  name: "NsMeterChart",
7750
7754
  components: {
7751
7755
  CcvMeterChart
@@ -7819,10 +7823,10 @@ var script$b = {
7819
7823
  };
7820
7824
 
7821
7825
  /* script */
7822
- const __vue_script__$b = script$b;
7826
+ const __vue_script__$e = script$e;
7823
7827
  /* template */
7824
7828
 
7825
- var __vue_render__$h = function () {
7829
+ var __vue_render__$j = function () {
7826
7830
  var _vm = this;
7827
7831
 
7828
7832
  var _h = _vm.$createElement;
@@ -7837,35 +7841,35 @@ var __vue_render__$h = function () {
7837
7841
  });
7838
7842
  };
7839
7843
 
7840
- var __vue_staticRenderFns__$h = [];
7844
+ var __vue_staticRenderFns__$j = [];
7841
7845
  /* style */
7842
7846
 
7843
- const __vue_inject_styles__$i = undefined;
7847
+ const __vue_inject_styles__$l = undefined;
7844
7848
  /* scoped */
7845
7849
 
7846
- const __vue_scope_id__$i = undefined;
7850
+ const __vue_scope_id__$l = undefined;
7847
7851
  /* module identifier */
7848
7852
 
7849
- const __vue_module_identifier__$i = undefined;
7853
+ const __vue_module_identifier__$l = undefined;
7850
7854
  /* functional template */
7851
7855
 
7852
- const __vue_is_functional_template__$i = false;
7856
+ const __vue_is_functional_template__$l = false;
7853
7857
  /* style inject */
7854
7858
 
7855
7859
  /* style inject SSR */
7856
7860
 
7857
7861
  /* style inject shadow dom */
7858
7862
 
7859
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
7860
- render: __vue_render__$h,
7861
- staticRenderFns: __vue_staticRenderFns__$h
7862
- }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
7863
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
7864
+ render: __vue_render__$j,
7865
+ staticRenderFns: __vue_staticRenderFns__$j
7866
+ }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
7863
7867
 
7864
- var __vue_component__$z = __vue_component__$y;
7868
+ var __vue_component__$E = __vue_component__$D;
7865
7869
 
7866
7870
  //
7867
7871
  Vue.use(chartsVue);
7868
- var script$a = {
7872
+ var script$d = {
7869
7873
  name: "NsPieChart",
7870
7874
  components: {},
7871
7875
  props: {
@@ -7921,10 +7925,10 @@ var script$a = {
7921
7925
  };
7922
7926
 
7923
7927
  /* script */
7924
- const __vue_script__$a = script$a;
7928
+ const __vue_script__$d = script$d;
7925
7929
  /* template */
7926
7930
 
7927
- var __vue_render__$g = function () {
7931
+ var __vue_render__$i = function () {
7928
7932
  var _vm = this;
7929
7933
 
7930
7934
  var _h = _vm.$createElement;
@@ -7939,34 +7943,34 @@ var __vue_render__$g = function () {
7939
7943
  });
7940
7944
  };
7941
7945
 
7942
- var __vue_staticRenderFns__$g = [];
7946
+ var __vue_staticRenderFns__$i = [];
7943
7947
  /* style */
7944
7948
 
7945
- const __vue_inject_styles__$h = undefined;
7949
+ const __vue_inject_styles__$k = undefined;
7946
7950
  /* scoped */
7947
7951
 
7948
- const __vue_scope_id__$h = undefined;
7952
+ const __vue_scope_id__$k = undefined;
7949
7953
  /* module identifier */
7950
7954
 
7951
- const __vue_module_identifier__$h = undefined;
7955
+ const __vue_module_identifier__$k = undefined;
7952
7956
  /* functional template */
7953
7957
 
7954
- const __vue_is_functional_template__$h = false;
7958
+ const __vue_is_functional_template__$k = false;
7955
7959
  /* style inject */
7956
7960
 
7957
7961
  /* style inject SSR */
7958
7962
 
7959
7963
  /* style inject shadow dom */
7960
7964
 
7961
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
7962
- render: __vue_render__$g,
7963
- staticRenderFns: __vue_staticRenderFns__$g
7964
- }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
7965
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
7966
+ render: __vue_render__$i,
7967
+ staticRenderFns: __vue_staticRenderFns__$i
7968
+ }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
7965
7969
 
7966
- var __vue_component__$x = __vue_component__$w;
7970
+ var __vue_component__$C = __vue_component__$B;
7967
7971
 
7968
7972
  //
7969
- var script$9 = {
7973
+ var script$c = {
7970
7974
  name: "NsDangerDeleteModal",
7971
7975
  //component added for storybook to work
7972
7976
  components: {
@@ -8061,10 +8065,10 @@ var script$9 = {
8061
8065
  };
8062
8066
 
8063
8067
  /* script */
8064
- const __vue_script__$9 = script$9;
8068
+ const __vue_script__$c = script$c;
8065
8069
  /* template */
8066
8070
 
8067
- var __vue_render__$f = function () {
8071
+ var __vue_render__$h = function () {
8068
8072
  var _vm = this;
8069
8073
 
8070
8074
  var _h = _vm.$createElement;
@@ -8132,10 +8136,10 @@ var __vue_render__$f = function () {
8132
8136
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8133
8137
  };
8134
8138
 
8135
- var __vue_staticRenderFns__$f = [];
8139
+ var __vue_staticRenderFns__$h = [];
8136
8140
  /* style */
8137
8141
 
8138
- const __vue_inject_styles__$g = function (inject) {
8142
+ const __vue_inject_styles__$j = function (inject) {
8139
8143
  if (!inject) return;
8140
8144
  inject("data-v-56c8d6b0_0", {
8141
8145
  source: ".type-to-confirm[data-v-56c8d6b0]{margin-top:2rem}",
@@ -8146,23 +8150,23 @@ const __vue_inject_styles__$g = function (inject) {
8146
8150
  /* scoped */
8147
8151
 
8148
8152
 
8149
- const __vue_scope_id__$g = "data-v-56c8d6b0";
8153
+ const __vue_scope_id__$j = "data-v-56c8d6b0";
8150
8154
  /* module identifier */
8151
8155
 
8152
- const __vue_module_identifier__$g = undefined;
8156
+ const __vue_module_identifier__$j = undefined;
8153
8157
  /* functional template */
8154
8158
 
8155
- const __vue_is_functional_template__$g = false;
8159
+ const __vue_is_functional_template__$j = false;
8156
8160
  /* style inject SSR */
8157
8161
 
8158
8162
  /* style inject shadow dom */
8159
8163
 
8160
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
8161
- render: __vue_render__$f,
8162
- staticRenderFns: __vue_staticRenderFns__$f
8163
- }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
8164
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
8165
+ render: __vue_render__$h,
8166
+ staticRenderFns: __vue_staticRenderFns__$h
8167
+ }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
8164
8168
 
8165
- var __vue_component__$v = __vue_component__$u;
8169
+ var __vue_component__$A = __vue_component__$z;
8166
8170
 
8167
8171
  var IconService = {
8168
8172
  name: "IconService",
@@ -8296,7 +8300,7 @@ var IconService = {
8296
8300
  };
8297
8301
 
8298
8302
  //
8299
- var script$8 = {
8303
+ var script$b = {
8300
8304
  name: "NsDropdownAction",
8301
8305
  extends: CvOverflowMenu,
8302
8306
  components: {
@@ -8328,10 +8332,10 @@ var script$8 = {
8328
8332
  };
8329
8333
 
8330
8334
  /* script */
8331
- const __vue_script__$8 = script$8;
8335
+ const __vue_script__$b = script$b;
8332
8336
  /* template */
8333
8337
 
8334
- var __vue_render__$e = function () {
8338
+ var __vue_render__$g = function () {
8335
8339
  var _obj, _obj$1;
8336
8340
 
8337
8341
  var _vm = this;
@@ -8431,34 +8435,34 @@ var __vue_render__$e = function () {
8431
8435
  })])]);
8432
8436
  };
8433
8437
 
8434
- var __vue_staticRenderFns__$e = [];
8438
+ var __vue_staticRenderFns__$g = [];
8435
8439
  /* style */
8436
8440
 
8437
- const __vue_inject_styles__$f = undefined;
8441
+ const __vue_inject_styles__$i = undefined;
8438
8442
  /* scoped */
8439
8443
 
8440
- const __vue_scope_id__$f = "data-v-31925b9d";
8444
+ const __vue_scope_id__$i = "data-v-31925b9d";
8441
8445
  /* module identifier */
8442
8446
 
8443
- const __vue_module_identifier__$f = undefined;
8447
+ const __vue_module_identifier__$i = undefined;
8444
8448
  /* functional template */
8445
8449
 
8446
- const __vue_is_functional_template__$f = false;
8450
+ const __vue_is_functional_template__$i = false;
8447
8451
  /* style inject */
8448
8452
 
8449
8453
  /* style inject SSR */
8450
8454
 
8451
8455
  /* style inject shadow dom */
8452
8456
 
8453
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
8454
- render: __vue_render__$e,
8455
- staticRenderFns: __vue_staticRenderFns__$e
8456
- }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
8457
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
8458
+ render: __vue_render__$g,
8459
+ staticRenderFns: __vue_staticRenderFns__$g
8460
+ }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
8457
8461
 
8458
- var __vue_component__$t = __vue_component__$s;
8462
+ var __vue_component__$y = __vue_component__$x;
8459
8463
 
8460
8464
  //
8461
- var script$7 = {
8465
+ var script$a = {
8462
8466
  name: "NsTextInput",
8463
8467
  extends: CvTextInput,
8464
8468
  components: {
@@ -8512,10 +8516,10 @@ var script$7 = {
8512
8516
  };
8513
8517
 
8514
8518
  /* script */
8515
- const __vue_script__$7 = script$7;
8519
+ const __vue_script__$a = script$a;
8516
8520
  /* template */
8517
8521
 
8518
- var __vue_render__$d = function () {
8522
+ var __vue_render__$f = function () {
8519
8523
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
8520
8524
 
8521
8525
  var _vm = this;
@@ -8593,10 +8597,10 @@ var __vue_render__$d = function () {
8593
8597
  })], 2) : _vm._e()]);
8594
8598
  };
8595
8599
 
8596
- var __vue_staticRenderFns__$d = [];
8600
+ var __vue_staticRenderFns__$f = [];
8597
8601
  /* style */
8598
8602
 
8599
- const __vue_inject_styles__$e = function (inject) {
8603
+ const __vue_inject_styles__$h = function (inject) {
8600
8604
  if (!inject) return;
8601
8605
  inject("data-v-13bd5cac_0", {
8602
8606
  source: ".tooltip[data-v-13bd5cac]{display:inline-block;position:absolute}",
@@ -8611,26 +8615,26 @@ const __vue_inject_styles__$e = function (inject) {
8611
8615
  /* scoped */
8612
8616
 
8613
8617
 
8614
- const __vue_scope_id__$e = "data-v-13bd5cac";
8618
+ const __vue_scope_id__$h = "data-v-13bd5cac";
8615
8619
  /* module identifier */
8616
8620
 
8617
- const __vue_module_identifier__$e = undefined;
8621
+ const __vue_module_identifier__$h = undefined;
8618
8622
  /* functional template */
8619
8623
 
8620
- const __vue_is_functional_template__$e = false;
8624
+ const __vue_is_functional_template__$h = false;
8621
8625
  /* style inject SSR */
8622
8626
 
8623
8627
  /* style inject shadow dom */
8624
8628
 
8625
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
8626
- render: __vue_render__$d,
8627
- staticRenderFns: __vue_staticRenderFns__$d
8628
- }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
8629
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
8630
+ render: __vue_render__$f,
8631
+ staticRenderFns: __vue_staticRenderFns__$f
8632
+ }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
8629
8633
 
8630
- var __vue_component__$r = __vue_component__$q;
8634
+ var __vue_component__$w = __vue_component__$v;
8631
8635
 
8632
8636
  //
8633
- var script$6 = {
8637
+ var script$9 = {
8634
8638
  name: "NsBackupCardDetails",
8635
8639
  mixins: [DateTimeService],
8636
8640
  props: {
@@ -8666,10 +8670,10 @@ var script$6 = {
8666
8670
  };
8667
8671
 
8668
8672
  /* script */
8669
- const __vue_script__$6 = script$6;
8673
+ const __vue_script__$9 = script$9;
8670
8674
  /* template */
8671
8675
 
8672
- var __vue_render__$c = function () {
8676
+ var __vue_render__$e = function () {
8673
8677
  var _vm = this;
8674
8678
 
8675
8679
  var _h = _vm.$createElement;
@@ -8723,10 +8727,10 @@ var __vue_render__$c = function () {
8723
8727
  }, [_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("-")])])])]);
8724
8728
  };
8725
8729
 
8726
- var __vue_staticRenderFns__$c = [];
8730
+ var __vue_staticRenderFns__$e = [];
8727
8731
  /* style */
8728
8732
 
8729
- const __vue_inject_styles__$d = function (inject) {
8733
+ const __vue_inject_styles__$g = function (inject) {
8730
8734
  if (!inject) return;
8731
8735
  inject("data-v-25453d1c_0", {
8732
8736
  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}",
@@ -8737,26 +8741,26 @@ const __vue_inject_styles__$d = function (inject) {
8737
8741
  /* scoped */
8738
8742
 
8739
8743
 
8740
- const __vue_scope_id__$d = "data-v-25453d1c";
8744
+ const __vue_scope_id__$g = "data-v-25453d1c";
8741
8745
  /* module identifier */
8742
8746
 
8743
- const __vue_module_identifier__$d = undefined;
8747
+ const __vue_module_identifier__$g = undefined;
8744
8748
  /* functional template */
8745
8749
 
8746
- const __vue_is_functional_template__$d = false;
8750
+ const __vue_is_functional_template__$g = false;
8747
8751
  /* style inject SSR */
8748
8752
 
8749
8753
  /* style inject shadow dom */
8750
8754
 
8751
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
8752
- render: __vue_render__$c,
8753
- staticRenderFns: __vue_staticRenderFns__$c
8754
- }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
8755
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
8756
+ render: __vue_render__$e,
8757
+ staticRenderFns: __vue_staticRenderFns__$e
8758
+ }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
8755
8759
 
8756
- var NsBackupCardDetails = __vue_component__$p;
8760
+ var NsBackupCardDetails = __vue_component__$u;
8757
8761
 
8758
8762
  //
8759
- var script$5 = {
8763
+ var script$8 = {
8760
8764
  name: "NsBackupCard",
8761
8765
  components: {
8762
8766
  NsBackupCardDetails
@@ -8897,10 +8901,10 @@ var script$5 = {
8897
8901
  };
8898
8902
 
8899
8903
  /* script */
8900
- const __vue_script__$5 = script$5;
8904
+ const __vue_script__$8 = script$8;
8901
8905
  /* template */
8902
8906
 
8903
- var __vue_render__$b = function () {
8907
+ var __vue_render__$d = function () {
8904
8908
  var _vm = this;
8905
8909
 
8906
8910
  var _h = _vm.$createElement;
@@ -9016,10 +9020,10 @@ var __vue_render__$b = function () {
9016
9020
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9017
9021
  };
9018
9022
 
9019
- var __vue_staticRenderFns__$b = [];
9023
+ var __vue_staticRenderFns__$d = [];
9020
9024
  /* style */
9021
9025
 
9022
- const __vue_inject_styles__$c = function (inject) {
9026
+ const __vue_inject_styles__$f = function (inject) {
9023
9027
  if (!inject) return;
9024
9028
  inject("data-v-5a3b7738_0", {
9025
9029
  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}",
@@ -9034,25 +9038,25 @@ const __vue_inject_styles__$c = function (inject) {
9034
9038
  /* scoped */
9035
9039
 
9036
9040
 
9037
- const __vue_scope_id__$c = "data-v-5a3b7738";
9041
+ const __vue_scope_id__$f = "data-v-5a3b7738";
9038
9042
  /* module identifier */
9039
9043
 
9040
- const __vue_module_identifier__$c = undefined;
9044
+ const __vue_module_identifier__$f = undefined;
9041
9045
  /* functional template */
9042
9046
 
9043
- const __vue_is_functional_template__$c = false;
9047
+ const __vue_is_functional_template__$f = false;
9044
9048
  /* style inject SSR */
9045
9049
 
9046
9050
  /* style inject shadow dom */
9047
9051
 
9048
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
9049
- render: __vue_render__$b,
9050
- staticRenderFns: __vue_staticRenderFns__$b
9051
- }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
9052
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
9053
+ render: __vue_render__$d,
9054
+ staticRenderFns: __vue_staticRenderFns__$d
9055
+ }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
9052
9056
 
9053
- var __vue_component__$o = __vue_component__$n;
9057
+ var __vue_component__$t = __vue_component__$s;
9054
9058
 
9055
- var script$4 = {
9059
+ var script$7 = {
9056
9060
  name: "NsModal",
9057
9061
  extends: CvModal,
9058
9062
  props: {
@@ -9089,33 +9093,33 @@ var script$4 = {
9089
9093
  };
9090
9094
 
9091
9095
  /* script */
9092
- const __vue_script__$4 = script$4;
9096
+ const __vue_script__$7 = script$7;
9093
9097
  /* template */
9094
9098
 
9095
9099
  /* style */
9096
9100
 
9097
- const __vue_inject_styles__$b = undefined;
9101
+ const __vue_inject_styles__$e = undefined;
9098
9102
  /* scoped */
9099
9103
 
9100
- const __vue_scope_id__$b = undefined;
9104
+ const __vue_scope_id__$e = undefined;
9101
9105
  /* module identifier */
9102
9106
 
9103
- const __vue_module_identifier__$b = undefined;
9107
+ const __vue_module_identifier__$e = undefined;
9104
9108
  /* functional template */
9105
9109
 
9106
- const __vue_is_functional_template__$b = undefined;
9110
+ const __vue_is_functional_template__$e = undefined;
9107
9111
  /* style inject */
9108
9112
 
9109
9113
  /* style inject SSR */
9110
9114
 
9111
9115
  /* style inject shadow dom */
9112
9116
 
9113
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
9117
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
9114
9118
 
9115
- var NsModal = __vue_component__$m;
9119
+ var NsModal = __vue_component__$r;
9116
9120
 
9117
9121
  //
9118
- var script$3 = {
9122
+ var script$6 = {
9119
9123
  name: "NsWizard",
9120
9124
  extends: NsModal,
9121
9125
  mixins: [IconService],
@@ -9158,10 +9162,10 @@ var script$3 = {
9158
9162
  };
9159
9163
 
9160
9164
  /* script */
9161
- const __vue_script__$3 = script$3;
9165
+ const __vue_script__$6 = script$6;
9162
9166
  /* template */
9163
9167
 
9164
- var __vue_render__$a = function () {
9168
+ var __vue_render__$c = function () {
9165
9169
  var _obj, _obj$1;
9166
9170
 
9167
9171
  var _vm = this;
@@ -9302,34 +9306,34 @@ var __vue_render__$a = function () {
9302
9306
  })], 1)]);
9303
9307
  };
9304
9308
 
9305
- var __vue_staticRenderFns__$a = [];
9309
+ var __vue_staticRenderFns__$c = [];
9306
9310
  /* style */
9307
9311
 
9308
- const __vue_inject_styles__$a = undefined;
9312
+ const __vue_inject_styles__$d = undefined;
9309
9313
  /* scoped */
9310
9314
 
9311
- const __vue_scope_id__$a = undefined;
9315
+ const __vue_scope_id__$d = undefined;
9312
9316
  /* module identifier */
9313
9317
 
9314
- const __vue_module_identifier__$a = undefined;
9318
+ const __vue_module_identifier__$d = undefined;
9315
9319
  /* functional template */
9316
9320
 
9317
- const __vue_is_functional_template__$a = false;
9321
+ const __vue_is_functional_template__$d = false;
9318
9322
  /* style inject */
9319
9323
 
9320
9324
  /* style inject SSR */
9321
9325
 
9322
9326
  /* style inject shadow dom */
9323
9327
 
9324
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
9325
- render: __vue_render__$a,
9326
- staticRenderFns: __vue_staticRenderFns__$a
9327
- }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
9328
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
9329
+ render: __vue_render__$c,
9330
+ staticRenderFns: __vue_staticRenderFns__$c
9331
+ }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
9328
9332
 
9329
- var __vue_component__$l = __vue_component__$k;
9333
+ var __vue_component__$q = __vue_component__$p;
9330
9334
 
9331
9335
  //
9332
- var script$2 = {
9336
+ var script$5 = {
9333
9337
  name: "NsMenuItem",
9334
9338
  components: {
9335
9339
  NsSvg
@@ -9352,10 +9356,10 @@ var script$2 = {
9352
9356
  };
9353
9357
 
9354
9358
  /* script */
9355
- const __vue_script__$2 = script$2;
9359
+ const __vue_script__$5 = script$5;
9356
9360
  /* template */
9357
9361
 
9358
- var __vue_render__$9 = function () {
9362
+ var __vue_render__$b = function () {
9359
9363
  var _vm = this;
9360
9364
 
9361
9365
  var _h = _vm.$createElement;
@@ -9375,10 +9379,10 @@ var __vue_render__$9 = function () {
9375
9379
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9376
9380
  };
9377
9381
 
9378
- var __vue_staticRenderFns__$9 = [];
9382
+ var __vue_staticRenderFns__$b = [];
9379
9383
  /* style */
9380
9384
 
9381
- const __vue_inject_styles__$9 = function (inject) {
9385
+ const __vue_inject_styles__$c = function (inject) {
9382
9386
  if (!inject) return;
9383
9387
  inject("data-v-35f08832_0", {
9384
9388
  source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
@@ -9389,26 +9393,26 @@ const __vue_inject_styles__$9 = function (inject) {
9389
9393
  /* scoped */
9390
9394
 
9391
9395
 
9392
- const __vue_scope_id__$9 = "data-v-35f08832";
9396
+ const __vue_scope_id__$c = "data-v-35f08832";
9393
9397
  /* module identifier */
9394
9398
 
9395
- const __vue_module_identifier__$9 = undefined;
9399
+ const __vue_module_identifier__$c = undefined;
9396
9400
  /* functional template */
9397
9401
 
9398
- const __vue_is_functional_template__$9 = false;
9402
+ const __vue_is_functional_template__$c = false;
9399
9403
  /* style inject SSR */
9400
9404
 
9401
9405
  /* style inject shadow dom */
9402
9406
 
9403
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
9404
- render: __vue_render__$9,
9405
- staticRenderFns: __vue_staticRenderFns__$9
9406
- }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
9407
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
9408
+ render: __vue_render__$b,
9409
+ staticRenderFns: __vue_staticRenderFns__$b
9410
+ }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
9407
9411
 
9408
- var __vue_component__$j = __vue_component__$i;
9412
+ var __vue_component__$o = __vue_component__$n;
9409
9413
 
9410
9414
  //
9411
- var script$1 = {
9415
+ var script$4 = {
9412
9416
  name: "NsMenuDivider",
9413
9417
  components: {
9414
9418
  CvSideNavDivider
@@ -9416,10 +9420,10 @@ var script$1 = {
9416
9420
  };
9417
9421
 
9418
9422
  /* script */
9419
- const __vue_script__$1 = script$1;
9423
+ const __vue_script__$4 = script$4;
9420
9424
  /* template */
9421
9425
 
9422
- var __vue_render__$8 = function () {
9426
+ var __vue_render__$a = function () {
9423
9427
  var _vm = this;
9424
9428
 
9425
9429
  var _h = _vm.$createElement;
@@ -9429,34 +9433,34 @@ var __vue_render__$8 = function () {
9429
9433
  return _c('cv-side-nav-divider');
9430
9434
  };
9431
9435
 
9432
- var __vue_staticRenderFns__$8 = [];
9436
+ var __vue_staticRenderFns__$a = [];
9433
9437
  /* style */
9434
9438
 
9435
- const __vue_inject_styles__$8 = undefined;
9439
+ const __vue_inject_styles__$b = undefined;
9436
9440
  /* scoped */
9437
9441
 
9438
- const __vue_scope_id__$8 = "data-v-c2c8c17e";
9442
+ const __vue_scope_id__$b = "data-v-c2c8c17e";
9439
9443
  /* module identifier */
9440
9444
 
9441
- const __vue_module_identifier__$8 = undefined;
9445
+ const __vue_module_identifier__$b = undefined;
9442
9446
  /* functional template */
9443
9447
 
9444
- const __vue_is_functional_template__$8 = false;
9448
+ const __vue_is_functional_template__$b = false;
9445
9449
  /* style inject */
9446
9450
 
9447
9451
  /* style inject SSR */
9448
9452
 
9449
9453
  /* style inject shadow dom */
9450
9454
 
9451
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
9452
- render: __vue_render__$8,
9453
- staticRenderFns: __vue_staticRenderFns__$8
9454
- }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
9455
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
9456
+ render: __vue_render__$a,
9457
+ staticRenderFns: __vue_staticRenderFns__$a
9458
+ }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
9455
9459
 
9456
- var __vue_component__$h = __vue_component__$g;
9460
+ var __vue_component__$m = __vue_component__$l;
9457
9461
 
9458
9462
  //
9459
- var script = {
9463
+ var script$3 = {
9460
9464
  name: "NsSystemLogsCard",
9461
9465
  mixins: [UtilService, IconService],
9462
9466
  props: {
@@ -9575,10 +9579,10 @@ var script = {
9575
9579
  };
9576
9580
 
9577
9581
  /* script */
9578
- const __vue_script__ = script;
9582
+ const __vue_script__$3 = script$3;
9579
9583
  /* template */
9580
9584
 
9581
- var __vue_render__$7 = function () {
9585
+ var __vue_render__$9 = function () {
9582
9586
  var _vm = this;
9583
9587
 
9584
9588
  var _h = _vm.$createElement;
@@ -9605,754 +9609,304 @@ var __vue_render__$7 = function () {
9605
9609
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9606
9610
  };
9607
9611
 
9608
- var __vue_staticRenderFns__$7 = [];
9612
+ var __vue_staticRenderFns__$9 = [];
9609
9613
  /* style */
9610
9614
 
9611
- const __vue_inject_styles__$7 = undefined;
9615
+ const __vue_inject_styles__$a = undefined;
9612
9616
  /* scoped */
9613
9617
 
9614
- const __vue_scope_id__$7 = "data-v-aec74b8e";
9618
+ const __vue_scope_id__$a = "data-v-aec74b8e";
9615
9619
  /* module identifier */
9616
9620
 
9617
- const __vue_module_identifier__$7 = undefined;
9621
+ const __vue_module_identifier__$a = undefined;
9618
9622
  /* functional template */
9619
9623
 
9620
- const __vue_is_functional_template__$7 = false;
9624
+ const __vue_is_functional_template__$a = false;
9621
9625
  /* style inject */
9622
9626
 
9623
9627
  /* style inject SSR */
9624
9628
 
9625
9629
  /* style inject shadow dom */
9626
9630
 
9627
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
9628
- render: __vue_render__$7,
9629
- staticRenderFns: __vue_staticRenderFns__$7
9630
- }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
9631
-
9632
- var __vue_component__$f = __vue_component__$e;
9633
-
9634
- /* script */
9635
-
9636
- /* template */
9637
- var __vue_render__$6 = function () {
9638
- var _vm = this;
9639
-
9640
- var _h = _vm.$createElement;
9631
+ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
9632
+ render: __vue_render__$9,
9633
+ staticRenderFns: __vue_staticRenderFns__$9
9634
+ }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
9641
9635
 
9642
- var _c = _vm._self._c || _h;
9636
+ var __vue_component__$k = __vue_component__$j;
9643
9637
 
9644
- return _c('path', {
9645
- attrs: {
9646
- "id": "gear_2_",
9647
- "d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
9638
+ //
9639
+ var script$2 = {
9640
+ name: "NsTimePicker",
9641
+ mixins: [uidMixin, carbonPrefixMixin, themeMixin],
9642
+ props: {
9643
+ value: String,
9644
+ label: {
9645
+ type: String,
9646
+ default: "hh:mm"
9647
+ },
9648
+ hideClearButton: {
9649
+ type: Boolean,
9650
+ default: false
9651
+ },
9652
+ invalidMessage: {
9653
+ type: String,
9654
+ default: ""
9648
9655
  }
9649
- });
9650
- };
9651
-
9652
- var __vue_staticRenderFns__$6 = [];
9653
- /* style */
9654
-
9655
- const __vue_inject_styles__$6 = undefined;
9656
- /* scoped */
9657
-
9658
- const __vue_scope_id__$6 = undefined;
9659
- /* module identifier */
9660
-
9661
- const __vue_module_identifier__$6 = undefined;
9662
- /* functional template */
9656
+ },
9663
9657
 
9664
- const __vue_is_functional_template__$6 = false;
9665
- /* style inject */
9658
+ data() {
9659
+ return {
9660
+ isInvalid: false
9661
+ };
9662
+ },
9666
9663
 
9667
- /* style inject SSR */
9664
+ mounted() {
9665
+ this.checkSlots();
9666
+ },
9668
9667
 
9669
- /* style inject shadow dom */
9668
+ updated() {
9669
+ this.checkSlots();
9670
+ },
9670
9671
 
9671
- const __vue_component__$c = /*#__PURE__*/normalizeComponent({
9672
- render: __vue_render__$6,
9673
- staticRenderFns: __vue_staticRenderFns__$6
9674
- }, __vue_inject_styles__$6, {}, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
9672
+ methods: {
9673
+ checkSlots() {
9674
+ // NOTE: this.$slots is not reactive so needs to be managed on updated
9675
+ this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
9676
+ }
9675
9677
 
9676
- var __vue_component__$d = __vue_component__$c;
9678
+ }
9679
+ };
9677
9680
 
9678
9681
  /* script */
9679
-
9682
+ const __vue_script__$2 = script$2;
9680
9683
  /* template */
9681
- var __vue_render__$5 = function () {
9682
- var _vm = this;
9683
-
9684
- var _h = _vm.$createElement;
9685
-
9686
- var _c = _vm._self._c || _h;
9687
-
9688
- return _c('path', {
9689
- attrs: {
9690
- "id": "love_1_",
9691
- "d": "M16.032,29.247c-0.092,0-0.185-0.035-0.255-0.105L3.008,16.373c-1.507-1.507-2.337-3.506-2.337-5.629\n\t\tc0-2.139,0.83-4.147,2.337-5.655c1.506-1.506,3.508-2.335,5.639-2.337c0,0,0.001,0,0.002,0c2.132,0,4.136,0.83,5.643,2.337\n\t\tl1.74,1.74l1.74-1.74c1.507-1.507,3.511-2.337,5.642-2.337c0.003,0,0.005,0,0.008,0c2.128,0.002,4.129,0.832,5.635,2.337\n\t\tc1.507,1.508,2.337,3.511,2.337,5.642s-0.83,4.134-2.337,5.642L16.287,29.142C16.216,29.212,16.124,29.247,16.032,29.247z\n\t\t M8.649,3.473c0,0-0.001,0-0.002,0C6.709,3.474,4.888,4.229,3.518,5.599C2.147,6.97,1.392,8.797,1.392,10.744\n\t\tc0,1.931,0.755,3.749,2.126,5.119l0,0l12.514,12.514l12.514-12.514c1.371-1.371,2.126-3.193,2.126-5.132s-0.755-3.761-2.126-5.132\n\t\tc-1.37-1.369-3.19-2.124-5.125-2.126c-0.003,0-0.006,0-0.008,0c-1.938,0-3.761,0.754-5.132,2.126l-1.995,1.995\n\t\tc-0.141,0.141-0.369,0.141-0.51,0l-1.995-1.995C12.412,4.228,10.588,3.473,8.649,3.473z"
9692
- }
9693
- });
9694
- };
9695
-
9696
- var __vue_staticRenderFns__$5 = [];
9697
- /* style */
9698
-
9699
- const __vue_inject_styles__$5 = undefined;
9700
- /* scoped */
9701
-
9702
- const __vue_scope_id__$5 = undefined;
9703
- /* module identifier */
9704
-
9705
- const __vue_module_identifier__$5 = undefined;
9706
- /* functional template */
9707
-
9708
- const __vue_is_functional_template__$5 = false;
9709
- /* style inject */
9710
-
9711
- /* style inject SSR */
9712
-
9713
- /* style inject shadow dom */
9714
-
9715
- const __vue_component__$a = /*#__PURE__*/normalizeComponent({
9716
- render: __vue_render__$5,
9717
- staticRenderFns: __vue_staticRenderFns__$5
9718
- }, __vue_inject_styles__$5, {}, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
9719
-
9720
- var __vue_component__$b = __vue_component__$a;
9721
9684
 
9722
- /* script */
9685
+ var __vue_render__$8 = function () {
9686
+ var _obj, _obj$1;
9723
9687
 
9724
- /* template */
9725
- var __vue_render__$4 = function () {
9726
9688
  var _vm = this;
9727
9689
 
9728
9690
  var _h = _vm.$createElement;
9729
9691
 
9730
9692
  var _c = _vm._self._c || _h;
9731
9693
 
9732
- return _c('path', {
9694
+ return _c('div', {
9695
+ class: "ns-time-picker cv-time-picker " + _vm.carbonPrefix + "--form-item"
9696
+ }, [_c('div', {
9697
+ class: [_vm.carbonPrefix + "--time-picker", (_obj = {}, _obj[_vm.carbonPrefix + "--time-picker--light"] = _vm.isLight, _obj)],
9733
9698
  attrs: {
9734
- "id": "warning--01_1_",
9735
- "d": "M31,29.36H1c-0.128,0-0.248-0.069-0.312-0.181c-0.064-0.111-0.064-0.248,0-0.359l15-26\n\tc0.129-0.224,0.495-0.224,0.624,0l15,26c0.064,0.111,0.064,0.248,0,0.359S31.129,29.36,31,29.36z M1.624,28.64h28.753L16,3.72\n\tL1.624,28.64z M16.36,20h-0.72V10h0.72V20z M16,23c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.552,23,16,23z"
9699
+ "data-invalid": _vm.isInvalid
9736
9700
  }
9737
- });
9701
+ }, [_c('div', {
9702
+ class: _vm.carbonPrefix + "--time-picker__input"
9703
+ }, [_c('label', {
9704
+ class: _vm.carbonPrefix + "--label",
9705
+ attrs: {
9706
+ "for": _vm.uid
9707
+ }
9708
+ }, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('vue-timepicker', _vm._b({
9709
+ class: ["time-picker-field " + _vm.carbonPrefix + "--time-picker__input-field " + _vm.carbonPrefix + "--text-input", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$1), {
9710
+ 'narrow-width': _vm.hideClearButton
9711
+ }],
9712
+ attrs: {
9713
+ "id": _vm.uid,
9714
+ "hide-clear-button": _vm.hideClearButton,
9715
+ "value": _vm.value
9716
+ },
9717
+ on: {
9718
+ "input": function ($event) {
9719
+ return _vm.$emit('input', $event);
9720
+ }
9721
+ }
9722
+ }, 'vue-timepicker', _vm.$attrs, false))], 1)]), _vm._v(" "), _vm.isInvalid ? _c('div', {
9723
+ class: _vm.carbonPrefix + "--form-requirement"
9724
+ }, [_vm._t("invalid-message", function () {
9725
+ return [_vm._v(_vm._s(_vm.invalidMessage))];
9726
+ })], 2) : _vm._e()]);
9738
9727
  };
9739
9728
 
9740
- var __vue_staticRenderFns__$4 = [];
9729
+ var __vue_staticRenderFns__$8 = [];
9741
9730
  /* style */
9742
9731
 
9743
- const __vue_inject_styles__$4 = undefined;
9732
+ const __vue_inject_styles__$9 = function (inject) {
9733
+ if (!inject) return;
9734
+ inject("data-v-e1e1beb2_0", {
9735
+ 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}",
9736
+ map: undefined,
9737
+ media: undefined
9738
+ }), inject("data-v-e1e1beb2_1", {
9739
+ source: ".ns-time-picker .time-picker-field,.ns-time-picker .time-picker-field:active,.ns-time-picker .time-picker-field:focus{outline:0}.ns-time-picker .time-picker-field input{height:100%!important;background:0 0!important;border:none!important;padding:0 1rem!important;font-family:\"IBM Plex Mono\",Menlo,\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",Courier,monospace!important;font-size:.875rem!important;font-weight:400!important;width:6rem!important;letter-spacing:.32px}.ns-time-picker .time-picker-field.narrow-width input{width:4.875rem!important}.ns-time-picker .time-picker-field .clear-btn{color:#797979;padding-right:1rem}.ns-time-picker .vue__time-picker .dropdown,.ns-time-picker .vue__time-picker-dropdown{top:2.5rem}.ns-time-picker .time-picker-field .dropdown .hint{display:none}",
9740
+ map: undefined,
9741
+ media: undefined
9742
+ });
9743
+ };
9744
9744
  /* scoped */
9745
9745
 
9746
- const __vue_scope_id__$4 = undefined;
9746
+
9747
+ const __vue_scope_id__$9 = "data-v-e1e1beb2";
9747
9748
  /* module identifier */
9748
9749
 
9749
- const __vue_module_identifier__$4 = undefined;
9750
+ const __vue_module_identifier__$9 = undefined;
9750
9751
  /* functional template */
9751
9752
 
9752
- const __vue_is_functional_template__$4 = false;
9753
- /* style inject */
9754
-
9753
+ const __vue_is_functional_template__$9 = false;
9755
9754
  /* style inject SSR */
9756
9755
 
9757
9756
  /* style inject shadow dom */
9758
9757
 
9759
- const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
9760
- render: __vue_render__$4,
9761
- staticRenderFns: __vue_staticRenderFns__$4
9762
- }, __vue_inject_styles__$4, {}, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
9763
-
9764
- var __vue_component__$9 = __vue_component__$8;
9765
-
9766
- /* script */
9767
-
9768
- /* template */
9769
- var __vue_render__$3 = function () {
9770
- var _vm = this;
9771
-
9772
- var _h = _vm.$createElement;
9758
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
9759
+ render: __vue_render__$8,
9760
+ staticRenderFns: __vue_staticRenderFns__$8
9761
+ }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
9773
9762
 
9774
- var _c = _vm._self._c || _h;
9763
+ var __vue_component__$i = __vue_component__$h;
9775
9764
 
9776
- return _c('path', {
9777
- attrs: {
9778
- "id": "bulldozer_1_",
9779
- "d": "M17,7.36c-1.618,0-1.86-1.009-1.86-1.61V4c0-0.142-0.028-1.382-1.01-1.382c-1.27,0-1.99-0.59-1.99-1.618\n\tc0-0.199,0.161-0.36,0.36-0.36S12.86,0.801,12.86,1c0,0.222,0,0.898,1.257,0.898c1.202,0,1.743,1.089,1.743,2.102v1.75\n\tc0,0.462,0.138,0.89,1.14,0.89c0.199,0,0.36,0.161,0.36,0.36S17.199,7.36,17,7.36z M14,6.604c-1.092,0-1.854-0.763-1.854-1.854V4\n\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v0.75c0,0.548,0.298,1.135,1.135,1.135c0.199,0,0.36,0.161,0.36,0.36\n\tS14.198,6.604,14,6.604z M17,4.362c-0.199,0-0.36-0.161-0.36-0.36V2.508c0-0.529-0.299-1.148-1.14-1.148\n\tc-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c1.095,0,1.86,0.768,1.86,1.868v1.495C17.36,4.201,17.199,4.362,17,4.362z\n\t M5,28c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S5,27.448,5,28z M8.5,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1\n\tS9.052,27,8.5,27z M13,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,27,13,27z M17.5,27c-0.552,0-1,0.448-1,1\n\ts0.448,1,1,1s1-0.448,1-1S18.052,27,17.5,27z M22,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S22.552,27,22,27z M22,31.36H4\n\tc-1.853,0-3.36-1.508-3.36-3.36c0-1.731,1.316-3.161,3-3.341V23.36H1c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36\n\th12c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-1.64v5.28h8.28V7.362L18,7.36V6.64l2,0.002\n\tc0.199,0,0.36,0.161,0.36,0.36v9.638c1.106,0.024,2,0.935,2,2.052v1.947h2.252c0.082-0.979,0.496-1.937,1.244-2.685\n\tc0.067-0.067,0.159-0.105,0.255-0.105h2.596c0.438-1.124,1.117-2.183,2.038-3.104l0.51,0.509c-1.568,1.568-2.432,3.608-2.432,5.746\n\ts0.863,4.178,2.432,5.745l-0.51,0.51c-0.921-0.922-1.601-1.981-2.038-3.104h-2.596c-0.096,0-0.188-0.038-0.255-0.105\n\tc-0.748-0.748-1.162-1.705-1.244-2.685H22.36v3.299c1.684,0.18,3,1.609,3,3.341C25.36,29.853,23.853,31.36,22,31.36z M4,25.36\n\tc-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64h18c1.456,0,2.64-1.184,2.64-2.64s-1.184-2.64-2.64-2.64H4z M4.36,24.64h17.28\n\tv-5.947c0-0.734-0.594-1.332-1.324-1.332H1.36v5.279H4c0.199,0,0.36,0.161,0.36,0.36V24.64z M26.265,23.43h2.198\n\tc-0.464-1.588-0.464-3.271,0-4.859h-2.198c-0.613,0.664-0.95,1.521-0.95,2.43S25.651,22.766,26.265,23.43z M5.36,16.64h5.28v-5.28\n\tH5.36V16.64z M1.36,16.64h3.28v-5.28H1.36V16.64z M1.36,10.64h11.28V9.36H1.36V10.64z M11,19.36H9v-0.72h2V19.36z"
9765
+ /*
9766
+ * This component optionally wraps slotted content with the specified tag-type.
9767
+ *
9768
+ * If no tag-type is supplied then the slotted content is unwrapped.
9769
+ *
9770
+ * Unwrapped slots do not recieve class, style or attributes attached to the wrapper
9771
+ *
9772
+ * NOTE: If used at the top level of a component in the unwrapped case your component still needs to have a single root node.
9773
+ *
9774
+ */
9775
+ var NsWrapper = {
9776
+ name: "NsWrapper",
9777
+ functional: true,
9778
+ props: {
9779
+ tagType: {
9780
+ type: String,
9781
+ default: undefined
9780
9782
  }
9781
- });
9782
- };
9783
-
9784
- var __vue_staticRenderFns__$3 = [];
9785
- /* style */
9786
-
9787
- const __vue_inject_styles__$3 = undefined;
9788
- /* scoped */
9783
+ },
9789
9784
 
9790
- const __vue_scope_id__$3 = undefined;
9791
- /* module identifier */
9785
+ render(createElement, context) {
9786
+ if (context.props.tagType) {
9787
+ return createElement(context.props.tagType, {
9788
+ attrs: context.data.attrs,
9789
+ class: `${context.data.class || ""} ${context.data.staticClass || ""}`.trim(),
9790
+ style: { ...context.data.staticStyle,
9791
+ ...context.data.style
9792
+ },
9793
+ on: context.listeners
9794
+ }, context.slots().default);
9795
+ } else {
9796
+ return context.slots().default;
9797
+ }
9798
+ }
9792
9799
 
9793
- const __vue_module_identifier__$3 = undefined;
9794
- /* functional template */
9800
+ };
9795
9801
 
9796
- const __vue_is_functional_template__$3 = false;
9797
- /* style inject */
9802
+ var script$1 = {
9803
+ name: "NsPagination",
9804
+ extends: CvPagination,
9805
+ props: {
9806
+ backwardsButtonDisabled: Boolean,
9807
+ forwardsButtonDisabled: Boolean,
9808
+ backwardText: {
9809
+ type: String,
9810
+ default: "Prev page"
9811
+ },
9812
+ forwardText: {
9813
+ type: String,
9814
+ default: "Next page"
9815
+ },
9816
+ pageNumberLabel: {
9817
+ type: String,
9818
+ default: "Page number:"
9819
+ },
9820
+ pageSizesLabel: {
9821
+ type: String,
9822
+ default: "Items per page:"
9823
+ },
9824
+ numberOfItems: {
9825
+ type: Number,
9826
+ default: Infinity
9827
+ },
9828
+ actualItemsOnPage: {
9829
+ type: Number,
9830
+ default: Infinity
9831
+ },
9832
+ page: Number,
9833
+ pageSizes: {
9834
+ type: Array,
9835
+ default: () => [10, 20, 30, 40, 50]
9836
+ },
9837
+ // added
9838
+ rangeOfTotalItemsLabel: {
9839
+ type: String,
9840
+ default: "{range} of {total} items"
9841
+ },
9842
+ ofTotalPagesLabel: {
9843
+ type: String,
9844
+ default: "of {total} pages"
9845
+ }
9846
+ },
9847
+ computed: {
9848
+ pageOfPages() {
9849
+ const {
9850
+ pages,
9851
+ items
9852
+ } = this.ofNPagesProps;
9853
+
9854
+ if (items !== Infinity) {
9855
+ return this.ofTotalPagesLabel.replace("{total}", pages);
9856
+ }
9798
9857
 
9799
- /* style inject SSR */
9858
+ return `Page ${this.pageValue}`;
9859
+ },
9800
9860
 
9801
- /* style inject shadow dom */
9861
+ rangeText() {
9862
+ const {
9863
+ start,
9864
+ end,
9865
+ items
9866
+ } = this.rangeProps;
9802
9867
 
9803
- const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
9804
- render: __vue_render__$3,
9805
- staticRenderFns: __vue_staticRenderFns__$3
9806
- }, __vue_inject_styles__$3, {}, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, undefined, undefined);
9868
+ if (items !== Infinity) {
9869
+ // replace {range} and {total} in rangeOfTotalItemsLabel
9870
+ return this.rangeOfTotalItemsLabel.replace("{range}", `${start}-${end}`).replace("{total}", items);
9871
+ } else {
9872
+ return `${start}-${end}`;
9873
+ }
9874
+ }
9807
9875
 
9808
- var __vue_component__$7 = __vue_component__$6;
9876
+ }
9877
+ };
9809
9878
 
9810
9879
  /* script */
9811
-
9880
+ const __vue_script__$1 = script$1;
9812
9881
  /* template */
9813
- var __vue_render__$2 = function () {
9814
- var _vm = this;
9815
-
9816
- var _h = _vm.$createElement;
9817
9882
 
9818
- var _c = _vm._self._c || _h;
9883
+ /* style */
9819
9884
 
9820
- return _c('path', {
9821
- attrs: {
9822
- "id": "group",
9823
- "d": "M24.36,31h-0.72v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363c1.517-0.675,2.496-2.181,2.496-3.836c0-2.316-1.884-4.201-4.2-4.201S11.8,9.244,11.8,11.561\n\tc0,1.655,0.98,3.162,2.496,3.836c0.141,0.063,0.227,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316\n\tc-3.458,0.82-5.872,3.872-5.872,7.424V31H7.64v-7.5c0-3.592,2.257-6.718,5.585-7.879c-1.326-0.907-2.146-2.421-2.146-4.061\n\tc0-1.964,1.157-3.664,2.826-4.452C14.101,6.617,14.2,6.097,14.2,5.561c0-2.316-1.884-4.201-4.2-4.201S5.799,3.244,5.799,5.561\n\tc0,1.656,0.98,3.162,2.496,3.836C8.437,9.46,8.521,9.606,8.507,9.76c-0.014,0.153-0.125,0.281-0.275,0.316\n\tC4.774,10.896,2.36,13.948,2.36,17.5V25H1.64v-7.5c0-3.592,2.257-6.718,5.585-7.879C5.899,8.714,5.08,7.2,5.08,5.561\n\tc0-2.713,2.207-4.92,4.92-4.92s4.92,2.207,4.92,4.92c0,0.422-0.052,0.836-0.157,1.237c0.791-0.205,1.683-0.205,2.473,0\n\tc-0.104-0.401-0.157-0.815-0.157-1.237c0-2.713,2.208-4.92,4.921-4.92s4.921,2.207,4.921,4.92c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879V25H29.64v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363C25.221,8.722,26.2,7.216,26.2,5.561c0-2.316-1.884-4.201-4.2-4.201s-4.2,1.884-4.2,4.201\n\tc0,0.536,0.099,1.056,0.295,1.548c1.669,0.789,2.826,2.488,2.826,4.452c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879L24.36,31L24.36,31z"
9824
- }
9885
+ const __vue_inject_styles__$8 = function (inject) {
9886
+ if (!inject) return;
9887
+ inject("data-v-01f52cb6_0", {
9888
+ source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
9889
+ map: undefined,
9890
+ media: undefined
9825
9891
  });
9826
9892
  };
9827
-
9828
- var __vue_staticRenderFns__$2 = [];
9829
- /* style */
9830
-
9831
- const __vue_inject_styles__$2 = undefined;
9832
9893
  /* scoped */
9833
9894
 
9834
- const __vue_scope_id__$2 = undefined;
9895
+
9896
+ const __vue_scope_id__$8 = undefined;
9835
9897
  /* module identifier */
9836
9898
 
9837
- const __vue_module_identifier__$2 = undefined;
9899
+ const __vue_module_identifier__$8 = undefined;
9838
9900
  /* functional template */
9839
9901
 
9840
- const __vue_is_functional_template__$2 = false;
9841
- /* style inject */
9842
-
9902
+ const __vue_is_functional_template__$8 = undefined;
9843
9903
  /* style inject SSR */
9844
9904
 
9845
9905
  /* style inject shadow dom */
9846
9906
 
9847
- const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
9848
- render: __vue_render__$2,
9849
- staticRenderFns: __vue_staticRenderFns__$2
9850
- }, __vue_inject_styles__$2, {}, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, undefined, undefined);
9851
-
9852
- var __vue_component__$5 = __vue_component__$4;
9853
-
9854
- /* script */
9855
-
9856
- /* template */
9857
- var __vue_render__$1 = function () {
9858
- var _vm = this;
9859
-
9860
- var _h = _vm.$createElement;
9861
-
9862
- var _c = _vm._self._c || _h;
9863
-
9864
- return _c('path', {
9865
- attrs: {
9866
- "id": "hard--drive",
9867
- "d": "M26,6c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S26.552,6,26,6z M27,16c0-0.552-0.448-1-1-1\n\ts-1,0.448-1,1s0.448,1,1,1S27,16.552,27,16z M27,27c0-0.552-0.448-1-1-1s-1,0.448-1,1s0.448,1,1,1S27,27.552,27,27z M31,31.36H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8\n\tC31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28v-7.28H1.36V30.64z M31,20.36H1c-0.199,0-0.36-0.161-0.36-0.36v-8\n\tc0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8C31.36,20.199,31.199,20.36,31,20.36z M1.36,19.64h29.28v-7.28\n\tH1.36V19.64z M31,9.36H1C0.801,9.36,0.64,9.199,0.64,9V1c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8\n\tC31.36,9.199,31.199,9.36,31,9.36z M1.36,8.64h29.28V1.36H1.36V8.64z"
9868
- }
9869
- });
9870
- };
9871
-
9872
- var __vue_staticRenderFns__$1 = [];
9873
- /* style */
9874
-
9875
- const __vue_inject_styles__$1 = undefined;
9876
- /* scoped */
9877
-
9878
- const __vue_scope_id__$1 = undefined;
9879
- /* module identifier */
9880
-
9881
- const __vue_module_identifier__$1 = undefined;
9882
- /* functional template */
9883
-
9884
- const __vue_is_functional_template__$1 = false;
9885
- /* style inject */
9886
-
9887
- /* style inject SSR */
9888
-
9889
- /* style inject shadow dom */
9890
-
9891
- const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
9892
- render: __vue_render__$1,
9893
- staticRenderFns: __vue_staticRenderFns__$1
9894
- }, __vue_inject_styles__$1, {}, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);
9895
-
9896
- var __vue_component__$3 = __vue_component__$2;
9897
-
9898
- /* script */
9899
-
9900
- /* template */
9901
- var __vue_render__ = function () {
9902
- var _vm = this;
9903
-
9904
- var _h = _vm.$createElement;
9905
-
9906
- var _c = _vm._self._c || _h;
9907
-
9908
- return _c('path', {
9909
- attrs: {
9910
- "id": "user_1_",
9911
- "d": "M31.36,31h-0.72c0-6.432-4.777-12.232-11.359-13.792c-0.15-0.036-0.261-0.163-0.275-0.317\n\tc-0.015-0.153,0.071-0.299,0.212-0.362c2.861-1.273,4.71-4.116,4.71-7.241c0-4.371-3.556-7.927-7.927-7.927\n\tc-4.372,0-7.928,3.556-7.928,7.927c0,3.125,1.849,5.968,4.711,7.241c0.141,0.063,0.226,0.209,0.212,0.362\n\tc-0.014,0.154-0.125,0.281-0.275,0.317C6.137,18.768,1.36,24.568,1.36,31H0.64c0-6.46,4.574-12.312,11.002-14.248\n\tc-2.634-1.539-4.291-4.375-4.291-7.465c0-4.768,3.879-8.647,8.648-8.647c4.768,0,8.647,3.879,8.647,8.647\n\tc0,3.09-1.656,5.926-4.29,7.465C26.786,18.688,31.36,24.54,31.36,31z"
9912
- }
9913
- });
9914
- };
9915
-
9916
- var __vue_staticRenderFns__ = [];
9917
- /* style */
9918
-
9919
- const __vue_inject_styles__ = undefined;
9920
- /* scoped */
9921
-
9922
- const __vue_scope_id__ = undefined;
9923
- /* module identifier */
9924
-
9925
- const __vue_module_identifier__ = undefined;
9926
- /* functional template */
9927
-
9928
- const __vue_is_functional_template__ = false;
9929
- /* style inject */
9930
-
9931
- /* style inject SSR */
9932
-
9933
- /* style inject shadow dom */
9934
-
9935
- const __vue_component__ = /*#__PURE__*/normalizeComponent({
9936
- render: __vue_render__,
9937
- staticRenderFns: __vue_staticRenderFns__
9938
- }, __vue_inject_styles__, {}, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
9939
-
9940
- var __vue_component__$1 = __vue_component__;
9941
-
9942
- var queryParam = {
9943
- name: "QueryParamService",
9944
- methods: {
9945
- // used by core and external apps to dynamically register a watch for every object inside data.q
9946
- watchQueryData(context) {
9947
- if (context.q) {
9948
- Object.keys(context.q).forEach(dataItem => {
9949
- context.$watch("q." + dataItem, function () {
9950
- this.dataToQueryParams(context);
9951
- });
9952
- });
9953
- }
9954
- },
9955
-
9956
- // used only by external apps to sync UI status with URL query parameters
9957
- initUrlBindingForApp(context, page) {
9958
- let queryParams = this.getQueryParamsForApp();
9959
- const requestedPage = queryParams.page || "status";
9960
-
9961
- if (requestedPage != page) {
9962
- return;
9963
- }
9964
-
9965
- this.syncQueryParamsAndDataForApp(context);
9966
- return setInterval(() => this.checkUrlChangeForApp(context, page), 500);
9967
- },
9968
-
9969
- // used only by external apps to sync UI status with URL query parameters
9970
- syncQueryParamsAndDataForApp(context) {
9971
- this.queryParamsToDataForApp(context);
9972
- this.dataToQueryParams(context);
9973
- },
9974
-
9975
- // used to sync UI status with URL query parameters
9976
- dataToQueryParams(context) {
9977
- let queryParams = [];
9907
+ 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);
9978
9908
 
9979
- for (const [key, value] of Object.entries(context.q)) {
9980
- queryParams.push(key + "=" + encodeURIComponent(value));
9981
- }
9982
-
9983
- const urlWithParams = window.parent.core.$route.path + "?" + queryParams.join("&");
9984
-
9985
- if (window.parent.core.$route.fullPath != urlWithParams) {
9986
- window.parent.core.$router.replace(urlWithParams);
9987
- }
9988
- },
9989
-
9990
- // used only by external apps to sync UI status with URL query parameters
9991
- checkUrlChangeForApp(context, page) {
9992
- const newUrl = window.parent.location.href;
9993
-
9994
- if (newUrl != context.currentUrl) {
9995
- context.currentUrl = newUrl;
9996
- const queryParams = this.getQueryParamsForApp();
9997
- const requestedPage = queryParams.page || "status"; // emit app navigation event
9998
-
9999
- const appInstance = /#\/apps\/(\w+)/.exec(window.parent.location.hash)[1];
10000
- context.$root.$emit("appNavigation", appInstance, requestedPage);
10001
-
10002
- if (requestedPage !== page) {
10003
- // trigger a custom event to change app route
10004
- window.dispatchEvent(new CustomEvent("changeRoute", {
10005
- detail: requestedPage
10006
- }));
10007
- } else {
10008
- this.syncQueryParamsAndDataForApp(context);
10009
- }
10010
- }
10011
-
10012
- context.currentUrl = window.parent.location.href;
10013
- },
10014
-
10015
- getPage() {
10016
- let queryParams = this.getQueryParamsForApp();
10017
- const page = queryParams.page || "status";
10018
- return page;
10019
- },
10020
-
10021
- queryParamsToDataForCore(context, queryParams) {
10022
- if (context.q) {
10023
- Object.keys(context.q).forEach(dataItem => {
10024
- if (typeof queryParams[dataItem] !== "undefined") {
10025
- context.q[dataItem] = this.getTypedValue(queryParams[dataItem]);
10026
- }
10027
- });
10028
- }
10029
- },
10030
-
10031
- // used to map a query string parameter value to its typed value
10032
- getTypedValue(stringValue) {
10033
- if (stringValue === "true") {
10034
- return true;
10035
- }
10036
-
10037
- if (stringValue === "false") {
10038
- return false;
10039
- }
10040
-
10041
- return stringValue;
10042
- },
10043
-
10044
- // used only by external apps to sync UI status with URL query parameters
10045
- queryParamsToDataForApp(context) {
10046
- let queryParams = this.getQueryParamsForApp();
10047
-
10048
- if (context.q) {
10049
- Object.keys(context.q).forEach(dataItem => {
10050
- if (typeof queryParams[dataItem] !== "undefined") {
10051
- context.q[dataItem] = this.getTypedValue(queryParams[dataItem]);
10052
- }
10053
- });
10054
- }
10055
- },
10056
-
10057
- // used only by core to extract query parameters from URL
10058
- getQueryParamsForCore() {
10059
- if (!window.location.hash.includes("?") || window.location.hash.split("?").length < 2) {
10060
- return {};
10061
- }
10062
-
10063
- const params = new URLSearchParams(window.location.hash.split("?").pop());
10064
- let queryParams = {};
10065
- params.forEach((value, key) => {
10066
- if (key) {
10067
- queryParams[key] = value;
10068
- }
10069
- });
10070
- return queryParams;
10071
- },
10072
-
10073
- // used only by external apps to extract query parameters from URL
10074
- getQueryParamsForApp() {
10075
- if (!window.parent.location.hash.includes("?") || window.parent.location.hash.split("?").length < 2) {
10076
- return {};
10077
- }
10078
-
10079
- const params = new URLSearchParams(window.parent.location.hash.split("?").pop());
10080
- let queryParams = {};
10081
- params.forEach((value, key) => {
10082
- if (key) {
10083
- queryParams[key] = value;
10084
- }
10085
- });
10086
- return queryParams;
10087
- }
10088
-
10089
- }
10090
- };
10091
-
10092
- var StorageService = {
10093
- name: "StorageService",
10094
- methods: {
10095
- getFromStorage(prop) {
10096
- return JSON.parse(localStorage.getItem(prop));
10097
- },
10098
-
10099
- saveToStorage(prop, object) {
10100
- localStorage.setItem(prop, JSON.stringify(object));
10101
- },
10102
-
10103
- deleteFromStorage(prop) {
10104
- localStorage.removeItem(prop);
10105
- }
10106
-
10107
- }
10108
- };
10109
-
10110
- var task = {
10111
- name: "TaskService",
10112
- mixins: [StorageService, UtilService],
10113
- methods: {
10114
- getTaskContext(taskPath) {
10115
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10116
- return this.axios.get(`${this.$root.apiUrl}/${taskPath}/context`, {
10117
- headers: {
10118
- Authorization: `Bearer ${token}`
10119
- }
10120
- });
10121
- },
10122
-
10123
- getTaskStatus(taskPath) {
10124
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10125
- return this.axios.get(`${this.$root.apiUrl}/${taskPath}/status`, {
10126
- headers: {
10127
- Authorization: `Bearer ${token}`
10128
- }
10129
- });
10130
- },
10131
-
10132
- getClusterTasks() {
10133
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10134
- return this.axios.get(`${this.$root.apiUrl}/cluster/tasks`, {
10135
- headers: {
10136
- Authorization: `Bearer ${token}`
10137
- }
10138
- });
10139
- },
10140
-
10141
- createClusterTask(taskData) {
10142
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10143
- return this.axios.post(`${this.$root.apiUrl}/cluster/tasks`, taskData, {
10144
- headers: {
10145
- Authorization: `Bearer ${token}`
10146
- }
10147
- });
10148
- },
10149
-
10150
- createClusterTaskForApp(taskData) {
10151
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10152
- return this.axios.post(`${window.parent.core.$root.apiUrl}/cluster/tasks`, taskData, {
10153
- headers: {
10154
- Authorization: `Bearer ${token}`
10155
- }
10156
- });
10157
- },
10158
-
10159
- createModuleTaskForApp(moduleId, taskData) {
10160
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10161
- return this.axios.post(`${window.parent.core.$root.apiUrl}/module/${moduleId}/tasks`, taskData, {
10162
- headers: {
10163
- Authorization: `Bearer ${token}`
10164
- }
10165
- });
10166
- },
10167
-
10168
- createNodeTask(nodeId, taskData) {
10169
- const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
10170
- return this.axios.post(`${this.$root.apiUrl}/node/${nodeId}/tasks`, taskData, {
10171
- headers: {
10172
- Authorization: `Bearer ${token}`
10173
- }
10174
- });
10175
- },
10176
-
10177
- getTaskTitle(task) {
10178
- if (task && task.context && task.context.extra && task.context.extra.title) {
10179
- return task.context.extra.title;
10180
- } else {
10181
- return "";
10182
- }
10183
- },
10184
-
10185
- getTaskKind(task) {
10186
- switch (task.status) {
10187
- case "aborted":
10188
- case "validation-failed":
10189
- return "error";
10190
-
10191
- case "completed":
10192
- return "success";
10193
-
10194
- case "pending":
10195
- return "warning";
10196
-
10197
- default:
10198
- return "info";
10199
- }
10200
- },
10201
-
10202
- getTaskIcon(task) {
10203
- switch (task.status) {
10204
- case "aborted":
10205
- case "validation-failed":
10206
- return ErrorFilled16;
10207
-
10208
- case "completed":
10209
- return CheckmarkFilled16;
10210
-
10211
- case "pending":
10212
- return Warning16;
10213
-
10214
- default:
10215
- return InformationFilled16;
10216
- }
10217
- },
10218
-
10219
- getTaskStatusDescription(task, rootTask = true) {
10220
- let taskLabel = task.context.action; // use taskName instead of action, if available
10221
-
10222
- if (task.context.extra && task.context.extra.taskName) {
10223
- taskLabel = task.context.extra.taskName;
10224
- }
10225
-
10226
- const taskOrSubtask = rootTask ? "task" : "subtask";
10227
- let taskPrefix = "";
10228
-
10229
- if (task.result && task.result.file) {
10230
- taskPrefix = task.result.file.split("task/")[0];
10231
- }
10232
-
10233
- taskLabel = taskPrefix + taskLabel;
10234
-
10235
- switch (task.status) {
10236
- case "aborted":
10237
- return this.$t("task." + taskOrSubtask + "_failed", {
10238
- task: taskLabel
10239
- });
10240
-
10241
- case "validation-failed":
10242
- return this.$t("task." + taskOrSubtask + "_failed_validation", {
10243
- task: taskLabel
10244
- });
10245
-
10246
- case "completed":
10247
- return this.$t("task." + taskOrSubtask + "_completed", {
10248
- task: taskLabel
10249
- });
10250
-
10251
- case "pending":
10252
- return this.$t("task." + taskOrSubtask + "_pending", {
10253
- task: taskLabel
10254
- });
10255
-
10256
- case "running":
10257
- return this.$t("task." + taskOrSubtask + "_running", {
10258
- task: taskLabel
10259
- });
10260
-
10261
- default:
10262
- return "";
10263
- }
10264
- },
10265
-
10266
- createErrorNotification(err, message) {
10267
- console.error(err);
10268
- this.$root.$emit("createErrorNotification", err, message);
10269
- },
10270
-
10271
- createErrorNotificationForApp(err, message) {
10272
- console.error(err);
10273
- window.parent.core.$root.$emit("createErrorNotification", err, message);
10274
- }
10275
-
10276
- }
10277
- };
10278
-
10279
- var dataTable = {
10280
- name: "DataTableService",
10281
- mixins: [UtilService],
10282
-
10283
- data() {
10284
- return {
10285
- pageStart: 0,
10286
- pageNumber: 0,
10287
- pageLength: 0
10288
- };
10289
- },
10290
-
10291
- computed: {
10292
- pagination() {
10293
- return {
10294
- numberOfItems: this.tableRows.length,
10295
- pageSizes: [10, 25, 50, 100]
10296
- };
10297
- },
10298
-
10299
- tablePage() {
10300
- if (this.pagination) {
10301
- return this.tableRows.slice(this.pageStart, this.pageStart + this.pageLength);
10302
- } else {
10303
- return this.tableRows;
10304
- }
10305
- }
10306
-
10307
- },
10308
- methods: {
10309
- paginateTable(ev) {
10310
- this.pageStart = ev.start - 1;
10311
- this.pageNumber = ev.page;
10312
- this.pageLength = ev.length;
10313
- },
10314
-
10315
- sortTable(ev) {
10316
- const order = ev.order;
10317
-
10318
- if (order === "none") {
10319
- return;
10320
- }
10321
-
10322
- const propertyToSort = this.tableColumns[ev.index];
10323
- this.tableRows.sort(this.sortByProperty(propertyToSort));
10324
-
10325
- if (ev.order === "descending") {
10326
- this.tableRows.reverse();
10327
- }
10328
- }
10329
-
10330
- }
10331
- };
10332
-
10333
- function getPageTitle(vm) {
10334
- const {
10335
- pageTitle
10336
- } = vm.$options;
10337
-
10338
- if (pageTitle) {
10339
- return typeof pageTitle === "function" ? pageTitle.call(vm) : pageTitle;
10340
- }
10341
- }
10342
-
10343
- var pageTitle = {
10344
- name: "PageTitleService",
10345
-
10346
- created() {
10347
- const pageTitle = getPageTitle(this);
10348
-
10349
- if (pageTitle) {
10350
- // window.document would be ok for core, but with window.parent.document we support external apps too (window.parent == window, if it's the root window)
10351
- window.parent.document.title = pageTitle;
10352
- }
10353
- }
10354
-
10355
- };
9909
+ var NsPagination = __vue_component__$g;
10356
9910
 
10357
9911
  var v$3 = "5.6.1";
10358
9912
  var fr$3 = 24;
@@ -17376,16 +16930,1321 @@ var GearsLottie = {
17376
16930
  markers: markers
17377
16931
  };
17378
16932
 
17379
- var lottie = {
17380
- name: "IconService",
16933
+ var LottieService = {
16934
+ name: "IconService",
16935
+
16936
+ data() {
16937
+ return {
16938
+ GhostLottie,
16939
+ GhostDarkBgLottie,
16940
+ RocketLottie,
16941
+ GearsLottie
16942
+ };
16943
+ }
16944
+
16945
+ };
16946
+
16947
+ //
16948
+ var script = {
16949
+ name: "NsDataTable",
16950
+ extends: CvDataTable,
16951
+ components: {
16952
+ CvButton,
16953
+ CvDataTableHeading,
16954
+ CvDataTableRow,
16955
+ CvDataTableCell,
16956
+ CvCheckbox,
16957
+ NsWrapper,
16958
+ Search16,
16959
+ Close16,
16960
+ ChevronRight16,
16961
+ NsPagination
16962
+ },
16963
+ mixins: [UtilService, LottieService],
16964
+ props: {
16965
+ actionBarAriaLabel: {
16966
+ type: String,
16967
+ default: "Table Action Bar"
16968
+ },
16969
+ collapseAllAriaLabel: {
16970
+ type: String,
16971
+ default: "Collapse all rows"
16972
+ },
16973
+ expandAllAriaLabel: {
16974
+ type: String,
16975
+ default: "Expand all rows"
16976
+ },
16977
+ selectAllAriaLabel: {
16978
+ type: String,
16979
+ default: "Select all rows"
16980
+ },
16981
+ autoWidth: Boolean,
16982
+ batchCancelLabel: {
16983
+ type: String,
16984
+ default: "cancel"
16985
+ },
16986
+ borderless: Boolean,
16987
+ overflowMenu: {
16988
+ type: [Boolean, Array],
16989
+ default: () => []
16990
+ },
16991
+ pageSizes: {
16992
+ type: Array,
16993
+ default: () => [10, 25, 50, 100]
16994
+ },
16995
+ rowSize: {
16996
+ type: String,
16997
+ default: "standard",
16998
+ validator: val => ["compact", "short", "standard", "tall", ""].includes(val)
16999
+ },
17000
+ searchLabel: {
17001
+ type: String,
17002
+ default: "Search"
17003
+ },
17004
+ searchPlaceholder: {
17005
+ type: String,
17006
+ default: "Search"
17007
+ },
17008
+ searchClearLabel: {
17009
+ type: String,
17010
+ default: "Clear search"
17011
+ },
17012
+ sortable: Boolean,
17013
+ title: String,
17014
+ columns: Array,
17015
+ data: Array,
17016
+ zebra: Boolean,
17017
+ stickyHeader: Boolean,
17018
+ rowsSelected: {
17019
+ type: Array,
17020
+ default: () => []
17021
+ },
17022
+ helperText: {
17023
+ type: String,
17024
+ default: undefined
17025
+ },
17026
+ expandingSearch: {
17027
+ type: Boolean,
17028
+ default: true
17029
+ },
17030
+ skeleton: Boolean,
17031
+ hasExpandAll: Boolean,
17032
+ staticWidth: Boolean,
17033
+ // added
17034
+ allRows: {
17035
+ type: Array,
17036
+ default: () => []
17037
+ },
17038
+ rawColumns: {
17039
+ type: Array,
17040
+ default: () => []
17041
+ },
17042
+ isSearchable: {
17043
+ type: Boolean,
17044
+ default: false
17045
+ },
17046
+ isLoading: {
17047
+ type: Boolean,
17048
+ default: false
17049
+ },
17050
+ skeletonRows: {
17051
+ type: Number,
17052
+ default: 10
17053
+ },
17054
+ noSearchResultsLabel: {
17055
+ type: String,
17056
+ default: "No results"
17057
+ },
17058
+ noSearchResultsDescription: {
17059
+ type: String,
17060
+ default: "Try changing your search query"
17061
+ },
17062
+ // default value of following props is defined in NsPagination
17063
+ itemsPerPageLabel: {
17064
+ type: String,
17065
+ default: undefined
17066
+ },
17067
+ rangeOfTotalItemsLabel: {
17068
+ type: String,
17069
+ default: undefined
17070
+ },
17071
+ ofTotalPagesLabel: {
17072
+ type: String,
17073
+ default: undefined
17074
+ },
17075
+ backwardText: {
17076
+ type: String,
17077
+ default: undefined
17078
+ },
17079
+ forwardText: {
17080
+ type: String,
17081
+ default: undefined
17082
+ },
17083
+ pageNumberLabel: {
17084
+ type: String,
17085
+ default: undefined
17086
+ }
17087
+ },
17088
+
17089
+ data() {
17090
+ return {
17091
+ filteredRows: [],
17092
+ searchFilter: "",
17093
+ pageStart: 0,
17094
+ pageNumber: 0,
17095
+ pageLength: 0
17096
+ };
17097
+ },
17098
+
17099
+ watch: {
17100
+ allRows: function () {
17101
+ this.filterRows();
17102
+ },
17103
+ filteredRows: function () {
17104
+ this.$emit("updatePage", this.tablePage);
17105
+ }
17106
+ },
17107
+
17108
+ created() {
17109
+ this.filterRows();
17110
+ },
17111
+
17112
+ computed: {
17113
+ newPagination() {
17114
+ if (this.pageSizes.length) {
17115
+ return {
17116
+ numberOfItems: this.filteredRows.length,
17117
+ pageSizes: this.pageSizes
17118
+ };
17119
+ } else {
17120
+ return false;
17121
+ }
17122
+ },
17123
+
17124
+ tablePage() {
17125
+ if (this.pageSizes.length) {
17126
+ return this.filteredRows.slice(this.pageStart, this.pageStart + this.pageLength);
17127
+ } else {
17128
+ return this.filteredRows;
17129
+ }
17130
+ },
17131
+
17132
+ internalPagination() {
17133
+ if (typeof this.newPagination === "object") {
17134
+ return this.newPagination;
17135
+ } else {
17136
+ if (this.newPagination === true) {
17137
+ return {};
17138
+ }
17139
+ }
17140
+
17141
+ return false;
17142
+ }
17143
+
17144
+ },
17145
+ methods: {
17146
+ onSort(srcComponent, val) {
17147
+ let index;
17148
+
17149
+ for (let colIndex in this.registeredHeadings) {
17150
+ const column = this.registeredHeadings[colIndex];
17151
+
17152
+ if (column.uid === srcComponent.uid) {
17153
+ column.internalOrder = val;
17154
+ index = colIndex;
17155
+ } else {
17156
+ column.internalOrder = "none";
17157
+ }
17158
+ }
17159
+
17160
+ this.sortTable({
17161
+ index,
17162
+ order: val
17163
+ });
17164
+ },
17165
+
17166
+ onSearchInput() {
17167
+ // workaround to detect click on clear search button; search is handled by filterRows() with debounce
17168
+ if (!this.searchFilter) {
17169
+ this.filteredRows = this.allRows;
17170
+ this.focusElement("tableSearch");
17171
+ }
17172
+ },
17173
+
17174
+ filterRows() {
17175
+ if (!this.searchFilter) {
17176
+ this.filteredRows = this.allRows;
17177
+ } else if (this.searchFilter) {
17178
+ // clean query
17179
+ const cleanRegex = /[^a-zA-Z0-9]/g;
17180
+ const queryText = this.searchFilter.replace(cleanRegex, "");
17181
+ const searchResults = this.allRows.filter(option => {
17182
+ // compare query text with attributes option
17183
+ return this.rawColumns.some(searchField => {
17184
+ const searchValue = option[searchField];
17185
+
17186
+ if (searchValue) {
17187
+ if (Array.isArray(searchValue)) {
17188
+ // search field is an array (e.g. groups)
17189
+ return searchValue.some(elem => {
17190
+ return new RegExp(queryText, "i").test(elem.replace(cleanRegex, ""));
17191
+ });
17192
+ } else {
17193
+ // search field is a simple string
17194
+ return new RegExp(queryText, "i").test(searchValue.replace(cleanRegex, ""));
17195
+ }
17196
+ } else {
17197
+ return false;
17198
+ }
17199
+ });
17200
+ }, this);
17201
+ this.filteredRows = searchResults;
17202
+ }
17203
+ },
17204
+
17205
+ paginateTable(ev) {
17206
+ this.pageStart = ev.start - 1;
17207
+ this.pageNumber = ev.page;
17208
+ this.pageLength = ev.length;
17209
+ this.$emit("updatePage", this.tablePage);
17210
+ },
17211
+
17212
+ sortTable(ev) {
17213
+ const order = ev.order;
17214
+
17215
+ if (order === "none") {
17216
+ return;
17217
+ }
17218
+
17219
+ const propertyToSort = this.rawColumns[ev.index];
17220
+ this.filteredRows.sort(this.sortByProperty(propertyToSort));
17221
+
17222
+ if (ev.order === "descending") {
17223
+ this.filteredRows.reverse();
17224
+ }
17225
+
17226
+ this.$emit("updatePage", this.tablePage);
17227
+ }
17228
+
17229
+ }
17230
+ };
17231
+
17232
+ /* script */
17233
+ const __vue_script__ = script;
17234
+ /* template */
17235
+
17236
+ var __vue_render__$7 = function () {
17237
+ var _obj, _obj$1, _obj$2, _obj$3;
17238
+
17239
+ var _vm = this;
17240
+
17241
+ var _h = _vm.$createElement;
17242
+
17243
+ var _c = _vm._self._c || _h;
17244
+
17245
+ return _c('div', {
17246
+ staticClass: "ns-data-table"
17247
+ }, [_vm.isSearchable ? _c('cv-search', {
17248
+ directives: [{
17249
+ name: "debounce",
17250
+ rawName: "v-debounce",
17251
+ value: _vm.filterRows,
17252
+ expression: "filterRows"
17253
+ }],
17254
+ ref: "tableSearch",
17255
+ attrs: {
17256
+ "label": _vm.searchLabel,
17257
+ "placeholder": _vm.searchPlaceholder,
17258
+ "clear-aria-label": _vm.searchClearLabel,
17259
+ "disabled": _vm.isLoading,
17260
+ "light": false
17261
+ },
17262
+ on: {
17263
+ "input": _vm.onSearchInput
17264
+ },
17265
+ model: {
17266
+ value: _vm.searchFilter,
17267
+ callback: function ($$v) {
17268
+ _vm.searchFilter = $$v;
17269
+ },
17270
+ expression: "searchFilter"
17271
+ }
17272
+ }) : _vm._e(), _vm._v(" "), _vm.isLoading ? _c('cv-data-table-skeleton', {
17273
+ attrs: {
17274
+ "columns": _vm.columns,
17275
+ "rows": _vm.skeletonRows
17276
+ }
17277
+ }) : !_vm.allRows.length ? [_c('cv-tile', [_vm._t("empty-state")], 2)] : !_vm.filteredRows.length ? _c('cv-tile', [_c('NsEmptyState', {
17278
+ attrs: {
17279
+ "title": _vm.noSearchResultsLabel,
17280
+ "animationData": _vm.GhostLottie,
17281
+ "animationTitle": "ghost",
17282
+ "loop": 1
17283
+ },
17284
+ scopedSlots: _vm._u([{
17285
+ key: "description",
17286
+ fn: function () {
17287
+ return [_c('div', [_vm._v(_vm._s(_vm.noSearchResultsDescription))])];
17288
+ },
17289
+ proxy: true
17290
+ }])
17291
+ })], 1) : _c('div', {
17292
+ staticClass: "cv-data-table",
17293
+ style: _vm.tableStyle
17294
+ }, [_c('div', {
17295
+ class: _vm.carbonPrefix + "--data-table-container"
17296
+ }, [_vm.hasTableHeader ? _c('div', {
17297
+ class: _vm.carbonPrefix + "--data-table-header"
17298
+ }, [_vm.title ? _c('h4', {
17299
+ class: _vm.carbonPrefix + "--data-table-header__title"
17300
+ }, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]) : _vm._e(), _vm._v(" "), _vm.isHelper ? _c('p', {
17301
+ class: _vm.carbonPrefix + "--data-table-header__description"
17302
+ }, [_vm._t("helper-text", function () {
17303
+ return [_vm._v(_vm._s(_vm.helperText))];
17304
+ })], 2) : _vm._e()]) : _vm._e(), _vm._v(" "), _vm.hasToolbar ? _c('section', {
17305
+ class: _vm.carbonPrefix + "--table-toolbar"
17306
+ }, [_c('div', {
17307
+ directives: [{
17308
+ name: "show",
17309
+ rawName: "v-show",
17310
+ value: _vm.hasBatchActions,
17311
+ expression: "hasBatchActions"
17312
+ }],
17313
+ class: [_vm.carbonPrefix + "--batch-actions", (_obj = {}, _obj[_vm.carbonPrefix + "--batch-actions--active"] = _vm.batchActive, _obj)],
17314
+ attrs: {
17315
+ "aria-hidden": !_vm.batchActive,
17316
+ "aria-label": _vm.actionBarAriaLabel
17317
+ }
17318
+ }, [_c('div', {
17319
+ class: _vm.carbonPrefix + "--action-list"
17320
+ }, [_vm._t("batch-actions"), _vm._v(" "), _c('cv-button', {
17321
+ class: _vm.carbonPrefix + "--batch-summary__cancel",
17322
+ attrs: {
17323
+ "size": "small"
17324
+ },
17325
+ on: {
17326
+ "click": _vm.deselect
17327
+ }
17328
+ }, [_vm._v(_vm._s(_vm.batchCancelLabel))])], 2), _vm._v(" "), _c('div', {
17329
+ class: _vm.carbonPrefix + "--batch-summary"
17330
+ }, [_c('p', {
17331
+ class: _vm.carbonPrefix + "--batch-summary__para"
17332
+ }, [_c('span', {
17333
+ attrs: {
17334
+ "data-items-selected": ""
17335
+ }
17336
+ }, [_vm._t("items-selected", function () {
17337
+ return [_vm._v(_vm._s(_vm.dataRowsSelected.length) + " items selected")];
17338
+ }, {
17339
+ "scope": {
17340
+ count: _vm.dataRowsSelected.length
17341
+ }
17342
+ })], 2)])])]), _vm._v(" "), _c('div', {
17343
+ class: _vm.carbonPrefix + "--toolbar-content"
17344
+ }, [_vm.$listeners.search ? _c('div', {
17345
+ ref: "searchContainer",
17346
+ class: (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--toolbar-search-container-active"] = _vm.searchActive || _vm.searchValue.length > 0, _obj$1[_vm.carbonPrefix + "--toolbar-search-container-persistent"] = !_vm.expandingSearch, _obj$1[_vm.carbonPrefix + "--toolbar-search-container-expandable"] = _vm.expandingSearch, _obj$1)
17347
+ }, [_c('div', {
17348
+ class: _vm.carbonPrefix + "--search " + _vm.carbonPrefix + "--search--sm",
17349
+ attrs: {
17350
+ "data-search": "",
17351
+ "role": "search"
17352
+ }
17353
+ }, [_c('div', {
17354
+ ref: "magnifier",
17355
+ class: _vm.carbonPrefix + "--search-magnifier",
17356
+ attrs: {
17357
+ "tabindex": "0"
17358
+ },
17359
+ on: {
17360
+ "click": function ($event) {
17361
+ return _vm.checkSearchExpand(true);
17362
+ },
17363
+ "keydown": [function ($event) {
17364
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
17365
+ return null;
17366
+ }
17367
+
17368
+ $event.preventDefault();
17369
+ return _vm.checkSearchExpand(true);
17370
+ }, function ($event) {
17371
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
17372
+ return null;
17373
+ }
17374
+
17375
+ $event.preventDefault();
17376
+ }],
17377
+ "keyup": function ($event) {
17378
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
17379
+ return null;
17380
+ }
17381
+
17382
+ $event.preventDefault();
17383
+ return _vm.checkSearchExpand(true);
17384
+ }
17385
+ }
17386
+ }, [_c('Search16', {
17387
+ class: _vm.carbonPrefix + "--toolbar-action__icon"
17388
+ })], 1), _vm._v(" "), _c('label', {
17389
+ class: _vm.carbonPrefix + "--label",
17390
+ attrs: {
17391
+ "for": _vm.uid
17392
+ }
17393
+ }, [_vm._v(_vm._s(_vm.searchLabel))]), _vm._v(" "), _c('input', {
17394
+ directives: [{
17395
+ name: "model",
17396
+ rawName: "v-model",
17397
+ value: _vm.searchValue,
17398
+ expression: "searchValue"
17399
+ }],
17400
+ ref: "search",
17401
+ class: _vm.carbonPrefix + "--search-input",
17402
+ attrs: {
17403
+ "type": "text",
17404
+ "id": _vm.uid,
17405
+ "role": "search",
17406
+ "placeholder": _vm.searchPlaceholder,
17407
+ "aria-labelledby": _vm.uid
17408
+ },
17409
+ domProps: {
17410
+ "value": _vm.searchValue
17411
+ },
17412
+ on: {
17413
+ "input": [function ($event) {
17414
+ if ($event.target.composing) {
17415
+ return;
17416
+ }
17417
+
17418
+ _vm.searchValue = $event.target.value;
17419
+ }, _vm.onSearch],
17420
+ "keydown": function ($event) {
17421
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
17422
+ return null;
17423
+ }
17424
+
17425
+ $event.preventDefault();
17426
+ return _vm.checkSearchExpand(false);
17427
+ }
17428
+ }
17429
+ }), _vm._v(" "), _c('button', {
17430
+ class: [_vm.carbonPrefix + "--search-close", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--search-close--hidden"] = !_vm.clearSearchVisible, _obj$2)],
17431
+ attrs: {
17432
+ "title": _vm.searchClearLabel,
17433
+ "aria-label": _vm.searchClearLabel,
17434
+ "type": "button"
17435
+ },
17436
+ on: {
17437
+ "click": _vm.onClearClick
17438
+ }
17439
+ }, [_c('Close16')], 1)])]) : _vm._e(), _vm._v(" "), _vm._t("actions")], 2)]) : _vm._e(), _vm._v(" "), _c('div', {
17440
+ class: _vm.carbonPrefix + "--data-table-content"
17441
+ }, [_c('NsWrapper', {
17442
+ class: _vm.carbonPrefix + "--data-table_inner-container",
17443
+ attrs: {
17444
+ "tagType": _vm.stickyHeader ? _vm.section : ''
17445
+ }
17446
+ }, [_c('table', {
17447
+ class: [_vm.carbonPrefix + "--data-table", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--data-table--" + _vm.rowSize + " "] = !(_vm.rowSize.length === 0 || _vm.rowSize === 'standard'), _obj$3[_vm.carbonPrefix + "--data-table--zebra "] = _vm.zebra, _obj$3[_vm.carbonPrefix + "--data-table--sticky-header "] = _vm.stickyHeader, _obj$3[_vm.carbonPrefix + "--data-table--no-border "] = _vm.borderless, _obj$3[_vm.carbonPrefix + "--skeleton "] = _vm.skeleton, _obj$3[_vm.carbonPrefix + "--data-table--sort "] = _vm.isSortable, _obj$3[_vm.carbonPrefix + "--data-table--static "] = _vm.staticWidth, _obj$3)]
17448
+ }, [_c('thead', [_c('tr', [_vm.hasExpandables ? _c('th', {
17449
+ class: _vm.carbonPrefix + "--table-expand",
17450
+ attrs: {
17451
+ "data-previous-value": _vm.dataExpandAll ? 'collapsed' : 'expanded'
17452
+ }
17453
+ }, [_vm.hasExpandAll ? _c('button', {
17454
+ class: _vm.carbonPrefix + "--table-expand__button",
17455
+ attrs: {
17456
+ "type": "button",
17457
+ "aria-label": _vm.dataExpandAll ? _vm.collapseAllAriaLabel : _vm.expandAllAriaLabel
17458
+ },
17459
+ on: {
17460
+ "click": _vm.toggleExpandAll
17461
+ }
17462
+ }, [_c('ChevronRight16', {
17463
+ class: _vm.carbonPrefix + "--table-expand__svg"
17464
+ })], 1) : _vm._e()]) : _vm._e(), _vm._v(" "), _vm.hasBatchActions ? _c('th', {
17465
+ class: _vm.carbonPrefix + "--table-column-checkbox"
17466
+ }, [_c('cv-checkbox', {
17467
+ attrs: {
17468
+ "form-item": false,
17469
+ "value": "headingCheck",
17470
+ "label": _vm.selectAllAriaLabel,
17471
+ "hideLabel": ""
17472
+ },
17473
+ on: {
17474
+ "change": _vm.onHeadingCheckChange
17475
+ },
17476
+ model: {
17477
+ value: _vm.headingChecked,
17478
+ callback: function ($$v) {
17479
+ _vm.headingChecked = $$v;
17480
+ },
17481
+ expression: "headingChecked"
17482
+ }
17483
+ })], 1) : _vm._e(), _vm._v(" "), _vm._t("headings", function () {
17484
+ return _vm._l(_vm.columns, function (column, index) {
17485
+ return _c('cv-data-table-heading', {
17486
+ key: index + ":" + column,
17487
+ attrs: {
17488
+ "heading": _vm.columnHeading(column),
17489
+ "sortable": _vm.isColSortable(column),
17490
+ "order": column.order,
17491
+ "heading-style": _vm.headingStyle(column),
17492
+ "skeleton": _vm.skeleton
17493
+ }
17494
+ });
17495
+ });
17496
+ }), _vm._v(" "), _vm.hasOverflowMenu ? _c('th') : _vm._e()], 2)]), _vm._v(" "), _c('NsWrapper', {
17497
+ attrs: {
17498
+ "tag-type": _vm.hasExpandables ? '' : 'tbody'
17499
+ }
17500
+ }, [_vm._t("data", function () {
17501
+ return _vm._l(_vm.data, function (row, rowIndex) {
17502
+ return _c('cv-data-table-row', {
17503
+ key: "row:" + rowIndex,
17504
+ ref: "dataRows",
17505
+ refInFor: true,
17506
+ attrs: {
17507
+ "value": "" + rowIndex,
17508
+ "overflow-menu": _vm.overflowMenu
17509
+ }
17510
+ }, _vm._l(row, function (cell, colIndex) {
17511
+ return _c('cv-data-table-cell', {
17512
+ key: "cell:" + colIndex + ":" + rowIndex,
17513
+ style: _vm.dataStyle(colIndex)
17514
+ }, [_c('NsWrapper', {
17515
+ attrs: {
17516
+ "tag-type": _vm.skeleton ? 'span' : ''
17517
+ }
17518
+ }, [_vm._v(_vm._s(cell))])], 1);
17519
+ }), 1);
17520
+ });
17521
+ })], 2)], 1)])], 1)]), _vm._v(" "), _vm.newPagination ? _c('NsPagination', _vm._b({
17522
+ attrs: {
17523
+ "number-of-items": _vm.internalNumberOfItems,
17524
+ "actual-items-on-page": this.registeredRows.length,
17525
+ "pageSizesLabel": _vm.itemsPerPageLabel,
17526
+ "rangeOfTotalItemsLabel": _vm.rangeOfTotalItemsLabel,
17527
+ "ofTotalPagesLabel": _vm.ofTotalPagesLabel,
17528
+ "backwardText": _vm.backwardText,
17529
+ "forwardText": _vm.forwardText,
17530
+ "pageNumberLabel": _vm.pageNumberLabel
17531
+ },
17532
+ on: {
17533
+ "change": function ($event) {
17534
+ return _vm.paginateTable($event);
17535
+ }
17536
+ },
17537
+ scopedSlots: _vm._u([{
17538
+ key: "range-text",
17539
+ fn: function (ref) {
17540
+ var scope = ref.scope;
17541
+ return [_vm.$scopedSlots['range-text'] ? _vm._t("range-text", null, {
17542
+ "scope": scope
17543
+ }) : _vm._e()];
17544
+ }
17545
+ }, {
17546
+ key: "of-n-pages",
17547
+ fn: function (ref) {
17548
+ var scope = ref.scope;
17549
+ return [_vm.$scopedSlots['of-n-pages'] ? _vm._t("of-n-pages", null, {
17550
+ "scope": scope
17551
+ }) : _vm._e()];
17552
+ }
17553
+ }], null, true)
17554
+ }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
17555
+ };
17556
+
17557
+ var __vue_staticRenderFns__$7 = [];
17558
+ /* style */
17559
+
17560
+ const __vue_inject_styles__$7 = undefined;
17561
+ /* scoped */
17562
+
17563
+ const __vue_scope_id__$7 = undefined;
17564
+ /* module identifier */
17565
+
17566
+ const __vue_module_identifier__$7 = undefined;
17567
+ /* functional template */
17568
+
17569
+ const __vue_is_functional_template__$7 = false;
17570
+ /* style inject */
17571
+
17572
+ /* style inject SSR */
17573
+
17574
+ /* style inject shadow dom */
17575
+
17576
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
17577
+ render: __vue_render__$7,
17578
+ staticRenderFns: __vue_staticRenderFns__$7
17579
+ }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
17580
+
17581
+ var __vue_component__$f = __vue_component__$e;
17582
+
17583
+ /* script */
17584
+
17585
+ /* template */
17586
+ var __vue_render__$6 = function () {
17587
+ var _vm = this;
17588
+
17589
+ var _h = _vm.$createElement;
17590
+
17591
+ var _c = _vm._self._c || _h;
17592
+
17593
+ return _c('path', {
17594
+ attrs: {
17595
+ "id": "gear_2_",
17596
+ "d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
17597
+ }
17598
+ });
17599
+ };
17600
+
17601
+ var __vue_staticRenderFns__$6 = [];
17602
+ /* style */
17603
+
17604
+ const __vue_inject_styles__$6 = undefined;
17605
+ /* scoped */
17606
+
17607
+ const __vue_scope_id__$6 = undefined;
17608
+ /* module identifier */
17609
+
17610
+ const __vue_module_identifier__$6 = undefined;
17611
+ /* functional template */
17612
+
17613
+ const __vue_is_functional_template__$6 = false;
17614
+ /* style inject */
17615
+
17616
+ /* style inject SSR */
17617
+
17618
+ /* style inject shadow dom */
17619
+
17620
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
17621
+ render: __vue_render__$6,
17622
+ staticRenderFns: __vue_staticRenderFns__$6
17623
+ }, __vue_inject_styles__$6, {}, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
17624
+
17625
+ var __vue_component__$d = __vue_component__$c;
17626
+
17627
+ /* script */
17628
+
17629
+ /* template */
17630
+ var __vue_render__$5 = function () {
17631
+ var _vm = this;
17632
+
17633
+ var _h = _vm.$createElement;
17634
+
17635
+ var _c = _vm._self._c || _h;
17636
+
17637
+ return _c('path', {
17638
+ attrs: {
17639
+ "id": "love_1_",
17640
+ "d": "M16.032,29.247c-0.092,0-0.185-0.035-0.255-0.105L3.008,16.373c-1.507-1.507-2.337-3.506-2.337-5.629\n\t\tc0-2.139,0.83-4.147,2.337-5.655c1.506-1.506,3.508-2.335,5.639-2.337c0,0,0.001,0,0.002,0c2.132,0,4.136,0.83,5.643,2.337\n\t\tl1.74,1.74l1.74-1.74c1.507-1.507,3.511-2.337,5.642-2.337c0.003,0,0.005,0,0.008,0c2.128,0.002,4.129,0.832,5.635,2.337\n\t\tc1.507,1.508,2.337,3.511,2.337,5.642s-0.83,4.134-2.337,5.642L16.287,29.142C16.216,29.212,16.124,29.247,16.032,29.247z\n\t\t M8.649,3.473c0,0-0.001,0-0.002,0C6.709,3.474,4.888,4.229,3.518,5.599C2.147,6.97,1.392,8.797,1.392,10.744\n\t\tc0,1.931,0.755,3.749,2.126,5.119l0,0l12.514,12.514l12.514-12.514c1.371-1.371,2.126-3.193,2.126-5.132s-0.755-3.761-2.126-5.132\n\t\tc-1.37-1.369-3.19-2.124-5.125-2.126c-0.003,0-0.006,0-0.008,0c-1.938,0-3.761,0.754-5.132,2.126l-1.995,1.995\n\t\tc-0.141,0.141-0.369,0.141-0.51,0l-1.995-1.995C12.412,4.228,10.588,3.473,8.649,3.473z"
17641
+ }
17642
+ });
17643
+ };
17644
+
17645
+ var __vue_staticRenderFns__$5 = [];
17646
+ /* style */
17647
+
17648
+ const __vue_inject_styles__$5 = undefined;
17649
+ /* scoped */
17650
+
17651
+ const __vue_scope_id__$5 = undefined;
17652
+ /* module identifier */
17653
+
17654
+ const __vue_module_identifier__$5 = undefined;
17655
+ /* functional template */
17656
+
17657
+ const __vue_is_functional_template__$5 = false;
17658
+ /* style inject */
17659
+
17660
+ /* style inject SSR */
17661
+
17662
+ /* style inject shadow dom */
17663
+
17664
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent({
17665
+ render: __vue_render__$5,
17666
+ staticRenderFns: __vue_staticRenderFns__$5
17667
+ }, __vue_inject_styles__$5, {}, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
17668
+
17669
+ var __vue_component__$b = __vue_component__$a;
17670
+
17671
+ /* script */
17672
+
17673
+ /* template */
17674
+ var __vue_render__$4 = function () {
17675
+ var _vm = this;
17676
+
17677
+ var _h = _vm.$createElement;
17678
+
17679
+ var _c = _vm._self._c || _h;
17680
+
17681
+ return _c('path', {
17682
+ attrs: {
17683
+ "id": "warning--01_1_",
17684
+ "d": "M31,29.36H1c-0.128,0-0.248-0.069-0.312-0.181c-0.064-0.111-0.064-0.248,0-0.359l15-26\n\tc0.129-0.224,0.495-0.224,0.624,0l15,26c0.064,0.111,0.064,0.248,0,0.359S31.129,29.36,31,29.36z M1.624,28.64h28.753L16,3.72\n\tL1.624,28.64z M16.36,20h-0.72V10h0.72V20z M16,23c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.552,23,16,23z"
17685
+ }
17686
+ });
17687
+ };
17688
+
17689
+ var __vue_staticRenderFns__$4 = [];
17690
+ /* style */
17691
+
17692
+ const __vue_inject_styles__$4 = undefined;
17693
+ /* scoped */
17694
+
17695
+ const __vue_scope_id__$4 = undefined;
17696
+ /* module identifier */
17697
+
17698
+ const __vue_module_identifier__$4 = undefined;
17699
+ /* functional template */
17700
+
17701
+ const __vue_is_functional_template__$4 = false;
17702
+ /* style inject */
17703
+
17704
+ /* style inject SSR */
17705
+
17706
+ /* style inject shadow dom */
17707
+
17708
+ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
17709
+ render: __vue_render__$4,
17710
+ staticRenderFns: __vue_staticRenderFns__$4
17711
+ }, __vue_inject_styles__$4, {}, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
17712
+
17713
+ var __vue_component__$9 = __vue_component__$8;
17714
+
17715
+ /* script */
17716
+
17717
+ /* template */
17718
+ var __vue_render__$3 = function () {
17719
+ var _vm = this;
17720
+
17721
+ var _h = _vm.$createElement;
17722
+
17723
+ var _c = _vm._self._c || _h;
17724
+
17725
+ return _c('path', {
17726
+ attrs: {
17727
+ "id": "bulldozer_1_",
17728
+ "d": "M17,7.36c-1.618,0-1.86-1.009-1.86-1.61V4c0-0.142-0.028-1.382-1.01-1.382c-1.27,0-1.99-0.59-1.99-1.618\n\tc0-0.199,0.161-0.36,0.36-0.36S12.86,0.801,12.86,1c0,0.222,0,0.898,1.257,0.898c1.202,0,1.743,1.089,1.743,2.102v1.75\n\tc0,0.462,0.138,0.89,1.14,0.89c0.199,0,0.36,0.161,0.36,0.36S17.199,7.36,17,7.36z M14,6.604c-1.092,0-1.854-0.763-1.854-1.854V4\n\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v0.75c0,0.548,0.298,1.135,1.135,1.135c0.199,0,0.36,0.161,0.36,0.36\n\tS14.198,6.604,14,6.604z M17,4.362c-0.199,0-0.36-0.161-0.36-0.36V2.508c0-0.529-0.299-1.148-1.14-1.148\n\tc-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c1.095,0,1.86,0.768,1.86,1.868v1.495C17.36,4.201,17.199,4.362,17,4.362z\n\t M5,28c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S5,27.448,5,28z M8.5,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1\n\tS9.052,27,8.5,27z M13,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,27,13,27z M17.5,27c-0.552,0-1,0.448-1,1\n\ts0.448,1,1,1s1-0.448,1-1S18.052,27,17.5,27z M22,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S22.552,27,22,27z M22,31.36H4\n\tc-1.853,0-3.36-1.508-3.36-3.36c0-1.731,1.316-3.161,3-3.341V23.36H1c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36\n\th12c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-1.64v5.28h8.28V7.362L18,7.36V6.64l2,0.002\n\tc0.199,0,0.36,0.161,0.36,0.36v9.638c1.106,0.024,2,0.935,2,2.052v1.947h2.252c0.082-0.979,0.496-1.937,1.244-2.685\n\tc0.067-0.067,0.159-0.105,0.255-0.105h2.596c0.438-1.124,1.117-2.183,2.038-3.104l0.51,0.509c-1.568,1.568-2.432,3.608-2.432,5.746\n\ts0.863,4.178,2.432,5.745l-0.51,0.51c-0.921-0.922-1.601-1.981-2.038-3.104h-2.596c-0.096,0-0.188-0.038-0.255-0.105\n\tc-0.748-0.748-1.162-1.705-1.244-2.685H22.36v3.299c1.684,0.18,3,1.609,3,3.341C25.36,29.853,23.853,31.36,22,31.36z M4,25.36\n\tc-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64h18c1.456,0,2.64-1.184,2.64-2.64s-1.184-2.64-2.64-2.64H4z M4.36,24.64h17.28\n\tv-5.947c0-0.734-0.594-1.332-1.324-1.332H1.36v5.279H4c0.199,0,0.36,0.161,0.36,0.36V24.64z M26.265,23.43h2.198\n\tc-0.464-1.588-0.464-3.271,0-4.859h-2.198c-0.613,0.664-0.95,1.521-0.95,2.43S25.651,22.766,26.265,23.43z M5.36,16.64h5.28v-5.28\n\tH5.36V16.64z M1.36,16.64h3.28v-5.28H1.36V16.64z M1.36,10.64h11.28V9.36H1.36V10.64z M11,19.36H9v-0.72h2V19.36z"
17729
+ }
17730
+ });
17731
+ };
17732
+
17733
+ var __vue_staticRenderFns__$3 = [];
17734
+ /* style */
17735
+
17736
+ const __vue_inject_styles__$3 = undefined;
17737
+ /* scoped */
17738
+
17739
+ const __vue_scope_id__$3 = undefined;
17740
+ /* module identifier */
17741
+
17742
+ const __vue_module_identifier__$3 = undefined;
17743
+ /* functional template */
17744
+
17745
+ const __vue_is_functional_template__$3 = false;
17746
+ /* style inject */
17747
+
17748
+ /* style inject SSR */
17749
+
17750
+ /* style inject shadow dom */
17751
+
17752
+ const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
17753
+ render: __vue_render__$3,
17754
+ staticRenderFns: __vue_staticRenderFns__$3
17755
+ }, __vue_inject_styles__$3, {}, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, undefined, undefined);
17756
+
17757
+ var __vue_component__$7 = __vue_component__$6;
17758
+
17759
+ /* script */
17760
+
17761
+ /* template */
17762
+ var __vue_render__$2 = function () {
17763
+ var _vm = this;
17764
+
17765
+ var _h = _vm.$createElement;
17766
+
17767
+ var _c = _vm._self._c || _h;
17768
+
17769
+ return _c('path', {
17770
+ attrs: {
17771
+ "id": "group",
17772
+ "d": "M24.36,31h-0.72v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363c1.517-0.675,2.496-2.181,2.496-3.836c0-2.316-1.884-4.201-4.2-4.201S11.8,9.244,11.8,11.561\n\tc0,1.655,0.98,3.162,2.496,3.836c0.141,0.063,0.227,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316\n\tc-3.458,0.82-5.872,3.872-5.872,7.424V31H7.64v-7.5c0-3.592,2.257-6.718,5.585-7.879c-1.326-0.907-2.146-2.421-2.146-4.061\n\tc0-1.964,1.157-3.664,2.826-4.452C14.101,6.617,14.2,6.097,14.2,5.561c0-2.316-1.884-4.201-4.2-4.201S5.799,3.244,5.799,5.561\n\tc0,1.656,0.98,3.162,2.496,3.836C8.437,9.46,8.521,9.606,8.507,9.76c-0.014,0.153-0.125,0.281-0.275,0.316\n\tC4.774,10.896,2.36,13.948,2.36,17.5V25H1.64v-7.5c0-3.592,2.257-6.718,5.585-7.879C5.899,8.714,5.08,7.2,5.08,5.561\n\tc0-2.713,2.207-4.92,4.92-4.92s4.92,2.207,4.92,4.92c0,0.422-0.052,0.836-0.157,1.237c0.791-0.205,1.683-0.205,2.473,0\n\tc-0.104-0.401-0.157-0.815-0.157-1.237c0-2.713,2.208-4.92,4.921-4.92s4.921,2.207,4.921,4.92c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879V25H29.64v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363C25.221,8.722,26.2,7.216,26.2,5.561c0-2.316-1.884-4.201-4.2-4.201s-4.2,1.884-4.2,4.201\n\tc0,0.536,0.099,1.056,0.295,1.548c1.669,0.789,2.826,2.488,2.826,4.452c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879L24.36,31L24.36,31z"
17773
+ }
17774
+ });
17775
+ };
17776
+
17777
+ var __vue_staticRenderFns__$2 = [];
17778
+ /* style */
17779
+
17780
+ const __vue_inject_styles__$2 = undefined;
17781
+ /* scoped */
17782
+
17783
+ const __vue_scope_id__$2 = undefined;
17784
+ /* module identifier */
17785
+
17786
+ const __vue_module_identifier__$2 = undefined;
17787
+ /* functional template */
17788
+
17789
+ const __vue_is_functional_template__$2 = false;
17790
+ /* style inject */
17791
+
17792
+ /* style inject SSR */
17793
+
17794
+ /* style inject shadow dom */
17795
+
17796
+ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
17797
+ render: __vue_render__$2,
17798
+ staticRenderFns: __vue_staticRenderFns__$2
17799
+ }, __vue_inject_styles__$2, {}, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, undefined, undefined);
17800
+
17801
+ var __vue_component__$5 = __vue_component__$4;
17802
+
17803
+ /* script */
17804
+
17805
+ /* template */
17806
+ var __vue_render__$1 = function () {
17807
+ var _vm = this;
17808
+
17809
+ var _h = _vm.$createElement;
17810
+
17811
+ var _c = _vm._self._c || _h;
17812
+
17813
+ return _c('path', {
17814
+ attrs: {
17815
+ "id": "hard--drive",
17816
+ "d": "M26,6c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S26.552,6,26,6z M27,16c0-0.552-0.448-1-1-1\n\ts-1,0.448-1,1s0.448,1,1,1S27,16.552,27,16z M27,27c0-0.552-0.448-1-1-1s-1,0.448-1,1s0.448,1,1,1S27,27.552,27,27z M31,31.36H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8\n\tC31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28v-7.28H1.36V30.64z M31,20.36H1c-0.199,0-0.36-0.161-0.36-0.36v-8\n\tc0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8C31.36,20.199,31.199,20.36,31,20.36z M1.36,19.64h29.28v-7.28\n\tH1.36V19.64z M31,9.36H1C0.801,9.36,0.64,9.199,0.64,9V1c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8\n\tC31.36,9.199,31.199,9.36,31,9.36z M1.36,8.64h29.28V1.36H1.36V8.64z"
17817
+ }
17818
+ });
17819
+ };
17820
+
17821
+ var __vue_staticRenderFns__$1 = [];
17822
+ /* style */
17823
+
17824
+ const __vue_inject_styles__$1 = undefined;
17825
+ /* scoped */
17826
+
17827
+ const __vue_scope_id__$1 = undefined;
17828
+ /* module identifier */
17829
+
17830
+ const __vue_module_identifier__$1 = undefined;
17831
+ /* functional template */
17832
+
17833
+ const __vue_is_functional_template__$1 = false;
17834
+ /* style inject */
17835
+
17836
+ /* style inject SSR */
17837
+
17838
+ /* style inject shadow dom */
17839
+
17840
+ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
17841
+ render: __vue_render__$1,
17842
+ staticRenderFns: __vue_staticRenderFns__$1
17843
+ }, __vue_inject_styles__$1, {}, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);
17844
+
17845
+ var __vue_component__$3 = __vue_component__$2;
17846
+
17847
+ /* script */
17848
+
17849
+ /* template */
17850
+ var __vue_render__ = function () {
17851
+ var _vm = this;
17852
+
17853
+ var _h = _vm.$createElement;
17854
+
17855
+ var _c = _vm._self._c || _h;
17856
+
17857
+ return _c('path', {
17858
+ attrs: {
17859
+ "id": "user_1_",
17860
+ "d": "M31.36,31h-0.72c0-6.432-4.777-12.232-11.359-13.792c-0.15-0.036-0.261-0.163-0.275-0.317\n\tc-0.015-0.153,0.071-0.299,0.212-0.362c2.861-1.273,4.71-4.116,4.71-7.241c0-4.371-3.556-7.927-7.927-7.927\n\tc-4.372,0-7.928,3.556-7.928,7.927c0,3.125,1.849,5.968,4.711,7.241c0.141,0.063,0.226,0.209,0.212,0.362\n\tc-0.014,0.154-0.125,0.281-0.275,0.317C6.137,18.768,1.36,24.568,1.36,31H0.64c0-6.46,4.574-12.312,11.002-14.248\n\tc-2.634-1.539-4.291-4.375-4.291-7.465c0-4.768,3.879-8.647,8.648-8.647c4.768,0,8.647,3.879,8.647,8.647\n\tc0,3.09-1.656,5.926-4.29,7.465C26.786,18.688,31.36,24.54,31.36,31z"
17861
+ }
17862
+ });
17863
+ };
17864
+
17865
+ var __vue_staticRenderFns__ = [];
17866
+ /* style */
17867
+
17868
+ const __vue_inject_styles__ = undefined;
17869
+ /* scoped */
17870
+
17871
+ const __vue_scope_id__ = undefined;
17872
+ /* module identifier */
17873
+
17874
+ const __vue_module_identifier__ = undefined;
17875
+ /* functional template */
17876
+
17877
+ const __vue_is_functional_template__ = false;
17878
+ /* style inject */
17879
+
17880
+ /* style inject SSR */
17881
+
17882
+ /* style inject shadow dom */
17883
+
17884
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
17885
+ render: __vue_render__,
17886
+ staticRenderFns: __vue_staticRenderFns__
17887
+ }, __vue_inject_styles__, {}, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
17888
+
17889
+ var __vue_component__$1 = __vue_component__;
17890
+
17891
+ var queryParam = {
17892
+ name: "QueryParamService",
17893
+ methods: {
17894
+ // used by core and external apps to dynamically register a watch for every object inside data.q
17895
+ watchQueryData(context) {
17896
+ if (context.q) {
17897
+ Object.keys(context.q).forEach(dataItem => {
17898
+ context.$watch("q." + dataItem, function () {
17899
+ this.dataToQueryParams(context);
17900
+ });
17901
+ });
17902
+ }
17903
+ },
17904
+
17905
+ // used only by external apps to sync UI status with URL query parameters
17906
+ initUrlBindingForApp(context, page) {
17907
+ let queryParams = this.getQueryParamsForApp();
17908
+ const requestedPage = queryParams.page || "status";
17909
+
17910
+ if (requestedPage != page) {
17911
+ return;
17912
+ }
17913
+
17914
+ this.syncQueryParamsAndDataForApp(context);
17915
+ return setInterval(() => this.checkUrlChangeForApp(context, page), 500);
17916
+ },
17917
+
17918
+ // used only by external apps to sync UI status with URL query parameters
17919
+ syncQueryParamsAndDataForApp(context) {
17920
+ this.queryParamsToDataForApp(context);
17921
+ this.dataToQueryParams(context);
17922
+ },
17923
+
17924
+ // used to sync UI status with URL query parameters
17925
+ dataToQueryParams(context) {
17926
+ let queryParams = [];
17927
+
17928
+ for (const [key, value] of Object.entries(context.q)) {
17929
+ queryParams.push(key + "=" + encodeURIComponent(value));
17930
+ }
17931
+
17932
+ const urlWithParams = window.parent.core.$route.path + "?" + queryParams.join("&");
17933
+
17934
+ if (window.parent.core.$route.fullPath != urlWithParams) {
17935
+ window.parent.core.$router.replace(urlWithParams);
17936
+ }
17937
+ },
17938
+
17939
+ // used only by external apps to sync UI status with URL query parameters
17940
+ checkUrlChangeForApp(context, page) {
17941
+ const newUrl = window.parent.location.href;
17942
+
17943
+ if (newUrl != context.currentUrl) {
17944
+ context.currentUrl = newUrl;
17945
+ const queryParams = this.getQueryParamsForApp();
17946
+ const requestedPage = queryParams.page || "status"; // emit app navigation event
17947
+
17948
+ const appInstance = /#\/apps\/(\w+)/.exec(window.parent.location.hash)[1];
17949
+ context.$root.$emit("appNavigation", appInstance, requestedPage);
17950
+
17951
+ if (requestedPage !== page) {
17952
+ // trigger a custom event to change app route
17953
+ window.dispatchEvent(new CustomEvent("changeRoute", {
17954
+ detail: requestedPage
17955
+ }));
17956
+ } else {
17957
+ this.syncQueryParamsAndDataForApp(context);
17958
+ }
17959
+ }
17960
+
17961
+ context.currentUrl = window.parent.location.href;
17962
+ },
17963
+
17964
+ getPage() {
17965
+ let queryParams = this.getQueryParamsForApp();
17966
+ const page = queryParams.page || "status";
17967
+ return page;
17968
+ },
17969
+
17970
+ queryParamsToDataForCore(context, queryParams) {
17971
+ if (context.q) {
17972
+ Object.keys(context.q).forEach(dataItem => {
17973
+ if (typeof queryParams[dataItem] !== "undefined") {
17974
+ context.q[dataItem] = this.getTypedValue(queryParams[dataItem]);
17975
+ }
17976
+ });
17977
+ }
17978
+ },
17979
+
17980
+ // used to map a query string parameter value to its typed value
17981
+ getTypedValue(stringValue) {
17982
+ if (stringValue === "true") {
17983
+ return true;
17984
+ }
17985
+
17986
+ if (stringValue === "false") {
17987
+ return false;
17988
+ }
17989
+
17990
+ return stringValue;
17991
+ },
17992
+
17993
+ // used only by external apps to sync UI status with URL query parameters
17994
+ queryParamsToDataForApp(context) {
17995
+ let queryParams = this.getQueryParamsForApp();
17996
+
17997
+ if (context.q) {
17998
+ Object.keys(context.q).forEach(dataItem => {
17999
+ if (typeof queryParams[dataItem] !== "undefined") {
18000
+ context.q[dataItem] = this.getTypedValue(queryParams[dataItem]);
18001
+ }
18002
+ });
18003
+ }
18004
+ },
18005
+
18006
+ // used only by core to extract query parameters from URL
18007
+ getQueryParamsForCore() {
18008
+ if (!window.location.hash.includes("?") || window.location.hash.split("?").length < 2) {
18009
+ return {};
18010
+ }
18011
+
18012
+ const params = new URLSearchParams(window.location.hash.split("?").pop());
18013
+ let queryParams = {};
18014
+ params.forEach((value, key) => {
18015
+ if (key) {
18016
+ queryParams[key] = value;
18017
+ }
18018
+ });
18019
+ return queryParams;
18020
+ },
18021
+
18022
+ // used only by external apps to extract query parameters from URL
18023
+ getQueryParamsForApp() {
18024
+ if (!window.parent.location.hash.includes("?") || window.parent.location.hash.split("?").length < 2) {
18025
+ return {};
18026
+ }
18027
+
18028
+ const params = new URLSearchParams(window.parent.location.hash.split("?").pop());
18029
+ let queryParams = {};
18030
+ params.forEach((value, key) => {
18031
+ if (key) {
18032
+ queryParams[key] = value;
18033
+ }
18034
+ });
18035
+ return queryParams;
18036
+ }
18037
+
18038
+ }
18039
+ };
18040
+
18041
+ var StorageService = {
18042
+ name: "StorageService",
18043
+ methods: {
18044
+ getFromStorage(prop) {
18045
+ return JSON.parse(localStorage.getItem(prop));
18046
+ },
17381
18047
 
17382
- data() {
17383
- return {
17384
- GhostLottie,
17385
- GhostDarkBgLottie,
17386
- RocketLottie,
17387
- GearsLottie
17388
- };
18048
+ saveToStorage(prop, object) {
18049
+ localStorage.setItem(prop, JSON.stringify(object));
18050
+ },
18051
+
18052
+ deleteFromStorage(prop) {
18053
+ localStorage.removeItem(prop);
18054
+ }
18055
+
18056
+ }
18057
+ };
18058
+
18059
+ var task = {
18060
+ name: "TaskService",
18061
+ mixins: [StorageService, UtilService],
18062
+ methods: {
18063
+ getTaskContext(taskPath) {
18064
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18065
+ return this.axios.get(`${this.$root.apiUrl}/${taskPath}/context`, {
18066
+ headers: {
18067
+ Authorization: `Bearer ${token}`
18068
+ }
18069
+ });
18070
+ },
18071
+
18072
+ getTaskStatus(taskPath) {
18073
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18074
+ return this.axios.get(`${this.$root.apiUrl}/${taskPath}/status`, {
18075
+ headers: {
18076
+ Authorization: `Bearer ${token}`
18077
+ }
18078
+ });
18079
+ },
18080
+
18081
+ getClusterTasks() {
18082
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18083
+ return this.axios.get(`${this.$root.apiUrl}/cluster/tasks`, {
18084
+ headers: {
18085
+ Authorization: `Bearer ${token}`
18086
+ }
18087
+ });
18088
+ },
18089
+
18090
+ createClusterTask(taskData) {
18091
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18092
+ return this.axios.post(`${this.$root.apiUrl}/cluster/tasks`, taskData, {
18093
+ headers: {
18094
+ Authorization: `Bearer ${token}`
18095
+ }
18096
+ });
18097
+ },
18098
+
18099
+ createClusterTaskForApp(taskData) {
18100
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18101
+ return this.axios.post(`${window.parent.core.$root.apiUrl}/cluster/tasks`, taskData, {
18102
+ headers: {
18103
+ Authorization: `Bearer ${token}`
18104
+ }
18105
+ });
18106
+ },
18107
+
18108
+ createModuleTaskForApp(moduleId, taskData) {
18109
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18110
+ return this.axios.post(`${window.parent.core.$root.apiUrl}/module/${moduleId}/tasks`, taskData, {
18111
+ headers: {
18112
+ Authorization: `Bearer ${token}`
18113
+ }
18114
+ });
18115
+ },
18116
+
18117
+ createNodeTask(nodeId, taskData) {
18118
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
18119
+ return this.axios.post(`${this.$root.apiUrl}/node/${nodeId}/tasks`, taskData, {
18120
+ headers: {
18121
+ Authorization: `Bearer ${token}`
18122
+ }
18123
+ });
18124
+ },
18125
+
18126
+ getTaskTitle(task) {
18127
+ if (task && task.context && task.context.extra && task.context.extra.title) {
18128
+ return task.context.extra.title;
18129
+ } else {
18130
+ return "";
18131
+ }
18132
+ },
18133
+
18134
+ getTaskKind(task) {
18135
+ switch (task.status) {
18136
+ case "aborted":
18137
+ case "validation-failed":
18138
+ return "error";
18139
+
18140
+ case "completed":
18141
+ return "success";
18142
+
18143
+ case "pending":
18144
+ return "warning";
18145
+
18146
+ default:
18147
+ return "info";
18148
+ }
18149
+ },
18150
+
18151
+ getTaskIcon(task) {
18152
+ switch (task.status) {
18153
+ case "aborted":
18154
+ case "validation-failed":
18155
+ return ErrorFilled16;
18156
+
18157
+ case "completed":
18158
+ return CheckmarkFilled16;
18159
+
18160
+ case "pending":
18161
+ return Warning16;
18162
+
18163
+ default:
18164
+ return InformationFilled16;
18165
+ }
18166
+ },
18167
+
18168
+ getTaskStatusDescription(task, rootTask = true) {
18169
+ let taskLabel = task.context.action; // use taskName instead of action, if available
18170
+
18171
+ if (task.context.extra && task.context.extra.taskName) {
18172
+ taskLabel = task.context.extra.taskName;
18173
+ }
18174
+
18175
+ const taskOrSubtask = rootTask ? "task" : "subtask";
18176
+ let taskPrefix = "";
18177
+
18178
+ if (task.result && task.result.file) {
18179
+ taskPrefix = task.result.file.split("task/")[0];
18180
+ }
18181
+
18182
+ taskLabel = taskPrefix + taskLabel;
18183
+
18184
+ switch (task.status) {
18185
+ case "aborted":
18186
+ return this.$t("task." + taskOrSubtask + "_failed", {
18187
+ task: taskLabel
18188
+ });
18189
+
18190
+ case "validation-failed":
18191
+ return this.$t("task." + taskOrSubtask + "_failed_validation", {
18192
+ task: taskLabel
18193
+ });
18194
+
18195
+ case "completed":
18196
+ return this.$t("task." + taskOrSubtask + "_completed", {
18197
+ task: taskLabel
18198
+ });
18199
+
18200
+ case "pending":
18201
+ return this.$t("task." + taskOrSubtask + "_pending", {
18202
+ task: taskLabel
18203
+ });
18204
+
18205
+ case "running":
18206
+ return this.$t("task." + taskOrSubtask + "_running", {
18207
+ task: taskLabel
18208
+ });
18209
+
18210
+ default:
18211
+ return "";
18212
+ }
18213
+ },
18214
+
18215
+ createErrorNotification(err, message) {
18216
+ console.error(err);
18217
+ this.$root.$emit("createErrorNotification", err, message);
18218
+ },
18219
+
18220
+ createErrorNotificationForApp(err, message) {
18221
+ console.error(err);
18222
+ window.parent.core.$root.$emit("createErrorNotification", err, message);
18223
+ }
18224
+
18225
+ }
18226
+ };
18227
+
18228
+ function getPageTitle(vm) {
18229
+ const {
18230
+ pageTitle
18231
+ } = vm.$options;
18232
+
18233
+ if (pageTitle) {
18234
+ return typeof pageTitle === "function" ? pageTitle.call(vm) : pageTitle;
18235
+ }
18236
+ }
18237
+
18238
+ var pageTitle = {
18239
+ name: "PageTitleService",
18240
+
18241
+ created() {
18242
+ const pageTitle = getPageTitle(this);
18243
+
18244
+ if (pageTitle) {
18245
+ // window.document would be ok for core, but with window.parent.document we support external apps too (window.parent == window, if it's the root window)
18246
+ window.parent.document.title = pageTitle;
18247
+ }
17389
18248
  }
17390
18249
 
17391
18250
  };
@@ -17518,33 +18377,36 @@ var filters = {
17518
18377
 
17519
18378
  var components = /*#__PURE__*/Object.freeze({
17520
18379
  __proto__: null,
17521
- NsButton: __vue_component__$_,
17522
- NsEmptyState: __vue_component__$V,
18380
+ NsButton: __vue_component__$13,
18381
+ NsEmptyState: __vue_component__$_,
17523
18382
  NsPictogram: NsPictogram,
17524
- NsCodeSnippet: __vue_component__$T,
18383
+ NsCodeSnippet: __vue_component__$Y,
17525
18384
  NsInlineNotification: NsInlineNotification,
17526
18385
  NsProgressBar: NsProgressBar,
17527
18386
  NsSvg: NsSvg,
17528
- NsTile: __vue_component__$N,
17529
- NsToastNotification: __vue_component__$L,
17530
- NsInfoCard: __vue_component__$J,
17531
- NsStatusCard: __vue_component__$H,
17532
- NsSystemdServiceCard: __vue_component__$F,
17533
- NsPasswordInput: __vue_component__$D,
17534
- NsIconMenu: __vue_component__$B,
17535
- NsMeterChart: __vue_component__$z,
17536
- NsPieChart: __vue_component__$x,
18387
+ NsTile: __vue_component__$S,
18388
+ NsToastNotification: __vue_component__$Q,
18389
+ NsInfoCard: __vue_component__$O,
18390
+ NsStatusCard: __vue_component__$M,
18391
+ NsSystemdServiceCard: __vue_component__$K,
18392
+ NsPasswordInput: __vue_component__$I,
18393
+ NsIconMenu: __vue_component__$G,
18394
+ NsMeterChart: __vue_component__$E,
18395
+ NsPieChart: __vue_component__$C,
17537
18396
  NsLottieAnimation: NsLottieAnimation,
17538
- NsDangerDeleteModal: __vue_component__$v,
18397
+ NsDangerDeleteModal: __vue_component__$A,
17539
18398
  NsCircleTimer: NsCircleTimer,
17540
- NsDropdownAction: __vue_component__$t,
17541
- NsTextInput: __vue_component__$r,
17542
- NsBackupCard: __vue_component__$o,
17543
- NsWizard: __vue_component__$l,
17544
- NsMenuItem: __vue_component__$j,
17545
- NsMenuDivider: __vue_component__$h,
17546
- NsSystemLogsCard: __vue_component__$f,
18399
+ NsDropdownAction: __vue_component__$y,
18400
+ NsTextInput: __vue_component__$w,
18401
+ NsBackupCard: __vue_component__$t,
18402
+ NsWizard: __vue_component__$q,
18403
+ NsMenuItem: __vue_component__$o,
18404
+ NsMenuDivider: __vue_component__$m,
18405
+ NsSystemLogsCard: __vue_component__$k,
17547
18406
  NsModal: NsModal,
18407
+ NsTimePicker: __vue_component__$i,
18408
+ NsDataTable: __vue_component__$f,
18409
+ NsPagination: NsPagination,
17548
18410
  ExclamationMarkPictogram: ExclamationMarkPictogram,
17549
18411
  GearPictogram: __vue_component__$d,
17550
18412
  LovePictogram: __vue_component__$b,
@@ -17559,9 +18421,8 @@ var components = /*#__PURE__*/Object.freeze({
17559
18421
  StorageService: StorageService,
17560
18422
  IconService: IconService,
17561
18423
  DateTimeService: DateTimeService,
17562
- DataTableService: dataTable,
17563
18424
  PageTitleService: pageTitle,
17564
- LottieService: lottie,
18425
+ LottieService: LottieService,
17565
18426
  Filters: filters
17566
18427
  });
17567
18428
 
@@ -17573,4 +18434,4 @@ const install = function installNs8UiLib(Vue) {
17573
18434
  });
17574
18435
  }; // Create module definition for Vue.use()
17575
18436
 
17576
- export { __vue_component__$7 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$b as LovePictogram, __vue_component__$o as NsBackupCard, __vue_component__$_ as NsButton, NsCircleTimer, __vue_component__$T as NsCodeSnippet, __vue_component__$v as NsDangerDeleteModal, __vue_component__$t as NsDropdownAction, __vue_component__$V as NsEmptyState, __vue_component__$B as NsIconMenu, __vue_component__$J as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$h as NsMenuDivider, __vue_component__$j as NsMenuItem, __vue_component__$z as NsMeterChart, NsModal, __vue_component__$D as NsPasswordInput, NsPictogram, __vue_component__$x as NsPieChart, NsProgressBar, __vue_component__$H as NsStatusCard, NsSvg, __vue_component__$f as NsSystemLogsCard, __vue_component__$F as NsSystemdServiceCard, __vue_component__$r as NsTextInput, __vue_component__$N as NsTile, __vue_component__$L as NsToastNotification, __vue_component__$l as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };
18437
+ 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__$t as NsBackupCard, __vue_component__$13 as NsButton, NsCircleTimer, __vue_component__$Y as NsCodeSnippet, __vue_component__$A as NsDangerDeleteModal, __vue_component__$f as NsDataTable, __vue_component__$y as NsDropdownAction, __vue_component__$_ as NsEmptyState, __vue_component__$G as NsIconMenu, __vue_component__$O as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$m as NsMenuDivider, __vue_component__$o as NsMenuItem, __vue_component__$E as NsMeterChart, NsModal, NsPagination, __vue_component__$I as NsPasswordInput, NsPictogram, __vue_component__$C as NsPieChart, NsProgressBar, __vue_component__$M as NsStatusCard, NsSvg, __vue_component__$k as NsSystemLogsCard, __vue_component__$K as NsSystemdServiceCard, __vue_component__$w as NsTextInput, __vue_component__$S as NsTile, __vue_component__$i as NsTimePicker, __vue_component__$Q 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 };