@nethserver/ns8-ui-lib 0.1.22 → 0.1.23

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 +700 -530
  2. package/dist/ns8-ui-lib.min.js +1 -1
  3. package/dist/ns8-ui-lib.ssr.js +737 -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,12 @@ 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';
149
155
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
150
156
  import Search16 from '@carbon/icons-vue/es/search/16';
151
157
  import Close16 from '@carbon/icons-vue/es/close/16';
@@ -320,7 +326,7 @@ function addStyle(id, css) {
320
326
  const __vue_script__$B = script$B;
321
327
  /* template */
322
328
 
323
- var __vue_render__$H = function () {
329
+ var __vue_render__$J = function () {
324
330
  var _vm = this;
325
331
 
326
332
  var _h = _vm.$createElement;
@@ -343,13 +349,13 @@ var __vue_render__$H = function () {
343
349
  }) : _vm._e()], 2);
344
350
  };
345
351
 
346
- var __vue_staticRenderFns__$H = [];
352
+ var __vue_staticRenderFns__$J = [];
347
353
  /* style */
348
354
 
349
- const __vue_inject_styles__$K = function (inject) {
355
+ const __vue_inject_styles__$M = function (inject) {
350
356
  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)}}",
357
+ inject("data-v-34f1ee57_0", {
358
+ 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
359
  map: undefined,
354
360
  media: undefined
355
361
  });
@@ -357,23 +363,23 @@ const __vue_inject_styles__$K = function (inject) {
357
363
  /* scoped */
358
364
 
359
365
 
360
- const __vue_scope_id__$K = "data-v-025b0f12";
366
+ const __vue_scope_id__$M = "data-v-34f1ee57";
361
367
  /* module identifier */
362
368
 
363
- const __vue_module_identifier__$K = undefined;
369
+ const __vue_module_identifier__$M = undefined;
364
370
  /* functional template */
365
371
 
366
- const __vue_is_functional_template__$K = false;
372
+ const __vue_is_functional_template__$M = false;
367
373
  /* style inject SSR */
368
374
 
369
375
  /* style inject shadow dom */
370
376
 
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);
377
+ const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
378
+ render: __vue_render__$J,
379
+ staticRenderFns: __vue_staticRenderFns__$J
380
+ }, __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
381
 
376
- var NsButton = __vue_component__$1g;
382
+ var NsButton = __vue_component__$1k;
377
383
 
378
384
  //
379
385
  //
@@ -391,6 +397,10 @@ var NsButton = __vue_component__$1g;
391
397
  //
392
398
  //
393
399
  //
400
+ //
401
+ //
402
+ //
403
+ //
394
404
  var script$A = {
395
405
  name: "NsPictogram",
396
406
  props: {
@@ -417,7 +427,7 @@ var script$A = {
417
427
  const __vue_script__$A = script$A;
418
428
  /* template */
419
429
 
420
- var __vue_render__$G = function () {
430
+ var __vue_render__$I = function () {
421
431
  var _vm = this;
422
432
 
423
433
  var _h = _vm.$createElement;
@@ -445,31 +455,31 @@ var __vue_render__$G = function () {
445
455
  }, [_vm._t("default")], 2)]);
446
456
  };
447
457
 
448
- var __vue_staticRenderFns__$G = [];
458
+ var __vue_staticRenderFns__$I = [];
449
459
  /* style */
450
460
 
451
- const __vue_inject_styles__$J = undefined;
461
+ const __vue_inject_styles__$L = undefined;
452
462
  /* scoped */
453
463
 
454
- const __vue_scope_id__$J = undefined;
464
+ const __vue_scope_id__$L = undefined;
455
465
  /* module identifier */
456
466
 
457
- const __vue_module_identifier__$J = undefined;
467
+ const __vue_module_identifier__$L = undefined;
458
468
  /* functional template */
459
469
 
460
- const __vue_is_functional_template__$J = false;
470
+ const __vue_is_functional_template__$L = false;
461
471
  /* style inject */
462
472
 
463
473
  /* style inject SSR */
464
474
 
465
475
  /* style inject shadow dom */
466
476
 
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);
477
+ const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
478
+ render: __vue_render__$I,
479
+ staticRenderFns: __vue_staticRenderFns__$I
480
+ }, __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
481
 
472
- var NsPictogram = __vue_component__$1f;
482
+ var NsPictogram = __vue_component__$1j;
473
483
 
474
484
  //
475
485
  var script$z = {
@@ -531,7 +541,7 @@ var script$z = {
531
541
  const __vue_script__$z = script$z;
532
542
  /* template */
533
543
 
534
- var __vue_render__$F = function () {
544
+ var __vue_render__$H = function () {
535
545
  var _vm = this;
536
546
 
537
547
  var _h = _vm.$createElement;
@@ -558,36 +568,36 @@ var __vue_render__$F = function () {
558
568
  })], 1);
559
569
  };
560
570
 
561
- var __vue_staticRenderFns__$F = [];
571
+ var __vue_staticRenderFns__$H = [];
562
572
  /* style */
563
573
 
564
- const __vue_inject_styles__$I = undefined;
574
+ const __vue_inject_styles__$K = undefined;
565
575
  /* scoped */
566
576
 
567
- const __vue_scope_id__$I = "data-v-14e97a70";
577
+ const __vue_scope_id__$K = "data-v-cc2533e0";
568
578
  /* module identifier */
569
579
 
570
- const __vue_module_identifier__$I = undefined;
580
+ const __vue_module_identifier__$K = undefined;
571
581
  /* functional template */
572
582
 
573
- const __vue_is_functional_template__$I = false;
583
+ const __vue_is_functional_template__$K = false;
574
584
  /* style inject */
575
585
 
576
586
  /* style inject SSR */
577
587
 
578
588
  /* style inject shadow dom */
579
589
 
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);
590
+ const __vue_component__$1i = /*#__PURE__*/normalizeComponent({
591
+ render: __vue_render__$H,
592
+ staticRenderFns: __vue_staticRenderFns__$H
593
+ }, __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
594
 
585
- var NsLottieAnimation = __vue_component__$1e;
595
+ var NsLottieAnimation = __vue_component__$1i;
586
596
 
587
597
  /* script */
588
598
 
589
599
  /* template */
590
- var __vue_render__$E = function () {
600
+ var __vue_render__$G = function () {
591
601
  var _vm = this;
592
602
 
593
603
  var _h = _vm.$createElement;
@@ -602,31 +612,31 @@ var __vue_render__$E = function () {
602
612
  });
603
613
  };
604
614
 
605
- var __vue_staticRenderFns__$E = [];
615
+ var __vue_staticRenderFns__$G = [];
606
616
  /* style */
607
617
 
608
- const __vue_inject_styles__$H = undefined;
618
+ const __vue_inject_styles__$J = undefined;
609
619
  /* scoped */
610
620
 
611
- const __vue_scope_id__$H = undefined;
621
+ const __vue_scope_id__$J = undefined;
612
622
  /* module identifier */
613
623
 
614
- const __vue_module_identifier__$H = undefined;
624
+ const __vue_module_identifier__$J = undefined;
615
625
  /* functional template */
616
626
 
617
- const __vue_is_functional_template__$H = false;
627
+ const __vue_is_functional_template__$J = false;
618
628
  /* style inject */
619
629
 
620
630
  /* style inject SSR */
621
631
 
622
632
  /* style inject shadow dom */
623
633
 
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);
634
+ const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
635
+ render: __vue_render__$G,
636
+ staticRenderFns: __vue_staticRenderFns__$G
637
+ }, __vue_inject_styles__$J, {}, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
628
638
 
629
- var ExclamationMarkPictogram = __vue_component__$1d;
639
+ var ExclamationMarkPictogram = __vue_component__$1h;
630
640
 
631
641
  //
632
642
  var script$y = {
@@ -664,7 +674,7 @@ var script$y = {
664
674
  const __vue_script__$y = script$y;
665
675
  /* template */
666
676
 
667
- var __vue_render__$D = function () {
677
+ var __vue_render__$F = function () {
668
678
  var _vm = this;
669
679
 
670
680
  var _h = _vm.$createElement;
@@ -694,13 +704,13 @@ var __vue_render__$D = function () {
694
704
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
695
705
  };
696
706
 
697
- var __vue_staticRenderFns__$D = [];
707
+ var __vue_staticRenderFns__$F = [];
698
708
  /* style */
699
709
 
700
- const __vue_inject_styles__$G = function (inject) {
710
+ const __vue_inject_styles__$I = function (inject) {
701
711
  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}",
712
+ inject("data-v-0540fdb8_0", {
713
+ 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
714
  map: undefined,
705
715
  media: undefined
706
716
  });
@@ -708,23 +718,23 @@ const __vue_inject_styles__$G = function (inject) {
708
718
  /* scoped */
709
719
 
710
720
 
711
- const __vue_scope_id__$G = "data-v-2d5d3a58";
721
+ const __vue_scope_id__$I = "data-v-0540fdb8";
712
722
  /* module identifier */
713
723
 
714
- const __vue_module_identifier__$G = undefined;
724
+ const __vue_module_identifier__$I = undefined;
715
725
  /* functional template */
716
726
 
717
- const __vue_is_functional_template__$G = false;
727
+ const __vue_is_functional_template__$I = false;
718
728
  /* style inject SSR */
719
729
 
720
730
  /* style inject shadow dom */
721
731
 
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);
732
+ const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
733
+ render: __vue_render__$F,
734
+ staticRenderFns: __vue_staticRenderFns__$F
735
+ }, __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
736
 
727
- var __vue_component__$1c = __vue_component__$1b;
737
+ var __vue_component__$1g = __vue_component__$1f;
728
738
 
729
739
  //
730
740
  var script$x = {
@@ -842,7 +852,7 @@ var script$x = {
842
852
  const __vue_script__$x = script$x;
843
853
  /* template */
844
854
 
845
- var __vue_render__$C = function () {
855
+ var __vue_render__$E = function () {
846
856
  var _vm = this;
847
857
 
848
858
  var _h = _vm.$createElement;
@@ -904,13 +914,13 @@ var __vue_render__$C = function () {
904
914
  })], 1) : _vm._e()], 1);
905
915
  };
906
916
 
907
- var __vue_staticRenderFns__$C = [];
917
+ var __vue_staticRenderFns__$E = [];
908
918
  /* style */
909
919
 
910
- const __vue_inject_styles__$F = function (inject) {
920
+ const __vue_inject_styles__$H = function (inject) {
911
921
  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}",
922
+ inject("data-v-084a2bcc_0", {
923
+ 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
924
  map: undefined,
915
925
  media: undefined
916
926
  });
@@ -918,23 +928,23 @@ const __vue_inject_styles__$F = function (inject) {
918
928
  /* scoped */
919
929
 
920
930
 
921
- const __vue_scope_id__$F = "data-v-59cb538c";
931
+ const __vue_scope_id__$H = "data-v-084a2bcc";
922
932
  /* module identifier */
923
933
 
924
- const __vue_module_identifier__$F = undefined;
934
+ const __vue_module_identifier__$H = undefined;
925
935
  /* functional template */
926
936
 
927
- const __vue_is_functional_template__$F = false;
937
+ const __vue_is_functional_template__$H = false;
928
938
  /* style inject SSR */
929
939
 
930
940
  /* style inject shadow dom */
931
941
 
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);
942
+ const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
943
+ render: __vue_render__$E,
944
+ staticRenderFns: __vue_staticRenderFns__$E
945
+ }, __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
946
 
937
- var __vue_component__$1a = __vue_component__$19;
947
+ var __vue_component__$1e = __vue_component__$1d;
938
948
 
939
949
  //
940
950
  //
@@ -965,6 +975,10 @@ var __vue_component__$1a = __vue_component__$19;
965
975
  //
966
976
  //
967
977
  //
978
+ //
979
+ //
980
+ //
981
+ //
968
982
  var script$w = {
969
983
  name: "NsCircleTimer",
970
984
  props: {
@@ -1032,7 +1046,7 @@ var script$w = {
1032
1046
  const __vue_script__$w = script$w;
1033
1047
  /* template */
1034
1048
 
1035
- var __vue_render__$B = function () {
1049
+ var __vue_render__$D = function () {
1036
1050
  var _vm = this;
1037
1051
 
1038
1052
  var _h = _vm.$createElement;
@@ -1068,13 +1082,13 @@ var __vue_render__$B = function () {
1068
1082
  })])])]);
