@nethserver/ns8-ui-lib 0.1.22 → 0.1.24

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.
Files changed (53) hide show
  1. package/dist/ns8-ui-lib.esm.js +710 -530
  2. package/dist/ns8-ui-lib.min.js +1 -1
  3. package/dist/ns8-ui-lib.ssr.js +743 -583
  4. package/package.json +1 -1
  5. package/src/lib-components/NsBackupCard.vue +4 -0
  6. package/src/lib-components/NsBackupCardDetails.vue +4 -0
  7. package/src/lib-components/NsButton.vue +4 -0
  8. package/src/lib-components/NsByteSlider.vue +4 -0
  9. package/src/lib-components/NsCheckbox.vue +4 -0
  10. package/src/lib-components/NsCircleTimer.vue +4 -0
  11. package/src/lib-components/NsCodeSnippet.vue +4 -0
  12. package/src/lib-components/NsComboBox.vue +4 -0
  13. package/src/lib-components/NsDangerDeleteModal.vue +9 -1
  14. package/src/lib-components/NsDataTable.vue +4 -0
  15. package/src/lib-components/NsDropdownAction.vue +4 -0
  16. package/src/lib-components/NsEmptyState.vue +4 -0
  17. package/src/lib-components/NsIconMenu.vue +4 -0
  18. package/src/lib-components/NsInfoCard.vue +4 -0
  19. package/src/lib-components/NsInlineNotification.vue +5 -0
  20. package/src/lib-components/NsLottieAnimation.vue +4 -0
  21. package/src/lib-components/NsMenuDivider.vue +4 -0
  22. package/src/lib-components/NsMenuItem.vue +4 -0
  23. package/src/lib-components/NsMeterChart.vue +4 -0
  24. package/src/lib-components/NsModal.vue +4 -0
  25. package/src/lib-components/NsMultiSelect.vue +4 -0
  26. package/src/lib-components/NsPagination.vue +4 -0
  27. package/src/lib-components/NsPasswordInput.vue +4 -0
  28. package/src/lib-components/NsPictogram.vue +4 -0
  29. package/src/lib-components/NsProgressBar.vue +4 -0
  30. package/src/lib-components/NsSlider.vue +4 -0
  31. package/src/lib-components/NsStatusCard.vue +4 -0
  32. package/src/lib-components/NsSvg.vue +4 -0
  33. package/src/lib-components/NsSystemLogsCard.vue +4 -0
  34. package/src/lib-components/NsSystemdServiceCard.vue +4 -0
  35. package/src/lib-components/NsTabs.vue +4 -0
  36. package/src/lib-components/NsTag.vue +4 -0
  37. package/src/lib-components/NsTextInput.vue +4 -0
  38. package/src/lib-components/NsTile.vue +4 -0
  39. package/src/lib-components/NsTimePicker.vue +4 -0
  40. package/src/lib-components/NsToastNotification.vue +4 -0
  41. package/src/lib-components/NsToggle.vue +4 -0
  42. package/src/lib-components/NsWizard.vue +4 -0
  43. package/src/lib-components/pictograms/BulldozerPictogram.vue +4 -0
  44. package/src/lib-components/pictograms/ExclamationMarkPictogram.vue +4 -0
  45. package/src/lib-components/pictograms/FaceSatisfiedPictogram.vue +15 -0
  46. package/src/lib-components/pictograms/FolderPictogram.vue +13 -0
  47. package/src/lib-components/pictograms/GearPictogram.vue +4 -0
  48. package/src/lib-components/pictograms/GroupPictogram.vue +4 -0
  49. package/src/lib-components/pictograms/HardDrivePictogram.vue +4 -0
  50. package/src/lib-components/pictograms/LovePictogram.vue +4 -0
  51. package/src/lib-components/pictograms/UserPictogram.vue +4 -0
  52. package/src/lib-components/pictograms/UserProfilePictogram.vue +4 -0
  53. package/src/lib-components/pictograms/WarningPictogram.vue +4 -0
@@ -146,6 +146,16 @@ import CloseFilled32 from '@carbon/icons-vue/es/close--filled/32';
146
146
  import Badge16 from '@carbon/icons-vue/es/badge/16';
147
147
  import Badge20 from '@carbon/icons-vue/es/badge/20';
148
148
  import Badge32 from '@carbon/icons-vue/es/badge/32';
149
+ import FolderShared16 from '@carbon/icons-vue/es/folder--shared/16';
150
+ import FolderShared20 from '@carbon/icons-vue/es/folder--shared/20';
151
+ import FolderShared32 from '@carbon/icons-vue/es/folder--shared/32';
152
+ import MailAll16 from '@carbon/icons-vue/es/mail--all/16';
153
+ import MailAll20 from '@carbon/icons-vue/es/mail--all/20';
154
+ import MailAll32 from '@carbon/icons-vue/es/mail--all/32';
155
+ import CloudUpload16 from '@carbon/icons-vue/es/cloud--upload/16';
156
+ import CloudUpload20 from '@carbon/icons-vue/es/cloud--upload/20';
157
+ import CloudUpload32 from '@carbon/icons-vue/es/cloud--upload/32';
158
+ import CloudUpload64 from '@carbon/icons-vue/es/cloud--upload/64';
149
159
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
150
160
  import Search16 from '@carbon/icons-vue/es/search/16';
151
161
  import Close16 from '@carbon/icons-vue/es/close/16';
@@ -320,7 +330,7 @@ function addStyle(id, css) {
320
330
  const __vue_script__$B = script$B;
321
331
  /* template */
322
332
 
323
- var __vue_render__$H = function () {
333
+ var __vue_render__$J = function () {
324
334
  var _vm = this;
325
335
 
326
336
  var _h = _vm.$createElement;
@@ -343,13 +353,13 @@ var __vue_render__$H = function () {
343
353
  }) : _vm._e()], 2);
344
354
  };
345
355
 
346
- var __vue_staticRenderFns__$H = [];
356
+ var __vue_staticRenderFns__$J = [];
347
357
  /* style */
348
358
 
349
- const __vue_inject_styles__$K = function (inject) {
359
+ const __vue_inject_styles__$M = function (inject) {
350
360
  if (!inject) return;
351
- inject("data-v-025b0f12_0", {
352
- 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)}}",
361
+ inject("data-v-34f1ee57_0", {
362
+ source: ".bx--btn .bx--btn__icon[data-v-34f1ee57]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-34f1ee57]{width:1rem;height:1rem}.loader[data-v-34f1ee57]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-34f1ee57 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-34f1ee57]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-34f1ee57],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-34f1ee57]{position:static;margin-left:.5rem}@keyframes spin-data-v-34f1ee57{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
353
363
  map: undefined,
354
364
  media: undefined
355
365
  });
@@ -357,23 +367,23 @@ const __vue_inject_styles__$K = function (inject) {
357
367
  /* scoped */
358
368
 
359
369
 
360
- const __vue_scope_id__$K = "data-v-025b0f12";
370
+ const __vue_scope_id__$M = "data-v-34f1ee57";
361
371
  /* module identifier */
362
372
 
363
- const __vue_module_identifier__$K = undefined;
373
+ const __vue_module_identifier__$M = undefined;
364
374
  /* functional template */
365
375
 
366
- const __vue_is_functional_template__$K = false;
376
+ const __vue_is_functional_template__$M = false;
367
377
  /* style inject SSR */
368
378
 
369
379
  /* style inject shadow dom */
370
380
 
371
- const __vue_component__$1g = /*#__PURE__*/normalizeComponent({
372
- render: __vue_render__$H,
373
- staticRenderFns: __vue_staticRenderFns__$H
374
- }, __vue_inject_styles__$K, __vue_script__$B, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
381
+ const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
382
+ render: __vue_render__$J,
383
+ staticRenderFns: __vue_staticRenderFns__$J
384
+ }, __vue_inject_styles__$M, __vue_script__$B, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
375
385
 
376
- var NsButton = __vue_component__$1g;
386
+ var NsButton = __vue_component__$1k;
377
387
 
378
388
  //
379
389
  //
@@ -391,6 +401,10 @@ var NsButton = __vue_component__$1g;
391
401
  //
392
402
  //
393
403
  //
404
+ //
405
+ //
406
+ //
407
+ //
394
408
  var script$A = {
395
409
  name: "NsPictogram",
396
410
  props: {
@@ -417,7 +431,7 @@ var script$A = {
417
431
  const __vue_script__$A = script$A;
418
432
  /* template */
419
433
 
420
- var __vue_render__$G = function () {
434
+ var __vue_render__$I = function () {
421
435
  var _vm = this;
422
436
 
423
437
  var _h = _vm.$createElement;
@@ -445,31 +459,31 @@ var __vue_render__$G = function () {
445
459
  }, [_vm._t("default")], 2)]);
446
460
  };
447
461
 
448
- var __vue_staticRenderFns__$G = [];
462
+ var __vue_staticRenderFns__$I = [];
449
463
  /* style */
450
464
 
451
- const __vue_inject_styles__$J = undefined;
465
+ const __vue_inject_styles__$L = undefined;
452
466
  /* scoped */
453
467
 
454
- const __vue_scope_id__$J = undefined;
468
+ const __vue_scope_id__$L = undefined;
455
469
  /* module identifier */
456
470
 
457
- const __vue_module_identifier__$J = undefined;
471
+ const __vue_module_identifier__$L = undefined;
458
472
  /* functional template */
459
473
 
460
- const __vue_is_functional_template__$J = false;
474
+ const __vue_is_functional_template__$L = false;
461
475
  /* style inject */
462
476
 
463
477
  /* style inject SSR */
464
478
 
465
479
  /* style inject shadow dom */
466
480
 
467
- const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
468
- render: __vue_render__$G,
469
- staticRenderFns: __vue_staticRenderFns__$G
470
- }, __vue_inject_styles__$J, __vue_script__$A, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
481
+ const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
482
+ render: __vue_render__$I,
483
+ staticRenderFns: __vue_staticRenderFns__$I
484
+ }, __vue_inject_styles__$L, __vue_script__$A, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
471
485
 
472
- var NsPictogram = __vue_component__$1f;
486
+ var NsPictogram = __vue_component__$1j;
473
487
 
474
488
  //
475
489
  var script$z = {
@@ -531,7 +545,7 @@ var script$z = {
531
545
  const __vue_script__$z = script$z;
532
546
  /* template */
533
547
 
534
- var __vue_render__$F = function () {
548
+ var __vue_render__$H = function () {
535
549
  var _vm = this;
536
550
 
537
551
  var _h = _vm.$createElement;
@@ -558,36 +572,36 @@ var __vue_render__$F = function () {
558
572
  })], 1);
559
573
  };
560
574
 
561
- var __vue_staticRenderFns__$F = [];
575
+ var __vue_staticRenderFns__$H = [];
562
576
  /* style */
563
577
 
564
- const __vue_inject_styles__$I = undefined;
578
+ const __vue_inject_styles__$K = undefined;
565
579
  /* scoped */
566
580
 
567
- const __vue_scope_id__$I = "data-v-14e97a70";
581
+ const __vue_scope_id__$K = "data-v-cc2533e0";
568
582
  /* module identifier */
569
583
 
570
- const __vue_module_identifier__$I = undefined;
584
+ const __vue_module_identifier__$K = undefined;
571
585
  /* functional template */
572
586
 
573
- const __vue_is_functional_template__$I = false;
587
+ const __vue_is_functional_template__$K = false;
574
588
  /* style inject */
575
589
 
576
590
  /* style inject SSR */
577
591
 
578
592
  /* style inject shadow dom */
579
593
 
580
- const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
581
- render: __vue_render__$F,
582
- staticRenderFns: __vue_staticRenderFns__$F
583
- }, __vue_inject_styles__$I, __vue_script__$z, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
594
+ const __vue_component__$1i = /*#__PURE__*/normalizeComponent({
595
+ render: __vue_render__$H,
596
+ staticRenderFns: __vue_staticRenderFns__$H
597
+ }, __vue_inject_styles__$K, __vue_script__$z, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
584
598
 
585
- var NsLottieAnimation = __vue_component__$1e;
599
+ var NsLottieAnimation = __vue_component__$1i;
586
600
 
587
601
  /* script */
588
602
 
589
603
  /* template */
590
- var __vue_render__$E = function () {
604
+ var __vue_render__$G = function () {
591
605
  var _vm = this;
592
606
 
593
607
  var _h = _vm.$createElement;
@@ -602,31 +616,31 @@ var __vue_render__$E = function () {
602
616
  });
603
617
  };
604
618
 
605
- var __vue_staticRenderFns__$E = [];
619
+ var __vue_staticRenderFns__$G = [];
606
620
  /* style */
607
621
 
608
- const __vue_inject_styles__$H = undefined;
622
+ const __vue_inject_styles__$J = undefined;
609
623
  /* scoped */
610
624
 
611
- const __vue_scope_id__$H = undefined;
625
+ const __vue_scope_id__$J = undefined;
612
626
  /* module identifier */
613
627
 
614
- const __vue_module_identifier__$H = undefined;
628
+ const __vue_module_identifier__$J = undefined;
615
629
  /* functional template */
616
630
 
617
- const __vue_is_functional_template__$H = false;
631
+ const __vue_is_functional_template__$J = false;
618
632
  /* style inject */
619
633
 
620
634
  /* style inject SSR */
621
635
 
622
636
  /* style inject shadow dom */
623
637
 
624
- const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
625
- render: __vue_render__$E,
626
- staticRenderFns: __vue_staticRenderFns__$E
627
- }, __vue_inject_styles__$H, {}, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
638
+ const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
639
+ render: __vue_render__$G,
640
+ staticRenderFns: __vue_staticRenderFns__$G
641
+ }, __vue_inject_styles__$J, {}, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
628
642
 
629
- var ExclamationMarkPictogram = __vue_component__$1d;
643
+ var ExclamationMarkPictogram = __vue_component__$1h;
630
644
 
631
645
  //