1069
1083
  };
1070
1084
 
1071
- var __vue_staticRenderFns__$B = [];
1085
+ var __vue_staticRenderFns__$D = [];
1072
1086
  /* style */
1073
1087
 
1074
- const __vue_inject_styles__$E = function (inject) {
1088
+ const __vue_inject_styles__$G = function (inject) {
1075
1089
  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)}",
1090
+ inject("data-v-6609841f_0", {
1091
+ 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
1092
  map: undefined,
1079
1093
  media: undefined
1080
1094
  });
@@ -1082,23 +1096,23 @@ const __vue_inject_styles__$E = function (inject) {
1082
1096
  /* scoped */
1083
1097
 
1084
1098
 
1085
- const __vue_scope_id__$E = "data-v-79cb7082";
1099
+ const __vue_scope_id__$G = "data-v-6609841f";
1086
1100
  /* module identifier */
1087
1101
 
1088
- const __vue_module_identifier__$E = undefined;
1102
+ const __vue_module_identifier__$G = undefined;
1089
1103
  /* functional template */
1090
1104
 
1091
- const __vue_is_functional_template__$E = false;
1105
+ const __vue_is_functional_template__$G = false;
1092
1106
  /* style inject SSR */
1093
1107
 
1094
1108
  /* style inject shadow dom */
1095
1109
 
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);
1110
+ const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
1111
+ render: __vue_render__$D,
1112
+ staticRenderFns: __vue_staticRenderFns__$D
1113
+ }, __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
1114
 
1101
- var NsCircleTimer = __vue_component__$18;
1115
+ var NsCircleTimer = __vue_component__$1c;
1102
1116
 
1103
1117
  //
1104
1118
  var script$v = {
@@ -1141,7 +1155,7 @@ var script$v = {
1141
1155
  const __vue_script__$v = script$v;
1142
1156
  /* template */
1143
1157
 
1144
- var __vue_render__$A = function () {
1158
+ var __vue_render__$C = function () {
1145
1159
  var _obj;
1146
1160
 
1147
1161
  var _vm = this;
@@ -1164,12 +1178,12 @@ var __vue_render__$A = function () {
1164
1178
  class: _vm.carbonPrefix + "--inline-notification__icon"
1165
1179
  }), _vm._v(" "), _c('div', {
1166
1180
  class: _vm.carbonPrefix + "--inline-notification__text-wrapper"
1167
- }, [_c('p', {
1181
+ }, [_vm.title ? _c('p', {
1168
1182
  class: _vm.carbonPrefix + "--inline-notification__title title",
1169
1183
  domProps: {
1170
1184
  "innerHTML": _vm._s(_vm.title)
1171
1185
  }
1172
- }), _vm._v(" "), _vm.description ? _c('p', {
1186
+ }) : _vm._e(), _vm._v(" "), _vm.description ? _c('p', {
1173
1187
  class: [_vm.carbonPrefix + "--inline-notification__subtitle", {
1174
1188
  'mg-right': _vm.loading || _vm.timer
1175
1189
  }],
@@ -1212,13 +1226,13 @@ var __vue_render__$A = function () {
1212
1226
  })], 1) : _vm._e()]);
1213
1227
  };
1214
1228
 
1215
- var __vue_staticRenderFns__$A = [];
1229
+ var __vue_staticRenderFns__$C = [];
1216
1230
  /* style */
1217
1231
 
1218
- const __vue_inject_styles__$D = function (inject) {
1232
+ const __vue_inject_styles__$F = function (inject) {
1219
1233
  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}",
1234
+ inject("data-v-20e6c586_0", {
1235
+ 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
1236
  map: undefined,
1223
1237
  media: undefined
1224
1238
  });
@@ -1226,23 +1240,23 @@ const __vue_inject_styles__$D = function (inject) {
1226
1240
  /* scoped */
1227
1241
 
1228
1242
 
1229
- const __vue_scope_id__$D = "data-v-6b979488";
1243
+ const __vue_scope_id__$F = "data-v-20e6c586";
1230
1244
  /* module identifier */
1231
1245
 
1232
- const __vue_module_identifier__$D = undefined;
1246
+ const __vue_module_identifier__$F = undefined;
1233
1247
  /* functional template */
1234
1248
 
1235
- const __vue_is_functional_template__$D = false;
1249
+ const __vue_is_functional_template__$F = false;
1236
1250
  /* style inject SSR */
1237
1251
 
1238
1252
  /* style inject shadow dom */
1239
1253
 
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);
1254
+ const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
1255
+ render: __vue_render__$C,
1256
+ staticRenderFns: __vue_staticRenderFns__$C
1257
+ }, __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
1258
 
1245
- var NsInlineNotification = __vue_component__$17;
1259
+ var NsInlineNotification = __vue_component__$1b;
1246
1260
 
1247
1261
  //
1248
1262
  //
@@ -1281,6 +1295,10 @@ var NsInlineNotification = __vue_component__$17;
1281
1295
  //
1282
1296
  //
1283
1297
  //
1298
+ //
1299
+ //
1300
+ //
1301
+ //
1284
1302
  var script$u = {
1285
1303
  name: "NsProgressBar",
1286
1304
  props: {
@@ -1362,7 +1380,7 @@ var script$u = {
1362
1380
  const __vue_script__$u = script$u;
1363
1381
  /* template */
1364
1382
 
1365
- var __vue_render__$z = function () {
1383
+ var __vue_render__$B = function () {
1366
1384
  var _vm = this;
1367
1385
 
1368
1386
  var _h = _vm.$createElement;
@@ -1401,13 +1419,13 @@ var __vue_render__$z = function () {
1401
1419
  })]], 2)]);
1402
1420
  };
1403
1421
 
1404
- var __vue_staticRenderFns__$z = [];
1422
+ var __vue_staticRenderFns__$B = [];
1405
1423
  /* style */
1406
1424
 
1407
- const __vue_inject_styles__$C = function (inject) {
1425
+ const __vue_inject_styles__$E = function (inject) {
1408
1426
  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%}}",
1427
+ inject("data-v-2813565d_0", {
1428
+ 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
1429
  map: undefined,
1412
1430
  media: undefined
1413
1431
  });
@@ -1415,24 +1433,28 @@ const __vue_inject_styles__$C = function (inject) {
1415
1433
  /* scoped */
1416
1434
 
1417
1435
 
1418
- const __vue_scope_id__$C = "data-v-be01f286";
1436
+ const __vue_scope_id__$E = "data-v-2813565d";
1419
1437
  /* module identifier */
1420
1438
 
1421
- const __vue_module_identifier__$C = undefined;
1439
+ const __vue_module_identifier__$E = undefined;
1422
1440
  /* functional template */
1423
1441
 
1424
- const __vue_is_functional_template__$C = false;
1442
+ const __vue_is_functional_template__$E = false;
1425
1443
  /* style inject SSR */
1426
1444
 
1427
1445
  /* style inject shadow dom */
1428
1446
 
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);
1447
+ const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
1448
+ render: __vue_render__$B,
1449
+ staticRenderFns: __vue_staticRenderFns__$B
1450
+ }, __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
1451
 
1434
- var NsProgressBar = __vue_component__$16;
1452
+ var NsProgressBar = __vue_component__$1a;
1435
1453
 
1454
+ //
1455
+ //
1456
+ //
1457
+ //
1436
1458
  var script$t = {
1437
1459
  name: "NsSvg",
1438
1460
  props: {
@@ -1497,25 +1519,25 @@ const __vue_script__$t = script$t;
1497
1519
 
1498
1520
  /* style */
1499
1521
 
1500
- const __vue_inject_styles__$B = undefined;
1522
+ const __vue_inject_styles__$D = undefined;
1501
1523
  /* scoped */
1502
1524
 
1503
- const __vue_scope_id__$B = undefined;
1525
+ const __vue_scope_id__$D = undefined;
1504
1526
  /* module identifier */
1505
1527
 
1506
- const __vue_module_identifier__$B = undefined;
1528
+ const __vue_module_identifier__$D = undefined;
1507
1529
  /* functional template */
1508
1530
 
1509
- const __vue_is_functional_template__$B = undefined;
1531
+ const __vue_is_functional_template__$D = undefined;
1510
1532
  /* style inject */
1511
1533
 
1512
1534
  /* style inject SSR */
1513
1535
 
1514
1536
  /* style inject shadow dom */
1515
1537
 
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);
1538
+ 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
1539
 
1518
- var NsSvg = __vue_component__$15;
1540
+ var NsSvg = __vue_component__$19;
1519
1541
 
1520
1542
  //
1521
1543
  var script$s = {
@@ -1595,7 +1617,7 @@ var script$s = {
1595
1617
  const __vue_script__$s = script$s;
1596
1618
  /* template */
1597
1619
 
1598
- var __vue_render__$y = function () {
1620
+ var __vue_render__$A = function () {
1599
1621
  var _obj;
1600
1622
 
1601
1623
  var _vm = this;
@@ -1634,13 +1656,13 @@ var __vue_render__$y = function () {
1634
1656
  }) : _vm._e()], 1);
1635
1657
  };
1636
1658
 
1637
- var __vue_staticRenderFns__$y = [];
1659
+ var __vue_staticRenderFns__$A = [];
1638
1660
  /* style */
1639
1661
 
1640
- const __vue_inject_styles__$A = function (inject) {
1662
+ const __vue_inject_styles__$C = function (inject) {
1641
1663
  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}",
1664
+ inject("data-v-2babf9e8_0", {
1665
+ 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
1666
  map: undefined,
1645
1667
  media: undefined
1646
1668
  });
@@ -1648,23 +1670,23 @@ const __vue_inject_styles__$A = function (inject) {
1648
1670
  /* scoped */
1649
1671
 
1650
1672
 
1651
- const __vue_scope_id__$A = "data-v-443a91f0";
1673
+ const __vue_scope_id__$C = "data-v-2babf9e8";
1652
1674
  /* module identifier */
1653
1675
 
1654
- const __vue_module_identifier__$A = undefined;
1676
+ const __vue_module_identifier__$C = undefined;
1655
1677
  /* functional template */
1656
1678
 
1657
- const __vue_is_functional_template__$A = false;
1679
+ const __vue_is_functional_template__$C = false;
1658
1680
  /* style inject SSR */
1659
1681
 
1660
1682
  /* style inject shadow dom */
1661
1683
 
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);
1684
+ const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
1685
+ render: __vue_render__$A,
1686
+ staticRenderFns: __vue_staticRenderFns__$A
1687
+ }, __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
1688
 
1667
- var __vue_component__$14 = __vue_component__$13;
1689
+ var __vue_component__$18 = __vue_component__$17;
1668
1690
 
1669
1691
  function toInteger(dirtyNumber) {
1670
1692
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6237,6 +6259,10 @@ function utcToZonedTime(dirtyDate, timeZone, options) {
6237
6259
  return zonedTime
6238
6260
  }
6239
6261
 
6262
+ /*
6263
+ * Copyright (C) 2023 Nethesis S.r.l.
6264
+ * SPDX-License-Identifier: GPL-3.0-or-later
6265
+ */
6240
6266
  var DateTimeService = {
6241
6267
  name: "DateTimeService",
6242
6268
 
@@ -6342,7 +6368,7 @@ var script$r = {
6342
6368
  const __vue_script__$r = script$r;
6343
6369
  /* template */
6344
6370
 
6345
- var __vue_render__$x = function () {
6371
+ var __vue_render__$z = function () {
6346
6372
  var _obj;
6347
6373
 
6348
6374
  var _vm = this;
@@ -6440,16 +6466,16 @@ var __vue_render__$x = function () {
6440
6466
  })], 1) : _vm._e()], 1)]);
6441
6467
  };
6442
6468
 
6443
- var __vue_staticRenderFns__$x = [];
6469
+ var __vue_staticRenderFns__$z = [];
6444
6470
  /* style */
6445
6471
 