632
646
  var script$y = {
@@ -664,7 +678,7 @@ var script$y = {
664
678
  const __vue_script__$y = script$y;
665
679
  /* template */
666
680
 
667
- var __vue_render__$D = function () {
681
+ var __vue_render__$F = function () {
668
682
  var _vm = this;
669
683
 
670
684
  var _h = _vm.$createElement;
@@ -694,13 +708,13 @@ var __vue_render__$D = function () {
694
708
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
695
709
  };
696
710
 
697
- var __vue_staticRenderFns__$D = [];
711
+ var __vue_staticRenderFns__$F = [];
698
712
  /* style */
699
713
 
700
- const __vue_inject_styles__$G = function (inject) {
714
+ const __vue_inject_styles__$I = function (inject) {
701
715
  if (!inject) return;
702
- inject("data-v-2d5d3a58_0", {
703
- 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}",
716
+ inject("data-v-0540fdb8_0", {
717
+ source: ".empty-state[data-v-0540fdb8]{text-align:center;padding:2rem}.empty-state .image[data-v-0540fdb8]{margin-bottom:1rem}.empty-state .description[data-v-0540fdb8]{margin-top:1rem}.animation[data-v-0540fdb8]{display:inline-block;width:64px;height:64px}",
704
718
  map: undefined,
705
719
  media: undefined
706
720
  });
@@ -708,23 +722,23 @@ const __vue_inject_styles__$G = function (inject) {
708
722
  /* scoped */
709
723
 
710
724
 
711
- const __vue_scope_id__$G = "data-v-2d5d3a58";
725
+ const __vue_scope_id__$I = "data-v-0540fdb8";
712
726
  /* module identifier */
713
727
 
714
- const __vue_module_identifier__$G = undefined;
728
+ const __vue_module_identifier__$I = undefined;
715
729
  /* functional template */
716
730
 
717
- const __vue_is_functional_template__$G = false;
731
+ const __vue_is_functional_template__$I = false;
718
732
  /* style inject SSR */
719
733
 
720
734
  /* style inject shadow dom */
721
735
 
722
- const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
723
- render: __vue_render__$D,
724
- staticRenderFns: __vue_staticRenderFns__$D
725
- }, __vue_inject_styles__$G, __vue_script__$y, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
736
+ const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
737
+ render: __vue_render__$F,
738
+ staticRenderFns: __vue_staticRenderFns__$F
739
+ }, __vue_inject_styles__$I, __vue_script__$y, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
726
740
 
727
- var __vue_component__$1c = __vue_component__$1b;
741
+ var __vue_component__$1g = __vue_component__$1f;
728
742
 
729
743
  //
730
744
  var script$x = {
@@ -842,7 +856,7 @@ var script$x = {
842
856
  const __vue_script__$x = script$x;
843
857
  /* template */
844
858
 
845
- var __vue_render__$C = function () {
859
+ var __vue_render__$E = function () {
846
860
  var _vm = this;
847
861
 
848
862
  var _h = _vm.$createElement;
@@ -904,13 +918,13 @@ var __vue_render__$C = function () {
904
918
  })], 1) : _vm._e()], 1);
905
919
  };
906
920
 
907
- var __vue_staticRenderFns__$C = [];
921
+ var __vue_staticRenderFns__$E = [];
908
922
  /* style */
909
923
 
910
- const __vue_inject_styles__$F = function (inject) {
924
+ const __vue_inject_styles__$H = function (inject) {
911
925
  if (!inject) return;
912
- inject("data-v-59cb538c_0", {
913
- 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}",
926
+ inject("data-v-084a2bcc_0", {
927
+ source: ".bx--snippet--multi .bx--snippet-container[data-v-084a2bcc]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-084a2bcc]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-084a2bcc]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-084a2bcc]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-084a2bcc]{right:.5rem;bottom:.5rem}",
914
928
  map: undefined,
915
929
  media: undefined
916
930
  });
@@ -918,23 +932,23 @@ const __vue_inject_styles__$F = function (inject) {
918
932
  /* scoped */
919
933
 
920
934
 
921
- const __vue_scope_id__$F = "data-v-59cb538c";
935
+ const __vue_scope_id__$H = "data-v-084a2bcc";
922
936
  /* module identifier */
923
937
 
924
- const __vue_module_identifier__$F = undefined;
938
+ const __vue_module_identifier__$H = undefined;
925
939
  /* functional template */
926
940
 
927
- const __vue_is_functional_template__$F = false;
941
+ const __vue_is_functional_template__$H = false;
928
942
  /* style inject SSR */
929
943
 
930
944
  /* style inject shadow dom */
931
945
 
932
- const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
933
- render: __vue_render__$C,
934
- staticRenderFns: __vue_staticRenderFns__$C
935
- }, __vue_inject_styles__$F, __vue_script__$x, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
946
+ const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
947
+ render: __vue_render__$E,
948
+ staticRenderFns: __vue_staticRenderFns__$E
949
+ }, __vue_inject_styles__$H, __vue_script__$x, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
936
950
 
937
- var __vue_component__$1a = __vue_component__$19;
951
+ var __vue_component__$1e = __vue_component__$1d;
938
952
 
939
953
  //
940
954
  //
@@ -965,6 +979,10 @@ var __vue_component__$1a = __vue_component__$19;
965
979
  //
966
980
  //
967
981
  //
982
+ //
983
+ //
984
+ //
985
+ //
968
986
  var script$w = {
969
987
  name: "NsCircleTimer",
970
988
  props: {
@@ -1032,7 +1050,7 @@ var script$w = {
1032
1050
  const __vue_script__$w = script$w;
1033
1051
  /* template */
1034
1052
 
1035
- var __vue_render__$B = function () {
1053
+ var __vue_render__$D = function () {
1036
1054
  var _vm = this;
1037
1055
 
1038
1056
  var _h = _vm.$createElement;
@@ -1068,13 +1086,13 @@ var __vue_render__$B = function () {
1068
1086
  })])])]);
1069
1087
  };
1070
1088
 
1071
- var __vue_staticRenderFns__$B = [];
1089
+ var __vue_staticRenderFns__$D = [];
1072
1090
  /* style */
1073
1091
 
1074
- const __vue_inject_styles__$E = function (inject) {
1092
+ const __vue_inject_styles__$G = function (inject) {
1075
1093
  if (!inject) return;
1076
- inject("data-v-79cb7082_0", {
1077
- 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)}",
1094
+ inject("data-v-6609841f_0", {
1095
+ source: ".base-timer[data-v-6609841f]{position:relative}.base-timer__circle[data-v-6609841f]{fill:none;stroke:none}.base-timer__path-remaining[data-v-6609841f]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-6609841f]{transform:scaleX(-1)}",
1078
1096
  map: undefined,
1079
1097
  media: undefined
1080
1098
  });
@@ -1082,23 +1100,23 @@ const __vue_inject_styles__$E = function (inject) {
1082
1100
  /* scoped */
1083
1101
 
1084
1102
 
1085
- const __vue_scope_id__$E = "data-v-79cb7082";
1103
+ const __vue_scope_id__$G = "data-v-6609841f";
1086
1104
  /* module identifier */
1087
1105
 
1088
- const __vue_module_identifier__$E = undefined;
1106
+ const __vue_module_identifier__$G = undefined;
1089
1107
  /* functional template */
1090
1108
 
1091
- const __vue_is_functional_template__$E = false;
1109
+ const __vue_is_functional_template__$G = false;
1092
1110
  /* style inject SSR */
1093
1111
 
1094
1112
  /* style inject shadow dom */
1095
1113
 
1096
- const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
1097
- render: __vue_render__$B,
1098
- staticRenderFns: __vue_staticRenderFns__$B
1099
- }, __vue_inject_styles__$E, __vue_script__$w, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
1114
+ const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
1115
+ render: __vue_render__$D,
1116
+ staticRenderFns: __vue_staticRenderFns__$D
1117
+ }, __vue_inject_styles__$G, __vue_script__$w, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
1100
1118
 
1101
- var NsCircleTimer = __vue_component__$18;
1119
+ var NsCircleTimer = __vue_component__$1c;
1102
1120
 
1103
1121
  //
1104
1122
  var script$v = {
@@ -1141,7 +1159,7 @@ var script$v = {
1141
1159
  const __vue_script__$v = script$v;
1142
1160
  /* template */
1143
1161
 
1144
- var __vue_render__$A = function () {
1162
+ var __vue_render__$C = function () {
1145
1163
  var _obj;
1146
1164
 
1147
1165
  var _vm = this;
@@ -1164,12 +1182,12 @@ var __vue_render__$A = function () {
1164
1182
  class: _vm.carbonPrefix + "--inline-notification__icon"
1165
1183
  }), _vm._v(" "), _c('div', {
1166
1184
  class: _vm.carbonPrefix + "--inline-notification__text-wrapper"
1167
- }, [_c('p', {
1185
+ }, [_vm.title ? _c('p', {
1168
1186
  class: _vm.carbonPrefix + "--inline-notification__title title",
1169
1187
  domProps: {
1170
1188
  "innerHTML": _vm._s(_vm.title)
1171
1189
  }
1172
- }), _vm._v(" "), _vm.description ? _c('p', {
1190
+ }) : _vm._e(), _vm._v(" "), _vm.description ? _c('p', {
1173
1191
  class: [_vm.carbonPrefix + "--inline-notification__subtitle", {
1174
1192
  'mg-right': _vm.loading || _vm.timer
1175
1193
  }],
@@ -1212,13 +1230,13 @@ var __vue_render__$A = function () {
1212
1230
  })], 1) : _vm._e()]);
1213
1231
  };
1214
1232
 
1215
- var __vue_staticRenderFns__$A = [];
1233
+ var __vue_staticRenderFns__$C = [];
1216
1234
  /* style */
1217
1235
 
1218
- const __vue_inject_styles__$D = function (inject) {
1236
+ const __vue_inject_styles__$F = function (inject) {
1219
1237
  if (!inject) return;
1220
- inject("data-v-6b979488_0", {
1221
- source: ".title[data-v-6b979488]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-6b979488]{margin-right:.75rem}.action-button[data-v-6b979488]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-6b979488]{padding-right:0!important}",
1238
+ inject("data-v-20e6c586_0", {
1239
+ source: ".title[data-v-20e6c586]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-20e6c586]{margin-right:.75rem}.action-button[data-v-20e6c586]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-20e6c586]{padding-right:0!important}",
1222
1240
  map: undefined,
1223
1241
  media: undefined
1224
1242
  });
@@ -1226,23 +1244,23 @@ const __vue_inject_styles__$D = function (inject) {
1226
1244
  /* scoped */
1227
1245
 
1228
1246
 
1229
- const __vue_scope_id__$D = "data-v-6b979488";
1247
+ const __vue_scope_id__$F = "data-v-20e6c586";
1230
1248
  /* module identifier */
1231
1249
 
1232
- const __vue_module_identifier__$D = undefined;
1250
+ const __vue_module_identifier__$F = undefined;
1233
1251
  /* functional template */
1234
1252
 
1235
- const __vue_is_functional_template__$D = false;
1253
+ const __vue_is_functional_template__$F = false;
1236
1254
  /* style inject SSR */
1237
1255
 
1238
1256
  /* style inject shadow dom */
1239
1257
 
1240
- const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
1241
- render: __vue_render__$A,
1242
- staticRenderFns: __vue_staticRenderFns__$A
1243
- }, __vue_inject_styles__$D, __vue_script__$v, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
1258
+ const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
1259
+ render: __vue_render__$C,
1260
+ staticRenderFns: __vue_staticRenderFns__$C
1261
+ }, __vue_inject_styles__$F, __vue_script__$v, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
1244
1262
 
1245
- var NsInlineNotification = __vue_component__$17;
1263
+ var NsInlineNotification = __vue_component__$1b;
1246
1264
 
1247
1265
  //
1248
1266
  //
@@ -1281,6 +1299,10 @@ var NsInlineNotification = __vue_component__$17;
1281
1299
  //
1282
1300
  //
1283
1301
  //
1302
+ //
1303
+ //
1304
+ //
1305
+ //
1284
1306
  var script$u = {
1285
1307
  name: "NsProgressBar",
1286
1308
  props: {
@@ -1362,7 +1384,7 @@ var script$u = {
1362
1384
  const __vue_script__$u = script$u;
1363
1385
  /* template */
1364
1386
 
1365
- var __vue_render__$z = function () {
1387
+ var __vue_render__$B = function () {
1366
1388
  var _vm = this;
1367
1389
 
1368
1390
  var _h = _vm.$createElement;
@@ -1401,13 +1423,13 @@ var __vue_render__$z = function () {
1401
1423
  })]], 2)]);
1402
1424
  };
1403
1425
 
1404
- var __vue_staticRenderFns__$z = [];
1426
+ var __vue_staticRenderFns__$B = [];
1405
1427
  /* style */
1406
1428
 
1407
- const __vue_inject_styles__$C = function (inject) {
1429
+ const __vue_inject_styles__$E = function (inject) {
1408
1430
  if (!inject) return;
1409
- inject("data-v-be01f286_0", {
1410
- source: ".progress-bar-container[data-v-be01f286]{width:100%;position:relative}.slider[data-v-be01f286]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-be01f286]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-be01f286]{position:absolute}.indeterminate-line[data-v-be01f286]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-be01f286]{position:absolute}.inc[data-v-be01f286]{animation:increase-data-v-be01f286 2s infinite}.dec[data-v-be01f286]{animation:decrease-data-v-be01f286 2s .5s infinite}@keyframes increase-data-v-be01f286{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-be01f286{from{left:-80%;width:80%}to{left:110%;width:10%}}",
1431
+ inject("data-v-2813565d_0", {
1432
+ source: ".progress-bar-container[data-v-2813565d]{width:100%;position:relative}.slider[data-v-2813565d]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-2813565d]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-2813565d]{position:absolute}.indeterminate-line[data-v-2813565d]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-2813565d]{position:absolute}.inc[data-v-2813565d]{animation:increase-data-v-2813565d 2s infinite}.dec[data-v-2813565d]{animation:decrease-data-v-2813565d 2s .5s infinite}@keyframes increase-data-v-2813565d{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2813565d{from{left:-80%;width:80%}to{left:110%;width:10%}}",
1411
1433
  map: undefined,
1412
1434
  media: undefined
1413
1435
  });
@@ -1415,24 +1437,28 @@ const __vue_inject_styles__$C = function (inject) {
1415
1437
  /* scoped */
1416
1438
 
1417
1439
 
1418
- const __vue_scope_id__$C = "data-v-be01f286";
1440
+ const __vue_scope_id__$E = "data-v-2813565d";
1419
1441
  /* module identifier */
1420
1442
 
1421
- const __vue_module_identifier__$C = undefined;
1443
+ const __vue_module_identifier__$E = undefined;
1422
1444
  /* functional template */
1423
1445
 
1424
- const __vue_is_functional_template__$C = false;
1446
+ const __vue_is_functional_template__$E = false;
1425
1447
  /* style inject SSR */
1426
1448
 
1427
1449
  /* style inject shadow dom */
1428
1450
 
1429
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
1430
- render: __vue_render__$z,
1431
- staticRenderFns: __vue_staticRenderFns__$z
1432
- }, __vue_inject_styles__$C, __vue_script__$u, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
1451
+ const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
1452
+ render: __vue_render__$B,
1453
+ staticRenderFns: __vue_staticRenderFns__$B
1454
+ }, __vue_inject_styles__$E, __vue_script__$u, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
1433
1455
 
1434
- var NsProgressBar = __vue_component__$16;
1456
+ var NsProgressBar = __vue_component__$1a;
1435
1457
 
1458
+ //
1459
+ //
1460
+ //
1461
+ //
1436
1462
  var script$t = {
1437
1463
  name: "NsSvg",
1438
1464
  props: {
@@ -1497,25 +1523,25 @@ const __vue_script__$t = script$t;
1497
1523
 
1498
1524
  /* style */
1499
1525
 
1500
- const __vue_inject_styles__$B = undefined;
1526
+ const __vue_inject_styles__$D = undefined;
1501
1527
  /* scoped */
1502
1528
 
1503
- const __vue_scope_id__$B = undefined;
1529
+ const __vue_scope_id__$D = undefined;
1504
1530
  /* module identifier */
1505
1531
 
1506
- const __vue_module_identifier__$B = undefined;
1532
+ const __vue_module_identifier__$D = undefined;
1507
1533
  /* functional template */
1508
1534
 
1509
- const __vue_is_functional_template__$B = undefined;
1535
+ const __vue_is_functional_template__$D = undefined;
1510
1536
  /* style inject */
1511
1537
 
1512
1538
  /* style inject SSR */
1513
1539
 
1514
1540
  /* style inject shadow dom */
1515
1541
 
1516
- const __vue_component__$15 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$B, __vue_script__$t, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
1542
+ const __vue_component__$19 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$D, __vue_script__$t, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, undefined, undefined);
1517
1543
 
1518
- var NsSvg = __vue_component__$15;
1544
+ var NsSvg = __vue_component__$19;
1519
1545
 
1520
1546
  //
1521
1547
  var script$s = {
@@ -1595,7 +1621,7 @@ var script$s = {
1595
1621
  const __vue_script__$s = script$s;
1596
1622
  /* template */
1597
1623
 
1598
- var __vue_render__$y = function () {
1624
+ var __vue_render__$A = function () {
1599
1625
  var _obj;
1600
1626
 
1601
1627
  var _vm = this;
@@ -1634,13 +1660,13 @@ var __vue_render__$y = function () {
1634
1660
  }) : _vm._e()], 1);
1635
1661
  };
1636
1662
 
1637
- var __vue_staticRenderFns__$y = [];
1663
+ var __vue_staticRenderFns__$A = [];
1638
1664
  /* style */
1639
1665
 
1640
- const __vue_inject_styles__$A = function (inject) {
1666
+ const __vue_inject_styles__$C = function (inject) {
1641
1667
  if (!inject) return;
1642
- inject("data-v-443a91f0_0", {
1643
- 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}",
1668
+ inject("data-v-2babf9e8_0", {
1669
+ source: ".ns-tile[data-v-2babf9e8]{margin-bottom:2rem;position:relative}.container[data-v-2babf9e8]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-2babf9e8]{text-align:center}.large[data-v-2babf9e8]{min-height:10rem}.tile-icon[data-v-2babf9e8]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-2babf9e8]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-2babf9e8]{padding-bottom:4rem}.disabled-tile[data-v-2babf9e8]{color:#c6c6c6}",
1644
1670
  map: undefined,
1645
1671
  media: undefined
1646
1672
  });
@@ -1648,23 +1674,23 @@ const __vue_inject_styles__$A = function (inject) {
1648
1674
  /* scoped */
1649
1675
 
1650
1676
 
1651
- const __vue_scope_id__$A = "data-v-443a91f0";
1677
+ const __vue_scope_id__$C = "data-v-2babf9e8";
1652
1678
  /* module identifier */
1653
1679
 
1654
- const __vue_module_identifier__$A = undefined;
1680
+ const __vue_module_identifier__$C = undefined;
1655
1681
  /* functional template */
1656
1682
 
1657
- const __vue_is_functional_template__$A = false;
1683
+ const __vue_is_functional_template__$C = false;
1658
1684
  /* style inject SSR */
1659
1685
 
1660
1686
  /* style inject shadow dom */
1661
1687
 
1662
- const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
1663
- render: __vue_render__$y,
1664
- staticRenderFns: __vue_staticRenderFns__$y
1665
- }, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
1688
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
1689
+ render: __vue_render__$A,
1690
+ staticRenderFns: __vue_staticRenderFns__$A
1691
+ }, __vue_inject_styles__$C, __vue_script__$s, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
1666
1692
 
1667
- var __vue_component__$14 = __vue_component__$13;
1693
+ var __vue_component__$18 = __vue_component__$17;
1668
1694
 
1669
1695
  function toInteger(dirtyNumber) {
1670
1696
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6237,6 +6263,10 @@ function utcToZonedTime(dirtyDate, timeZone, options) {
6237
6263
  return zonedTime
6238
6264
  }
6239
6265
 
6266
+ /*
6267
+ * Copyright (C) 2023 Nethesis S.r.l.
6268
+ * SPDX-License-Identifier: GPL-3.0-or-later
6269
+ */
6240
6270
  var DateTimeService = {
6241
6271
  name: "DateTimeService",
6242
6272
 
@@ -6342,7 +6372,7 @@ var script$r = {
6342
6372
  const __vue_script__$r = script$r;
6343
6373
  /* template */
6344
6374
 
6345
- var __vue_render__$x = function () {
6375
+ var __vue_render__$z = function () {
6346
6376
  var _obj;
6347
6377
 
6348
6378
  var _vm = this;
@@ -6440,16 +6470,16 @@ var __vue_render__$x = function () {
6440
6470
  })], 1) : _vm._e()], 1)]);
6441
6471
  };
6442
6472
 
6443
- var __vue_staticRenderFns__$x = [];
6473
+ var __vue_staticRenderFns__$z = [];
6444
6474
  /* style */
6445
6475
 
6446
- const __vue_inject_styles__$z = function (inject) {
6476
+ const __vue_inject_styles__$B = function (inject) {
6447
6477
  if (!inject) return;
6448
- inject("data-v-6ff0b515_0", {
6449
- 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}",
6478
+ inject("data-v-7d4a3b16_0", {
6479
+ source: ".notification[data-v-7d4a3b16]{margin-bottom:0;margin-right:0}.action[data-v-7d4a3b16]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-7d4a3b16]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-7d4a3b16]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-7d4a3b16]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-7d4a3b16]{margin-bottom:0}.progress[data-v-7d4a3b16]{margin-top:.75rem}.progress-bar-spacer[data-v-7d4a3b16]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-7d4a3b16]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7d4a3b16]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7d4a3b16]{width:100%;cursor:pointer}.notification-read[data-v-7d4a3b16]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-7d4a3b16]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-7d4a3b16]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-7d4a3b16]{font-weight:400}.cv-notifiation .timestamp[data-v-7d4a3b16]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-7d4a3b16]{color:#c6c6c6}.bx--tooltip__trigger[data-v-7d4a3b16]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-7d4a3b16]::before{border-bottom-color:#161616}div.row[data-v-7d4a3b16]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-7d4a3b16]{flex-grow:1}",
6450
6480
  map: undefined,
6451
6481
  media: undefined
6452
- }), inject("data-v-6ff0b515_1", {
6482
+ }), inject("data-v-7d4a3b16_1", {
6453
6483
  source: ".cv-notifiation .timestamp button span{background-color:#161616!important;border-left:1px solid #393939;border-right:1px solid #393939;border-bottom:1px solid #393939}",
6454
6484
  map: undefined,
6455
6485
  media: undefined
@@ -6458,23 +6488,23 @@ const __vue_inject_styles__$z = function (inject) {
6458
6488
  /* scoped */
6459
6489
 
6460
6490
 
6461
- const __vue_scope_id__$z = "data-v-6ff0b515";
6491
+ const __vue_scope_id__$B = "data-v-7d4a3b16";
6462
6492
  /* module identifier */
6463
6493
 
6464
- const __vue_module_identifier__$z = undefined;
6494
+ const __vue_module_identifier__$B = undefined;
6465
6495
  /* functional template */
6466
6496
 
6467
- const __vue_is_functional_template__$z = false;
6497
+ const __vue_is_functional_template__$B = false;
6468
6498
  /* style inject SSR */
6469
6499
 
6470
6500
  /* style inject shadow dom */
6471
6501
 
6472
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
6473
- render: __vue_render__$x,
6474
- staticRenderFns: __vue_staticRenderFns__$x
6475
- }, __vue_inject_styles__$z, __vue_script__$r, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
6502
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
6503
+ render: __vue_render__$z,
6504
+ staticRenderFns: __vue_staticRenderFns__$z
6505
+ }, __vue_inject_styles__$B, __vue_script__$r, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
6476
6506
 
6477
- var __vue_component__$12 = __vue_component__$11;
6507
+ var __vue_component__$16 = __vue_component__$15;
6478
6508
 
6479
6509
  //
6480
6510
  var script$q = {
@@ -6544,7 +6574,7 @@ var script$q = {
6544
6574
  const __vue_script__$q = script$q;
6545
6575
  /* template */
6546
6576
 
6547
- var __vue_render__$w = function () {
6577
+ var __vue_render__$y = function () {
6548
6578
  var _vm = this;
6549
6579
 
6550
6580
  var _h = _vm.$createElement;
@@ -6608,13 +6638,13 @@ var __vue_render__$w = function () {
6608
6638
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6609
6639
  };
6610
6640
 
6611
- var __vue_staticRenderFns__$w = [];
6641
+ var __vue_staticRenderFns__$y = [];
6612
6642
  /* style */
6613
6643
 
6614
- const __vue_inject_styles__$y = function (inject) {
6644
+ const __vue_inject_styles__$A = function (inject) {
6615
6645
  if (!inject) return;
6616
- inject("data-v-d47f7616_0", {
6617
- source: ".info-card[data-v-d47f7616]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-d47f7616]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-d47f7616]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-d47f7616]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-tooltip[data-v-d47f7616]{position:relative;top:-2px}.description[data-v-d47f7616]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-d47f7616]{margin-top:.5rem}",
6646
+ inject("data-v-e88c3bd6_0", {
6647
+ source: ".info-card[data-v-e88c3bd6]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-e88c3bd6]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-e88c3bd6]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-e88c3bd6]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-tooltip[data-v-e88c3bd6]{position:relative;top:-2px}.description[data-v-e88c3bd6]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-e88c3bd6]{margin-top:.5rem}",
6618
6648
  map: undefined,
6619
6649
  media: undefined
6620
6650
  });
@@ -6622,23 +6652,23 @@ const __vue_inject_styles__$y = function (inject) {
6622
6652
  /* scoped */
6623
6653
 
6624
6654
 
6625
- const __vue_scope_id__$y = "data-v-d47f7616";
6655
+ const __vue_scope_id__$A = "data-v-e88c3bd6";
6626
6656
  /* module identifier */
6627
6657
 
6628
- const __vue_module_identifier__$y = undefined;
6658
+ const __vue_module_identifier__$A = undefined;
6629
6659
  /* functional template */
6630
6660
 
6631
- const __vue_is_functional_template__$y = false;
6661
+ const __vue_is_functional_template__$A = false;
6632
6662
  /* style inject SSR */
6633
6663
 
6634
6664
  /* style inject shadow dom */
6635
6665
 
6636
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
6637
- render: __vue_render__$w,
6638
- staticRenderFns: __vue_staticRenderFns__$w
6639
- }, __vue_inject_styles__$y, __vue_script__$q, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
6666
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
6667
+ render: __vue_render__$y,
6668
+ staticRenderFns: __vue_staticRenderFns__$y
6669
+ }, __vue_inject_styles__$A, __vue_script__$q, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
6640
6670
 
6641
- var __vue_component__$10 = __vue_component__$$;
6671
+ var __vue_component__$14 = __vue_component__$13;
6642
6672
 
6643
6673
  //
6644
6674
  var script$p = {
@@ -6691,7 +6721,7 @@ var script$p = {
6691
6721
  const __vue_script__$p = script$p;
6692
6722
  /* template */
6693
6723
 
6694
- var __vue_render__$v = function () {
6724
+ var __vue_render__$x = function () {
6695
6725
  var _vm = this;
6696
6726
 
6697
6727
  var _h = _vm.$createElement;
@@ -6760,13 +6790,13 @@ var __vue_render__$v = function () {
6760
6790
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6761
6791
  };
6762
6792
 
6763
- var __vue_staticRenderFns__$v = [];
6793
+ var __vue_staticRenderFns__$x = [];
6764
6794
  /* style */
6765
6795
 
6766
- const __vue_inject_styles__$x = function (inject) {
6796
+ const __vue_inject_styles__$z = function (inject) {
6767
6797
  if (!inject) return;
6768
- inject("data-v-faa5535c_0", {
6769
- source: ".status-card[data-v-faa5535c]{display:flex;flex-direction:column;justify-content:center}.row[data-v-faa5535c]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-faa5535c]{margin-left:.25rem;margin-right:.25rem}.label[data-v-faa5535c]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-faa5535c]{margin-right:.25rem}.error-icon[data-v-faa5535c]{margin-right:.25rem}.warning-icon[data-v-faa5535c]{margin-right:.25rem}.stats[data-v-faa5535c]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6798
+ inject("data-v-d6024f1c_0", {
6799
+ source: ".status-card[data-v-d6024f1c]{display:flex;flex-direction:column;justify-content:center}.row[data-v-d6024f1c]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-d6024f1c]{margin-left:.25rem;margin-right:.25rem}.label[data-v-d6024f1c]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-d6024f1c]{margin-right:.25rem}.error-icon[data-v-d6024f1c]{margin-right:.25rem}.warning-icon[data-v-d6024f1c]{margin-right:.25rem}.stats[data-v-d6024f1c]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6770
6800
  map: undefined,
6771
6801
  media: undefined
6772
6802
  });
@@ -6774,23 +6804,23 @@ const __vue_inject_styles__$x = function (inject) {
6774
6804
  /* scoped */
6775
6805
 
6776
6806
 
6777
- const __vue_scope_id__$x = "data-v-faa5535c";
6807
+ const __vue_scope_id__$z = "data-v-d6024f1c";
6778
6808
  /* module identifier */
6779
6809
 
6780
- const __vue_module_identifier__$x = undefined;
6810
+ const __vue_module_identifier__$z = undefined;
6781
6811
  /* functional template */
6782
6812
 
6783
- const __vue_is_functional_template__$x = false;
6813
+ const __vue_is_functional_template__$z = false;
6784
6814
  /* style inject SSR */
6785
6815
 
6786
6816
  /* style inject shadow dom */
6787
6817
 
6788
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
6789
- render: __vue_render__$v,
6790
- staticRenderFns: __vue_staticRenderFns__$v
6791
- }, __vue_inject_styles__$x, __vue_script__$p, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
6818
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
6819
+ render: __vue_render__$x,
6820
+ staticRenderFns: __vue_staticRenderFns__$x
6821
+ }, __vue_inject_styles__$z, __vue_script__$p, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
6792
6822
 
6793
- var __vue_component__$_ = __vue_component__$Z;
6823
+ var __vue_component__$12 = __vue_component__$11;
6794
6824
 
6795
6825
  //
6796
6826
  var script$o = {
@@ -6850,7 +6880,7 @@ var script$o = {
6850
6880
  const __vue_script__$o = script$o;
6851
6881
  /* template */
6852
6882
 
6853
- var __vue_render__$u = function () {
6883
+ var __vue_render__$w = function () {
6854
6884
  var _vm = this;
6855
6885
 
6856
6886
  var _h = _vm.$createElement;
@@ -6905,13 +6935,13 @@ var __vue_render__$u = function () {
6905
6935
  })], 1)])]);
6906
6936
  };
6907
6937
 
6908
- var __vue_staticRenderFns__$u = [];
6938
+ var __vue_staticRenderFns__$w = [];
6909
6939
  /* style */
6910
6940
 
6911
- const __vue_inject_styles__$w = function (inject) {
6941
+ const __vue_inject_styles__$y = function (inject) {
6912
6942
  if (!inject) return;
6913
- inject("data-v-006e8647_0", {
6914
- source: ".service-card[data-v-006e8647]{display:flex;flex-direction:column;justify-content:center}.row[data-v-006e8647]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-006e8647]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-006e8647]{margin-right:.25rem}.error-icon[data-v-006e8647]{margin-right:.25rem}.warning-icon[data-v-006e8647]{margin-right:.25rem}.stats[data-v-006e8647]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6943
+ inject("data-v-0ece12a7_0", {
6944
+ source: ".service-card[data-v-0ece12a7]{display:flex;flex-direction:column;justify-content:center}.row[data-v-0ece12a7]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-0ece12a7]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-0ece12a7]{margin-right:.25rem}.error-icon[data-v-0ece12a7]{margin-right:.25rem}.warning-icon[data-v-0ece12a7]{margin-right:.25rem}.stats[data-v-0ece12a7]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6915
6945
  map: undefined,
6916
6946
  media: undefined
6917
6947
  });
@@ -6919,23 +6949,23 @@ const __vue_inject_styles__$w = function (inject) {
6919
6949
  /* scoped */
6920
6950
 
6921
6951
 
6922
- const __vue_scope_id__$w = "data-v-006e8647";
6952
+ const __vue_scope_id__$y = "data-v-0ece12a7";
6923
6953
  /* module identifier */
6924
6954
 
6925
- const __vue_module_identifier__$w = undefined;
6955
+ const __vue_module_identifier__$y = undefined;
6926
6956
  /* functional template */
6927
6957
 
6928
- const __vue_is_functional_template__$w = false;
6958
+ const __vue_is_functional_template__$y = false;
6929
6959
  /* style inject SSR */
6930
6960
 
6931
6961
  /* style inject shadow dom */
6932
6962
 
6933
- const __vue_component__$X = /*#__PURE__*/normalizeComponent({
6934
- render: __vue_render__$u,
6935
- staticRenderFns: __vue_staticRenderFns__$u
6936
- }, __vue_inject_styles__$w, __vue_script__$o, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
6963
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
6964
+ render: __vue_render__$w,
6965
+ staticRenderFns: __vue_staticRenderFns__$w
6966
+ }, __vue_inject_styles__$y, __vue_script__$o, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
6937
6967
 
6938
- var __vue_component__$Y = __vue_component__$X;
6968
+ var __vue_component__$10 = __vue_component__$$;
6939
6969
 
6940
6970
  //
6941
6971
  var script$n = {
@@ -6996,7 +7026,7 @@ var script$n = {
6996
7026
  const __vue_script__$n = script$n;
6997
7027
  /* template */
6998
7028
 
6999
- var __vue_render__$t = function () {
7029
+ var __vue_render__$v = function () {
7000
7030
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
7001
7031
 
7002
7032
  var _vm = this;
@@ -7075,16 +7105,16 @@ var __vue_render__$t = function () {
7075
7105
  })], 2) : _vm._e()]);
7076
7106
  };
7077
7107
 
7078
- var __vue_staticRenderFns__$t = [];
7108
+ var __vue_staticRenderFns__$v = [];
7079
7109
  /* style */
7080
7110
 
7081
- const __vue_inject_styles__$v = function (inject) {
7111
+ const __vue_inject_styles__$x = function (inject) {
7082
7112
  if (!inject) return;
7083
- inject("data-v-11b039d1_0", {
7084
- source: ".label-with-tooltip[data-v-11b039d1]{display:flex;align-items:baseline}.prefix[data-v-11b039d1]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-11b039d1]{align-items:center}",
7113
+ inject("data-v-27e25f9e_0", {
7114
+ source: ".label-with-tooltip[data-v-27e25f9e]{display:flex;align-items:baseline}.prefix[data-v-27e25f9e]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-27e25f9e]{align-items:center}",
7085
7115
  map: undefined,
7086
7116
  media: undefined
7087
- }), inject("data-v-11b039d1_1", {
7117
+ }), inject("data-v-27e25f9e_1", {
7088
7118
  source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
7089
7119
  map: undefined,
7090
7120
  media: undefined
@@ -7093,23 +7123,23 @@ const __vue_inject_styles__$v = function (inject) {
7093
7123
  /* scoped */
7094
7124
 
7095
7125
 
7096
- const __vue_scope_id__$v = "data-v-11b039d1";
7126
+ const __vue_scope_id__$x = "data-v-27e25f9e";
7097
7127
  /* module identifier */
7098
7128
 
7099
- const __vue_module_identifier__$v = undefined;
7129
+ const __vue_module_identifier__$x = undefined;
7100
7130
  /* functional template */
7101
7131
 
7102
- const __vue_is_functional_template__$v = false;
7132
+ const __vue_is_functional_template__$x = false;
7103
7133
  /* style inject SSR */
7104
7134
 
7105
7135
  /* style inject shadow dom */
7106
7136
 
7107
- const __vue_component__$W = /*#__PURE__*/normalizeComponent({
7108
- render: __vue_render__$t,
7109
- staticRenderFns: __vue_staticRenderFns__$t
7110
- }, __vue_inject_styles__$v, __vue_script__$n, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
7137
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
7138
+ render: __vue_render__$v,
7139
+ staticRenderFns: __vue_staticRenderFns__$v
7140
+ }, __vue_inject_styles__$x, __vue_script__$n, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
7111
7141
 
7112
- var NsTextInput = __vue_component__$W;
7142
+ var NsTextInput = __vue_component__$_;
7113
7143
 
7114
7144
  // Unique ID creation requires a high quality random # generator. In node.js
7115
7145
  // this is pretty straight-forward - we use the crypto API.
@@ -7287,6 +7317,10 @@ uuid.v4 = v4_1;
7287
7317
 
7288
7318
  var uuid_1 = uuid;
7289
7319
 
7320
+ /*
7321
+ * Copyright (C) 2023 Nethesis S.r.l.
7322
+ * SPDX-License-Identifier: GPL-3.0-or-later
7323
+ */
7290
7324
  var UtilService = {
7291
7325
  name: "UtilService",
7292
7326
 
@@ -7836,7 +7870,7 @@ var script$m = {
7836
7870
  const __vue_script__$m = script$m;
7837
7871
  /* template */
7838
7872
 
7839
- var __vue_render__$s = function () {
7873
+ var __vue_render__$u = function () {
7840
7874
  var _vm = this;
7841
7875
 
7842
7876
  var _h = _vm.$createElement;
@@ -7931,13 +7965,13 @@ var __vue_render__$s = function () {
7931
7965
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7932
7966
  };
7933
7967
 
7934
- var __vue_staticRenderFns__$s = [];
7968
+ var __vue_staticRenderFns__$u = [];
7935
7969
  /* style */
7936
7970
 
7937
- const __vue_inject_styles__$u = function (inject) {
7971
+ const __vue_inject_styles__$w = function (inject) {
7938
7972
  if (!inject) return;
7939
- inject("data-v-67b93b40_0", {
7940
- source: ".new-password-container[data-v-67b93b40]{margin-bottom:1rem}.new-password[data-v-67b93b40]{margin-bottom:.25rem}.confirm-password[data-v-67b93b40]{margin-bottom:.25rem}.password-meter[data-v-67b93b40]{display:flex}@media (min-width:672px){.password-meter[data-v-67b93b40]{max-width:38rem}}.requirement[data-v-67b93b40]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-67b93b40]{background-color:#fff}.requirement[data-v-67b93b40]:first-child{margin-left:0}.requirement-ok[data-v-67b93b40]{color:#fff;background-color:#198038}.requirement-disabled[data-v-67b93b40]{color:#c6c6c6;background-color:#f4f4f4}",
7973
+ inject("data-v-462e7980_0", {
7974
+ source: ".new-password-container[data-v-462e7980]{margin-bottom:1rem}.new-password[data-v-462e7980]{margin-bottom:.25rem}.confirm-password[data-v-462e7980]{margin-bottom:.25rem}.password-meter[data-v-462e7980]{display:flex}@media (min-width:672px){.password-meter[data-v-462e7980]{max-width:38rem}}.requirement[data-v-462e7980]{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-462e7980]{background-color:#fff}.requirement[data-v-462e7980]:first-child{margin-left:0}.requirement-ok[data-v-462e7980]{color:#fff;background-color:#198038}.requirement-disabled[data-v-462e7980]{color:#c6c6c6;background-color:#f4f4f4}",
7941
7975
  map: undefined,
7942
7976
  media: undefined
7943
7977
  });
@@ -7945,23 +7979,23 @@ const __vue_inject_styles__$u = function (inject) {
7945
7979
  /* scoped */
7946
7980
 
7947
7981
 
7948
- const __vue_scope_id__$u = "data-v-67b93b40";
7982
+ const __vue_scope_id__$w = "data-v-462e7980";
7949
7983
  /* module identifier */
7950
7984
 
7951
- const __vue_module_identifier__$u = undefined;
7985
+ const __vue_module_identifier__$w = undefined;
7952
7986
  /* functional template */
7953
7987
 
7954
- const __vue_is_functional_template__$u = false;
7988
+ const __vue_is_functional_template__$w = false;
7955
7989
  /* style inject SSR */
7956
7990
 
7957
7991
  /* style inject shadow dom */
7958
7992
 
7959
- const __vue_component__$U = /*#__PURE__*/normalizeComponent({
7960
- render: __vue_render__$s,
7961
- staticRenderFns: __vue_staticRenderFns__$s
7962
- }, __vue_inject_styles__$u, __vue_script__$m, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
7993
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
7994
+ render: __vue_render__$u,
7995
+ staticRenderFns: __vue_staticRenderFns__$u
7996
+ }, __vue_inject_styles__$w, __vue_script__$m, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
7963
7997
 
7964
- var __vue_component__$V = __vue_component__$U;
7998
+ var __vue_component__$Z = __vue_component__$Y;
7965
7999
 
7966
8000
  //
7967
8001
  var script$l = {
@@ -8011,7 +8045,7 @@ var script$l = {
8011
8045
  const __vue_script__$l = script$l;
8012
8046
  /* template */
8013
8047
 
8014
- var __vue_render__$r = function () {
8048
+ var __vue_render__$t = function () {
8015
8049
  var _obj, _obj$1;
8016
8050
 
8017
8051
  var _vm = this;
@@ -8127,13 +8161,13 @@ var __vue_render__$r = function () {
8127
8161
  })])]);
8128
8162
  };
8129
8163
 
8130
- var __vue_staticRenderFns__$r = [];
8164
+ var __vue_staticRenderFns__$t = [];
8131
8165
  /* style */
8132
8166
 
8133
- const __vue_inject_styles__$t = function (inject) {
8167
+ const __vue_inject_styles__$v = function (inject) {
8134
8168
  if (!inject) return;
8135
- inject("data-v-2be14df6_0", {
8136
- source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
8169
+ inject("data-v-137b2ab6_0", {
8170
+ source: ".ns-icon-menu[data-v-137b2ab6]{display:inline-flex}",
8137
8171
  map: undefined,
8138
8172
  media: undefined
8139
8173
  });
@@ -8141,23 +8175,23 @@ const __vue_inject_styles__$t = function (inject) {
8141
8175
  /* scoped */
8142
8176
 
8143
8177
 
8144
- const __vue_scope_id__$t = "data-v-2be14df6";
8178
+ const __vue_scope_id__$v = "data-v-137b2ab6";
8145
8179
  /* module identifier */
8146
8180
 
8147
- const __vue_module_identifier__$t = undefined;
8181
+ const __vue_module_identifier__$v = undefined;
8148
8182
  /* functional template */
8149
8183
 
8150
- const __vue_is_functional_template__$t = false;
8184
+ const __vue_is_functional_template__$v = false;
8151
8185
  /* style inject SSR */
8152
8186
 
8153
8187
  /* style inject shadow dom */
8154
8188
 
8155
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
8156
- render: __vue_render__$r,
8157
- staticRenderFns: __vue_staticRenderFns__$r
8158
- }, __vue_inject_styles__$t, __vue_script__$l, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
8189
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({
8190
+ render: __vue_render__$t,
8191
+ staticRenderFns: __vue_staticRenderFns__$t
8192
+ }, __vue_inject_styles__$v, __vue_script__$l, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
8159
8193
 
8160
- var __vue_component__$T = __vue_component__$S;
8194
+ var __vue_component__$X = __vue_component__$W;
8161
8195
 
8162
8196
  //
8163
8197
  var script$k = {
@@ -8198,7 +8232,7 @@ var script$k = {
8198
8232
  const __vue_script__$k = script$k;
8199
8233
  /* template */
8200
8234
 
8201
- var __vue_render__$q = function () {
8235
+ var __vue_render__$s = function () {
8202
8236
  var _vm = this;
8203
8237
 
8204
8238
  var _h = _vm.$createElement;
@@ -8221,13 +8255,13 @@ var __vue_render__$q = function () {
8221
8255
  })], 1);
8222
8256
  };
8223
8257
 
8224
- var __vue_staticRenderFns__$q = [];
8258
+ var __vue_staticRenderFns__$s = [];
8225
8259
  /* style */
8226
8260
 
8227
- const __vue_inject_styles__$s = function (inject) {
8261
+ const __vue_inject_styles__$u = function (inject) {
8228
8262
  if (!inject) return;
8229
- inject("data-v-8d83456c_0", {
8230
- source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
8263
+ inject("data-v-4ca10dac_0", {
8264
+ source: ".label[data-v-4ca10dac]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-4ca10dac]{margin-bottom:.5rem!important}",
8231
8265
  map: undefined,
8232
8266
  media: undefined
8233
8267
  });
@@ -8235,23 +8269,23 @@ const __vue_inject_styles__$s = function (inject) {
8235
8269
  /* scoped */
8236
8270
 
8237
8271
 
8238
- const __vue_scope_id__$s = "data-v-8d83456c";
8272
+ const __vue_scope_id__$u = "data-v-4ca10dac";
8239
8273
  /* module identifier */
8240
8274
 
8241
- const __vue_module_identifier__$s = undefined;
8275
+ const __vue_module_identifier__$u = undefined;
8242
8276
  /* functional template */
8243
8277
 
8244
- const __vue_is_functional_template__$s = false;
8278
+ const __vue_is_functional_template__$u = false;
8245
8279
  /* style inject SSR */
8246
8280
 
8247
8281
  /* style inject shadow dom */
8248
8282
 
8249
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
8250
- render: __vue_render__$q,
8251
- staticRenderFns: __vue_staticRenderFns__$q
8252
- }, __vue_inject_styles__$s, __vue_script__$k, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
8283
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
8284
+ render: __vue_render__$s,
8285
+ staticRenderFns: __vue_staticRenderFns__$s
8286
+ }, __vue_inject_styles__$u, __vue_script__$k, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
8253
8287
 
8254
- var __vue_component__$R = __vue_component__$Q;
8288
+ var __vue_component__$V = __vue_component__$U;
8255
8289
 
8256
8290
  //
8257
8291
  var script$j = {
@@ -8317,7 +8351,7 @@ var script$j = {
8317
8351
  const __vue_script__$j = script$j;
8318
8352
  /* template */
8319
8353
 
8320
- var __vue_render__$p = function () {
8354
+ var __vue_render__$r = function () {
8321
8355
  var _obj, _obj$1, _obj$2, _obj$3;
8322
8356
 
8323
8357
  var _vm = this;
@@ -8451,31 +8485,31 @@ var __vue_render__$p = function () {
8451
8485
  })], 1)]);
8452
8486
  };
8453
8487
 
8454
- var __vue_staticRenderFns__$p = [];
8488
+ var __vue_staticRenderFns__$r = [];
8455
8489
  /* style */
8456
8490
 
8457
- const __vue_inject_styles__$r = undefined;
8491
+ const __vue_inject_styles__$t = undefined;
8458
8492
  /* scoped */
8459
8493
 
8460
- const __vue_scope_id__$r = undefined;
8494
+ const __vue_scope_id__$t = undefined;
8461
8495
  /* module identifier */
8462
8496
 
8463
- const __vue_module_identifier__$r = undefined;
8497
+ const __vue_module_identifier__$t = undefined;
8464
8498
  /* functional template */
8465
8499
 
8466
- const __vue_is_functional_template__$r = false;
8500
+ const __vue_is_functional_template__$t = false;
8467
8501
  /* style inject */
8468
8502
 
8469
8503
  /* style inject SSR */
8470
8504
 
8471
8505
  /* style inject shadow dom */
8472
8506
 
8473
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({
8474
- render: __vue_render__$p,
8475
- staticRenderFns: __vue_staticRenderFns__$p
8476
- }, __vue_inject_styles__$r, __vue_script__$j, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
8507
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({
8508
+ render: __vue_render__$r,
8509
+ staticRenderFns: __vue_staticRenderFns__$r
8510
+ }, __vue_inject_styles__$t, __vue_script__$j, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
8477
8511
 
8478
- var NsModal = __vue_component__$P;
8512
+ var NsModal = __vue_component__$T;
8479
8513
 
8480
8514
  //
8481
8515
  var script$i = {
@@ -8530,6 +8564,10 @@ var script$i = {
8530
8564
  errorDescription: {
8531
8565
  type: String,
8532
8566
  default: ""
8567
+ },
8568
+ loading: {
8569
+ type: Boolean,
8570
+ default: false
8533
8571
  }
8534
8572
  },
8535
8573
 
@@ -8577,7 +8615,7 @@ var script$i = {
8577
8615
  const __vue_script__$i = script$i;
8578
8616
  /* template */
8579
8617
 
8580
- var __vue_render__$o = function () {
8618
+ var __vue_render__$q = function () {
8581
8619
  var _vm = this;
8582
8620
 
8583
8621
  var _h = _vm.$createElement;
@@ -8589,7 +8627,7 @@ var __vue_render__$o = function () {
8589
8627
  "kind": "danger",
8590
8628
  "size": "default",
8591
8629
  "visible": _vm.isShown,
8592
- "primary-button-disabled": _vm.name !== _vm.userInput
8630
+ "primary-button-disabled": _vm.name !== _vm.userInput || _vm.loading
8593
8631
  },
8594
8632
  on: {
8595
8633
  "modal-hidden": _vm.onModalHidden,
@@ -8645,13 +8683,13 @@ var __vue_render__$o = function () {
8645
8683
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8646
8684
  };
8647
8685
 
8648
- var __vue_staticRenderFns__$o = [];
8686
+ var __vue_staticRenderFns__$q = [];
8649
8687
  /* style */
8650
8688
 
8651
- const __vue_inject_styles__$q = function (inject) {
8689
+ const __vue_inject_styles__$s = function (inject) {
8652
8690
  if (!inject) return;
8653
- inject("data-v-746a2de3_0", {
8654
- source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
8691
+ inject("data-v-3b643702_0", {
8692
+ source: ".type-to-confirm[data-v-3b643702]{margin-top:2rem}",
8655
8693
  map: undefined,
8656
8694
  media: undefined
8657
8695
  });
@@ -8659,23 +8697,28 @@ const __vue_inject_styles__$q = function (inject) {
8659
8697
  /* scoped */
8660
8698
 
8661
8699
 
8662
- const __vue_scope_id__$q = "data-v-746a2de3";
8700
+ const __vue_scope_id__$s = "data-v-3b643702";
8663
8701
  /* module identifier */
8664
8702
 
8665
- const __vue_module_identifier__$q = undefined;
8703
+ const __vue_module_identifier__$s = undefined;
8666
8704
  /* functional template */
8667
8705
 
8668
- const __vue_is_functional_template__$q = false;
8706
+ const __vue_is_functional_template__$s = false;
8669
8707
  /* style inject SSR */
8670
8708
 
8671
8709
  /* style inject shadow dom */
8672
8710
 
8673
- const __vue_component__$N = /*#__PURE__*/normalizeComponent({
8674
- render: __vue_render__$o,
8675
- staticRenderFns: __vue_staticRenderFns__$o
8676
- }, __vue_inject_styles__$q, __vue_script__$i, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
8711
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
8712
+ render: __vue_render__$q,
8713
+ staticRenderFns: __vue_staticRenderFns__$q
8714
+ }, __vue_inject_styles__$s, __vue_script__$i, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
8677
8715
 
8678
- var __vue_component__$O = __vue_component__$N;
8716
+ var __vue_component__$S = __vue_component__$R;
8717
+
8718
+ /*
8719
+ * Copyright (C) 2023 Nethesis S.r.l.
8720
+ * SPDX-License-Identifier: GPL-3.0-or-later
8721
+ */
8679
8722
 
8680
8723
  var IconService = {
8681
8724
  name: "IconService",
@@ -8864,7 +8907,20 @@ var IconService = {
8864
8907
  CloseFilled32,
8865
8908
  Badge16,
8866
8909
  Badge20,
8867
- Badge32
8910
+ Badge32,
8911
+ FolderShared16,
8912
+ // samba file server, file shares
8913
+ FolderShared20,
8914
+ FolderShared32,
8915
+ MailAll16,
8916
+ // mail queue
8917
+ MailAll20,
8918
+ MailAll32,
8919
+ CloudUpload16,
8920
+ // file upload
8921
+ CloudUpload20,
8922
+ CloudUpload32,
8923
+ CloudUpload64
8868
8924
  };
8869
8925
  }
8870
8926
 
@@ -8906,7 +8962,7 @@ var script$h = {
8906
8962
  const __vue_script__$h = script$h;
8907
8963
  /* template */
8908
8964
 
8909
- var __vue_render__$n = function () {
8965
+ var __vue_render__$p = function () {
8910
8966
  var _obj, _obj$1;
8911
8967
 
8912
8968
  var _vm = this;
@@ -9006,31 +9062,31 @@ var __vue_render__$n = function () {
9006
9062
  })])]);
9007
9063
  };
9008
9064
 
9009
- var __vue_staticRenderFns__$n = [];
9065
+ var __vue_staticRenderFns__$p = [];
9010
9066
  /* style */
9011
9067
 
9012
- const __vue_inject_styles__$p = undefined;
9068
+ const __vue_inject_styles__$r = undefined;
9013
9069
  /* scoped */
9014
9070
 
9015
- const __vue_scope_id__$p = "data-v-31925b9d";
9071
+ const __vue_scope_id__$r = "data-v-1818ed86";
9016
9072
  /* module identifier */
9017
9073
 
9018
- const __vue_module_identifier__$p = undefined;
9074
+ const __vue_module_identifier__$r = undefined;
9019
9075
  /* functional template */
9020
9076
 
9021
- const __vue_is_functional_template__$p = false;
9077
+ const __vue_is_functional_template__$r = false;
9022
9078
  /* style inject */
9023
9079
 
9024
9080
  /* style inject SSR */
9025
9081
 
9026
9082
  /* style inject shadow dom */
9027
9083
 
9028
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({
9029
- render: __vue_render__$n,
9030
- staticRenderFns: __vue_staticRenderFns__$n
9031
- }, __vue_inject_styles__$p, __vue_script__$h, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
9084
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
9085
+ render: __vue_render__$p,
9086
+ staticRenderFns: __vue_staticRenderFns__$p
9087
+ }, __vue_inject_styles__$r, __vue_script__$h, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
9032
9088
 
9033
- var __vue_component__$M = __vue_component__$L;
9089
+ var __vue_component__$Q = __vue_component__$P;
9034
9090
 
9035
9091
  //
9036
9092
  var script$g = {
@@ -9072,7 +9128,7 @@ var script$g = {
9072
9128
  const __vue_script__$g = script$g;
9073
9129
  /* template */
9074
9130
 
9075
- var __vue_render__$m = function () {
9131
+ var __vue_render__$o = function () {
9076
9132
  var _vm = this;
9077
9133
 
9078
9134
  var _h = _vm.$createElement;
@@ -9126,13 +9182,13 @@ var __vue_render__$m = function () {
9126
9182
  }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm.status[_vm.backup.id].total_file_count) + "\n ")]) : _c('span', [_vm._v("-")])])])]);
9127
9183
  };
9128
9184
 
9129
- var __vue_staticRenderFns__$m = [];
9185
+ var __vue_staticRenderFns__$o = [];
9130
9186
  /* style */
9131
9187
 
9132
- const __vue_inject_styles__$o = function (inject) {
9188
+ const __vue_inject_styles__$q = function (inject) {
9133
9189
  if (!inject) return;
9134
- inject("data-v-25453d1c_0", {
9135
- 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}",
9190
+ inject("data-v-5c5848fc_0", {
9191
+ source: ".ns-backup-card-details[data-v-5c5848fc]{display:contents}.tr[data-v-5c5848fc]{display:table-row}.td[data-v-5c5848fc]{display:table-cell}.label[data-v-5c5848fc]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
9136
9192
  map: undefined,
9137
9193
  media: undefined
9138
9194
  });
@@ -9140,23 +9196,23 @@ const __vue_inject_styles__$o = function (inject) {
9140
9196
  /* scoped */
9141
9197
 
9142
9198
 
9143
- const __vue_scope_id__$o = "data-v-25453d1c";
9199
+ const __vue_scope_id__$q = "data-v-5c5848fc";
9144
9200
  /* module identifier */
9145
9201
 
9146
- const __vue_module_identifier__$o = undefined;
9202
+ const __vue_module_identifier__$q = undefined;
9147
9203
  /* functional template */
9148
9204
 
9149
- const __vue_is_functional_template__$o = false;
9205
+ const __vue_is_functional_template__$q = false;
9150
9206
  /* style inject SSR */
9151
9207
 
9152
9208
  /* style inject shadow dom */
9153
9209
 
9154
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
9155
- render: __vue_render__$m,
9156
- staticRenderFns: __vue_staticRenderFns__$m
9157
- }, __vue_inject_styles__$o, __vue_script__$g, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
9210
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
9211
+ render: __vue_render__$o,
9212
+ staticRenderFns: __vue_staticRenderFns__$o
9213
+ }, __vue_inject_styles__$q, __vue_script__$g, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
9158
9214
 
9159
- var NsBackupCardDetails = __vue_component__$K;
9215
+ var NsBackupCardDetails = __vue_component__$O;
9160
9216
 
9161
9217
  //
9162
9218
  var script$f = {
@@ -9303,7 +9359,7 @@ var script$f = {
9303
9359
  const __vue_script__$f = script$f;
9304
9360
  /* template */
9305
9361
 
9306
- var __vue_render__$l = function () {
9362
+ var __vue_render__$n = function () {
9307
9363
  var _vm = this;
9308
9364
 
9309
9365
  var _h = _vm.$createElement;
@@ -9419,16 +9475,16 @@ var __vue_render__$l = function () {
9419
9475
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9420
9476
  };
9421
9477
 
9422
- var __vue_staticRenderFns__$l = [];
9478
+ var __vue_staticRenderFns__$n = [];
9423
9479
  /* style */
9424
9480
 
9425
- const __vue_inject_styles__$n = function (inject) {
9481
+ const __vue_inject_styles__$p = function (inject) {
9426
9482
  if (!inject) return;
9427
- inject("data-v-3315ab44_0", {
9428
- source: ".ns-backup-card[data-v-3315ab44]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-3315ab44]{margin-bottom:1rem}.backup[data-v-3315ab44]:last-child{margin-bottom:0}.row[data-v-3315ab44]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-3315ab44]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-3315ab44]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-3315ab44]{display:table}.tr[data-v-3315ab44]{display:table-row}.td[data-v-3315ab44]{display:table-cell}.label[data-v-3315ab44]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-3315ab44]{font-weight:700}.backup-status-icon[data-v-3315ab44]{margin-right:.25rem}",
9483
+ inject("data-v-6f55bf84_0", {
9484
+ source: ".ns-backup-card[data-v-6f55bf84]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-6f55bf84]{margin-bottom:1rem}.backup[data-v-6f55bf84]:last-child{margin-bottom:0}.row[data-v-6f55bf84]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-6f55bf84]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-6f55bf84]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-6f55bf84]{display:table}.tr[data-v-6f55bf84]{display:table-row}.td[data-v-6f55bf84]{display:table-cell}.label[data-v-6f55bf84]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-6f55bf84]{font-weight:700}.backup-status-icon[data-v-6f55bf84]{margin-right:.25rem}",
9429
9485
  map: undefined,
9430
9486
  media: undefined
9431
- }), inject("data-v-3315ab44_1", {
9487
+ }), inject("data-v-6f55bf84_1", {
9432
9488
  source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
9433
9489
  map: undefined,
9434
9490
  media: undefined
@@ -9437,23 +9493,23 @@ const __vue_inject_styles__$n = function (inject) {
9437
9493
  /* scoped */
9438
9494
 
9439
9495
 
9440
- const __vue_scope_id__$n = "data-v-3315ab44";
9496
+ const __vue_scope_id__$p = "data-v-6f55bf84";
9441
9497
  /* module identifier */
9442
9498
 
9443
- const __vue_module_identifier__$n = undefined;
9499
+ const __vue_module_identifier__$p = undefined;
9444
9500
  /* functional template */
9445
9501
 
9446
- const __vue_is_functional_template__$n = false;
9502
+ const __vue_is_functional_template__$p = false;
9447
9503
  /* style inject SSR */
9448
9504
 
9449
9505
  /* style inject shadow dom */
9450
9506
 
9451
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
9452
- render: __vue_render__$l,
9453
- staticRenderFns: __vue_staticRenderFns__$l
9454
- }, __vue_inject_styles__$n, __vue_script__$f, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
9507
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
9508
+ render: __vue_render__$n,
9509
+ staticRenderFns: __vue_staticRenderFns__$n
9510
+ }, __vue_inject_styles__$p, __vue_script__$f, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
9455
9511
 
9456
- var __vue_component__$J = __vue_component__$I;
9512
+ var __vue_component__$N = __vue_component__$M;
9457
9513
 
9458
9514
  //
9459
9515
  var script$e = {
@@ -9503,7 +9559,7 @@ var script$e = {
9503
9559
  const __vue_script__$e = script$e;
9504
9560
  /* template */
9505
9561
 
9506
- var __vue_render__$k = function () {
9562
+ var __vue_render__$m = function () {
9507
9563
  var _obj, _obj$1;
9508
9564
 
9509
9565
  var _vm = this;
@@ -9645,31 +9701,31 @@ var __vue_render__$k = function () {
9645
9701
  })], 1)]);
9646
9702
  };
9647
9703
 
9648
- var __vue_staticRenderFns__$k = [];
9704
+ var __vue_staticRenderFns__$m = [];
9649
9705
  /* style */
9650
9706
 
9651
- const __vue_inject_styles__$m = undefined;
9707
+ const __vue_inject_styles__$o = undefined;
9652
9708
  /* scoped */
9653
9709
 
9654
- const __vue_scope_id__$m = undefined;
9710
+ const __vue_scope_id__$o = undefined;
9655
9711
  /* module identifier */
9656
9712
 
9657
- const __vue_module_identifier__$m = undefined;
9713
+ const __vue_module_identifier__$o = undefined;
9658
9714
  /* functional template */
9659
9715
 
9660
- const __vue_is_functional_template__$m = false;
9716
+ const __vue_is_functional_template__$o = false;
9661
9717
  /* style inject */
9662
9718
 
9663
9719
  /* style inject SSR */
9664
9720
 
9665
9721
  /* style inject shadow dom */
9666
9722
 
9667
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
9668
- render: __vue_render__$k,
9669
- staticRenderFns: __vue_staticRenderFns__$k
9670
- }, __vue_inject_styles__$m, __vue_script__$e, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
9723
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
9724
+ render: __vue_render__$m,
9725
+ staticRenderFns: __vue_staticRenderFns__$m
9726
+ }, __vue_inject_styles__$o, __vue_script__$e, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
9671
9727
 
9672
- var __vue_component__$H = __vue_component__$G;
9728
+ var __vue_component__$L = __vue_component__$K;
9673
9729
 
9674
9730
  //
9675
9731
  var script$d = {
@@ -9698,7 +9754,7 @@ var script$d = {
9698
9754
  const __vue_script__$d = script$d;
9699
9755
  /* template */
9700
9756
 
9701
- var __vue_render__$j = function () {
9757
+ var __vue_render__$l = function () {
9702
9758
  var _vm = this;
9703
9759
 
9704
9760
  var _h = _vm.$createElement;
@@ -9718,13 +9774,13 @@ var __vue_render__$j = function () {
9718
9774
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9719
9775
  };
9720
9776
 
9721
- var __vue_staticRenderFns__$j = [];
9777
+ var __vue_staticRenderFns__$l = [];
9722
9778
  /* style */
9723
9779
 
9724
- const __vue_inject_styles__$l = function (inject) {
9780
+ const __vue_inject_styles__$n = function (inject) {
9725
9781
  if (!inject) return;
9726
- inject("data-v-35f08832_0", {
9727
- source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
9782
+ inject("data-v-2e21de12_0", {
9783
+ source: ".ns-menu-item[data-v-2e21de12]{display:flex;align-items:center}.icon[data-v-2e21de12]{margin-right:.5rem}",
9728
9784
  map: undefined,
9729
9785
  media: undefined
9730
9786
  });
@@ -9732,23 +9788,23 @@ const __vue_inject_styles__$l = function (inject) {
9732
9788
  /* scoped */
9733
9789
 
9734
9790
 
9735
- const __vue_scope_id__$l = "data-v-35f08832";
9791
+ const __vue_scope_id__$n = "data-v-2e21de12";
9736
9792
  /* module identifier */
9737
9793
 
9738
- const __vue_module_identifier__$l = undefined;
9794
+ const __vue_module_identifier__$n = undefined;
9739
9795
  /* functional template */
9740
9796
 
9741
- const __vue_is_functional_template__$l = false;
9797
+ const __vue_is_functional_template__$n = false;
9742
9798
  /* style inject SSR */
9743
9799
 
9744
9800
  /* style inject shadow dom */
9745
9801
 
9746
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
9747
- render: __vue_render__$j,
9748
- staticRenderFns: __vue_staticRenderFns__$j
9749
- }, __vue_inject_styles__$l, __vue_script__$d, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
9802
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
9803
+ render: __vue_render__$l,
9804
+ staticRenderFns: __vue_staticRenderFns__$l
9805
+ }, __vue_inject_styles__$n, __vue_script__$d, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
9750
9806
 
9751
- var __vue_component__$F = __vue_component__$E;
9807
+ var __vue_component__$J = __vue_component__$I;
9752
9808
 
9753
9809
  //
9754
9810
  var script$c = {
@@ -9762,7 +9818,7 @@ var script$c = {
9762
9818
  const __vue_script__$c = script$c;
9763
9819
  /* template */
9764
9820
 
9765
- var __vue_render__$i = function () {
9821
+ var __vue_render__$k = function () {
9766
9822
  var _vm = this;
9767
9823
 
9768
9824
  var _h = _vm.$createElement;
@@ -9772,31 +9828,31 @@ var __vue_render__$i = function () {
9772
9828
  return _c('cv-side-nav-divider');
9773
9829
  };
9774
9830
 
9775
- var __vue_staticRenderFns__$i = [];
9831
+ var __vue_staticRenderFns__$k = [];
9776
9832
  /* style */
9777
9833
 
9778
- const __vue_inject_styles__$k = undefined;
9834
+ const __vue_inject_styles__$m = undefined;
9779
9835
  /* scoped */
9780
9836
 
9781
- const __vue_scope_id__$k = "data-v-c2c8c17e";
9837
+ const __vue_scope_id__$m = "data-v-25fe7aa1";
9782
9838
  /* module identifier */
9783
9839
 
9784
- const __vue_module_identifier__$k = undefined;
9840
+ const __vue_module_identifier__$m = undefined;
9785
9841
  /* functional template */
9786
9842
 
9787
- const __vue_is_functional_template__$k = false;
9843
+ const __vue_is_functional_template__$m = false;
9788
9844
  /* style inject */
9789
9845
 
9790
9846
  /* style inject SSR */
9791
9847
 
9792
9848
  /* style inject shadow dom */
9793
9849
 
9794
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
9795
- render: __vue_render__$i,
9796
- staticRenderFns: __vue_staticRenderFns__$i
9797
- }, __vue_inject_styles__$k, __vue_script__$c, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
9850
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
9851
+ render: __vue_render__$k,
9852
+ staticRenderFns: __vue_staticRenderFns__$k
9853
+ }, __vue_inject_styles__$m, __vue_script__$c, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
9798
9854
 
9799
- var __vue_component__$D = __vue_component__$C;
9855
+ var __vue_component__$H = __vue_component__$G;
9800
9856
 
9801
9857
  //
9802
9858
  var script$b = {
@@ -9921,7 +9977,7 @@ var script$b = {
9921
9977
  const __vue_script__$b = script$b;
9922
9978
  /* template */
9923
9979
 
9924
- var __vue_render__$h = function () {
9980
+ var __vue_render__$j = function () {
9925
9981
  var _vm = this;
9926
9982
 
9927
9983
  var _h = _vm.$createElement;
@@ -9949,31 +10005,31 @@ var __vue_render__$h = function () {
9949
10005
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9950
10006
  };
9951
10007
 
9952
- var __vue_staticRenderFns__$h = [];
10008
+ var __vue_staticRenderFns__$j = [];
9953
10009
  /* style */
9954
10010
 
9955
- const __vue_inject_styles__$j = undefined;
10011
+ const __vue_inject_styles__$l = undefined;
9956
10012
  /* scoped */
9957
10013
 
9958
- const __vue_scope_id__$j = "data-v-89aa96e8";
10014
+ const __vue_scope_id__$l = "data-v-604a2128";
9959
10015
  /* module identifier */
9960
10016
 
9961
- const __vue_module_identifier__$j = undefined;
10017
+ const __vue_module_identifier__$l = undefined;
9962
10018
  /* functional template */
9963
10019
 
9964
- const __vue_is_functional_template__$j = false;
10020
+ const __vue_is_functional_template__$l = false;
9965
10021
  /* style inject */
9966
10022
 
9967
10023
  /* style inject SSR */
9968
10024
 
9969
10025
  /* style inject shadow dom */
9970
10026
 
9971
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
9972
- render: __vue_render__$h,
9973
- staticRenderFns: __vue_staticRenderFns__$h
9974
- }, __vue_inject_styles__$j, __vue_script__$b, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
10027
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
10028
+ render: __vue_render__$j,
10029
+ staticRenderFns: __vue_staticRenderFns__$j
10030
+ }, __vue_inject_styles__$l, __vue_script__$b, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
9975
10031
 
9976
- var __vue_component__$B = __vue_component__$A;
10032
+ var __vue_component__$F = __vue_component__$E;
9977
10033
 
9978
10034
  //
9979
10035
  var script$a = {
@@ -10022,7 +10078,7 @@ var script$a = {
10022
10078
  const __vue_script__$a = script$a;
10023
10079
  /* template */
10024
10080
 
10025
- var __vue_render__$g = function () {
10081
+ var __vue_render__$i = function () {
10026
10082
  var _obj, _obj$1;
10027
10083
 
10028
10084
  var _vm = this;
@@ -10066,16 +10122,16 @@ var __vue_render__$g = function () {
10066
10122
  })], 2) : _vm._e()]);
10067
10123
  };
10068
10124
 
10069
- var __vue_staticRenderFns__$g = [];
10125
+ var __vue_staticRenderFns__$i = [];
10070
10126
  /* style */
10071
10127
 
10072
- const __vue_inject_styles__$i = function (inject) {
10128
+ const __vue_inject_styles__$k = function (inject) {
10073
10129
  if (!inject) return;
10074
- inject("data-v-e1e1beb2_0", {
10075
- 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}",
10130
+ inject("data-v-47758547_0", {
10131
+ source: ".ns-time-picker .time-picker-field[data-v-47758547]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-47758547]{width:4.875rem}",
10076
10132
  map: undefined,
10077
10133
  media: undefined
10078
- }), inject("data-v-e1e1beb2_1", {
10134
+ }), inject("data-v-47758547_1", {
10079
10135
  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}",
10080
10136
  map: undefined,
10081
10137
  media: undefined
@@ -10084,30 +10140,35 @@ const __vue_inject_styles__$i = function (inject) {
10084
10140
  /* scoped */
10085
10141
 
10086
10142
 
10087
- const __vue_scope_id__$i = "data-v-e1e1beb2";
10143
+ const __vue_scope_id__$k = "data-v-47758547";
10088
10144
  /* module identifier */
10089
10145
 
10090
- const __vue_module_identifier__$i = undefined;
10146
+ const __vue_module_identifier__$k = undefined;
10091
10147
  /* functional template */
10092
10148
 
10093
- const __vue_is_functional_template__$i = false;
10149
+ const __vue_is_functional_template__$k = false;
10094
10150
  /* style inject SSR */
10095
10151
 
10096
10152
  /* style inject shadow dom */
10097
10153
 
10098
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
10099
- render: __vue_render__$g,
10100
- staticRenderFns: __vue_staticRenderFns__$g
10101
- }, __vue_inject_styles__$i, __vue_script__$a, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
10154
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
10155
+ render: __vue_render__$i,
10156
+ staticRenderFns: __vue_staticRenderFns__$i
10157
+ }, __vue_inject_styles__$k, __vue_script__$a, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
10158
+
10159
+ var __vue_component__$D = __vue_component__$C;
10102
10160
 
10103
- var __vue_component__$z = __vue_component__$y;
10161
+ /*
10162
+ * Copyright (C) 2023 Nethesis S.r.l.
10163
+ * SPDX-License-Identifier: GPL-3.0-or-later
10164
+ */
10104
10165
 
10105
10166
  /*
10106
10167
  * This component optionally wraps slotted content with the specified tag-type.
10107
10168
  *
10108
10169
  * If no tag-type is supplied then the slotted content is unwrapped.
10109
10170
  *
10110
- * Unwrapped slots do not recieve class, style or attributes attached to the wrapper
10171
+ * Unwrapped slots do not receive class, style or attributes attached to the wrapper
10111
10172
  *
10112
10173
  * NOTE: If used at the top level of a component in the unwrapped case your component still needs to have a single root node.
10113
10174
  *
@@ -10139,6 +10200,7 @@ var NsWrapper = {
10139
10200
 
10140
10201
  };
10141
10202
 
10203
+ //
10142
10204
  var script$9 = {
10143
10205
  name: "NsPagination",
10144
10206
  extends: CvPagination,
@@ -10222,9 +10284,9 @@ const __vue_script__$9 = script$9;
10222
10284
 
10223
10285
  /* style */
10224
10286
 
10225
- const __vue_inject_styles__$h = function (inject) {
10287
+ const __vue_inject_styles__$j = function (inject) {
10226
10288
  if (!inject) return;
10227
- inject("data-v-01f52cb6_0", {
10289
+ inject("data-v-18171654_0", {
10228
10290
  source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
10229
10291
  map: undefined,
10230
10292
  media: undefined
@@ -10233,20 +10295,20 @@ const __vue_inject_styles__$h = function (inject) {
10233
10295
  /* scoped */
10234
10296
 
10235
10297
 
10236
- const __vue_scope_id__$h = undefined;
10298
+ const __vue_scope_id__$j = undefined;
10237
10299
  /* module identifier */
10238
10300
 
10239
- const __vue_module_identifier__$h = undefined;
10301
+ const __vue_module_identifier__$j = undefined;
10240
10302
  /* functional template */
10241
10303
 
10242
- const __vue_is_functional_template__$h = undefined;
10304
+ const __vue_is_functional_template__$j = undefined;
10243
10305
  /* style inject SSR */
10244
10306
 
10245
10307
  /* style inject shadow dom */
10246
10308
 
10247
- const __vue_component__$x = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$h, __vue_script__$9, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
10309
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$j, __vue_script__$9, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
10248
10310
 
10249
- var NsPagination = __vue_component__$x;
10311
+ var NsPagination = __vue_component__$B;
10250
10312
 
10251
10313
  var v$3 = "5.6.1";
10252
10314
  var fr$3 = 24;
@@ -17270,6 +17332,10 @@ var GearsLottie = {
17270
17332
  markers: markers
17271
17333
  };
17272
17334
 
17335
+ /*
17336
+ * Copyright (C) 2023 Nethesis S.r.l.
17337
+ * SPDX-License-Identifier: GPL-3.0-or-later
17338
+ */
17273
17339
  var LottieService = {
17274
17340
  name: "IconService",
17275
17341
 
@@ -17621,7 +17687,7 @@ var script$8 = {
17621
17687
  const __vue_script__$8 = script$8;
17622
17688
  /* template */
17623
17689
 
17624
- var __vue_render__$f = function () {
17690
+ var __vue_render__$h = function () {
17625
17691
  var _obj, _obj$1, _obj$2, _obj$3;
17626
17692
 
17627
17693
  var _vm = this;
@@ -17950,31 +18016,31 @@ var __vue_render__$f = function () {
17950
18016
  }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
17951
18017
  };
17952
18018
 
17953
- var __vue_staticRenderFns__$f = [];
18019
+ var __vue_staticRenderFns__$h = [];
17954
18020
  /* style */
17955
18021
 
17956
- const __vue_inject_styles__$g = undefined;
18022
+ const __vue_inject_styles__$i = undefined;
17957
18023
  /* scoped */
17958
18024
 
17959
- const __vue_scope_id__$g = undefined;
18025
+ const __vue_scope_id__$i = undefined;
17960
18026
  /* module identifier */
17961
18027
 
17962
- const __vue_module_identifier__$g = undefined;
18028
+ const __vue_module_identifier__$i = undefined;
17963
18029
  /* functional template */
17964
18030
 
17965
- const __vue_is_functional_template__$g = false;
18031
+ const __vue_is_functional_template__$i = false;
17966
18032
  /* style inject */
17967
18033
 
17968
18034
  /* style inject SSR */
17969
18035
 
17970
18036
  /* style inject shadow dom */
17971
18037
 
17972
- const __vue_component__$v = /*#__PURE__*/normalizeComponent({
17973
- render: __vue_render__$f,
17974
- staticRenderFns: __vue_staticRenderFns__$f
17975
- }, __vue_inject_styles__$g, __vue_script__$8, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
18038
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
18039
+ render: __vue_render__$h,
18040
+ staticRenderFns: __vue_staticRenderFns__$h
18041
+ }, __vue_inject_styles__$i, __vue_script__$8, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
17976
18042
 
17977
- var __vue_component__$w = __vue_component__$v;
18043
+ var __vue_component__$A = __vue_component__$z;
17978
18044
 
17979
18045
  //
17980
18046
  var script$7 = {
@@ -18011,7 +18077,7 @@ var script$7 = {
18011
18077
  const __vue_script__$7 = script$7;
18012
18078
  /* template */
18013
18079
 
18014
- var __vue_render__$e = function () {
18080
+ var __vue_render__$g = function () {
18015
18081
  var _obj;
18016
18082
 
18017
18083
  var _vm = this;
@@ -18080,16 +18146,16 @@ var __vue_render__$e = function () {
18080
18146
  })], 2)])])]);
18081
18147
  };
18082
18148
 
18083
- var __vue_staticRenderFns__$e = [];
18149
+ var __vue_staticRenderFns__$g = [];
18084
18150
  /* style */
18085
18151
 
18086
- const __vue_inject_styles__$f = function (inject) {
18152
+ const __vue_inject_styles__$h = function (inject) {
18087
18153
  if (!inject) return;
18088
- inject("data-v-08c576ca_0", {
18089
- source: ".tooltip[data-v-08c576ca]{display:inline-block;position:absolute}",
18154
+ inject("data-v-c1657d8a_0", {
18155
+ source: ".tooltip[data-v-c1657d8a]{display:inline-block;position:absolute}",
18090
18156
  map: undefined,
18091
18157
  media: undefined
18092
- }), inject("data-v-08c576ca_1", {
18158
+ }), inject("data-v-c1657d8a_1", {
18093
18159
  source: ".ns-toggle .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
18094
18160
  map: undefined,
18095
18161
  media: undefined
@@ -18098,23 +18164,23 @@ const __vue_inject_styles__$f = function (inject) {
18098
18164
  /* scoped */
18099
18165
 
18100
18166
 
18101
- const __vue_scope_id__$f = "data-v-08c576ca";
18167
+ const __vue_scope_id__$h = "data-v-c1657d8a";
18102
18168
  /* module identifier */
18103
18169
 
18104
- const __vue_module_identifier__$f = undefined;
18170
+ const __vue_module_identifier__$h = undefined;
18105
18171
  /* functional template */
18106
18172
 
18107
- const __vue_is_functional_template__$f = false;
18173
+ const __vue_is_functional_template__$h = false;
18108
18174
  /* style inject SSR */
18109
18175
 
18110
18176
  /* style inject shadow dom */
18111
18177
 
18112
- const __vue_component__$t = /*#__PURE__*/normalizeComponent({
18113
- render: __vue_render__$e,
18114
- staticRenderFns: __vue_staticRenderFns__$e
18115
- }, __vue_inject_styles__$f, __vue_script__$7, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
18178
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
18179
+ render: __vue_render__$g,
18180
+ staticRenderFns: __vue_staticRenderFns__$g
18181
+ }, __vue_inject_styles__$h, __vue_script__$7, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
18116
18182
 
18117
- var __vue_component__$u = __vue_component__$t;
18183
+ var __vue_component__$y = __vue_component__$x;
18118
18184
 
18119
18185
  //
18120
18186
  var script$6 = {
@@ -18132,7 +18198,7 @@ var script$6 = {
18132
18198
  const __vue_script__$6 = script$6;
18133
18199
  /* template */
18134
18200
 
18135
- var __vue_render__$d = function () {
18201
+ var __vue_render__$f = function () {
18136
18202
  var _obj;
18137
18203
 
18138
18204
  var _vm = this;
@@ -18198,13 +18264,13 @@ var __vue_render__$d = function () {
18198
18264
  }, [_c('Close16')], 1) : _vm._e()]);
18199
18265
  };
18200
18266
 
18201
- var __vue_staticRenderFns__$d = [];
18267
+ var __vue_staticRenderFns__$f = [];
18202
18268
  /* style */
18203
18269
 
18204
- const __vue_inject_styles__$e = function (inject) {
18270
+ const __vue_inject_styles__$g = function (inject) {
18205
18271
  if (!inject) return;
18206
- inject("data-v-34eae706_0", {
18207
- source: ".bx--tag--filter[data-v-34eae706]{cursor:default}",
18272
+ inject("data-v-2227951d_0", {
18273
+ source: ".bx--tag--filter[data-v-2227951d]{cursor:default}",
18208
18274
  map: undefined,
18209
18275
  media: undefined
18210
18276
  });
@@ -18212,23 +18278,23 @@ const __vue_inject_styles__$e = function (inject) {
18212
18278
  /* scoped */
18213
18279
 
18214
18280
 
18215
- const __vue_scope_id__$e = "data-v-34eae706";
18281
+ const __vue_scope_id__$g = "data-v-2227951d";
18216
18282
  /* module identifier */
18217
18283
 
18218
- const __vue_module_identifier__$e = undefined;
18284
+ const __vue_module_identifier__$g = undefined;
18219
18285
  /* functional template */
18220
18286
 
18221
- const __vue_is_functional_template__$e = false;
18287
+ const __vue_is_functional_template__$g = false;
18222
18288
  /* style inject SSR */
18223
18289
 
18224
18290
  /* style inject shadow dom */
18225
18291
 
18226
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
18227
- render: __vue_render__$d,
18228
- staticRenderFns: __vue_staticRenderFns__$d
18229
- }, __vue_inject_styles__$e, __vue_script__$6, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
18292
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
18293
+ render: __vue_render__$f,
18294
+ staticRenderFns: __vue_staticRenderFns__$f
18295
+ }, __vue_inject_styles__$g, __vue_script__$6, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
18230
18296
 
18231
- var NsTag = __vue_component__$s;
18297
+ var NsTag = __vue_component__$w;
18232
18298
 
18233
18299
  /**
18234
18300
  * Removes all key-value entries from the list cache.
@@ -21241,7 +21307,7 @@ var script$5 = {
21241
21307
  const __vue_script__$5 = script$5;
21242
21308
  /* template */
21243
21309
 
21244
- var __vue_render__$c = function () {
21310
+ var __vue_render__$e = function () {
21245
21311
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
21246
21312
 
21247
21313
  var _vm = this;
@@ -21512,16 +21578,16 @@ var __vue_render__$c = function () {
21512
21578
  }), 1) : _vm._e()]);
21513
21579
  };
21514
21580
 
21515
- var __vue_staticRenderFns__$c = [];
21581
+ var __vue_staticRenderFns__$e = [];
21516
21582
  /* style */
21517
21583
 
21518
- const __vue_inject_styles__$d = function (inject) {
21584
+ const __vue_inject_styles__$f = function (inject) {
21519
21585
  if (!inject) return;
21520
- inject("data-v-840b9470_0", {
21521
- source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-840b9470]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-840b9470]{margin-bottom:14rem}.label-with-tooltip[data-v-840b9470]{display:flex;align-items:baseline}",
21586
+ inject("data-v-3d8cc568_0", {
21587
+ source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-3d8cc568]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-3d8cc568]{margin-bottom:14rem}.label-with-tooltip[data-v-3d8cc568]{display:flex;align-items:baseline}",
21522
21588
  map: undefined,
21523
21589
  media: undefined
21524
- }), inject("data-v-840b9470_1", {
21590
+ }), inject("data-v-3d8cc568_1", {
21525
21591
  source: ".selected-item button.bx--tag__close-icon{position:relative;right:1px}.ns-multi-select .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
21526
21592
  map: undefined,
21527
21593
  media: undefined
@@ -21530,23 +21596,23 @@ const __vue_inject_styles__$d = function (inject) {
21530
21596
  /* scoped */
21531
21597
 
21532
21598
 
21533
- const __vue_scope_id__$d = "data-v-840b9470";
21599
+ const __vue_scope_id__$f = "data-v-3d8cc568";
21534
21600
  /* module identifier */
21535
21601
 
21536
- const __vue_module_identifier__$d = undefined;
21602
+ const __vue_module_identifier__$f = undefined;
21537
21603
  /* functional template */
21538
21604
 
21539
- const __vue_is_functional_template__$d = false;
21605
+ const __vue_is_functional_template__$f = false;
21540
21606
  /* style inject SSR */
21541
21607
 
21542
21608
  /* style inject shadow dom */
21543
21609
 
21544
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
21545
- render: __vue_render__$c,
21546
- staticRenderFns: __vue_staticRenderFns__$c
21547
- }, __vue_inject_styles__$d, __vue_script__$5, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
21610
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
21611
+ render: __vue_render__$e,
21612
+ staticRenderFns: __vue_staticRenderFns__$e
21613
+ }, __vue_inject_styles__$f, __vue_script__$5, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
21548
21614
 
21549
- var __vue_component__$r = __vue_component__$q;
21615
+ var __vue_component__$v = __vue_component__$u;
21550
21616
 
21551
21617
  //
21552
21618
  var script$4 = {
@@ -21988,7 +22054,7 @@ var script$4 = {
21988
22054
  const __vue_script__$4 = script$4;
21989
22055
  /* template */
21990
22056
 
21991
- var __vue_render__$b = function () {
22057
+ var __vue_render__$d = function () {
21992
22058
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
21993
22059
 
21994
22060
  var _vm = this;
@@ -22207,16 +22273,16 @@ var __vue_render__$b = function () {
22207
22273
  })], 2) : _vm._e()]);
22208
22274
  };
22209
22275
 
22210
- var __vue_staticRenderFns__$b = [];
22276
+ var __vue_staticRenderFns__$d = [];
22211
22277
  /* style */
22212
22278
 
22213
- const __vue_inject_styles__$c = function (inject) {
22279
+ const __vue_inject_styles__$e = function (inject) {
22214
22280
  if (!inject) return;
22215
- inject("data-v-5454a1ee_0", {
22216
- source: ".margin-bottom-on-open[data-v-5454a1ee]{margin-bottom:14rem}.label-with-tooltip[data-v-5454a1ee]{display:flex;align-items:baseline}",
22281
+ inject("data-v-654085ae_0", {
22282
+ source: ".margin-bottom-on-open[data-v-654085ae]{margin-bottom:14rem}.label-with-tooltip[data-v-654085ae]{display:flex;align-items:baseline}",
22217
22283
  map: undefined,
22218
22284
  media: undefined
22219
- }), inject("data-v-5454a1ee_1", {
22285
+ }), inject("data-v-654085ae_1", {
22220
22286
  source: ".ns-combo-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22221
22287
  map: undefined,
22222
22288
  media: undefined
@@ -22225,23 +22291,23 @@ const __vue_inject_styles__$c = function (inject) {
22225
22291
  /* scoped */
22226
22292
 
22227
22293
 
22228
- const __vue_scope_id__$c = "data-v-5454a1ee";
22294
+ const __vue_scope_id__$e = "data-v-654085ae";
22229
22295
  /* module identifier */
22230
22296
 
22231
- const __vue_module_identifier__$c = undefined;
22297
+ const __vue_module_identifier__$e = undefined;
22232
22298
  /* functional template */
22233
22299
 
22234
- const __vue_is_functional_template__$c = false;
22300
+ const __vue_is_functional_template__$e = false;
22235
22301
  /* style inject SSR */
22236
22302
 
22237
22303
  /* style inject shadow dom */
22238
22304
 
22239
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
22240
- render: __vue_render__$b,
22241
- staticRenderFns: __vue_staticRenderFns__$b
22242
- }, __vue_inject_styles__$c, __vue_script__$4, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
22305
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
22306
+ render: __vue_render__$d,
22307
+ staticRenderFns: __vue_staticRenderFns__$d
22308
+ }, __vue_inject_styles__$e, __vue_script__$4, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
22243
22309
 
22244
- var __vue_component__$p = __vue_component__$o;
22310
+ var __vue_component__$t = __vue_component__$s;
22245
22311
 
22246
22312
  //
22247
22313
  var script$3 = {
@@ -22279,7 +22345,7 @@ var script$3 = {
22279
22345
  const __vue_script__$3 = script$3;
22280
22346
  /* template */
22281
22347
 
22282
- var __vue_render__$a = function () {
22348
+ var __vue_render__$c = function () {
22283
22349
  var _obj, _obj$1, _obj$2;
22284
22350
 
22285
22351
  var _vm = this;
@@ -22333,16 +22399,16 @@ var __vue_render__$a = function () {
22333
22399
  }, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])])]);
22334
22400
  };
22335
22401
 
22336
- var __vue_staticRenderFns__$a = [];
22402
+ var __vue_staticRenderFns__$c = [];
22337
22403
  /* style */
22338
22404
 
22339
- const __vue_inject_styles__$b = function (inject) {
22405
+ const __vue_inject_styles__$d = function (inject) {
22340
22406
  if (!inject) return;
22341
- inject("data-v-b70bd436_0", {
22342
- source: ".label-with-tooltip[data-v-b70bd436]{display:flex}",
22407
+ inject("data-v-5df22176_0", {
22408
+ source: ".label-with-tooltip[data-v-5df22176]{display:flex}",
22343
22409
  map: undefined,
22344
22410
  media: undefined
22345
- }), inject("data-v-b70bd436_1", {
22411
+ }), inject("data-v-5df22176_1", {
22346
22412
  source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22347
22413
  map: undefined,
22348
22414
  media: undefined
@@ -22351,23 +22417,23 @@ const __vue_inject_styles__$b = function (inject) {
22351
22417
  /* scoped */
22352
22418
 
22353
22419
 
22354
- const __vue_scope_id__$b = "data-v-b70bd436";
22420
+ const __vue_scope_id__$d = "data-v-5df22176";
22355
22421
  /* module identifier */
22356
22422
 
22357
- const __vue_module_identifier__$b = undefined;
22423
+ const __vue_module_identifier__$d = undefined;
22358
22424
  /* functional template */
22359
22425
 
22360
- const __vue_is_functional_template__$b = false;
22426
+ const __vue_is_functional_template__$d = false;
22361
22427
  /* style inject SSR */
22362
22428
 
22363
22429
  /* style inject shadow dom */
22364
22430
 
22365
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
22366
- render: __vue_render__$a,
22367
- staticRenderFns: __vue_staticRenderFns__$a
22368
- }, __vue_inject_styles__$b, __vue_script__$3, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
22431
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
22432
+ render: __vue_render__$c,
22433
+ staticRenderFns: __vue_staticRenderFns__$c
22434
+ }, __vue_inject_styles__$d, __vue_script__$3, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
22369
22435
 
22370
- var __vue_component__$n = __vue_component__$m;
22436
+ var __vue_component__$r = __vue_component__$q;
22371
22437
 
22372
22438
  //
22373
22439
  var script$2 = {
@@ -22719,7 +22785,7 @@ var script$2 = {
22719
22785
  const __vue_script__$2 = script$2;
22720
22786
  /* template */
22721
22787
 
22722
- var __vue_render__$9 = function () {
22788
+ var __vue_render__$b = function () {
22723
22789
  var _obj, _obj$1, _obj$2, _obj$3;
22724
22790
 
22725
22791
  var _vm = this;
@@ -22940,16 +23006,16 @@ var __vue_render__$9 = function () {
22940
23006
  })], 2) : _vm._e()]);
22941
23007
  };
22942
23008
 
22943
- var __vue_staticRenderFns__$9 = [];
23009
+ var __vue_staticRenderFns__$b = [];
22944
23010
  /* style */
22945
23011
 
22946
- const __vue_inject_styles__$a = function (inject) {
23012
+ const __vue_inject_styles__$c = function (inject) {
22947
23013
  if (!inject) return;
22948
- inject("data-v-3e586a2a_0", {
22949
- source: ".range-input[data-v-3e586a2a]{margin-top:.5rem!important}.mib-gib[data-v-3e586a2a]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-3e586a2a]{margin-top:1rem}.ns-byte-slider .cv-radio-group.bx--form-item[data-v-3e586a2a]{margin-bottom:.5rem}",
23014
+ inject("data-v-55c65fcb_0", {
23015
+ source: ".range-input[data-v-55c65fcb]{margin-top:.5rem!important}.mib-gib[data-v-55c65fcb]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-55c65fcb]{margin-top:1rem}.ns-byte-slider .cv-radio-group.bx--form-item[data-v-55c65fcb]{margin-bottom:.5rem}",
22950
23016
  map: undefined,
22951
23017
  media: undefined
22952
- }), inject("data-v-3e586a2a_1", {
23018
+ }), inject("data-v-55c65fcb_1", {
22953
23019
  source: ".ns-byte-slider .bx--slider-container{flex-wrap:wrap}.ns-byte-slider .bx--slider-text-input{width:5rem}.ns-byte-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
22954
23020
  map: undefined,
22955
23021
  media: undefined
@@ -22958,24 +23024,25 @@ const __vue_inject_styles__$a = function (inject) {
22958
23024
  /* scoped */
22959
23025
 
22960
23026
 
22961
- const __vue_scope_id__$a = "data-v-3e586a2a";
23027
+ const __vue_scope_id__$c = "data-v-55c65fcb";
22962
23028
  /* module identifier */
22963
23029
 
22964
- const __vue_module_identifier__$a = undefined;
23030
+ const __vue_module_identifier__$c = undefined;
22965
23031
  /* functional template */
22966
23032
 
22967
- const __vue_is_functional_template__$a = false;
23033
+ const __vue_is_functional_template__$c = false;
22968
23034
  /* style inject SSR */
22969
23035
 
22970
23036
  /* style inject shadow dom */
22971
23037
 
22972
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
22973
- render: __vue_render__$9,
22974
- staticRenderFns: __vue_staticRenderFns__$9
22975
- }, __vue_inject_styles__$a, __vue_script__$2, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
23038
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
23039
+ render: __vue_render__$b,
23040
+ staticRenderFns: __vue_staticRenderFns__$b
23041
+ }, __vue_inject_styles__$c, __vue_script__$2, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
22976
23042
 
22977
- var __vue_component__$l = __vue_component__$k;
23043
+ var __vue_component__$p = __vue_component__$o;
22978
23044
 
23045
+ //
22979
23046
  var script$1 = {
22980
23047
  name: "NsTabs",
22981
23048
  extends: CvTabs,
@@ -23035,25 +23102,25 @@ const __vue_script__$1 = script$1;
23035
23102
 
23036
23103
  /* style */
23037
23104
 
23038
- const __vue_inject_styles__$9 = undefined;
23105
+ const __vue_inject_styles__$b = undefined;
23039
23106
  /* scoped */
23040
23107
 
23041
- const __vue_scope_id__$9 = undefined;
23108
+ const __vue_scope_id__$b = undefined;
23042
23109
  /* module identifier */
23043
23110
 
23044
- const __vue_module_identifier__$9 = undefined;
23111
+ const __vue_module_identifier__$b = undefined;
23045
23112
  /* functional template */
23046
23113
 
23047
- const __vue_is_functional_template__$9 = undefined;
23114
+ const __vue_is_functional_template__$b = undefined;
23048
23115
  /* style inject */
23049
23116
 
23050
23117
  /* style inject SSR */
23051
23118
 
23052
23119
  /* style inject shadow dom */
23053
23120
 
23054
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$9, __vue_script__$1, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
23121
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$b, __vue_script__$1, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
23055
23122
 
23056
- var __vue_component__$j = __vue_component__$i;
23123
+ var __vue_component__$n = __vue_component__$m;
23057
23124
 
23058
23125
  //
23059
23126
  var script = {
@@ -23332,7 +23399,7 @@ var script = {
23332
23399
  const __vue_script__ = script;
23333
23400
  /* template */
23334
23401
 
23335
- var __vue_render__$8 = function () {
23402
+ var __vue_render__$a = function () {
23336
23403
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
23337
23404
 
23338
23405
  var _vm = this;
@@ -23518,16 +23585,16 @@ var __vue_render__$8 = function () {
23518
23585
  })], 2) : _vm._e()]);
23519
23586
  };
23520
23587
 
23521
- var __vue_staticRenderFns__$8 = [];
23588
+ var __vue_staticRenderFns__$a = [];
23522
23589
  /* style */
23523
23590
 
23524
- const __vue_inject_styles__$8 = function (inject) {
23591
+ const __vue_inject_styles__$a = function (inject) {
23525
23592
  if (!inject) return;
23526
- inject("data-v-0c35fb97_0", {
23527
- source: ".range-input[data-v-0c35fb97]{margin-top:.5rem!important}.unit-label[data-v-0c35fb97]{margin-top:.5rem!important;margin-left:1rem}.ns-slider .cv-radio-group.bx--form-item[data-v-0c35fb97]{margin-bottom:.5rem}",
23593
+ inject("data-v-d17c8692_0", {
23594
+ source: ".range-input[data-v-d17c8692]{margin-top:.5rem!important}.unit-label[data-v-d17c8692]{margin-top:.5rem!important;margin-left:1rem}.ns-slider .cv-radio-group.bx--form-item[data-v-d17c8692]{margin-bottom:.5rem}",
23528
23595
  map: undefined,
23529
23596
  media: undefined
23530
- }), inject("data-v-0c35fb97_1", {
23597
+ }), inject("data-v-d17c8692_1", {
23531
23598
  source: ".ns-slider .bx--slider-container{flex-wrap:wrap}.ns-slider .bx--slider-text-input{width:6rem}.ns-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
23532
23599
  map: undefined,
23533
23600
  media: undefined
@@ -23536,13 +23603,101 @@ const __vue_inject_styles__$8 = function (inject) {
23536
23603
  /* scoped */
23537
23604
 
23538
23605
 
23539
- const __vue_scope_id__$8 = "data-v-0c35fb97";
23606
+ const __vue_scope_id__$a = "data-v-d17c8692";
23607
+ /* module identifier */
23608
+
23609
+ const __vue_module_identifier__$a = undefined;
23610
+ /* functional template */
23611
+
23612
+ const __vue_is_functional_template__$a = false;
23613
+ /* style inject SSR */
23614
+
23615
+ /* style inject shadow dom */
23616
+
23617
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
23618
+ render: __vue_render__$a,
23619
+ staticRenderFns: __vue_staticRenderFns__$a
23620
+ }, __vue_inject_styles__$a, __vue_script__, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
23621
+
23622
+ var __vue_component__$l = __vue_component__$k;
23623
+
23624
+ /* script */
23625
+
23626
+ /* template */
23627
+ var __vue_render__$9 = function () {
23628
+ var _vm = this;
23629
+
23630
+ var _h = _vm.$createElement;
23631
+
23632
+ var _c = _vm._self._c || _h;
23633
+
23634
+ return _c('path', {
23635
+ attrs: {
23636
+ "id": "gear_2_",
23637
+ "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"
23638
+ }
23639
+ });
23640
+ };
23641
+
23642
+ var __vue_staticRenderFns__$9 = [];
23643
+ /* style */
23644
+
23645
+ const __vue_inject_styles__$9 = undefined;
23646
+ /* scoped */
23647
+
23648
+ const __vue_scope_id__$9 = undefined;
23649
+ /* module identifier */
23650
+
23651
+ const __vue_module_identifier__$9 = undefined;
23652
+ /* functional template */
23653
+
23654
+ const __vue_is_functional_template__$9 = false;
23655
+ /* style inject */
23656
+
23657
+ /* style inject SSR */
23658
+
23659
+ /* style inject shadow dom */
23660
+
23661
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
23662
+ render: __vue_render__$9,
23663
+ staticRenderFns: __vue_staticRenderFns__$9
23664
+ }, __vue_inject_styles__$9, {}, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
23665
+
23666
+ var __vue_component__$j = __vue_component__$i;
23667
+
23668
+ /* script */
23669
+
23670
+ /* template */
23671
+ var __vue_render__$8 = function () {
23672
+ var _vm = this;
23673
+
23674
+ var _h = _vm.$createElement;
23675
+
23676
+ var _c = _vm._self._c || _h;
23677
+
23678
+ return _c('path', {
23679
+ attrs: {
23680
+ "id": "love_1_",
23681
+ "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"
23682
+ }
23683
+ });
23684
+ };
23685
+
23686
+ var __vue_staticRenderFns__$8 = [];
23687
+ /* style */
23688
+
23689
+ const __vue_inject_styles__$8 = undefined;
23690
+ /* scoped */
23691
+
23692
+ const __vue_scope_id__$8 = undefined;
23540
23693
  /* module identifier */
23541
23694
 
23542
23695
  const __vue_module_identifier__$8 = undefined;
23543
23696
  /* functional template */
23544
23697
 
23545
23698
  const __vue_is_functional_template__$8 = false;
23699
+ /* style inject */
23700
+
23546
23701
  /* style inject SSR */
23547
23702
 
23548
23703
  /* style inject shadow dom */
@@ -23550,7 +23705,7 @@ const __vue_is_functional_template__$8 = false;
23550
23705
  const __vue_component__$g = /*#__PURE__*/normalizeComponent({
23551
23706
  render: __vue_render__$8,
23552
23707
  staticRenderFns: __vue_staticRenderFns__$8
23553
- }, __vue_inject_styles__$8, __vue_script__, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
23708
+ }, __vue_inject_styles__$8, {}, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
23554
23709
 
23555
23710
  var __vue_component__$h = __vue_component__$g;
23556
23711
 
@@ -23566,8 +23721,8 @@ var __vue_render__$7 = function () {
23566
23721
 
23567
23722
  return _c('path', {
23568
23723
  attrs: {
23569
- "id": "gear_2_",
23570
- "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"
23724
+ "id": "warning--01_1_",
23725
+ "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"
23571
23726
  }
23572
23727
  });
23573
23728
  };
@@ -23610,8 +23765,8 @@ var __vue_render__$6 = function () {
23610
23765
 
23611
23766
  return _c('path', {
23612
23767
  attrs: {
23613
- "id": "love_1_",
23614
- "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"
23768
+ "id": "bulldozer_1_",
23769
+ "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"
23615
23770
  }
23616
23771
  });
23617
23772
  };
@@ -23654,8 +23809,8 @@ var __vue_render__$5 = function () {
23654
23809
 
23655
23810
  return _c('path', {
23656
23811
  attrs: {
23657
- "id": "warning--01_1_",
23658
- "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"
23812
+ "id": "group",
23813
+ "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"
23659
23814
  }
23660
23815
  });
23661
23816
  };
@@ -23698,8 +23853,8 @@ var __vue_render__$4 = function () {
23698
23853
 
23699
23854
  return _c('path', {
23700
23855
  attrs: {
23701
- "id": "bulldozer_1_",
23702
- "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"
23856
+ "id": "hard--drive",
23857
+ "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"
23703
23858
  }
23704
23859
  });
23705
23860
  };
@@ -23742,8 +23897,8 @@ var __vue_render__$3 = function () {
23742
23897
 
23743
23898
  return _c('path', {
23744
23899
  attrs: {
23745
- "id": "group",
23746
- "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"
23900
+ "id": "user_1_",
23901
+ "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"
23747
23902
  }
23748
23903
  });
23749
23904
  };
@@ -23786,8 +23941,8 @@ var __vue_render__$2 = function () {
23786
23941
 
23787
23942
  return _c('path', {
23788
23943
  attrs: {
23789
- "id": "hard--drive",
23790
- "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"
23944
+ "id": "user--profile_1_",
23945
+ "d": "M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16\n\tS24.47,31.36,16,31.36z M6.349,27c2.579,2.266,5.957,3.64,9.651,3.64c3.693,0,7.072-1.374,9.65-3.64h-0.01\n\tc0-4.341-2.941-8.161-7.153-9.29c-0.144-0.038-0.248-0.16-0.265-0.307c-0.018-0.146,0.058-0.289,0.188-0.358\n\tc1.678-0.897,2.72-2.635,2.72-4.534c0-2.84-2.306-5.151-5.14-5.151s-5.141,2.311-5.141,5.151c0,1.899,1.042,3.637,2.72,4.534\n\tc0.13,0.069,0.205,0.212,0.188,0.358s-0.122,0.269-0.264,0.307C9.292,18.835,6.36,22.655,6.36,27H6.349z M19.435,17.25\n\tc3.913,1.377,6.646,4.973,6.905,9.104c2.655-2.651,4.3-6.314,4.3-10.354c0-8.073-6.567-14.64-14.64-14.64\n\tC7.927,1.36,1.36,7.927,1.36,16c0,4.04,1.645,7.703,4.3,10.354c0.258-4.135,2.982-7.729,6.883-9.104\n\tc-1.506-1.094-2.415-2.846-2.415-4.739c0-3.237,2.629-5.871,5.86-5.871c3.232,0,5.861,2.633,5.861,5.871\n\tC21.85,14.404,20.941,16.156,19.435,17.25z"
23791
23946
  }
23792
23947
  });
23793
23948
  };
@@ -23830,8 +23985,8 @@ var __vue_render__$1 = function () {
23830
23985
 
23831
23986
  return _c('path', {
23832
23987
  attrs: {
23833
- "id": "user_1_",
23834
- "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"
23988
+ "id": "folder",
23989
+ "d": "M30,27.36H2c-0.75,0-1.36-0.61-1.36-1.36V4c0-0.75,0.61-1.36,1.36-1.36h8.5c0.425,0,0.833,0.203,1.088,0.543\n\tl1.416,2.223C13.108,5.544,13.299,5.64,13.5,5.64H30c0.75,0,1.36,0.61,1.36,1.36v19C31.36,26.75,30.75,27.36,30,27.36z M2,3.36\n\tC1.647,3.36,1.36,3.647,1.36,4v22c0,0.353,0.287,0.64,0.64,0.64h28c0.353,0,0.64-0.287,0.64-0.64V7c0-0.353-0.287-0.64-0.64-0.64\n\tH13.5c-0.426,0-0.833-0.203-1.088-0.544l-1.416-2.223C10.892,3.456,10.7,3.36,10.5,3.36H2z"
23835
23990
  }
23836
23991
  });
23837
23992
  };
@@ -23874,8 +24029,8 @@ var __vue_render__ = function () {
23874
24029
 
23875
24030
  return _c('path', {
23876
24031
  attrs: {
23877
- "id": "user--profile_1_",
23878
- "d": "M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16\n\tS24.47,31.36,16,31.36z M6.349,27c2.579,2.266,5.957,3.64,9.651,3.64c3.693,0,7.072-1.374,9.65-3.64h-0.01\n\tc0-4.341-2.941-8.161-7.153-9.29c-0.144-0.038-0.248-0.16-0.265-0.307c-0.018-0.146,0.058-0.289,0.188-0.358\n\tc1.678-0.897,2.72-2.635,2.72-4.534c0-2.84-2.306-5.151-5.14-5.151s-5.141,2.311-5.141,5.151c0,1.899,1.042,3.637,2.72,4.534\n\tc0.13,0.069,0.205,0.212,0.188,0.358s-0.122,0.269-0.264,0.307C9.292,18.835,6.36,22.655,6.36,27H6.349z M19.435,17.25\n\tc3.913,1.377,6.646,4.973,6.905,9.104c2.655-2.651,4.3-6.314,4.3-10.354c0-8.073-6.567-14.64-14.64-14.64\n\tC7.927,1.36,1.36,7.927,1.36,16c0,4.04,1.645,7.703,4.3,10.354c0.258-4.135,2.982-7.729,6.883-9.104\n\tc-1.506-1.094-2.415-2.846-2.415-4.739c0-3.237,2.629-5.871,5.86-5.871c3.232,0,5.861,2.633,5.861,5.871\n\tC21.85,14.404,20.941,16.156,19.435,17.25z"
24032
+ "id": "face--satisfied_1_",
24033
+ "d": "M10.75,13c0,0.414-0.336,0.75-0.75,0.75S9.25,13.414,9.25,13s0.336-0.75,0.75-0.75\n\tS10.75,12.586,10.75,13z M22,12.25c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75s0.75-0.336,0.75-0.75S22.414,12.25,22,12.25\n\tz M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16,1.36\n\tC7.927,1.36,1.36,7.927,1.36,16c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64S24.072,1.36,16,1.36z M16,23.36\n\tc-4.145,0-6.213-3.031-6.299-3.161L10.3,19.8c0.019,0.028,1.952,2.84,5.701,2.84s5.682-2.812,5.701-2.84l0.599,0.399\n\tC22.214,20.329,20.145,23.36,16,23.36z"
23879
24034
  }
23880
24035
  });
23881
24036
  };
@@ -23906,6 +24061,10 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
23906
24061
 
23907
24062
  var __vue_component__$1 = __vue_component__;
23908
24063
 
24064
+ /*
24065
+ * Copyright (C) 2023 Nethesis S.r.l.
24066
+ * SPDX-License-Identifier: GPL-3.0-or-later
24067
+ */
23909
24068
  var queryParam = {
23910
24069
  name: "QueryParamService",
23911
24070
  methods: {
@@ -24056,6 +24215,10 @@ var queryParam = {
24056
24215
  }
24057
24216
  };
24058
24217
 
24218
+ /*
24219
+ * Copyright (C) 2023 Nethesis S.r.l.
24220
+ * SPDX-License-Identifier: GPL-3.0-or-later
24221
+ */
24059
24222
  var StorageService = {
24060
24223
  name: "StorageService",
24061
24224
  methods: {
@@ -24074,6 +24237,10 @@ var StorageService = {
24074
24237
  }
24075
24238
  };
24076
24239
 
24240
+ /*
24241
+ * Copyright (C) 2023 Nethesis S.r.l.
24242
+ * SPDX-License-Identifier: GPL-3.0-or-later
24243
+ */
24077
24244
  var task = {
24078
24245
  name: "TaskService",
24079
24246
  mixins: [StorageService, UtilService],
@@ -24251,6 +24418,10 @@ var task = {
24251
24418
  }
24252
24419
  };
24253
24420
 
24421
+ /*
24422
+ * Copyright (C) 2023 Nethesis S.r.l.
24423
+ * SPDX-License-Identifier: GPL-3.0-or-later
24424
+ */
24254
24425
  function getPageTitle(vm) {
24255
24426
  const {
24256
24427
  pageTitle
@@ -24280,6 +24451,10 @@ var pageTitle = {
24280
24451
 
24281
24452
  };
24282
24453
 
24454
+ /*
24455
+ * Copyright (C) 2023 Nethesis S.r.l.
24456
+ * SPDX-License-Identifier: GPL-3.0-or-later
24457
+ */
24283
24458
  var filters = {
24284
24459
  byteFormat: function (size) {
24285
24460
  let result;
@@ -24447,56 +24622,61 @@ var filters = {
24447
24622
  }
24448
24623
  };
24449
24624
 
24450
- /* eslint-disable import/prefer-default-export */
24625
+ /*
24626
+ * Copyright (C) 2023 Nethesis S.r.l.
24627
+ * SPDX-License-Identifier: GPL-3.0-or-later
24628
+ */
24451
24629
 
24452
24630
  var components = /*#__PURE__*/Object.freeze({
24453
24631
  __proto__: null,
24454
24632
  NsButton: NsButton,
24455
- NsEmptyState: __vue_component__$1c,
24633
+ NsEmptyState: __vue_component__$1g,
24456
24634
  NsPictogram: NsPictogram,
24457
- NsCodeSnippet: __vue_component__$1a,
24635
+ NsCodeSnippet: __vue_component__$1e,
24458
24636
  NsInlineNotification: NsInlineNotification,
24459
24637
  NsProgressBar: NsProgressBar,
24460
24638
  NsSvg: NsSvg,
24461
- NsTile: __vue_component__$14,
24462
- NsToastNotification: __vue_component__$12,
24463
- NsInfoCard: __vue_component__$10,
24464
- NsStatusCard: __vue_component__$_,
24465
- NsSystemdServiceCard: __vue_component__$Y,
24466
- NsPasswordInput: __vue_component__$V,
24467
- NsIconMenu: __vue_component__$T,
24468
- NsMeterChart: __vue_component__$R,
24639
+ NsTile: __vue_component__$18,
24640
+ NsToastNotification: __vue_component__$16,
24641
+ NsInfoCard: __vue_component__$14,
24642
+ NsStatusCard: __vue_component__$12,
24643
+ NsSystemdServiceCard: __vue_component__$10,
24644
+ NsPasswordInput: __vue_component__$Z,
24645
+ NsIconMenu: __vue_component__$X,
24646
+ NsMeterChart: __vue_component__$V,
24469
24647
  NsLottieAnimation: NsLottieAnimation,
24470
- NsDangerDeleteModal: __vue_component__$O,
24648
+ NsDangerDeleteModal: __vue_component__$S,
24471
24649
  NsCircleTimer: NsCircleTimer,
24472
- NsDropdownAction: __vue_component__$M,
24650
+ NsDropdownAction: __vue_component__$Q,
24473
24651
  NsTextInput: NsTextInput,
24474
- NsBackupCard: __vue_component__$J,
24475
- NsWizard: __vue_component__$H,
24476
- NsMenuItem: __vue_component__$F,
24477
- NsMenuDivider: __vue_component__$D,
24478
- NsSystemLogsCard: __vue_component__$B,
24652
+ NsBackupCard: __vue_component__$N,
24653
+ NsWizard: __vue_component__$L,
24654
+ NsMenuItem: __vue_component__$J,
24655
+ NsMenuDivider: __vue_component__$H,
24656
+ NsSystemLogsCard: __vue_component__$F,
24479
24657
  NsModal: NsModal,
24480
- NsTimePicker: __vue_component__$z,
24481
- NsDataTable: __vue_component__$w,
24658
+ NsTimePicker: __vue_component__$D,
24659
+ NsDataTable: __vue_component__$A,
24482
24660
  NsPagination: NsPagination,
24483
- NsToggle: __vue_component__$u,
24661
+ NsToggle: __vue_component__$y,
24484
24662
  NsTag: NsTag,
24485
- NsMultiSelect: __vue_component__$r,
24486
- NsComboBox: __vue_component__$p,
24487
- NsCheckbox: __vue_component__$n,
24488
- NsByteSlider: __vue_component__$l,
24489
- NsTabs: __vue_component__$j,
24490
- NsSlider: __vue_component__$h,
24663
+ NsMultiSelect: __vue_component__$v,
24664
+ NsComboBox: __vue_component__$t,
24665
+ NsCheckbox: __vue_component__$r,
24666
+ NsByteSlider: __vue_component__$p,
24667
+ NsTabs: __vue_component__$n,
24668
+ NsSlider: __vue_component__$l,
24491
24669
  ExclamationMarkPictogram: ExclamationMarkPictogram,
24492
- GearPictogram: __vue_component__$f,
24493
- LovePictogram: __vue_component__$d,
24494
- WarningPictogram: __vue_component__$b,
24495
- BulldozerPictogram: __vue_component__$9,
24496
- GroupPictogram: __vue_component__$7,
24497
- HardDrivePictogram: __vue_component__$5,
24498
- UserPictogram: __vue_component__$3,
24499
- UserProfilePictogram: __vue_component__$1,
24670
+ GearPictogram: __vue_component__$j,
24671
+ LovePictogram: __vue_component__$h,
24672
+ WarningPictogram: __vue_component__$f,
24673
+ BulldozerPictogram: __vue_component__$d,
24674
+ GroupPictogram: __vue_component__$b,
24675
+ HardDrivePictogram: __vue_component__$9,
24676
+ UserPictogram: __vue_component__$7,
24677
+ UserProfilePictogram: __vue_component__$5,
24678
+ FolderPictogram: __vue_component__$3,
24679
+ FaceSatisfiedPictogram: __vue_component__$1,
24500
24680
  UtilService: UtilService,
24501
24681
  QueryParamService: queryParam,
24502
24682
  TaskService: task,
@@ -24516,4 +24696,4 @@ const install = function installNs8UiLib(Vue) {
24516
24696
  });
24517
24697
  }; // Create module definition for Vue.use()
24518
24698
 
24519
- export { __vue_component__$9 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$f as GearPictogram, __vue_component__$7 as GroupPictogram, __vue_component__$5 as HardDrivePictogram, IconService, LottieService, __vue_component__$d as LovePictogram, __vue_component__$J as NsBackupCard, NsButton, __vue_component__$l as NsByteSlider, __vue_component__$n as NsCheckbox, NsCircleTimer, __vue_component__$1a as NsCodeSnippet, __vue_component__$p as NsComboBox, __vue_component__$O as NsDangerDeleteModal, __vue_component__$w as NsDataTable, __vue_component__$M as NsDropdownAction, __vue_component__$1c as NsEmptyState, __vue_component__$T as NsIconMenu, __vue_component__$10 as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$D as NsMenuDivider, __vue_component__$F as NsMenuItem, __vue_component__$R as NsMeterChart, NsModal, __vue_component__$r as NsMultiSelect, NsPagination, __vue_component__$V as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$h as NsSlider, __vue_component__$_ as NsStatusCard, NsSvg, __vue_component__$B as NsSystemLogsCard, __vue_component__$Y as NsSystemdServiceCard, __vue_component__$j as NsTabs, NsTag, NsTextInput, __vue_component__$14 as NsTile, __vue_component__$z as NsTimePicker, __vue_component__$12 as NsToastNotification, __vue_component__$u as NsToggle, __vue_component__$H as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$3 as UserPictogram, __vue_component__$1 as UserProfilePictogram, UtilService, __vue_component__$b as WarningPictogram, install as default };
24699
+ export { __vue_component__$d as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, __vue_component__$1 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$3 as FolderPictogram, __vue_component__$j as GearPictogram, __vue_component__$b as GroupPictogram, __vue_component__$9 as HardDrivePictogram, IconService, LottieService, __vue_component__$h as LovePictogram, __vue_component__$N as NsBackupCard, NsButton, __vue_component__$p as NsByteSlider, __vue_component__$r as NsCheckbox, NsCircleTimer, __vue_component__$1e as NsCodeSnippet, __vue_component__$t as NsComboBox, __vue_component__$S as NsDangerDeleteModal, __vue_component__$A as NsDataTable, __vue_component__$Q as NsDropdownAction, __vue_component__$1g as NsEmptyState, __vue_component__$X as NsIconMenu, __vue_component__$14 as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$H as NsMenuDivider, __vue_component__$J as NsMenuItem, __vue_component__$V as NsMeterChart, NsModal, __vue_component__$v as NsMultiSelect, NsPagination, __vue_component__$Z as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$l as NsSlider, __vue_component__$12 as NsStatusCard, NsSvg, __vue_component__$F as NsSystemLogsCard, __vue_component__$10 as NsSystemdServiceCard, __vue_component__$n as NsTabs, NsTag, NsTextInput, __vue_component__$18 as NsTile, __vue_component__$D as NsTimePicker, __vue_component__$16 as NsToastNotification, __vue_component__$y as NsToggle, __vue_component__$L as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$7 as UserPictogram, __vue_component__$5 as UserProfilePictogram, UtilService, __vue_component__$f as WarningPictogram, install as default };