6446
- const __vue_inject_styles__$z = function (inject) {
6472
+ const __vue_inject_styles__$B = function (inject) {
6447
6473
  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}",
6474
+ inject("data-v-7d4a3b16_0", {
6475
+ 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
6476
  map: undefined,
6451
6477
  media: undefined
6452
- }), inject("data-v-6ff0b515_1", {
6478
+ }), inject("data-v-7d4a3b16_1", {
6453
6479
  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
6480
  map: undefined,
6455
6481
  media: undefined
@@ -6458,23 +6484,23 @@ const __vue_inject_styles__$z = function (inject) {
6458
6484
  /* scoped */
6459
6485
 
6460
6486
 
6461
- const __vue_scope_id__$z = "data-v-6ff0b515";
6487
+ const __vue_scope_id__$B = "data-v-7d4a3b16";
6462
6488
  /* module identifier */
6463
6489
 
6464
- const __vue_module_identifier__$z = undefined;
6490
+ const __vue_module_identifier__$B = undefined;
6465
6491
  /* functional template */
6466
6492
 
6467
- const __vue_is_functional_template__$z = false;
6493
+ const __vue_is_functional_template__$B = false;
6468
6494
  /* style inject SSR */
6469
6495
 
6470
6496
  /* style inject shadow dom */
6471
6497
 
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);
6498
+ const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
6499
+ render: __vue_render__$z,
6500
+ staticRenderFns: __vue_staticRenderFns__$z
6501
+ }, __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
6502
 
6477
- var __vue_component__$12 = __vue_component__$11;
6503
+ var __vue_component__$16 = __vue_component__$15;
6478
6504
 
6479
6505
  //
6480
6506
  var script$q = {
@@ -6544,7 +6570,7 @@ var script$q = {
6544
6570
  const __vue_script__$q = script$q;
6545
6571
  /* template */
6546
6572
 
6547
- var __vue_render__$w = function () {
6573
+ var __vue_render__$y = function () {
6548
6574
  var _vm = this;
6549
6575
 
6550
6576
  var _h = _vm.$createElement;
@@ -6608,13 +6634,13 @@ var __vue_render__$w = function () {
6608
6634
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6609
6635
  };
6610
6636
 
6611
- var __vue_staticRenderFns__$w = [];
6637
+ var __vue_staticRenderFns__$y = [];
6612
6638
  /* style */
6613
6639
 
6614
- const __vue_inject_styles__$y = function (inject) {
6640
+ const __vue_inject_styles__$A = function (inject) {
6615
6641
  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}",
6642
+ inject("data-v-e88c3bd6_0", {
6643
+ 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
6644
  map: undefined,
6619
6645
  media: undefined
6620
6646
  });
@@ -6622,23 +6648,23 @@ const __vue_inject_styles__$y = function (inject) {
6622
6648
  /* scoped */
6623
6649
 
6624
6650
 
6625
- const __vue_scope_id__$y = "data-v-d47f7616";
6651
+ const __vue_scope_id__$A = "data-v-e88c3bd6";
6626
6652
  /* module identifier */
6627
6653
 
6628
- const __vue_module_identifier__$y = undefined;
6654
+ const __vue_module_identifier__$A = undefined;
6629
6655
  /* functional template */
6630
6656
 
6631
- const __vue_is_functional_template__$y = false;
6657
+ const __vue_is_functional_template__$A = false;
6632
6658
  /* style inject SSR */
6633
6659
 
6634
6660
  /* style inject shadow dom */
6635
6661
 
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);
6662
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
6663
+ render: __vue_render__$y,
6664
+ staticRenderFns: __vue_staticRenderFns__$y
6665
+ }, __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
6666
 
6641
- var __vue_component__$10 = __vue_component__$$;
6667
+ var __vue_component__$14 = __vue_component__$13;
6642
6668
 
6643
6669
  //
6644
6670
  var script$p = {
@@ -6691,7 +6717,7 @@ var script$p = {
6691
6717
  const __vue_script__$p = script$p;
6692
6718
  /* template */
6693
6719
 
6694
- var __vue_render__$v = function () {
6720
+ var __vue_render__$x = function () {
6695
6721
  var _vm = this;
6696
6722
 
6697
6723
  var _h = _vm.$createElement;
@@ -6760,13 +6786,13 @@ var __vue_render__$v = function () {
6760
6786
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6761
6787
  };
6762
6788
 
6763
- var __vue_staticRenderFns__$v = [];
6789
+ var __vue_staticRenderFns__$x = [];
6764
6790
  /* style */
6765
6791
 
6766
- const __vue_inject_styles__$x = function (inject) {
6792
+ const __vue_inject_styles__$z = function (inject) {
6767
6793
  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}",
6794
+ inject("data-v-d6024f1c_0", {
6795
+ 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
6796
  map: undefined,
6771
6797
  media: undefined
6772
6798
  });
@@ -6774,23 +6800,23 @@ const __vue_inject_styles__$x = function (inject) {
6774
6800
  /* scoped */
6775
6801
 
6776
6802
 
6777
- const __vue_scope_id__$x = "data-v-faa5535c";
6803
+ const __vue_scope_id__$z = "data-v-d6024f1c";
6778
6804
  /* module identifier */
6779
6805
 
6780
- const __vue_module_identifier__$x = undefined;
6806
+ const __vue_module_identifier__$z = undefined;
6781
6807
  /* functional template */
6782
6808
 
6783
- const __vue_is_functional_template__$x = false;
6809
+ const __vue_is_functional_template__$z = false;
6784
6810
  /* style inject SSR */
6785
6811
 
6786
6812
  /* style inject shadow dom */
6787
6813
 
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);
6814
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
6815
+ render: __vue_render__$x,
6816
+ staticRenderFns: __vue_staticRenderFns__$x
6817
+ }, __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
6818
 
6793
- var __vue_component__$_ = __vue_component__$Z;
6819
+ var __vue_component__$12 = __vue_component__$11;
6794
6820
 
6795
6821
  //
6796
6822
  var script$o = {
@@ -6850,7 +6876,7 @@ var script$o = {
6850
6876
  const __vue_script__$o = script$o;
6851
6877
  /* template */
6852
6878
 
6853
- var __vue_render__$u = function () {
6879
+ var __vue_render__$w = function () {
6854
6880
  var _vm = this;
6855
6881
 
6856
6882
  var _h = _vm.$createElement;
@@ -6905,13 +6931,13 @@ var __vue_render__$u = function () {
6905
6931
  })], 1)])]);
6906
6932
  };
6907
6933
 
6908
- var __vue_staticRenderFns__$u = [];
6934
+ var __vue_staticRenderFns__$w = [];
6909
6935
  /* style */
6910
6936
 
6911
- const __vue_inject_styles__$w = function (inject) {
6937
+ const __vue_inject_styles__$y = function (inject) {
6912
6938
  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}",
6939
+ inject("data-v-0ece12a7_0", {
6940
+ 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
6941
  map: undefined,
6916
6942
  media: undefined
6917
6943
  });
@@ -6919,23 +6945,23 @@ const __vue_inject_styles__$w = function (inject) {
6919
6945
  /* scoped */
6920
6946
 
6921
6947
 
6922
- const __vue_scope_id__$w = "data-v-006e8647";
6948
+ const __vue_scope_id__$y = "data-v-0ece12a7";
6923
6949
  /* module identifier */
6924
6950
 
6925
- const __vue_module_identifier__$w = undefined;
6951
+ const __vue_module_identifier__$y = undefined;
6926
6952
  /* functional template */
6927
6953
 
6928
- const __vue_is_functional_template__$w = false;
6954
+ const __vue_is_functional_template__$y = false;
6929
6955
  /* style inject SSR */
6930
6956
 
6931
6957
  /* style inject shadow dom */
6932
6958
 
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);
6959
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
6960
+ render: __vue_render__$w,
6961
+ staticRenderFns: __vue_staticRenderFns__$w
6962
+ }, __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
6963
 
6938
- var __vue_component__$Y = __vue_component__$X;
6964
+ var __vue_component__$10 = __vue_component__$$;
6939
6965
 
6940
6966
  //
6941
6967
  var script$n = {
@@ -6996,7 +7022,7 @@ var script$n = {
6996
7022
  const __vue_script__$n = script$n;
6997
7023
  /* template */
6998
7024
 
6999
- var __vue_render__$t = function () {
7025
+ var __vue_render__$v = function () {
7000
7026
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
7001
7027
 
7002
7028
  var _vm = this;
@@ -7075,16 +7101,16 @@ var __vue_render__$t = function () {
7075
7101
  })], 2) : _vm._e()]);
7076
7102
  };
7077
7103
 
7078
- var __vue_staticRenderFns__$t = [];
7104
+ var __vue_staticRenderFns__$v = [];
7079
7105
  /* style */
7080
7106
 
7081
- const __vue_inject_styles__$v = function (inject) {
7107
+ const __vue_inject_styles__$x = function (inject) {
7082
7108
  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}",
7109
+ inject("data-v-27e25f9e_0", {
7110
+ 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
7111
  map: undefined,
7086
7112
  media: undefined
7087
- }), inject("data-v-11b039d1_1", {
7113
+ }), inject("data-v-27e25f9e_1", {
7088
7114
  source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
7089
7115
  map: undefined,
7090
7116
  media: undefined
@@ -7093,23 +7119,23 @@ const __vue_inject_styles__$v = function (inject) {
7093
7119
  /* scoped */
7094
7120
 
7095
7121
 
7096
- const __vue_scope_id__$v = "data-v-11b039d1";
7122
+ const __vue_scope_id__$x = "data-v-27e25f9e";
7097
7123
  /* module identifier */
7098
7124
 
7099
- const __vue_module_identifier__$v = undefined;
7125
+ const __vue_module_identifier__$x = undefined;
7100
7126
  /* functional template */
7101
7127
 
7102
- const __vue_is_functional_template__$v = false;
7128
+ const __vue_is_functional_template__$x = false;
7103
7129
  /* style inject SSR */
7104
7130
 
7105
7131
  /* style inject shadow dom */
7106
7132
 
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);
7133
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
7134
+ render: __vue_render__$v,
7135
+ staticRenderFns: __vue_staticRenderFns__$v
7136
+ }, __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
7137
 
7112
- var NsTextInput = __vue_component__$W;
7138
+ var NsTextInput = __vue_component__$_;
7113
7139
 
7114
7140
  // Unique ID creation requires a high quality random # generator. In node.js
7115
7141
  // this is pretty straight-forward - we use the crypto API.
@@ -7287,6 +7313,10 @@ uuid.v4 = v4_1;
7287
7313
 
7288
7314
  var uuid_1 = uuid;
7289
7315
 
7316
+ /*
7317
+ * Copyright (C) 2023 Nethesis S.r.l.
7318
+ * SPDX-License-Identifier: GPL-3.0-or-later
7319
+ */
7290
7320
  var UtilService = {
7291
7321
  name: "UtilService",
7292
7322
 
@@ -7836,7 +7866,7 @@ var script$m = {
7836
7866
  const __vue_script__$m = script$m;
7837
7867
  /* template */
7838
7868
 
7839
- var __vue_render__$s = function () {
7869
+ var __vue_render__$u = function () {
7840
7870
  var _vm = this;
7841
7871
 
7842
7872
  var _h = _vm.$createElement;
@@ -7931,13 +7961,13 @@ var __vue_render__$s = function () {
7931
7961
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7932
7962
  };
7933
7963
 
7934
- var __vue_staticRenderFns__$s = [];
7964
+ var __vue_staticRenderFns__$u = [];
7935
7965
  /* style */
7936
7966
 
7937
- const __vue_inject_styles__$u = function (inject) {
7967
+ const __vue_inject_styles__$w = function (inject) {
7938
7968
  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}",
7969
+ inject("data-v-462e7980_0", {
7970
+ 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
7971
  map: undefined,
7942
7972
  media: undefined
7943
7973
  });
@@ -7945,23 +7975,23 @@ const __vue_inject_styles__$u = function (inject) {
7945
7975
  /* scoped */
7946
7976
 
7947
7977
 
7948
- const __vue_scope_id__$u = "data-v-67b93b40";
7978
+ const __vue_scope_id__$w = "data-v-462e7980";
7949
7979
  /* module identifier */
7950
7980
 
7951
- const __vue_module_identifier__$u = undefined;
7981
+ const __vue_module_identifier__$w = undefined;
7952
7982
  /* functional template */
7953
7983
 
7954
- const __vue_is_functional_template__$u = false;
7984
+ const __vue_is_functional_template__$w = false;
7955
7985
  /* style inject SSR */
7956
7986
 
7957
7987
  /* style inject shadow dom */
7958
7988
 
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);
7989
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
7990
+ render: __vue_render__$u,
7991
+ staticRenderFns: __vue_staticRenderFns__$u
7992
+ }, __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
7993
 
7964
- var __vue_component__$V = __vue_component__$U;
7994
+ var __vue_component__$Z = __vue_component__$Y;
7965
7995
 
7966
7996
  //
7967
7997
  var script$l = {
@@ -8011,7 +8041,7 @@ var script$l = {
8011
8041
  const __vue_script__$l = script$l;
8012
8042
  /* template */
8013
8043
 
8014
- var __vue_render__$r = function () {
8044
+ var __vue_render__$t = function () {
8015
8045
  var _obj, _obj$1;
8016
8046
 
8017
8047
  var _vm = this;
@@ -8127,13 +8157,13 @@ var __vue_render__$r = function () {
8127
8157
  })])]);
8128
8158
  };
8129
8159
 
8130
- var __vue_staticRenderFns__$r = [];
8160
+ var __vue_staticRenderFns__$t = [];
8131
8161
  /* style */
8132
8162
 
8133
- const __vue_inject_styles__$t = function (inject) {
8163
+ const __vue_inject_styles__$v = function (inject) {
8134
8164
  if (!inject) return;
8135
- inject("data-v-2be14df6_0", {
8136
- source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
8165
+ inject("data-v-137b2ab6_0", {
8166
+ source: ".ns-icon-menu[data-v-137b2ab6]{display:inline-flex}",
8137
8167
  map: undefined,
8138
8168
  media: undefined
8139
8169
  });
@@ -8141,23 +8171,23 @@ const __vue_inject_styles__$t = function (inject) {
8141
8171
  /* scoped */
8142
8172
 
8143
8173
 
8144
- const __vue_scope_id__$t = "data-v-2be14df6";
8174
+ const __vue_scope_id__$v = "data-v-137b2ab6";
8145
8175
  /* module identifier */
8146
8176
 
8147
- const __vue_module_identifier__$t = undefined;
8177
+ const __vue_module_identifier__$v = undefined;
8148
8178
  /* functional template */
8149
8179
 
8150
- const __vue_is_functional_template__$t = false;
8180
+ const __vue_is_functional_template__$v = false;
8151
8181
  /* style inject SSR */
8152
8182
 
8153
8183
  /* style inject shadow dom */
8154
8184
 
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);
8185
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({
8186
+ render: __vue_render__$t,
8187
+ staticRenderFns: __vue_staticRenderFns__$t
8188
+ }, __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
8189
 
8160
- var __vue_component__$T = __vue_component__$S;
8190
+ var __vue_component__$X = __vue_component__$W;
8161
8191
 
8162
8192
  //
8163
8193
  var script$k = {
@@ -8198,7 +8228,7 @@ var script$k = {
8198
8228
  const __vue_script__$k = script$k;
8199
8229
  /* template */
8200
8230
 
8201
- var __vue_render__$q = function () {
8231
+ var __vue_render__$s = function () {
8202
8232
  var _vm = this;
8203
8233
 
8204
8234
  var _h = _vm.$createElement;
@@ -8221,13 +8251,13 @@ var __vue_render__$q = function () {
8221
8251
  })], 1);
8222
8252
  };
8223
8253
 
8224
- var __vue_staticRenderFns__$q = [];
8254
+ var __vue_staticRenderFns__$s = [];
8225
8255
  /* style */
8226
8256
 
8227
- const __vue_inject_styles__$s = function (inject) {
8257
+ const __vue_inject_styles__$u = function (inject) {
8228
8258
  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}",
8259
+ inject("data-v-4ca10dac_0", {
8260
+ source: ".label[data-v-4ca10dac]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-4ca10dac]{margin-bottom:.5rem!important}",
8231
8261
  map: undefined,
8232
8262
  media: undefined
8233
8263
  });
@@ -8235,23 +8265,23 @@ const __vue_inject_styles__$s = function (inject) {
8235
8265
  /* scoped */
8236
8266
 
8237
8267
 
8238
- const __vue_scope_id__$s = "data-v-8d83456c";
8268
+ const __vue_scope_id__$u = "data-v-4ca10dac";
8239
8269
  /* module identifier */
8240
8270
 
8241
- const __vue_module_identifier__$s = undefined;
8271
+ const __vue_module_identifier__$u = undefined;
8242
8272
  /* functional template */
8243
8273
 
8244
- const __vue_is_functional_template__$s = false;
8274
+ const __vue_is_functional_template__$u = false;
8245
8275
  /* style inject SSR */
8246
8276
 
8247
8277
  /* style inject shadow dom */
8248
8278
 
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);
8279
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
8280
+ render: __vue_render__$s,
8281
+ staticRenderFns: __vue_staticRenderFns__$s
8282
+ }, __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
8283
 
8254
- var __vue_component__$R = __vue_component__$Q;
8284
+ var __vue_component__$V = __vue_component__$U;
8255
8285
 
8256
8286
  //
8257
8287
  var script$j = {
@@ -8317,7 +8347,7 @@ var script$j = {
8317
8347
  const __vue_script__$j = script$j;
8318
8348
  /* template */
8319
8349
 
8320
- var __vue_render__$p = function () {
8350
+ var __vue_render__$r = function () {
8321
8351
  var _obj, _obj$1, _obj$2, _obj$3;
8322
8352
 
8323
8353
  var _vm = this;
@@ -8451,31 +8481,31 @@ var __vue_render__$p = function () {
8451
8481
  })], 1)]);
8452
8482
  };
8453
8483
 
8454
- var __vue_staticRenderFns__$p = [];
8484
+ var __vue_staticRenderFns__$r = [];
8455
8485
  /* style */
8456
8486
 
8457
- const __vue_inject_styles__$r = undefined;
8487
+ const __vue_inject_styles__$t = undefined;
8458
8488
  /* scoped */
8459
8489
 
8460
- const __vue_scope_id__$r = undefined;
8490
+ const __vue_scope_id__$t = undefined;
8461
8491
  /* module identifier */
8462
8492
 
8463
- const __vue_module_identifier__$r = undefined;
8493
+ const __vue_module_identifier__$t = undefined;
8464
8494
  /* functional template */
8465
8495
 
8466
- const __vue_is_functional_template__$r = false;
8496
+ const __vue_is_functional_template__$t = false;
8467
8497
  /* style inject */
8468
8498
 
8469
8499
  /* style inject SSR */
8470
8500
 
8471
8501
  /* style inject shadow dom */
8472
8502
 
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);
8503
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({
8504
+ render: __vue_render__$r,
8505
+ staticRenderFns: __vue_staticRenderFns__$r
8506
+ }, __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
8507
 
8478
- var NsModal = __vue_component__$P;
8508
+ var NsModal = __vue_component__$T;
8479
8509
 
8480
8510
  //
8481
8511
  var script$i = {
@@ -8530,6 +8560,10 @@ var script$i = {
8530
8560
  errorDescription: {
8531
8561
  type: String,
8532
8562
  default: ""
8563
+ },
8564
+ loading: {
8565
+ type: Boolean,
8566
+ default: false
8533
8567
  }
8534
8568
  },
8535
8569
 
@@ -8577,7 +8611,7 @@ var script$i = {
8577
8611
  const __vue_script__$i = script$i;
8578
8612
  /* template */
8579
8613
 
8580
- var __vue_render__$o = function () {
8614
+ var __vue_render__$q = function () {
8581
8615
  var _vm = this;
8582
8616
 
8583
8617
  var _h = _vm.$createElement;
@@ -8589,7 +8623,7 @@ var __vue_render__$o = function () {
8589
8623
  "kind": "danger",
8590
8624
  "size": "default",
8591
8625
  "visible": _vm.isShown,
8592
- "primary-button-disabled": _vm.name !== _vm.userInput
8626
+ "primary-button-disabled": _vm.name !== _vm.userInput || _vm.loading
8593
8627
  },
8594
8628
  on: {
8595
8629
  "modal-hidden": _vm.onModalHidden,
@@ -8645,13 +8679,13 @@ var __vue_render__$o = function () {
8645
8679
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8646
8680
  };
8647
8681
 
8648
- var __vue_staticRenderFns__$o = [];
8682
+ var __vue_staticRenderFns__$q = [];
8649
8683
  /* style */
8650
8684
 
8651
- const __vue_inject_styles__$q = function (inject) {
8685
+ const __vue_inject_styles__$s = function (inject) {
8652
8686
  if (!inject) return;
8653
- inject("data-v-746a2de3_0", {
8654
- source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
8687
+ inject("data-v-3b643702_0", {
8688
+ source: ".type-to-confirm[data-v-3b643702]{margin-top:2rem}",
8655
8689
  map: undefined,
8656
8690
  media: undefined
8657
8691
  });
@@ -8659,24 +8693,28 @@ const __vue_inject_styles__$q = function (inject) {
8659
8693
  /* scoped */
8660
8694
 
8661
8695
 
8662
- const __vue_scope_id__$q = "data-v-746a2de3";
8696
+ const __vue_scope_id__$s = "data-v-3b643702";
8663
8697
  /* module identifier */
8664
8698
 
8665
- const __vue_module_identifier__$q = undefined;
8699
+ const __vue_module_identifier__$s = undefined;
8666
8700
  /* functional template */
8667
8701
 
8668
- const __vue_is_functional_template__$q = false;
8702
+ const __vue_is_functional_template__$s = false;
8669
8703
  /* style inject SSR */
8670
8704
 
8671
8705
  /* style inject shadow dom */
8672
8706
 
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);
8707
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
8708
+ render: __vue_render__$q,
8709
+ staticRenderFns: __vue_staticRenderFns__$q
8710
+ }, __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
8711
 
8678
- var __vue_component__$O = __vue_component__$N;
8712
+ var __vue_component__$S = __vue_component__$R;
8679
8713
 
8714
+ /*
8715
+ * Copyright (C) 2023 Nethesis S.r.l.
8716
+ * SPDX-License-Identifier: GPL-3.0-or-later
8717
+ */
8680
8718
  var IconService = {
8681
8719
  name: "IconService",
8682
8720
 
@@ -8864,7 +8902,15 @@ var IconService = {
8864
8902
  CloseFilled32,
8865
8903
  Badge16,
8866
8904
  Badge20,
8867
- Badge32
8905
+ Badge32,
8906
+ FolderShared16,
8907
+ // samba file server, file shares
8908
+ FolderShared20,
8909
+ FolderShared32,
8910
+ MailAll16,
8911
+ // mail queue
8912
+ MailAll20,
8913
+ MailAll32
8868
8914
  };
8869
8915
  }
8870
8916
 
@@ -8906,7 +8952,7 @@ var script$h = {
8906
8952
  const __vue_script__$h = script$h;
8907
8953
  /* template */
8908
8954
 
8909
- var __vue_render__$n = function () {
8955
+ var __vue_render__$p = function () {
8910
8956
  var _obj, _obj$1;
8911
8957
 
8912
8958
  var _vm = this;
@@ -9006,31 +9052,31 @@ var __vue_render__$n = function () {
9006
9052
  })])]);
9007
9053
  };
9008
9054
 
9009
- var __vue_staticRenderFns__$n = [];
9055
+ var __vue_staticRenderFns__$p = [];
9010
9056
  /* style */
9011
9057
 
9012
- const __vue_inject_styles__$p = undefined;
9058
+ const __vue_inject_styles__$r = undefined;
9013
9059
  /* scoped */
9014
9060
 
9015
- const __vue_scope_id__$p = "data-v-31925b9d";
9061
+ const __vue_scope_id__$r = "data-v-1818ed86";
9016
9062
  /* module identifier */
9017
9063
 
9018
- const __vue_module_identifier__$p = undefined;
9064
+ const __vue_module_identifier__$r = undefined;
9019
9065
  /* functional template */
9020
9066
 
9021
- const __vue_is_functional_template__$p = false;
9067
+ const __vue_is_functional_template__$r = false;
9022
9068
  /* style inject */
9023
9069
 
9024
9070
  /* style inject SSR */
9025
9071
 
9026
9072
  /* style inject shadow dom */
9027
9073
 
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);
9074
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
9075
+ render: __vue_render__$p,
9076
+ staticRenderFns: __vue_staticRenderFns__$p
9077
+ }, __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
9078
 
9033
- var __vue_component__$M = __vue_component__$L;
9079
+ var __vue_component__$Q = __vue_component__$P;
9034
9080
 
9035
9081
  //
9036
9082
  var script$g = {
@@ -9072,7 +9118,7 @@ var script$g = {
9072
9118
  const __vue_script__$g = script$g;
9073
9119
  /* template */
9074
9120
 
9075
- var __vue_render__$m = function () {
9121
+ var __vue_render__$o = function () {
9076
9122
  var _vm = this;
9077
9123
 
9078
9124
  var _h = _vm.$createElement;
@@ -9126,13 +9172,13 @@ var __vue_render__$m = function () {
9126
9172
  }, [_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
9173
  };
9128
9174
 
9129
- var __vue_staticRenderFns__$m = [];
9175
+ var __vue_staticRenderFns__$o = [];
9130
9176
  /* style */
9131
9177
 
9132
- const __vue_inject_styles__$o = function (inject) {
9178
+ const __vue_inject_styles__$q = function (inject) {
9133
9179
  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}",
9180
+ inject("data-v-5c5848fc_0", {
9181
+ 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
9182
  map: undefined,
9137
9183
  media: undefined
9138
9184
  });
@@ -9140,23 +9186,23 @@ const __vue_inject_styles__$o = function (inject) {
9140
9186
  /* scoped */
9141
9187
 
9142
9188
 
9143
- const __vue_scope_id__$o = "data-v-25453d1c";
9189
+ const __vue_scope_id__$q = "data-v-5c5848fc";
9144
9190
  /* module identifier */
9145
9191
 
9146
- const __vue_module_identifier__$o = undefined;
9192
+ const __vue_module_identifier__$q = undefined;
9147
9193
  /* functional template */
9148
9194
 
9149
- const __vue_is_functional_template__$o = false;
9195
+ const __vue_is_functional_template__$q = false;
9150
9196
  /* style inject SSR */
9151
9197
 
9152
9198
  /* style inject shadow dom */
9153
9199
 
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);
9200
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
9201
+ render: __vue_render__$o,
9202
+ staticRenderFns: __vue_staticRenderFns__$o
9203
+ }, __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
9204
 
9159
- var NsBackupCardDetails = __vue_component__$K;
9205
+ var NsBackupCardDetails = __vue_component__$O;
9160
9206
 
9161
9207
  //
9162
9208
  var script$f = {
@@ -9303,7 +9349,7 @@ var script$f = {
9303
9349
  const __vue_script__$f = script$f;
9304
9350
  /* template */
9305
9351
 
9306
- var __vue_render__$l = function () {
9352
+ var __vue_render__$n = function () {
9307
9353
  var _vm = this;
9308
9354
 
9309
9355
  var _h = _vm.$createElement;
@@ -9419,16 +9465,16 @@ var __vue_render__$l = function () {
9419
9465
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9420
9466
  };
9421
9467
 
9422
- var __vue_staticRenderFns__$l = [];
9468
+ var __vue_staticRenderFns__$n = [];
9423
9469
  /* style */
9424
9470
 
9425
- const __vue_inject_styles__$n = function (inject) {
9471
+ const __vue_inject_styles__$p = function (inject) {
9426
9472
  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}",
9473
+ inject("data-v-6f55bf84_0", {
9474
+ 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
9475
  map: undefined,
9430
9476
  media: undefined
9431
- }), inject("data-v-3315ab44_1", {
9477
+ }), inject("data-v-6f55bf84_1", {
9432
9478
  source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
9433
9479
  map: undefined,
9434
9480
  media: undefined
@@ -9437,23 +9483,23 @@ const __vue_inject_styles__$n = function (inject) {
9437
9483
  /* scoped */
9438
9484
 
9439
9485
 
9440
- const __vue_scope_id__$n = "data-v-3315ab44";
9486
+ const __vue_scope_id__$p = "data-v-6f55bf84";
9441
9487
  /* module identifier */
9442
9488
 
9443
- const __vue_module_identifier__$n = undefined;
9489
+ const __vue_module_identifier__$p = undefined;
9444
9490
  /* functional template */
9445
9491
 
9446
- const __vue_is_functional_template__$n = false;
9492
+ const __vue_is_functional_template__$p = false;
9447
9493
  /* style inject SSR */
9448
9494
 
9449
9495
  /* style inject shadow dom */
9450
9496
 
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);
9497
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
9498
+ render: __vue_render__$n,
9499
+ staticRenderFns: __vue_staticRenderFns__$n
9500
+ }, __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
9501
 
9456
- var __vue_component__$J = __vue_component__$I;
9502
+ var __vue_component__$N = __vue_component__$M;
9457
9503
 
9458
9504
  //
9459
9505
  var script$e = {
@@ -9503,7 +9549,7 @@ var script$e = {
9503
9549
  const __vue_script__$e = script$e;
9504
9550
  /* template */
9505
9551
 
9506
- var __vue_render__$k = function () {
9552
+ var __vue_render__$m = function () {
9507
9553
  var _obj, _obj$1;
9508
9554
 
9509
9555
  var _vm = this;
@@ -9645,31 +9691,31 @@ var __vue_render__$k = function () {
9645
9691
  })], 1)]);
9646
9692
  };
9647
9693
 
9648
- var __vue_staticRenderFns__$k = [];
9694
+ var __vue_staticRenderFns__$m = [];
9649
9695
  /* style */
9650
9696
 
9651
- const __vue_inject_styles__$m = undefined;
9697
+ const __vue_inject_styles__$o = undefined;
9652
9698
  /* scoped */
9653
9699
 
9654
- const __vue_scope_id__$m = undefined;
9700
+ const __vue_scope_id__$o = undefined;
9655
9701
  /* module identifier */
9656
9702
 
9657
- const __vue_module_identifier__$m = undefined;
9703
+ const __vue_module_identifier__$o = undefined;
9658
9704
  /* functional template */
9659
9705
 
9660
- const __vue_is_functional_template__$m = false;
9706
+ const __vue_is_functional_template__$o = false;
9661
9707
  /* style inject */
9662
9708
 
9663
9709
  /* style inject SSR */
9664
9710
 
9665
9711
  /* style inject shadow dom */
9666
9712
 
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);
9713
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
9714
+ render: __vue_render__$m,
9715
+ staticRenderFns: __vue_staticRenderFns__$m
9716
+ }, __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
9717
 
9672
- var __vue_component__$H = __vue_component__$G;
9718
+ var __vue_component__$L = __vue_component__$K;
9673
9719
 
9674
9720
  //
9675
9721
  var script$d = {
@@ -9698,7 +9744,7 @@ var script$d = {
9698
9744
  const __vue_script__$d = script$d;
9699
9745
  /* template */
9700
9746
 
9701
- var __vue_render__$j = function () {
9747
+ var __vue_render__$l = function () {
9702
9748
  var _vm = this;
9703
9749
 
9704
9750
  var _h = _vm.$createElement;
@@ -9718,13 +9764,13 @@ var __vue_render__$j = function () {
9718
9764
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9719
9765
  };
9720
9766
 
9721
- var __vue_staticRenderFns__$j = [];
9767
+ var __vue_staticRenderFns__$l = [];
9722
9768
  /* style */
9723
9769
 
9724
- const __vue_inject_styles__$l = function (inject) {
9770
+ const __vue_inject_styles__$n = function (inject) {
9725
9771
  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}",
9772
+ inject("data-v-2e21de12_0", {
9773
+ source: ".ns-menu-item[data-v-2e21de12]{display:flex;align-items:center}.icon[data-v-2e21de12]{margin-right:.5rem}",
9728
9774
  map: undefined,
9729
9775
  media: undefined
9730
9776
  });
@@ -9732,23 +9778,23 @@ const __vue_inject_styles__$l = function (inject) {
9732
9778
  /* scoped */
9733
9779
 
9734
9780
 
9735
- const __vue_scope_id__$l = "data-v-35f08832";
9781
+ const __vue_scope_id__$n = "data-v-2e21de12";
9736
9782
  /* module identifier */
9737
9783
 
9738
- const __vue_module_identifier__$l = undefined;
9784
+ const __vue_module_identifier__$n = undefined;
9739
9785
  /* functional template */
9740
9786
 
9741
- const __vue_is_functional_template__$l = false;
9787
+ const __vue_is_functional_template__$n = false;
9742
9788
  /* style inject SSR */
9743
9789
 
9744
9790
  /* style inject shadow dom */
9745
9791
 
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);
9792
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
9793
+ render: __vue_render__$l,
9794
+ staticRenderFns: __vue_staticRenderFns__$l
9795
+ }, __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
9796
 
9751
- var __vue_component__$F = __vue_component__$E;
9797
+ var __vue_component__$J = __vue_component__$I;
9752
9798
 
9753
9799
  //
9754
9800
  var script$c = {
@@ -9762,7 +9808,7 @@ var script$c = {
9762
9808
  const __vue_script__$c = script$c;
9763
9809
  /* template */
9764
9810
 
9765
- var __vue_render__$i = function () {
9811
+ var __vue_render__$k = function () {
9766
9812
  var _vm = this;
9767
9813
 
9768
9814
  var _h = _vm.$createElement;
@@ -9772,31 +9818,31 @@ var __vue_render__$i = function () {
9772
9818
  return _c('cv-side-nav-divider');
9773
9819
  };
9774
9820
 
9775
- var __vue_staticRenderFns__$i = [];
9821
+ var __vue_staticRenderFns__$k = [];
9776
9822
  /* style */
9777
9823
 
9778
- const __vue_inject_styles__$k = undefined;
9824
+ const __vue_inject_styles__$m = undefined;
9779
9825
  /* scoped */
9780
9826
 
9781
- const __vue_scope_id__$k = "data-v-c2c8c17e";
9827
+ const __vue_scope_id__$m = "data-v-25fe7aa1";
9782
9828
  /* module identifier */
9783
9829
 
9784
- const __vue_module_identifier__$k = undefined;
9830
+ const __vue_module_identifier__$m = undefined;
9785
9831
  /* functional template */
9786
9832
 
9787
- const __vue_is_functional_template__$k = false;
9833
+ const __vue_is_functional_template__$m = false;
9788
9834
  /* style inject */
9789
9835
 
9790
9836
  /* style inject SSR */
9791
9837
 
9792
9838
  /* style inject shadow dom */
9793
9839
 
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);
9840
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
9841
+ render: __vue_render__$k,
9842
+ staticRenderFns: __vue_staticRenderFns__$k
9843
+ }, __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
9844
 
9799
- var __vue_component__$D = __vue_component__$C;
9845
+ var __vue_component__$H = __vue_component__$G;
9800
9846
 
9801
9847
  //
9802
9848
  var script$b = {
@@ -9921,7 +9967,7 @@ var script$b = {
9921
9967
  const __vue_script__$b = script$b;
9922
9968
  /* template */
9923
9969
 
9924
- var __vue_render__$h = function () {
9970
+ var __vue_render__$j = function () {
9925
9971
  var _vm = this;
9926
9972
 
9927
9973
  var _h = _vm.$createElement;
@@ -9949,31 +9995,31 @@ var __vue_render__$h = function () {
9949
9995
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9950
9996
  };
9951
9997
 
9952
- var __vue_staticRenderFns__$h = [];
9998
+ var __vue_staticRenderFns__$j = [];
9953
9999
  /* style */
9954
10000
 
9955
- const __vue_inject_styles__$j = undefined;
10001
+ const __vue_inject_styles__$l = undefined;
9956
10002
  /* scoped */
9957
10003
 
9958
- const __vue_scope_id__$j = "data-v-89aa96e8";
10004
+ const __vue_scope_id__$l = "data-v-604a2128";
9959
10005
  /* module identifier */
9960
10006
 
9961
- const __vue_module_identifier__$j = undefined;
10007
+ const __vue_module_identifier__$l = undefined;
9962
10008
  /* functional template */
9963
10009
 
9964
- const __vue_is_functional_template__$j = false;
10010
+ const __vue_is_functional_template__$l = false;
9965
10011
  /* style inject */
9966
10012
 
9967
10013
  /* style inject SSR */
9968
10014
 
9969
10015
  /* style inject shadow dom */
9970
10016
 
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);
10017
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
10018
+ render: __vue_render__$j,
10019
+ staticRenderFns: __vue_staticRenderFns__$j
10020
+ }, __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
10021
 
9976
- var __vue_component__$B = __vue_component__$A;
10022
+ var __vue_component__$F = __vue_component__$E;
9977
10023
 
9978
10024
  //
9979
10025
  var script$a = {
@@ -10022,7 +10068,7 @@ var script$a = {
10022
10068
  const __vue_script__$a = script$a;
10023
10069
  /* template */
10024
10070
 
10025
- var __vue_render__$g = function () {
10071
+ var __vue_render__$i = function () {
10026
10072
  var _obj, _obj$1;
10027
10073
 
10028
10074
  var _vm = this;
@@ -10066,16 +10112,16 @@ var __vue_render__$g = function () {
10066
10112
  })], 2) : _vm._e()]);
10067
10113
  };
10068
10114
 
10069
- var __vue_staticRenderFns__$g = [];
10115
+ var __vue_staticRenderFns__$i = [];
10070
10116
  /* style */
10071
10117
 
10072
- const __vue_inject_styles__$i = function (inject) {
10118
+ const __vue_inject_styles__$k = function (inject) {
10073
10119
  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}",
10120
+ inject("data-v-47758547_0", {
10121
+ 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
10122
  map: undefined,
10077
10123
  media: undefined
10078
- }), inject("data-v-e1e1beb2_1", {
10124
+ }), inject("data-v-47758547_1", {
10079
10125
  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
10126
  map: undefined,
10081
10127
  media: undefined
@@ -10084,30 +10130,35 @@ const __vue_inject_styles__$i = function (inject) {
10084
10130
  /* scoped */
10085
10131
 
10086
10132
 
10087
- const __vue_scope_id__$i = "data-v-e1e1beb2";
10133
+ const __vue_scope_id__$k = "data-v-47758547";
10088
10134
  /* module identifier */
10089
10135
 
10090
- const __vue_module_identifier__$i = undefined;
10136
+ const __vue_module_identifier__$k = undefined;
10091
10137
  /* functional template */
10092
10138
 
10093
- const __vue_is_functional_template__$i = false;
10139
+ const __vue_is_functional_template__$k = false;
10094
10140
  /* style inject SSR */
10095
10141
 
10096
10142
  /* style inject shadow dom */
10097
10143
 
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);
10144
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
10145
+ render: __vue_render__$i,
10146
+ staticRenderFns: __vue_staticRenderFns__$i
10147
+ }, __vue_inject_styles__$k, __vue_script__$a, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
10148
+
10149
+ var __vue_component__$D = __vue_component__$C;
10102
10150
 
10103
- var __vue_component__$z = __vue_component__$y;
10151
+ /*
10152
+ * Copyright (C) 2023 Nethesis S.r.l.
10153
+ * SPDX-License-Identifier: GPL-3.0-or-later
10154
+ */
10104
10155
 
10105
10156
  /*
10106
10157
  * This component optionally wraps slotted content with the specified tag-type.
10107
10158
  *
10108
10159
  * If no tag-type is supplied then the slotted content is unwrapped.
10109
10160
  *
10110
- * Unwrapped slots do not recieve class, style or attributes attached to the wrapper
10161
+ * Unwrapped slots do not receive class, style or attributes attached to the wrapper
10111
10162
  *
10112
10163
  * 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
10164
  *
@@ -10139,6 +10190,7 @@ var NsWrapper = {
10139
10190
 
10140
10191
  };
10141
10192
 
10193
+ //
10142
10194
  var script$9 = {
10143
10195
  name: "NsPagination",
10144
10196
  extends: CvPagination,
@@ -10222,9 +10274,9 @@ const __vue_script__$9 = script$9;
10222
10274
 
10223
10275
  /* style */
10224
10276
 
10225
- const __vue_inject_styles__$h = function (inject) {
10277
+ const __vue_inject_styles__$j = function (inject) {
10226
10278
  if (!inject) return;
10227
- inject("data-v-01f52cb6_0", {
10279
+ inject("data-v-18171654_0", {
10228
10280
  source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
10229
10281
  map: undefined,
10230
10282
  media: undefined
@@ -10233,20 +10285,20 @@ const __vue_inject_styles__$h = function (inject) {
10233
10285
  /* scoped */
10234
10286
 
10235
10287
 
10236
- const __vue_scope_id__$h = undefined;
10288
+ const __vue_scope_id__$j = undefined;
10237
10289
  /* module identifier */
10238
10290
 
10239
- const __vue_module_identifier__$h = undefined;
10291
+ const __vue_module_identifier__$j = undefined;
10240
10292
  /* functional template */
10241
10293
 
10242
- const __vue_is_functional_template__$h = undefined;
10294
+ const __vue_is_functional_template__$j = undefined;
10243
10295
  /* style inject SSR */
10244
10296
 
10245
10297
  /* style inject shadow dom */
10246
10298
 
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);
10299
+ 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
10300
 
10249
- var NsPagination = __vue_component__$x;
10301
+ var NsPagination = __vue_component__$B;
10250
10302
 
10251
10303
  var v$3 = "5.6.1";
10252
10304
  var fr$3 = 24;
@@ -17270,6 +17322,10 @@ var GearsLottie = {
17270
17322
  markers: markers
17271
17323
  };
17272
17324
 
17325
+ /*
17326
+ * Copyright (C) 2023 Nethesis S.r.l.
17327
+ * SPDX-License-Identifier: GPL-3.0-or-later
17328
+ */
17273
17329
  var LottieService = {
17274
17330
  name: "IconService",
17275
17331
 
@@ -17621,7 +17677,7 @@ var script$8 = {
17621
17677
  const __vue_script__$8 = script$8;
17622
17678
  /* template */
17623
17679
 
17624
- var __vue_render__$f = function () {
17680
+ var __vue_render__$h = function () {
17625
17681
  var _obj, _obj$1, _obj$2, _obj$3;
17626
17682
 
17627
17683
  var _vm = this;
@@ -17950,31 +18006,31 @@ var __vue_render__$f = function () {
17950
18006
  }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
17951
18007
  };
17952
18008
 
17953
- var __vue_staticRenderFns__$f = [];
18009
+ var __vue_staticRenderFns__$h = [];
17954
18010
  /* style */
17955
18011
 
17956
- const __vue_inject_styles__$g = undefined;
18012
+ const __vue_inject_styles__$i = undefined;
17957
18013
  /* scoped */
17958
18014
 
17959
- const __vue_scope_id__$g = undefined;
18015
+ const __vue_scope_id__$i = undefined;
17960
18016
  /* module identifier */
17961
18017
 
17962
- const __vue_module_identifier__$g = undefined;
18018
+ const __vue_module_identifier__$i = undefined;
17963
18019
  /* functional template */
17964
18020
 
17965
- const __vue_is_functional_template__$g = false;
18021
+ const __vue_is_functional_template__$i = false;
17966
18022
  /* style inject */
17967
18023
 
17968
18024
  /* style inject SSR */
17969
18025
 
17970
18026
  /* style inject shadow dom */
17971
18027
 
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);
18028
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
18029
+ render: __vue_render__$h,
18030
+ staticRenderFns: __vue_staticRenderFns__$h
18031
+ }, __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
18032
 
17977
- var __vue_component__$w = __vue_component__$v;
18033
+ var __vue_component__$A = __vue_component__$z;
17978
18034
 
17979
18035
  //
17980
18036
  var script$7 = {
@@ -18011,7 +18067,7 @@ var script$7 = {
18011
18067
  const __vue_script__$7 = script$7;
18012
18068
  /* template */
18013
18069
 
18014
- var __vue_render__$e = function () {
18070
+ var __vue_render__$g = function () {
18015
18071
  var _obj;
18016
18072
 
18017
18073
  var _vm = this;
@@ -18080,16 +18136,16 @@ var __vue_render__$e = function () {
18080
18136
  })], 2)])])]);
18081
18137
  };
18082
18138
 
18083
- var __vue_staticRenderFns__$e = [];
18139
+ var __vue_staticRenderFns__$g = [];
18084
18140
  /* style */
18085
18141
 
18086
- const __vue_inject_styles__$f = function (inject) {
18142
+ const __vue_inject_styles__$h = function (inject) {
18087
18143
  if (!inject) return;
18088
- inject("data-v-08c576ca_0", {
18089
- source: ".tooltip[data-v-08c576ca]{display:inline-block;position:absolute}",
18144
+ inject("data-v-c1657d8a_0", {
18145
+ source: ".tooltip[data-v-c1657d8a]{display:inline-block;position:absolute}",
18090
18146
  map: undefined,
18091
18147
  media: undefined
18092
- }), inject("data-v-08c576ca_1", {
18148
+ }), inject("data-v-c1657d8a_1", {
18093
18149
  source: ".ns-toggle .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
18094
18150
  map: undefined,
18095
18151
  media: undefined
@@ -18098,23 +18154,23 @@ const __vue_inject_styles__$f = function (inject) {
18098
18154
  /* scoped */
18099
18155
 
18100
18156
 
18101
- const __vue_scope_id__$f = "data-v-08c576ca";
18157
+ const __vue_scope_id__$h = "data-v-c1657d8a";
18102
18158
  /* module identifier */
18103
18159
 
18104
- const __vue_module_identifier__$f = undefined;
18160
+ const __vue_module_identifier__$h = undefined;
18105
18161
  /* functional template */
18106
18162
 
18107
- const __vue_is_functional_template__$f = false;
18163
+ const __vue_is_functional_template__$h = false;
18108
18164
  /* style inject SSR */
18109
18165
 
18110
18166
  /* style inject shadow dom */
18111
18167
 
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);
18168
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
18169
+ render: __vue_render__$g,
18170
+ staticRenderFns: __vue_staticRenderFns__$g
18171
+ }, __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
18172
 
18117
- var __vue_component__$u = __vue_component__$t;
18173
+ var __vue_component__$y = __vue_component__$x;
18118
18174
 
18119
18175
  //
18120
18176
  var script$6 = {
@@ -18132,7 +18188,7 @@ var script$6 = {
18132
18188
  const __vue_script__$6 = script$6;
18133
18189
  /* template */
18134
18190
 
18135
- var __vue_render__$d = function () {
18191
+ var __vue_render__$f = function () {
18136
18192
  var _obj;
18137
18193
 
18138
18194
  var _vm = this;
@@ -18198,13 +18254,13 @@ var __vue_render__$d = function () {
18198
18254
  }, [_c('Close16')], 1) : _vm._e()]);
18199
18255
  };
18200
18256
 
18201
- var __vue_staticRenderFns__$d = [];
18257
+ var __vue_staticRenderFns__$f = [];
18202
18258
  /* style */
18203
18259
 
18204
- const __vue_inject_styles__$e = function (inject) {
18260
+ const __vue_inject_styles__$g = function (inject) {
18205
18261
  if (!inject) return;
18206
- inject("data-v-34eae706_0", {
18207
- source: ".bx--tag--filter[data-v-34eae706]{cursor:default}",
18262
+ inject("data-v-2227951d_0", {
18263
+ source: ".bx--tag--filter[data-v-2227951d]{cursor:default}",
18208
18264
  map: undefined,
18209
18265
  media: undefined
18210
18266
  });
@@ -18212,23 +18268,23 @@ const __vue_inject_styles__$e = function (inject) {
18212
18268
  /* scoped */
18213
18269
 
18214
18270
 
18215
- const __vue_scope_id__$e = "data-v-34eae706";
18271
+ const __vue_scope_id__$g = "data-v-2227951d";
18216
18272
  /* module identifier */
18217
18273
 
18218
- const __vue_module_identifier__$e = undefined;
18274
+ const __vue_module_identifier__$g = undefined;
18219
18275
  /* functional template */
18220
18276
 
18221
- const __vue_is_functional_template__$e = false;
18277
+ const __vue_is_functional_template__$g = false;
18222
18278
  /* style inject SSR */
18223
18279
 
18224
18280
  /* style inject shadow dom */
18225
18281
 
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);
18282
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
18283
+ render: __vue_render__$f,
18284
+ staticRenderFns: __vue_staticRenderFns__$f
18285
+ }, __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
18286
 
18231
- var NsTag = __vue_component__$s;
18287
+ var NsTag = __vue_component__$w;
18232
18288
 
18233
18289
  /**
18234
18290
  * Removes all key-value entries from the list cache.
@@ -21241,7 +21297,7 @@ var script$5 = {
21241
21297
  const __vue_script__$5 = script$5;
21242
21298
  /* template */
21243
21299
 
21244
- var __vue_render__$c = function () {
21300
+ var __vue_render__$e = function () {
21245
21301
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
21246
21302
 
21247
21303
  var _vm = this;
@@ -21512,16 +21568,16 @@ var __vue_render__$c = function () {
21512
21568
  }), 1) : _vm._e()]);
21513
21569
  };
21514
21570
 
21515
- var __vue_staticRenderFns__$c = [];
21571
+ var __vue_staticRenderFns__$e = [];
21516
21572
  /* style */
21517
21573
 
21518
- const __vue_inject_styles__$d = function (inject) {
21574
+ const __vue_inject_styles__$f = function (inject) {
21519
21575
  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}",
21576
+ inject("data-v-3d8cc568_0", {
21577
+ 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
21578
  map: undefined,
21523
21579
  media: undefined
21524
- }), inject("data-v-840b9470_1", {
21580
+ }), inject("data-v-3d8cc568_1", {
21525
21581
  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
21582
  map: undefined,
21527
21583
  media: undefined
@@ -21530,23 +21586,23 @@ const __vue_inject_styles__$d = function (inject) {
21530
21586
  /* scoped */
21531
21587
 
21532
21588
 
21533
- const __vue_scope_id__$d = "data-v-840b9470";
21589
+ const __vue_scope_id__$f = "data-v-3d8cc568";
21534
21590
  /* module identifier */
21535
21591
 
21536
- const __vue_module_identifier__$d = undefined;
21592
+ const __vue_module_identifier__$f = undefined;
21537
21593
  /* functional template */
21538
21594
 
21539
- const __vue_is_functional_template__$d = false;
21595
+ const __vue_is_functional_template__$f = false;
21540
21596
  /* style inject SSR */
21541
21597
 
21542
21598
  /* style inject shadow dom */
21543
21599
 
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);
21600
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
21601
+ render: __vue_render__$e,
21602
+ staticRenderFns: __vue_staticRenderFns__$e
21603
+ }, __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
21604
 
21549
- var __vue_component__$r = __vue_component__$q;
21605
+ var __vue_component__$v = __vue_component__$u;
21550
21606
 
21551
21607
  //
21552
21608
  var script$4 = {
@@ -21988,7 +22044,7 @@ var script$4 = {
21988
22044
  const __vue_script__$4 = script$4;
21989
22045
  /* template */
21990
22046
 
21991
- var __vue_render__$b = function () {
22047
+ var __vue_render__$d = function () {
21992
22048
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
21993
22049
 
21994
22050
  var _vm = this;
@@ -22207,16 +22263,16 @@ var __vue_render__$b = function () {
22207
22263
  })], 2) : _vm._e()]);
22208
22264
  };
22209
22265
 
22210
- var __vue_staticRenderFns__$b = [];
22266
+ var __vue_staticRenderFns__$d = [];
22211
22267
  /* style */
22212
22268
 
22213
- const __vue_inject_styles__$c = function (inject) {
22269
+ const __vue_inject_styles__$e = function (inject) {
22214
22270
  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}",
22271
+ inject("data-v-654085ae_0", {
22272
+ source: ".margin-bottom-on-open[data-v-654085ae]{margin-bottom:14rem}.label-with-tooltip[data-v-654085ae]{display:flex;align-items:baseline}",
22217
22273
  map: undefined,
22218
22274
  media: undefined
22219
- }), inject("data-v-5454a1ee_1", {
22275
+ }), inject("data-v-654085ae_1", {
22220
22276
  source: ".ns-combo-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22221
22277
  map: undefined,
22222
22278
  media: undefined
@@ -22225,23 +22281,23 @@ const __vue_inject_styles__$c = function (inject) {
22225
22281
  /* scoped */
22226
22282
 
22227
22283
 
22228
- const __vue_scope_id__$c = "data-v-5454a1ee";
22284
+ const __vue_scope_id__$e = "data-v-654085ae";
22229
22285
  /* module identifier */
22230
22286
 
22231
- const __vue_module_identifier__$c = undefined;
22287
+ const __vue_module_identifier__$e = undefined;
22232
22288
  /* functional template */
22233
22289
 
22234
- const __vue_is_functional_template__$c = false;
22290
+ const __vue_is_functional_template__$e = false;
22235
22291
  /* style inject SSR */
22236
22292
 
22237
22293
  /* style inject shadow dom */
22238
22294
 
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);
22295
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
22296
+ render: __vue_render__$d,
22297
+ staticRenderFns: __vue_staticRenderFns__$d
22298
+ }, __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
22299
 
22244
- var __vue_component__$p = __vue_component__$o;
22300
+ var __vue_component__$t = __vue_component__$s;
22245
22301
 
22246
22302
  //
22247
22303
  var script$3 = {
@@ -22279,7 +22335,7 @@ var script$3 = {
22279
22335
  const __vue_script__$3 = script$3;
22280
22336
  /* template */
22281
22337
 
22282
- var __vue_render__$a = function () {
22338
+ var __vue_render__$c = function () {
22283
22339
  var _obj, _obj$1, _obj$2;
22284
22340
 
22285
22341
  var _vm = this;
@@ -22333,16 +22389,16 @@ var __vue_render__$a = function () {
22333
22389
  }, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])])]);
22334
22390
  };
22335
22391
 
22336
- var __vue_staticRenderFns__$a = [];
22392
+ var __vue_staticRenderFns__$c = [];
22337
22393
  /* style */
22338
22394
 
22339
- const __vue_inject_styles__$b = function (inject) {
22395
+ const __vue_inject_styles__$d = function (inject) {
22340
22396
  if (!inject) return;
22341
- inject("data-v-b70bd436_0", {
22342
- source: ".label-with-tooltip[data-v-b70bd436]{display:flex}",
22397
+ inject("data-v-5df22176_0", {
22398
+ source: ".label-with-tooltip[data-v-5df22176]{display:flex}",
22343
22399
  map: undefined,
22344
22400
  media: undefined
22345
- }), inject("data-v-b70bd436_1", {
22401
+ }), inject("data-v-5df22176_1", {
22346
22402
  source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22347
22403
  map: undefined,
22348
22404
  media: undefined
@@ -22351,23 +22407,23 @@ const __vue_inject_styles__$b = function (inject) {
22351
22407
  /* scoped */
22352
22408
 
22353
22409
 
22354
- const __vue_scope_id__$b = "data-v-b70bd436";
22410
+ const __vue_scope_id__$d = "data-v-5df22176";
22355
22411
  /* module identifier */
22356
22412
 
22357
- const __vue_module_identifier__$b = undefined;
22413
+ const __vue_module_identifier__$d = undefined;
22358
22414
  /* functional template */
22359
22415
 
22360
- const __vue_is_functional_template__$b = false;
22416
+ const __vue_is_functional_template__$d = false;
22361
22417
  /* style inject SSR */
22362
22418
 
22363
22419
  /* style inject shadow dom */
22364
22420
 
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);
22421
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
22422
+ render: __vue_render__$c,
22423
+ staticRenderFns: __vue_staticRenderFns__$c
22424
+ }, __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
22425
 
22370
- var __vue_component__$n = __vue_component__$m;
22426
+ var __vue_component__$r = __vue_component__$q;
22371
22427
 
22372
22428
  //
22373
22429
  var script$2 = {
@@ -22719,7 +22775,7 @@ var script$2 = {
22719
22775
  const __vue_script__$2 = script$2;
22720
22776
  /* template */
22721
22777
 
22722
- var __vue_render__$9 = function () {
22778
+ var __vue_render__$b = function () {
22723
22779
  var _obj, _obj$1, _obj$2, _obj$3;
22724
22780
 
22725
22781
  var _vm = this;
@@ -22940,16 +22996,16 @@ var __vue_render__$9 = function () {
22940
22996
  })], 2) : _vm._e()]);
22941
22997
  };
22942
22998
 
22943
- var __vue_staticRenderFns__$9 = [];
22999
+ var __vue_staticRenderFns__$b = [];
22944
23000
  /* style */
22945
23001
 
22946
- const __vue_inject_styles__$a = function (inject) {
23002
+ const __vue_inject_styles__$c = function (inject) {
22947
23003
  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}",
23004
+ inject("data-v-55c65fcb_0", {
23005
+ 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
23006
  map: undefined,
22951
23007
  media: undefined
22952
- }), inject("data-v-3e586a2a_1", {
23008
+ }), inject("data-v-55c65fcb_1", {
22953
23009
  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
23010
  map: undefined,
22955
23011
  media: undefined
@@ -22958,24 +23014,25 @@ const __vue_inject_styles__$a = function (inject) {
22958
23014
  /* scoped */
22959
23015
 
22960
23016
 
22961
- const __vue_scope_id__$a = "data-v-3e586a2a";
23017
+ const __vue_scope_id__$c = "data-v-55c65fcb";
22962
23018
  /* module identifier */
22963
23019
 
22964
- const __vue_module_identifier__$a = undefined;
23020
+ const __vue_module_identifier__$c = undefined;
22965
23021
  /* functional template */
22966
23022
 
22967
- const __vue_is_functional_template__$a = false;
23023
+ const __vue_is_functional_template__$c = false;
22968
23024
  /* style inject SSR */
22969
23025
 
22970
23026
  /* style inject shadow dom */
22971
23027
 
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);
23028
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
23029
+ render: __vue_render__$b,
23030
+ staticRenderFns: __vue_staticRenderFns__$b
23031
+ }, __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
23032
 
22977
- var __vue_component__$l = __vue_component__$k;
23033
+ var __vue_component__$p = __vue_component__$o;
22978
23034
 
23035
+ //
22979
23036
  var script$1 = {
22980
23037
  name: "NsTabs",
22981
23038
  extends: CvTabs,
@@ -23035,25 +23092,25 @@ const __vue_script__$1 = script$1;
23035
23092
 
23036
23093
  /* style */
23037
23094
 
23038
- const __vue_inject_styles__$9 = undefined;
23095
+ const __vue_inject_styles__$b = undefined;
23039
23096
  /* scoped */
23040
23097
 
23041
- const __vue_scope_id__$9 = undefined;
23098
+ const __vue_scope_id__$b = undefined;
23042
23099
  /* module identifier */
23043
23100
 
23044
- const __vue_module_identifier__$9 = undefined;
23101
+ const __vue_module_identifier__$b = undefined;
23045
23102
  /* functional template */
23046
23103
 
23047
- const __vue_is_functional_template__$9 = undefined;
23104
+ const __vue_is_functional_template__$b = undefined;
23048
23105
  /* style inject */
23049
23106
 
23050
23107
  /* style inject SSR */
23051
23108
 
23052
23109
  /* style inject shadow dom */
23053
23110
 
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);
23111
+ 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
23112
 
23056
- var __vue_component__$j = __vue_component__$i;
23113
+ var __vue_component__$n = __vue_component__$m;
23057
23114
 
23058
23115
  //
23059
23116
  var script = {
@@ -23332,7 +23389,7 @@ var script = {
23332
23389
  const __vue_script__ = script;
23333
23390
  /* template */
23334
23391
 
23335
- var __vue_render__$8 = function () {
23392
+ var __vue_render__$a = function () {
23336
23393
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
23337
23394
 
23338
23395
  var _vm = this;
@@ -23518,16 +23575,16 @@ var __vue_render__$8 = function () {
23518
23575
  })], 2) : _vm._e()]);
23519
23576
  };
23520
23577
 
23521
- var __vue_staticRenderFns__$8 = [];
23578
+ var __vue_staticRenderFns__$a = [];
23522
23579
  /* style */
23523
23580
 
23524
- const __vue_inject_styles__$8 = function (inject) {
23581
+ const __vue_inject_styles__$a = function (inject) {
23525
23582
  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}",
23583
+ inject("data-v-d17c8692_0", {
23584
+ 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
23585
  map: undefined,
23529
23586
  media: undefined
23530
- }), inject("data-v-0c35fb97_1", {
23587
+ }), inject("data-v-d17c8692_1", {
23531
23588
  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
23589
  map: undefined,
23533
23590
  media: undefined
@@ -23536,13 +23593,101 @@ const __vue_inject_styles__$8 = function (inject) {
23536
23593
  /* scoped */
23537
23594
 
23538
23595
 
23539
- const __vue_scope_id__$8 = "data-v-0c35fb97";
23596
+ const __vue_scope_id__$a = "data-v-d17c8692";
23597
+ /* module identifier */
23598
+
23599
+ const __vue_module_identifier__$a = undefined;
23600
+ /* functional template */
23601
+
23602
+ const __vue_is_functional_template__$a = false;
23603
+ /* style inject SSR */
23604
+
23605
+ /* style inject shadow dom */
23606
+
23607
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
23608
+ render: __vue_render__$a,
23609
+ staticRenderFns: __vue_staticRenderFns__$a
23610
+ }, __vue_inject_styles__$a, __vue_script__, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
23611
+
23612
+ var __vue_component__$l = __vue_component__$k;
23613
+
23614
+ /* script */
23615
+
23616
+ /* template */
23617
+ var __vue_render__$9 = function () {
23618
+ var _vm = this;
23619
+
23620
+ var _h = _vm.$createElement;
23621
+
23622
+ var _c = _vm._self._c || _h;
23623
+
23624
+ return _c('path', {
23625
+ attrs: {
23626
+ "id": "gear_2_",
23627
+ "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"
23628
+ }
23629
+ });
23630
+ };
23631
+
23632
+ var __vue_staticRenderFns__$9 = [];
23633
+ /* style */
23634
+
23635
+ const __vue_inject_styles__$9 = undefined;
23636
+ /* scoped */
23637
+
23638
+ const __vue_scope_id__$9 = undefined;
23639
+ /* module identifier */
23640
+
23641
+ const __vue_module_identifier__$9 = undefined;
23642
+ /* functional template */
23643
+
23644
+ const __vue_is_functional_template__$9 = false;
23645
+ /* style inject */
23646
+
23647
+ /* style inject SSR */
23648
+
23649
+ /* style inject shadow dom */
23650
+
23651
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
23652
+ render: __vue_render__$9,
23653
+ staticRenderFns: __vue_staticRenderFns__$9
23654
+ }, __vue_inject_styles__$9, {}, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
23655
+
23656
+ var __vue_component__$j = __vue_component__$i;
23657
+
23658
+ /* script */
23659
+
23660
+ /* template */
23661
+ var __vue_render__$8 = function () {
23662
+ var _vm = this;
23663
+
23664
+ var _h = _vm.$createElement;
23665
+
23666
+ var _c = _vm._self._c || _h;
23667
+
23668
+ return _c('path', {
23669
+ attrs: {
23670
+ "id": "love_1_",
23671
+ "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"
23672
+ }
23673
+ });
23674
+ };
23675
+
23676
+ var __vue_staticRenderFns__$8 = [];
23677
+ /* style */
23678
+
23679
+ const __vue_inject_styles__$8 = undefined;
23680
+ /* scoped */
23681
+
23682
+ const __vue_scope_id__$8 = undefined;
23540
23683
  /* module identifier */
23541
23684
 
23542
23685
  const __vue_module_identifier__$8 = undefined;
23543
23686
  /* functional template */
23544
23687
 
23545
23688
  const __vue_is_functional_template__$8 = false;
23689
+ /* style inject */
23690
+
23546
23691
  /* style inject SSR */
23547
23692
 
23548
23693
  /* style inject shadow dom */
@@ -23550,7 +23695,7 @@ const __vue_is_functional_template__$8 = false;
23550
23695
  const __vue_component__$g = /*#__PURE__*/normalizeComponent({
23551
23696
  render: __vue_render__$8,
23552
23697
  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);
23698
+ }, __vue_inject_styles__$8, {}, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
23554
23699
 
23555
23700
  var __vue_component__$h = __vue_component__$g;
23556
23701
 
@@ -23566,8 +23711,8 @@ var __vue_render__$7 = function () {
23566
23711
 
23567
23712
  return _c('path', {
23568
23713
  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"
23714
+ "id": "warning--01_1_",
23715
+ "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
23716
  }
23572
23717
  });
23573
23718
  };
@@ -23610,8 +23755,8 @@ var __vue_render__$6 = function () {
23610
23755
 
23611
23756
  return _c('path', {
23612
23757
  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"
23758
+ "id": "bulldozer_1_",
23759
+ "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
23760
  }
23616
23761
  });
23617
23762
  };
@@ -23654,8 +23799,8 @@ var __vue_render__$5 = function () {
23654
23799
 
23655
23800
  return _c('path', {
23656
23801
  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"
23802
+ "id": "group",
23803
+ "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
23804
  }
23660
23805
  });
23661
23806
  };
@@ -23698,8 +23843,8 @@ var __vue_render__$4 = function () {
23698
23843
 
23699
23844
  return _c('path', {
23700
23845
  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"
23846
+ "id": "hard--drive",
23847
+ "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
23848
  }
23704
23849
  });
23705
23850
  };
@@ -23742,8 +23887,8 @@ var __vue_render__$3 = function () {
23742
23887
 
23743
23888
  return _c('path', {
23744
23889
  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"
23890
+ "id": "user_1_",
23891
+ "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
23892
  }
23748
23893
  });
23749
23894
  };
@@ -23786,8 +23931,8 @@ var __vue_render__$2 = function () {
23786
23931
 
23787
23932
  return _c('path', {
23788
23933
  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"
23934
+ "id": "user--profile_1_",
23935
+ "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
23936
  }
23792
23937
  });
23793
23938
  };
@@ -23830,8 +23975,8 @@ var __vue_render__$1 = function () {
23830
23975
 
23831
23976
  return _c('path', {
23832
23977
  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"
23978
+ "id": "folder",
23979
+ "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
23980
  }
23836
23981
  });
23837
23982
  };
@@ -23874,8 +24019,8 @@ var __vue_render__ = function () {
23874
24019
 
23875
24020
  return _c('path', {
23876
24021
  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"
24022
+ "id": "face--satisfied_1_",
24023
+ "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
24024
  }
23880
24025
  });
23881
24026
  };
@@ -23906,6 +24051,10 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
23906
24051
 
23907
24052
  var __vue_component__$1 = __vue_component__;
23908
24053
 
24054
+ /*
24055
+ * Copyright (C) 2023 Nethesis S.r.l.
24056
+ * SPDX-License-Identifier: GPL-3.0-or-later
24057
+ */
23909
24058
  var queryParam = {
23910
24059
  name: "QueryParamService",
23911
24060
  methods: {
@@ -24056,6 +24205,10 @@ var queryParam = {
24056
24205
  }
24057
24206
  };
24058
24207
 
24208
+ /*
24209
+ * Copyright (C) 2023 Nethesis S.r.l.
24210
+ * SPDX-License-Identifier: GPL-3.0-or-later
24211
+ */
24059
24212
  var StorageService = {
24060
24213
  name: "StorageService",
24061
24214
  methods: {
@@ -24074,6 +24227,10 @@ var StorageService = {
24074
24227
  }
24075
24228
  };
24076
24229
 
24230
+ /*
24231
+ * Copyright (C) 2023 Nethesis S.r.l.
24232
+ * SPDX-License-Identifier: GPL-3.0-or-later
24233
+ */
24077
24234
  var task = {
24078
24235
  name: "TaskService",
24079
24236
  mixins: [StorageService, UtilService],
@@ -24251,6 +24408,10 @@ var task = {
24251
24408
  }
24252
24409
  };
24253
24410
 
24411
+ /*
24412
+ * Copyright (C) 2023 Nethesis S.r.l.
24413
+ * SPDX-License-Identifier: GPL-3.0-or-later
24414
+ */
24254
24415
  function getPageTitle(vm) {
24255
24416
  const {
24256
24417
  pageTitle
@@ -24280,6 +24441,10 @@ var pageTitle = {
24280
24441
 
24281
24442
  };
24282
24443
 
24444
+ /*
24445
+ * Copyright (C) 2023 Nethesis S.r.l.
24446
+ * SPDX-License-Identifier: GPL-3.0-or-later
24447
+ */
24283
24448
  var filters = {
24284
24449
  byteFormat: function (size) {
24285
24450
  let result;
@@ -24447,56 +24612,61 @@ var filters = {
24447
24612
  }
24448
24613
  };
24449
24614
 
24450
- /* eslint-disable import/prefer-default-export */
24615
+ /*
24616
+ * Copyright (C) 2023 Nethesis S.r.l.
24617
+ * SPDX-License-Identifier: GPL-3.0-or-later
24618
+ */
24451
24619
 
24452
24620
  var components = /*#__PURE__*/Object.freeze({
24453
24621
  __proto__: null,
24454
24622
  NsButton: NsButton,
24455
- NsEmptyState: __vue_component__$1c,
24623
+ NsEmptyState: __vue_component__$1g,
24456
24624
  NsPictogram: NsPictogram,
24457
- NsCodeSnippet: __vue_component__$1a,
24625
+ NsCodeSnippet: __vue_component__$1e,
24458
24626
  NsInlineNotification: NsInlineNotification,
24459
24627
  NsProgressBar: NsProgressBar,
24460
24628
  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,
24629
+ NsTile: __vue_component__$18,
24630
+ NsToastNotification: __vue_component__$16,
24631
+ NsInfoCard: __vue_component__$14,
24632
+ NsStatusCard: __vue_component__$12,
24633
+ NsSystemdServiceCard: __vue_component__$10,
24634
+ NsPasswordInput: __vue_component__$Z,
24635
+ NsIconMenu: __vue_component__$X,
24636
+ NsMeterChart: __vue_component__$V,
24469
24637
  NsLottieAnimation: NsLottieAnimation,
24470
- NsDangerDeleteModal: __vue_component__$O,
24638
+ NsDangerDeleteModal: __vue_component__$S,
24471
24639
  NsCircleTimer: NsCircleTimer,
24472
- NsDropdownAction: __vue_component__$M,
24640
+ NsDropdownAction: __vue_component__$Q,
24473
24641
  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,
24642
+ NsBackupCard: __vue_component__$N,
24643
+ NsWizard: __vue_component__$L,
24644
+ NsMenuItem: __vue_component__$J,
24645
+ NsMenuDivider: __vue_component__$H,
24646
+ NsSystemLogsCard: __vue_component__$F,
24479
24647
  NsModal: NsModal,
24480
- NsTimePicker: __vue_component__$z,
24481
- NsDataTable: __vue_component__$w,
24648
+ NsTimePicker: __vue_component__$D,
24649
+ NsDataTable: __vue_component__$A,
24482
24650
  NsPagination: NsPagination,
24483
- NsToggle: __vue_component__$u,
24651
+ NsToggle: __vue_component__$y,
24484
24652
  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,
24653
+ NsMultiSelect: __vue_component__$v,
24654
+ NsComboBox: __vue_component__$t,
24655
+ NsCheckbox: __vue_component__$r,
24656
+ NsByteSlider: __vue_component__$p,
24657
+ NsTabs: __vue_component__$n,
24658
+ NsSlider: __vue_component__$l,
24491
24659
  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,
24660
+ GearPictogram: __vue_component__$j,
24661
+ LovePictogram: __vue_component__$h,
24662
+ WarningPictogram: __vue_component__$f,
24663
+ BulldozerPictogram: __vue_component__$d,
24664
+ GroupPictogram: __vue_component__$b,
24665
+ HardDrivePictogram: __vue_component__$9,
24666
+ UserPictogram: __vue_component__$7,
24667
+ UserProfilePictogram: __vue_component__$5,
24668
+ FolderPictogram: __vue_component__$3,
24669
+ FaceSatisfiedPictogram: __vue_component__$1,
24500
24670
  UtilService: UtilService,
24501
24671
  QueryParamService: queryParam,
24502
24672
  TaskService: task,
@@ -24516,4 +24686,4 @@ const install = function installNs8UiLib(Vue) {
24516
24686
  });
24517
24687
  }; // Create module definition for Vue.use()
24518
24688
 
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 };
24689
+ 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 };