@nethserver/ns8-ui-lib 1.8.0 → 1.9.0
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.
- package/dist/ns8-ui-lib.esm.js +636 -538
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +600 -508
- package/package.json +1 -1
- package/src/lib-components/NsBackupCard.vue +0 -1
- package/src/lib-components/NsInfoCard.vue +13 -3
- package/src/lib-components/NsProgress.vue +75 -0
- package/src/lib-components/NsStatusCard.vue +1 -2
- package/src/lib-components/NsSystemdServiceCard.vue +3 -2
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -7,7 +7,7 @@ import Information16 from '@carbon/icons-vue/es/information/16';
|
|
|
7
7
|
import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
|
|
8
8
|
import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
|
|
9
9
|
import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
|
|
10
|
-
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
10
|
+
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16, CheckmarkOutline16, CircleFilled16, RadioButton16 } from '@carbon/icons-vue';
|
|
11
11
|
import crypto$1 from 'crypto';
|
|
12
12
|
import OverflowMenuVertical20 from '@carbon/icons-vue/es/overflow-menu--vertical/20';
|
|
13
13
|
import Close20 from '@carbon/icons-vue/es/close/20';
|
|
@@ -163,7 +163,7 @@ import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
|
|
|
163
163
|
import { mapState } from 'vuex';
|
|
164
164
|
|
|
165
165
|
//
|
|
166
|
-
var script$
|
|
166
|
+
var script$D = {
|
|
167
167
|
name: "NsButton",
|
|
168
168
|
extends: CvButton,
|
|
169
169
|
props: {
|
|
@@ -326,10 +326,10 @@ function addStyle(id, css) {
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
/* script */
|
|
329
|
-
const __vue_script__$
|
|
329
|
+
const __vue_script__$D = script$D;
|
|
330
330
|
/* template */
|
|
331
331
|
|
|
332
|
-
var __vue_render__$
|
|
332
|
+
var __vue_render__$P = function () {
|
|
333
333
|
var _vm = this;
|
|
334
334
|
|
|
335
335
|
var _h = _vm.$createElement;
|
|
@@ -352,10 +352,10 @@ var __vue_render__$O = function () {
|
|
|
352
352
|
}) : _vm._e()], 2);
|
|
353
353
|
};
|
|
354
354
|
|
|
355
|
-
var __vue_staticRenderFns__$
|
|
355
|
+
var __vue_staticRenderFns__$P = [];
|
|
356
356
|
/* style */
|
|
357
357
|
|
|
358
|
-
const __vue_inject_styles__$
|
|
358
|
+
const __vue_inject_styles__$S = function (inject) {
|
|
359
359
|
if (!inject) return;
|
|
360
360
|
inject("data-v-34f1ee57_0", {
|
|
361
361
|
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)}}",
|
|
@@ -366,23 +366,23 @@ const __vue_inject_styles__$R = function (inject) {
|
|
|
366
366
|
/* scoped */
|
|
367
367
|
|
|
368
368
|
|
|
369
|
-
const __vue_scope_id__$
|
|
369
|
+
const __vue_scope_id__$S = "data-v-34f1ee57";
|
|
370
370
|
/* module identifier */
|
|
371
371
|
|
|
372
|
-
const __vue_module_identifier__$
|
|
372
|
+
const __vue_module_identifier__$S = undefined;
|
|
373
373
|
/* functional template */
|
|
374
374
|
|
|
375
|
-
const __vue_is_functional_template__$
|
|
375
|
+
const __vue_is_functional_template__$S = false;
|
|
376
376
|
/* style inject SSR */
|
|
377
377
|
|
|
378
378
|
/* style inject shadow dom */
|
|
379
379
|
|
|
380
|
-
const __vue_component__$
|
|
381
|
-
render: __vue_render__$
|
|
382
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
383
|
-
}, __vue_inject_styles__$
|
|
380
|
+
const __vue_component__$1w = /*#__PURE__*/normalizeComponent({
|
|
381
|
+
render: __vue_render__$P,
|
|
382
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
383
|
+
}, __vue_inject_styles__$S, __vue_script__$D, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
|
|
384
384
|
|
|
385
|
-
var NsButton = __vue_component__$
|
|
385
|
+
var NsButton = __vue_component__$1w;
|
|
386
386
|
|
|
387
387
|
//
|
|
388
388
|
//
|
|
@@ -404,7 +404,7 @@ var NsButton = __vue_component__$1u;
|
|
|
404
404
|
//
|
|
405
405
|
//
|
|
406
406
|
//
|
|
407
|
-
var script$
|
|
407
|
+
var script$C = {
|
|
408
408
|
name: "NsPictogram",
|
|
409
409
|
props: {
|
|
410
410
|
title: {
|
|
@@ -427,10 +427,10 @@ var script$B = {
|
|
|
427
427
|
};
|
|
428
428
|
|
|
429
429
|
/* script */
|
|
430
|
-
const __vue_script__$
|
|
430
|
+
const __vue_script__$C = script$C;
|
|
431
431
|
/* template */
|
|
432
432
|
|
|
433
|
-
var __vue_render__$
|
|
433
|
+
var __vue_render__$O = function () {
|
|
434
434
|
var _vm = this;
|
|
435
435
|
|
|
436
436
|
var _h = _vm.$createElement;
|
|
@@ -458,34 +458,34 @@ var __vue_render__$N = function () {
|
|
|
458
458
|
}, [_vm._t("default")], 2)]);
|
|
459
459
|
};
|
|
460
460
|
|
|
461
|
-
var __vue_staticRenderFns__$
|
|
461
|
+
var __vue_staticRenderFns__$O = [];
|
|
462
462
|
/* style */
|
|
463
463
|
|
|
464
|
-
const __vue_inject_styles__$
|
|
464
|
+
const __vue_inject_styles__$R = undefined;
|
|
465
465
|
/* scoped */
|
|
466
466
|
|
|
467
|
-
const __vue_scope_id__$
|
|
467
|
+
const __vue_scope_id__$R = undefined;
|
|
468
468
|
/* module identifier */
|
|
469
469
|
|
|
470
|
-
const __vue_module_identifier__$
|
|
470
|
+
const __vue_module_identifier__$R = undefined;
|
|
471
471
|
/* functional template */
|
|
472
472
|
|
|
473
|
-
const __vue_is_functional_template__$
|
|
473
|
+
const __vue_is_functional_template__$R = false;
|
|
474
474
|
/* style inject */
|
|
475
475
|
|
|
476
476
|
/* style inject SSR */
|
|
477
477
|
|
|
478
478
|
/* style inject shadow dom */
|
|
479
479
|
|
|
480
|
-
const __vue_component__$
|
|
481
|
-
render: __vue_render__$
|
|
482
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
483
|
-
}, __vue_inject_styles__$
|
|
480
|
+
const __vue_component__$1v = /*#__PURE__*/normalizeComponent({
|
|
481
|
+
render: __vue_render__$O,
|
|
482
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
483
|
+
}, __vue_inject_styles__$R, __vue_script__$C, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, undefined, undefined);
|
|
484
484
|
|
|
485
|
-
var NsPictogram = __vue_component__$
|
|
485
|
+
var NsPictogram = __vue_component__$1v;
|
|
486
486
|
|
|
487
487
|
//
|
|
488
|
-
var script$
|
|
488
|
+
var script$B = {
|
|
489
489
|
name: "NsLottieAnimation",
|
|
490
490
|
components: {
|
|
491
491
|
LottieAnimation
|
|
@@ -541,10 +541,10 @@ var script$A = {
|
|
|
541
541
|
};
|
|
542
542
|
|
|
543
543
|
/* script */
|
|
544
|
-
const __vue_script__$
|
|
544
|
+
const __vue_script__$B = script$B;
|
|
545
545
|
/* template */
|
|
546
546
|
|
|
547
|
-
var __vue_render__$
|
|
547
|
+
var __vue_render__$N = function () {
|
|
548
548
|
var _vm = this;
|
|
549
549
|
|
|
550
550
|
var _h = _vm.$createElement;
|
|
@@ -571,36 +571,36 @@ var __vue_render__$M = function () {
|
|
|
571
571
|
})], 1);
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
var __vue_staticRenderFns__$
|
|
574
|
+
var __vue_staticRenderFns__$N = [];
|
|
575
575
|
/* style */
|
|
576
576
|
|
|
577
|
-
const __vue_inject_styles__$
|
|
577
|
+
const __vue_inject_styles__$Q = undefined;
|
|
578
578
|
/* scoped */
|
|
579
579
|
|
|
580
|
-
const __vue_scope_id__$
|
|
580
|
+
const __vue_scope_id__$Q = "data-v-cc2533e0";
|
|
581
581
|
/* module identifier */
|
|
582
582
|
|
|
583
|
-
const __vue_module_identifier__$
|
|
583
|
+
const __vue_module_identifier__$Q = undefined;
|
|
584
584
|
/* functional template */
|
|
585
585
|
|
|
586
|
-
const __vue_is_functional_template__$
|
|
586
|
+
const __vue_is_functional_template__$Q = false;
|
|
587
587
|
/* style inject */
|
|
588
588
|
|
|
589
589
|
/* style inject SSR */
|
|
590
590
|
|
|
591
591
|
/* style inject shadow dom */
|
|
592
592
|
|
|
593
|
-
const __vue_component__$
|
|
594
|
-
render: __vue_render__$
|
|
595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
596
|
-
}, __vue_inject_styles__$
|
|
593
|
+
const __vue_component__$1u = /*#__PURE__*/normalizeComponent({
|
|
594
|
+
render: __vue_render__$N,
|
|
595
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
596
|
+
}, __vue_inject_styles__$Q, __vue_script__$B, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
|
|
597
597
|
|
|
598
|
-
var NsLottieAnimation = __vue_component__$
|
|
598
|
+
var NsLottieAnimation = __vue_component__$1u;
|
|
599
599
|
|
|
600
600
|
/* script */
|
|
601
601
|
|
|
602
602
|
/* template */
|
|
603
|
-
var __vue_render__$
|
|
603
|
+
var __vue_render__$M = function () {
|
|
604
604
|
var _vm = this;
|
|
605
605
|
|
|
606
606
|
var _h = _vm.$createElement;
|
|
@@ -615,34 +615,34 @@ var __vue_render__$L = function () {
|
|
|
615
615
|
});
|
|
616
616
|
};
|
|
617
617
|
|
|
618
|
-
var __vue_staticRenderFns__$
|
|
618
|
+
var __vue_staticRenderFns__$M = [];
|
|
619
619
|
/* style */
|
|
620
620
|
|
|
621
|
-
const __vue_inject_styles__$
|
|
621
|
+
const __vue_inject_styles__$P = undefined;
|
|
622
622
|
/* scoped */
|
|
623
623
|
|
|
624
|
-
const __vue_scope_id__$
|
|
624
|
+
const __vue_scope_id__$P = undefined;
|
|
625
625
|
/* module identifier */
|
|
626
626
|
|
|
627
|
-
const __vue_module_identifier__$
|
|
627
|
+
const __vue_module_identifier__$P = undefined;
|
|
628
628
|
/* functional template */
|
|
629
629
|
|
|
630
|
-
const __vue_is_functional_template__$
|
|
630
|
+
const __vue_is_functional_template__$P = false;
|
|
631
631
|
/* style inject */
|
|
632
632
|
|
|
633
633
|
/* style inject SSR */
|
|
634
634
|
|
|
635
635
|
/* style inject shadow dom */
|
|
636
636
|
|
|
637
|
-
const __vue_component__$
|
|
638
|
-
render: __vue_render__$
|
|
639
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
640
|
-
}, __vue_inject_styles__$
|
|
637
|
+
const __vue_component__$1t = /*#__PURE__*/normalizeComponent({
|
|
638
|
+
render: __vue_render__$M,
|
|
639
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
640
|
+
}, __vue_inject_styles__$P, {}, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
|
|
641
641
|
|
|
642
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
642
|
+
var ExclamationMarkPictogram = __vue_component__$1t;
|
|
643
643
|
|
|
644
644
|
//
|
|
645
|
-
var script$
|
|
645
|
+
var script$A = {
|
|
646
646
|
name: "NsEmptyState",
|
|
647
647
|
components: {
|
|
648
648
|
NsPictogram,
|
|
@@ -674,10 +674,10 @@ var script$z = {
|
|
|
674
674
|
};
|
|
675
675
|
|
|
676
676
|
/* script */
|
|
677
|
-
const __vue_script__$
|
|
677
|
+
const __vue_script__$A = script$A;
|
|
678
678
|
/* template */
|
|
679
679
|
|
|
680
|
-
var __vue_render__$
|
|
680
|
+
var __vue_render__$L = function () {
|
|
681
681
|
var _vm = this;
|
|
682
682
|
|
|
683
683
|
var _h = _vm.$createElement;
|
|
@@ -707,10 +707,10 @@ var __vue_render__$K = function () {
|
|
|
707
707
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
708
708
|
};
|
|
709
709
|
|
|
710
|
-
var __vue_staticRenderFns__$
|
|
710
|
+
var __vue_staticRenderFns__$L = [];
|
|
711
711
|
/* style */
|
|
712
712
|
|
|
713
|
-
const __vue_inject_styles__$
|
|
713
|
+
const __vue_inject_styles__$O = function (inject) {
|
|
714
714
|
if (!inject) return;
|
|
715
715
|
inject("data-v-0540fdb8_0", {
|
|
716
716
|
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}",
|
|
@@ -721,26 +721,26 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
721
721
|
/* scoped */
|
|
722
722
|
|
|
723
723
|
|
|
724
|
-
const __vue_scope_id__$
|
|
724
|
+
const __vue_scope_id__$O = "data-v-0540fdb8";
|
|
725
725
|
/* module identifier */
|
|
726
726
|
|
|
727
|
-
const __vue_module_identifier__$
|
|
727
|
+
const __vue_module_identifier__$O = undefined;
|
|
728
728
|
/* functional template */
|
|
729
729
|
|
|
730
|
-
const __vue_is_functional_template__$
|
|
730
|
+
const __vue_is_functional_template__$O = false;
|
|
731
731
|
/* style inject SSR */
|
|
732
732
|
|
|
733
733
|
/* style inject shadow dom */
|
|
734
734
|
|
|
735
|
-
const __vue_component__$
|
|
736
|
-
render: __vue_render__$
|
|
737
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
738
|
-
}, __vue_inject_styles__$
|
|
735
|
+
const __vue_component__$1r = /*#__PURE__*/normalizeComponent({
|
|
736
|
+
render: __vue_render__$L,
|
|
737
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
738
|
+
}, __vue_inject_styles__$O, __vue_script__$A, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
|
|
739
739
|
|
|
740
|
-
var __vue_component__$
|
|
740
|
+
var __vue_component__$1s = __vue_component__$1r;
|
|
741
741
|
|
|
742
742
|
//
|
|
743
|
-
var script$
|
|
743
|
+
var script$z = {
|
|
744
744
|
name: "NsCodeSnippet",
|
|
745
745
|
components: {
|
|
746
746
|
CvButton,
|
|
@@ -852,10 +852,10 @@ var script$y = {
|
|
|
852
852
|
};
|
|
853
853
|
|
|
854
854
|
/* script */
|
|
855
|
-
const __vue_script__$
|
|
855
|
+
const __vue_script__$z = script$z;
|
|
856
856
|
/* template */
|
|
857
857
|
|
|
858
|
-
var __vue_render__$
|
|
858
|
+
var __vue_render__$K = function () {
|
|
859
859
|
var _vm = this;
|
|
860
860
|
|
|
861
861
|
var _h = _vm.$createElement;
|
|
@@ -917,10 +917,10 @@ var __vue_render__$J = function () {
|
|
|
917
917
|
})], 1) : _vm._e()], 1);
|
|
918
918
|
};
|
|
919
919
|
|
|
920
|
-
var __vue_staticRenderFns__$
|
|
920
|
+
var __vue_staticRenderFns__$K = [];
|
|
921
921
|
/* style */
|
|
922
922
|
|
|
923
|
-
const __vue_inject_styles__$
|
|
923
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
924
924
|
if (!inject) return;
|
|
925
925
|
inject("data-v-084a2bcc_0", {
|
|
926
926
|
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}",
|
|
@@ -931,23 +931,23 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
931
931
|
/* scoped */
|
|
932
932
|
|
|
933
933
|
|
|
934
|
-
const __vue_scope_id__$
|
|
934
|
+
const __vue_scope_id__$N = "data-v-084a2bcc";
|
|
935
935
|
/* module identifier */
|
|
936
936
|
|
|
937
|
-
const __vue_module_identifier__$
|
|
937
|
+
const __vue_module_identifier__$N = undefined;
|
|
938
938
|
/* functional template */
|
|
939
939
|
|
|
940
|
-
const __vue_is_functional_template__$
|
|
940
|
+
const __vue_is_functional_template__$N = false;
|
|
941
941
|
/* style inject SSR */
|
|
942
942
|
|
|
943
943
|
/* style inject shadow dom */
|
|
944
944
|
|
|
945
|
-
const __vue_component__$
|
|
946
|
-
render: __vue_render__$
|
|
947
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
948
|
-
}, __vue_inject_styles__$
|
|
945
|
+
const __vue_component__$1p = /*#__PURE__*/normalizeComponent({
|
|
946
|
+
render: __vue_render__$K,
|
|
947
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
948
|
+
}, __vue_inject_styles__$N, __vue_script__$z, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
949
949
|
|
|
950
|
-
var __vue_component__$
|
|
950
|
+
var __vue_component__$1q = __vue_component__$1p;
|
|
951
951
|
|
|
952
952
|
//
|
|
953
953
|
//
|
|
@@ -982,7 +982,7 @@ var __vue_component__$1o = __vue_component__$1n;
|
|
|
982
982
|
//
|
|
983
983
|
//
|
|
984
984
|
//
|
|
985
|
-
var script$
|
|
985
|
+
var script$y = {
|
|
986
986
|
name: "NsCircleTimer",
|
|
987
987
|
props: {
|
|
988
988
|
timeLimit: {
|
|
@@ -1046,10 +1046,10 @@ var script$x = {
|
|
|
1046
1046
|
};
|
|
1047
1047
|
|
|
1048
1048
|
/* script */
|
|
1049
|
-
const __vue_script__$
|
|
1049
|
+
const __vue_script__$y = script$y;
|
|
1050
1050
|
/* template */
|
|
1051
1051
|
|
|
1052
|
-
var __vue_render__$
|
|
1052
|
+
var __vue_render__$J = function () {
|
|
1053
1053
|
var _vm = this;
|
|
1054
1054
|
|
|
1055
1055
|
var _h = _vm.$createElement;
|
|
@@ -1085,10 +1085,10 @@ var __vue_render__$I = function () {
|
|
|
1085
1085
|
})])])]);
|
|
1086
1086
|
};
|
|
1087
1087
|
|
|
1088
|
-
var __vue_staticRenderFns__$
|
|
1088
|
+
var __vue_staticRenderFns__$J = [];
|
|
1089
1089
|
/* style */
|
|
1090
1090
|
|
|
1091
|
-
const __vue_inject_styles__$
|
|
1091
|
+
const __vue_inject_styles__$M = function (inject) {
|
|
1092
1092
|
if (!inject) return;
|
|
1093
1093
|
inject("data-v-6609841f_0", {
|
|
1094
1094
|
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)}",
|
|
@@ -1099,26 +1099,26 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
1099
1099
|
/* scoped */
|
|
1100
1100
|
|
|
1101
1101
|
|
|
1102
|
-
const __vue_scope_id__$
|
|
1102
|
+
const __vue_scope_id__$M = "data-v-6609841f";
|
|
1103
1103
|
/* module identifier */
|
|
1104
1104
|
|
|
1105
|
-
const __vue_module_identifier__$
|
|
1105
|
+
const __vue_module_identifier__$M = undefined;
|
|
1106
1106
|
/* functional template */
|
|
1107
1107
|
|
|
1108
|
-
const __vue_is_functional_template__$
|
|
1108
|
+
const __vue_is_functional_template__$M = false;
|
|
1109
1109
|
/* style inject SSR */
|
|
1110
1110
|
|
|
1111
1111
|
/* style inject shadow dom */
|
|
1112
1112
|
|
|
1113
|
-
const __vue_component__$
|
|
1114
|
-
render: __vue_render__$
|
|
1115
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1116
|
-
}, __vue_inject_styles__$
|
|
1113
|
+
const __vue_component__$1o = /*#__PURE__*/normalizeComponent({
|
|
1114
|
+
render: __vue_render__$J,
|
|
1115
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
1116
|
+
}, __vue_inject_styles__$M, __vue_script__$y, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
|
|
1117
1117
|
|
|
1118
|
-
var NsCircleTimer = __vue_component__$
|
|
1118
|
+
var NsCircleTimer = __vue_component__$1o;
|
|
1119
1119
|
|
|
1120
1120
|
//
|
|
1121
|
-
var script$
|
|
1121
|
+
var script$x = {
|
|
1122
1122
|
name: "NsInlineNotification",
|
|
1123
1123
|
extends: CvInlineNotification,
|
|
1124
1124
|
components: {
|
|
@@ -1155,10 +1155,10 @@ var script$w = {
|
|
|
1155
1155
|
};
|
|
1156
1156
|
|
|
1157
1157
|
/* script */
|
|
1158
|
-
const __vue_script__$
|
|
1158
|
+
const __vue_script__$x = script$x;
|
|
1159
1159
|
/* template */
|
|
1160
1160
|
|
|
1161
|
-
var __vue_render__$
|
|
1161
|
+
var __vue_render__$I = function () {
|
|
1162
1162
|
var _obj;
|
|
1163
1163
|
|
|
1164
1164
|
var _vm = this;
|
|
@@ -1223,10 +1223,10 @@ var __vue_render__$H = function () {
|
|
|
1223
1223
|
})], 1) : _vm._e()]);
|
|
1224
1224
|
};
|
|
1225
1225
|
|
|
1226
|
-
var __vue_staticRenderFns__$
|
|
1226
|
+
var __vue_staticRenderFns__$I = [];
|
|
1227
1227
|
/* style */
|
|
1228
1228
|
|
|
1229
|
-
const __vue_inject_styles__$
|
|
1229
|
+
const __vue_inject_styles__$L = function (inject) {
|
|
1230
1230
|
if (!inject) return;
|
|
1231
1231
|
inject("data-v-55c5000a_0", {
|
|
1232
1232
|
source: ".title[data-v-55c5000a]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-55c5000a]{margin-right:.75rem}.action-button[data-v-55c5000a]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-55c5000a]{padding-right:0!important}",
|
|
@@ -1237,23 +1237,23 @@ const __vue_inject_styles__$K = function (inject) {
|
|
|
1237
1237
|
/* scoped */
|
|
1238
1238
|
|
|
1239
1239
|
|
|
1240
|
-
const __vue_scope_id__$
|
|
1240
|
+
const __vue_scope_id__$L = "data-v-55c5000a";
|
|
1241
1241
|
/* module identifier */
|
|
1242
1242
|
|
|
1243
|
-
const __vue_module_identifier__$
|
|
1243
|
+
const __vue_module_identifier__$L = undefined;
|
|
1244
1244
|
/* functional template */
|
|
1245
1245
|
|
|
1246
|
-
const __vue_is_functional_template__$
|
|
1246
|
+
const __vue_is_functional_template__$L = false;
|
|
1247
1247
|
/* style inject SSR */
|
|
1248
1248
|
|
|
1249
1249
|
/* style inject shadow dom */
|
|
1250
1250
|
|
|
1251
|
-
const __vue_component__$
|
|
1252
|
-
render: __vue_render__$
|
|
1253
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1254
|
-
}, __vue_inject_styles__$
|
|
1251
|
+
const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
1252
|
+
render: __vue_render__$I,
|
|
1253
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
1254
|
+
}, __vue_inject_styles__$L, __vue_script__$x, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
|
|
1255
1255
|
|
|
1256
|
-
var NsInlineNotification = __vue_component__$
|
|
1256
|
+
var NsInlineNotification = __vue_component__$1n;
|
|
1257
1257
|
|
|
1258
1258
|
//
|
|
1259
1259
|
//
|
|
@@ -1296,7 +1296,7 @@ var NsInlineNotification = __vue_component__$1l;
|
|
|
1296
1296
|
//
|
|
1297
1297
|
//
|
|
1298
1298
|
//
|
|
1299
|
-
var script$
|
|
1299
|
+
var script$w = {
|
|
1300
1300
|
name: "NsProgressBar",
|
|
1301
1301
|
props: {
|
|
1302
1302
|
value: {
|
|
@@ -1374,10 +1374,10 @@ var script$v = {
|
|
|
1374
1374
|
};
|
|
1375
1375
|
|
|
1376
1376
|
/* script */
|
|
1377
|
-
const __vue_script__$
|
|
1377
|
+
const __vue_script__$w = script$w;
|
|
1378
1378
|
/* template */
|
|
1379
1379
|
|
|
1380
|
-
var __vue_render__$
|
|
1380
|
+
var __vue_render__$H = function () {
|
|
1381
1381
|
var _vm = this;
|
|
1382
1382
|
|
|
1383
1383
|
var _h = _vm.$createElement;
|
|
@@ -1416,10 +1416,10 @@ var __vue_render__$G = function () {
|
|
|
1416
1416
|
})]], 2)]);
|
|
1417
1417
|
};
|
|
1418
1418
|
|
|
1419
|
-
var __vue_staticRenderFns__$
|
|
1419
|
+
var __vue_staticRenderFns__$H = [];
|
|
1420
1420
|
/* style */
|
|
1421
1421
|
|
|
1422
|
-
const __vue_inject_styles__$
|
|
1422
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
1423
1423
|
if (!inject) return;
|
|
1424
1424
|
inject("data-v-2813565d_0", {
|
|
1425
1425
|
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%}}",
|
|
@@ -1430,29 +1430,29 @@ const __vue_inject_styles__$J = function (inject) {
|
|
|
1430
1430
|
/* scoped */
|
|
1431
1431
|
|
|
1432
1432
|
|
|
1433
|
-
const __vue_scope_id__$
|
|
1433
|
+
const __vue_scope_id__$K = "data-v-2813565d";
|
|
1434
1434
|
/* module identifier */
|
|
1435
1435
|
|
|
1436
|
-
const __vue_module_identifier__$
|
|
1436
|
+
const __vue_module_identifier__$K = undefined;
|
|
1437
1437
|
/* functional template */
|
|
1438
1438
|
|
|
1439
|
-
const __vue_is_functional_template__$
|
|
1439
|
+
const __vue_is_functional_template__$K = false;
|
|
1440
1440
|
/* style inject SSR */
|
|
1441
1441
|
|
|
1442
1442
|
/* style inject shadow dom */
|
|
1443
1443
|
|
|
1444
|
-
const __vue_component__$
|
|
1445
|
-
render: __vue_render__$
|
|
1446
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1447
|
-
}, __vue_inject_styles__$
|
|
1444
|
+
const __vue_component__$1m = /*#__PURE__*/normalizeComponent({
|
|
1445
|
+
render: __vue_render__$H,
|
|
1446
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
1447
|
+
}, __vue_inject_styles__$K, __vue_script__$w, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
1448
1448
|
|
|
1449
|
-
var NsProgressBar = __vue_component__$
|
|
1449
|
+
var NsProgressBar = __vue_component__$1m;
|
|
1450
1450
|
|
|
1451
1451
|
//
|
|
1452
1452
|
//
|
|
1453
1453
|
//
|
|
1454
1454
|
//
|
|
1455
|
-
var script$
|
|
1455
|
+
var script$v = {
|
|
1456
1456
|
name: "NsSvg",
|
|
1457
1457
|
props: {
|
|
1458
1458
|
svg: {
|
|
@@ -1511,33 +1511,33 @@ var script$u = {
|
|
|
1511
1511
|
};
|
|
1512
1512
|
|
|
1513
1513
|
/* script */
|
|
1514
|
-
const __vue_script__$
|
|
1514
|
+
const __vue_script__$v = script$v;
|
|
1515
1515
|
/* template */
|
|
1516
1516
|
|
|
1517
1517
|
/* style */
|
|
1518
1518
|
|
|
1519
|
-
const __vue_inject_styles__$
|
|
1519
|
+
const __vue_inject_styles__$J = undefined;
|
|
1520
1520
|
/* scoped */
|
|
1521
1521
|
|
|
1522
|
-
const __vue_scope_id__$
|
|
1522
|
+
const __vue_scope_id__$J = undefined;
|
|
1523
1523
|
/* module identifier */
|
|
1524
1524
|
|
|
1525
|
-
const __vue_module_identifier__$
|
|
1525
|
+
const __vue_module_identifier__$J = undefined;
|
|
1526
1526
|
/* functional template */
|
|
1527
1527
|
|
|
1528
|
-
const __vue_is_functional_template__$
|
|
1528
|
+
const __vue_is_functional_template__$J = undefined;
|
|
1529
1529
|
/* style inject */
|
|
1530
1530
|
|
|
1531
1531
|
/* style inject SSR */
|
|
1532
1532
|
|
|
1533
1533
|
/* style inject shadow dom */
|
|
1534
1534
|
|
|
1535
|
-
const __vue_component__$
|
|
1535
|
+
const __vue_component__$1l = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$J, __vue_script__$v, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
|
|
1536
1536
|
|
|
1537
|
-
var NsSvg = __vue_component__$
|
|
1537
|
+
var NsSvg = __vue_component__$1l;
|
|
1538
1538
|
|
|
1539
1539
|
//
|
|
1540
|
-
var script$
|
|
1540
|
+
var script$u = {
|
|
1541
1541
|
name: "NsTile",
|
|
1542
1542
|
extends: CvTile,
|
|
1543
1543
|
inheritAttrs: false,
|
|
@@ -1611,10 +1611,10 @@ var script$t = {
|
|
|
1611
1611
|
};
|
|
1612
1612
|
|
|
1613
1613
|
/* script */
|
|
1614
|
-
const __vue_script__$
|
|
1614
|
+
const __vue_script__$u = script$u;
|
|
1615
1615
|
/* template */
|
|
1616
1616
|
|
|
1617
|
-
var __vue_render__$
|
|
1617
|
+
var __vue_render__$G = function () {
|
|
1618
1618
|
var _obj;
|
|
1619
1619
|
|
|
1620
1620
|
var _vm = this;
|
|
@@ -1653,10 +1653,10 @@ var __vue_render__$F = function () {
|
|
|
1653
1653
|
}) : _vm._e()], 1);
|
|
1654
1654
|
};
|
|
1655
1655
|
|
|
1656
|
-
var __vue_staticRenderFns__$
|
|
1656
|
+
var __vue_staticRenderFns__$G = [];
|
|
1657
1657
|
/* style */
|
|
1658
1658
|
|
|
1659
|
-
const __vue_inject_styles__$
|
|
1659
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
1660
1660
|
if (!inject) return;
|
|
1661
1661
|
inject("data-v-2babf9e8_0", {
|
|
1662
1662
|
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}",
|
|
@@ -1667,23 +1667,23 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
1667
1667
|
/* scoped */
|
|
1668
1668
|
|
|
1669
1669
|
|
|
1670
|
-
const __vue_scope_id__$
|
|
1670
|
+
const __vue_scope_id__$I = "data-v-2babf9e8";
|
|
1671
1671
|
/* module identifier */
|
|
1672
1672
|
|
|
1673
|
-
const __vue_module_identifier__$
|
|
1673
|
+
const __vue_module_identifier__$I = undefined;
|
|
1674
1674
|
/* functional template */
|
|
1675
1675
|
|
|
1676
|
-
const __vue_is_functional_template__$
|
|
1676
|
+
const __vue_is_functional_template__$I = false;
|
|
1677
1677
|
/* style inject SSR */
|
|
1678
1678
|
|
|
1679
1679
|
/* style inject shadow dom */
|
|
1680
1680
|
|
|
1681
|
-
const __vue_component__$
|
|
1682
|
-
render: __vue_render__$
|
|
1683
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1684
|
-
}, __vue_inject_styles__$
|
|
1681
|
+
const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
1682
|
+
render: __vue_render__$G,
|
|
1683
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
1684
|
+
}, __vue_inject_styles__$I, __vue_script__$u, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
1685
1685
|
|
|
1686
|
-
var __vue_component__$
|
|
1686
|
+
var __vue_component__$1k = __vue_component__$1j;
|
|
1687
1687
|
|
|
1688
1688
|
function toInteger(dirtyNumber) {
|
|
1689
1689
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6284,7 +6284,7 @@ var DateTimeService = {
|
|
|
6284
6284
|
};
|
|
6285
6285
|
|
|
6286
6286
|
//
|
|
6287
|
-
var script$
|
|
6287
|
+
var script$t = {
|
|
6288
6288
|
name: "NsToastNotification",
|
|
6289
6289
|
extends: CvToastNotification,
|
|
6290
6290
|
components: {
|
|
@@ -6362,10 +6362,10 @@ var script$s = {
|
|
|
6362
6362
|
};
|
|
6363
6363
|
|
|
6364
6364
|
/* script */
|
|
6365
|
-
const __vue_script__$
|
|
6365
|
+
const __vue_script__$t = script$t;
|
|
6366
6366
|
/* template */
|
|
6367
6367
|
|
|
6368
|
-
var __vue_render__$
|
|
6368
|
+
var __vue_render__$F = function () {
|
|
6369
6369
|
var _obj;
|
|
6370
6370
|
|
|
6371
6371
|
var _vm = this;
|
|
@@ -6459,10 +6459,10 @@ var __vue_render__$E = function () {
|
|
|
6459
6459
|
})], 1) : _vm._e()], 1)]);
|
|
6460
6460
|
};
|
|
6461
6461
|
|
|
6462
|
-
var __vue_staticRenderFns__$
|
|
6462
|
+
var __vue_staticRenderFns__$F = [];
|
|
6463
6463
|
/* style */
|
|
6464
6464
|
|
|
6465
|
-
const __vue_inject_styles__$
|
|
6465
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
6466
6466
|
if (!inject) return;
|
|
6467
6467
|
inject("data-v-014a0a7f_0", {
|
|
6468
6468
|
source: ".notification[data-v-014a0a7f]{margin-bottom:0;margin-right:0}.action[data-v-014a0a7f]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-014a0a7f]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-014a0a7f]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-014a0a7f]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-014a0a7f]{margin-bottom:0}.progress[data-v-014a0a7f]{margin-top:.75rem}.progress-bar-spacer[data-v-014a0a7f]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{width:100%}.notification-read[data-v-014a0a7f]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-014a0a7f]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-014a0a7f]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-014a0a7f]{font-weight:400}.cv-notifiation .timestamp[data-v-014a0a7f]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-014a0a7f]{color:#c6c6c6}.bx--tooltip__trigger[data-v-014a0a7f]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-014a0a7f]::before{border-bottom-color:#161616}div.row[data-v-014a0a7f]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-014a0a7f]{flex-grow:1}",
|
|
@@ -6477,26 +6477,26 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
6477
6477
|
/* scoped */
|
|
6478
6478
|
|
|
6479
6479
|
|
|
6480
|
-
const __vue_scope_id__$
|
|
6480
|
+
const __vue_scope_id__$H = "data-v-014a0a7f";
|
|
6481
6481
|
/* module identifier */
|
|
6482
6482
|
|
|
6483
|
-
const __vue_module_identifier__$
|
|
6483
|
+
const __vue_module_identifier__$H = undefined;
|
|
6484
6484
|
/* functional template */
|
|
6485
6485
|
|
|
6486
|
-
const __vue_is_functional_template__$
|
|
6486
|
+
const __vue_is_functional_template__$H = false;
|
|
6487
6487
|
/* style inject SSR */
|
|
6488
6488
|
|
|
6489
6489
|
/* style inject shadow dom */
|
|
6490
6490
|
|
|
6491
|
-
const __vue_component__$
|
|
6492
|
-
render: __vue_render__$
|
|
6493
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6494
|
-
}, __vue_inject_styles__$
|
|
6491
|
+
const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
6492
|
+
render: __vue_render__$F,
|
|
6493
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
6494
|
+
}, __vue_inject_styles__$H, __vue_script__$t, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
6495
6495
|
|
|
6496
|
-
var __vue_component__$
|
|
6496
|
+
var __vue_component__$1i = __vue_component__$1h;
|
|
6497
6497
|
|
|
6498
6498
|
//
|
|
6499
|
-
var script$
|
|
6499
|
+
var script$s = {
|
|
6500
6500
|
name: "NsInfoCard",
|
|
6501
6501
|
components: {
|
|
6502
6502
|
NsSvg,
|
|
@@ -6545,6 +6545,7 @@ var script$r = {
|
|
|
6545
6545
|
isErrorShown: false,
|
|
6546
6546
|
errorTitle: String,
|
|
6547
6547
|
errorDescription: String,
|
|
6548
|
+
wrapTitle: Boolean,
|
|
6548
6549
|
light: Boolean
|
|
6549
6550
|
},
|
|
6550
6551
|
computed: {
|
|
@@ -6560,10 +6561,10 @@ var script$r = {
|
|
|
6560
6561
|
};
|
|
6561
6562
|
|
|
6562
6563
|
/* script */
|
|
6563
|
-
const __vue_script__$
|
|
6564
|
+
const __vue_script__$s = script$s;
|
|
6564
6565
|
/* template */
|
|
6565
6566
|
|
|
6566
|
-
var __vue_render__$
|
|
6567
|
+
var __vue_render__$E = function () {
|
|
6567
6568
|
var _vm = this;
|
|
6568
6569
|
|
|
6569
6570
|
var _h = _vm.$createElement;
|
|
@@ -6603,8 +6604,8 @@ var __vue_render__$D = function () {
|
|
|
6603
6604
|
})], 1) : [_vm.title ? _c('div', {
|
|
6604
6605
|
staticClass: "row"
|
|
6605
6606
|
}, [_c('h3', {
|
|
6606
|
-
|
|
6607
|
-
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.$slots.titleTooltip || _vm.titleTooltip ? _c('cv-interactive-tooltip', {
|
|
6607
|
+
class: ['title', _vm.wrapTitle ? 'wrap-text' : 'ellipsis']
|
|
6608
|
+
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _vm.$slots.titleTooltip || _vm.titleTooltip ? _c('cv-interactive-tooltip', {
|
|
6608
6609
|
staticClass: "info title-tooltip",
|
|
6609
6610
|
attrs: {
|
|
6610
6611
|
"alignment": _vm.titleTooltipAlignment,
|
|
@@ -6623,13 +6624,13 @@ var __vue_render__$D = function () {
|
|
|
6623
6624
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6624
6625
|
};
|
|
6625
6626
|
|
|
6626
|
-
var __vue_staticRenderFns__$
|
|
6627
|
+
var __vue_staticRenderFns__$E = [];
|
|
6627
6628
|
/* style */
|
|
6628
6629
|
|
|
6629
|
-
const __vue_inject_styles__$
|
|
6630
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
6630
6631
|
if (!inject) return;
|
|
6631
|
-
inject("data-v-
|
|
6632
|
-
source: ".info-card[data-v-
|
|
6632
|
+
inject("data-v-750d9f2e_0", {
|
|
6633
|
+
source: ".info-card[data-v-750d9f2e]{display:flex;flex-direction:column;min-height:7rem;position:relative}.skeleton[data-v-750d9f2e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-750d9f2e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-750d9f2e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;text-align:center}.ellipsis[data-v-750d9f2e]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.wrap-text[data-v-750d9f2e]{overflow-wrap:anywhere}.title-tooltip[data-v-750d9f2e]{position:relative;top:-2px}.description[data-v-750d9f2e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-750d9f2e]{margin-top:.5rem}",
|
|
6633
6634
|
map: undefined,
|
|
6634
6635
|
media: undefined
|
|
6635
6636
|
});
|
|
@@ -6637,26 +6638,26 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
6637
6638
|
/* scoped */
|
|
6638
6639
|
|
|
6639
6640
|
|
|
6640
|
-
const __vue_scope_id__$
|
|
6641
|
+
const __vue_scope_id__$G = "data-v-750d9f2e";
|
|
6641
6642
|
/* module identifier */
|
|
6642
6643
|
|
|
6643
|
-
const __vue_module_identifier__$
|
|
6644
|
+
const __vue_module_identifier__$G = undefined;
|
|
6644
6645
|
/* functional template */
|
|
6645
6646
|
|
|
6646
|
-
const __vue_is_functional_template__$
|
|
6647
|
+
const __vue_is_functional_template__$G = false;
|
|
6647
6648
|
/* style inject SSR */
|
|
6648
6649
|
|
|
6649
6650
|
/* style inject shadow dom */
|
|
6650
6651
|
|
|
6651
|
-
const __vue_component__$
|
|
6652
|
-
render: __vue_render__$
|
|
6653
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6654
|
-
}, __vue_inject_styles__$
|
|
6652
|
+
const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
6653
|
+
render: __vue_render__$E,
|
|
6654
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
6655
|
+
}, __vue_inject_styles__$G, __vue_script__$s, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
6655
6656
|
|
|
6656
|
-
var __vue_component__$
|
|
6657
|
+
var __vue_component__$1g = __vue_component__$1f;
|
|
6657
6658
|
|
|
6658
6659
|
//
|
|
6659
|
-
var script$
|
|
6660
|
+
var script$r = {
|
|
6660
6661
|
name: "NsStatusCard",
|
|
6661
6662
|
//components added for storybook to work
|
|
6662
6663
|
components: {
|
|
@@ -6703,10 +6704,10 @@ var script$q = {
|
|
|
6703
6704
|
};
|
|
6704
6705
|
|
|
6705
6706
|
/* script */
|
|
6706
|
-
const __vue_script__$
|
|
6707
|
+
const __vue_script__$r = script$r;
|
|
6707
6708
|
/* template */
|
|
6708
6709
|
|
|
6709
|
-
var __vue_render__$
|
|
6710
|
+
var __vue_render__$D = function () {
|
|
6710
6711
|
var _vm = this;
|
|
6711
6712
|
|
|
6712
6713
|
var _h = _vm.$createElement;
|
|
@@ -6775,13 +6776,13 @@ var __vue_render__$C = function () {
|
|
|
6775
6776
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6776
6777
|
};
|
|
6777
6778
|
|
|
6778
|
-
var __vue_staticRenderFns__$
|
|
6779
|
+
var __vue_staticRenderFns__$D = [];
|
|
6779
6780
|
/* style */
|
|
6780
6781
|
|
|
6781
|
-
const __vue_inject_styles__$
|
|
6782
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
6782
6783
|
if (!inject) return;
|
|
6783
|
-
inject("data-v-
|
|
6784
|
-
source: ".status-card[data-v-
|
|
6784
|
+
inject("data-v-51ac95cc_0", {
|
|
6785
|
+
source: ".status-card[data-v-51ac95cc]{display:flex;flex-direction:column}.row[data-v-51ac95cc]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-51ac95cc]{margin-left:.25rem;margin-right:.25rem}.label[data-v-51ac95cc]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-51ac95cc]{margin-right:.25rem}.error-icon[data-v-51ac95cc]{margin-right:.25rem}.warning-icon[data-v-51ac95cc]{margin-right:.25rem}.stats[data-v-51ac95cc]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
6785
6786
|
map: undefined,
|
|
6786
6787
|
media: undefined
|
|
6787
6788
|
});
|
|
@@ -6789,26 +6790,26 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
6789
6790
|
/* scoped */
|
|
6790
6791
|
|
|
6791
6792
|
|
|
6792
|
-
const __vue_scope_id__$
|
|
6793
|
+
const __vue_scope_id__$F = "data-v-51ac95cc";
|
|
6793
6794
|
/* module identifier */
|
|
6794
6795
|
|
|
6795
|
-
const __vue_module_identifier__$
|
|
6796
|
+
const __vue_module_identifier__$F = undefined;
|
|
6796
6797
|
/* functional template */
|
|
6797
6798
|
|
|
6798
|
-
const __vue_is_functional_template__$
|
|
6799
|
+
const __vue_is_functional_template__$F = false;
|
|
6799
6800
|
/* style inject SSR */
|
|
6800
6801
|
|
|
6801
6802
|
/* style inject shadow dom */
|
|
6802
6803
|
|
|
6803
|
-
const __vue_component__$
|
|
6804
|
-
render: __vue_render__$
|
|
6805
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6806
|
-
}, __vue_inject_styles__$
|
|
6804
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
6805
|
+
render: __vue_render__$D,
|
|
6806
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
6807
|
+
}, __vue_inject_styles__$F, __vue_script__$r, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
6807
6808
|
|
|
6808
|
-
var __vue_component__$
|
|
6809
|
+
var __vue_component__$1e = __vue_component__$1d;
|
|
6809
6810
|
|
|
6810
6811
|
//
|
|
6811
|
-
var script$
|
|
6812
|
+
var script$q = {
|
|
6812
6813
|
name: "NsSystemdServiceCard",
|
|
6813
6814
|
//components added for storybook to work
|
|
6814
6815
|
components: {
|
|
@@ -6862,10 +6863,10 @@ var script$p = {
|
|
|
6862
6863
|
};
|
|
6863
6864
|
|
|
6864
6865
|
/* script */
|
|
6865
|
-
const __vue_script__$
|
|
6866
|
+
const __vue_script__$q = script$q;
|
|
6866
6867
|
/* template */
|
|
6867
6868
|
|
|
6868
|
-
var __vue_render__$
|
|
6869
|
+
var __vue_render__$C = function () {
|
|
6869
6870
|
var _vm = this;
|
|
6870
6871
|
|
|
6871
6872
|
var _h = _vm.$createElement;
|
|
@@ -6920,13 +6921,13 @@ var __vue_render__$B = function () {
|
|
|
6920
6921
|
})], 1)])]);
|
|
6921
6922
|
};
|
|
6922
6923
|
|
|
6923
|
-
var __vue_staticRenderFns__$
|
|
6924
|
+
var __vue_staticRenderFns__$C = [];
|
|
6924
6925
|
/* style */
|
|
6925
6926
|
|
|
6926
|
-
const __vue_inject_styles__$
|
|
6927
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
6927
6928
|
if (!inject) return;
|
|
6928
|
-
inject("data-v-
|
|
6929
|
-
source: ".service-card[data-v-
|
|
6929
|
+
inject("data-v-68a87272_0", {
|
|
6930
|
+
source: ".service-card[data-v-68a87272]{display:flex;flex-direction:column}.row[data-v-68a87272]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-68a87272]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;text-align:center;overflow-wrap:anywhere}.success-icon[data-v-68a87272]{margin-right:.25rem}.error-icon[data-v-68a87272]{margin-right:.25rem}.warning-icon[data-v-68a87272]{margin-right:.25rem}.stats[data-v-68a87272]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
6930
6931
|
map: undefined,
|
|
6931
6932
|
media: undefined
|
|
6932
6933
|
});
|
|
@@ -6934,26 +6935,26 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
6934
6935
|
/* scoped */
|
|
6935
6936
|
|
|
6936
6937
|
|
|
6937
|
-
const __vue_scope_id__$
|
|
6938
|
+
const __vue_scope_id__$E = "data-v-68a87272";
|
|
6938
6939
|
/* module identifier */
|
|
6939
6940
|
|
|
6940
|
-
const __vue_module_identifier__$
|
|
6941
|
+
const __vue_module_identifier__$E = undefined;
|
|
6941
6942
|
/* functional template */
|
|
6942
6943
|
|
|
6943
|
-
const __vue_is_functional_template__$
|
|
6944
|
+
const __vue_is_functional_template__$E = false;
|
|
6944
6945
|
/* style inject SSR */
|
|
6945
6946
|
|
|
6946
6947
|
/* style inject shadow dom */
|
|
6947
6948
|
|
|
6948
|
-
const __vue_component__$
|
|
6949
|
-
render: __vue_render__$
|
|
6950
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6951
|
-
}, __vue_inject_styles__$
|
|
6949
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
6950
|
+
render: __vue_render__$C,
|
|
6951
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
6952
|
+
}, __vue_inject_styles__$E, __vue_script__$q, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
6952
6953
|
|
|
6953
|
-
var __vue_component__$
|
|
6954
|
+
var __vue_component__$1c = __vue_component__$1b;
|
|
6954
6955
|
|
|
6955
6956
|
//
|
|
6956
|
-
var script$
|
|
6957
|
+
var script$p = {
|
|
6957
6958
|
name: "NsTextInput",
|
|
6958
6959
|
extends: CvTextInput,
|
|
6959
6960
|
components: {
|
|
@@ -7008,10 +7009,10 @@ var script$o = {
|
|
|
7008
7009
|
};
|
|
7009
7010
|
|
|
7010
7011
|
/* script */
|
|
7011
|
-
const __vue_script__$
|
|
7012
|
+
const __vue_script__$p = script$p;
|
|
7012
7013
|
/* template */
|
|
7013
7014
|
|
|
7014
|
-
var __vue_render__$
|
|
7015
|
+
var __vue_render__$B = function () {
|
|
7015
7016
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
7016
7017
|
|
|
7017
7018
|
var _vm = this;
|
|
@@ -7090,10 +7091,10 @@ var __vue_render__$A = function () {
|
|
|
7090
7091
|
})], 2) : _vm._e()]);
|
|
7091
7092
|
};
|
|
7092
7093
|
|
|
7093
|
-
var __vue_staticRenderFns__$
|
|
7094
|
+
var __vue_staticRenderFns__$B = [];
|
|
7094
7095
|
/* style */
|
|
7095
7096
|
|
|
7096
|
-
const __vue_inject_styles__$
|
|
7097
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
7097
7098
|
if (!inject) return;
|
|
7098
7099
|
inject("data-v-67a31d02_0", {
|
|
7099
7100
|
source: ".label-with-tooltip[data-v-67a31d02]{display:flex;align-items:baseline}.prefix[data-v-67a31d02]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-67a31d02]{align-items:center}",
|
|
@@ -7108,23 +7109,23 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
7108
7109
|
/* scoped */
|
|
7109
7110
|
|
|
7110
7111
|
|
|
7111
|
-
const __vue_scope_id__$
|
|
7112
|
+
const __vue_scope_id__$D = "data-v-67a31d02";
|
|
7112
7113
|
/* module identifier */
|
|
7113
7114
|
|
|
7114
|
-
const __vue_module_identifier__$
|
|
7115
|
+
const __vue_module_identifier__$D = undefined;
|
|
7115
7116
|
/* functional template */
|
|
7116
7117
|
|
|
7117
|
-
const __vue_is_functional_template__$
|
|
7118
|
+
const __vue_is_functional_template__$D = false;
|
|
7118
7119
|
/* style inject SSR */
|
|
7119
7120
|
|
|
7120
7121
|
/* style inject shadow dom */
|
|
7121
7122
|
|
|
7122
|
-
const __vue_component__$
|
|
7123
|
-
render: __vue_render__$
|
|
7124
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7125
|
-
}, __vue_inject_styles__$
|
|
7123
|
+
const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
|
|
7124
|
+
render: __vue_render__$B,
|
|
7125
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
7126
|
+
}, __vue_inject_styles__$D, __vue_script__$p, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
7126
7127
|
|
|
7127
|
-
var NsTextInput = __vue_component__$
|
|
7128
|
+
var NsTextInput = __vue_component__$1a;
|
|
7128
7129
|
|
|
7129
7130
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
7130
7131
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7687,7 +7688,7 @@ var UtilService = {
|
|
|
7687
7688
|
};
|
|
7688
7689
|
|
|
7689
7690
|
//
|
|
7690
|
-
var script$
|
|
7691
|
+
var script$o = {
|
|
7691
7692
|
name: "NsPasswordInput",
|
|
7692
7693
|
components: {
|
|
7693
7694
|
NsTextInput
|
|
@@ -7872,10 +7873,10 @@ var script$n = {
|
|
|
7872
7873
|
};
|
|
7873
7874
|
|
|
7874
7875
|
/* script */
|
|
7875
|
-
const __vue_script__$
|
|
7876
|
+
const __vue_script__$o = script$o;
|
|
7876
7877
|
/* template */
|
|
7877
7878
|
|
|
7878
|
-
var __vue_render__$
|
|
7879
|
+
var __vue_render__$A = function () {
|
|
7879
7880
|
var _vm = this;
|
|
7880
7881
|
|
|
7881
7882
|
var _h = _vm.$createElement;
|
|
@@ -7970,10 +7971,10 @@ var __vue_render__$z = function () {
|
|
|
7970
7971
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7971
7972
|
};
|
|
7972
7973
|
|
|
7973
|
-
var __vue_staticRenderFns__$
|
|
7974
|
+
var __vue_staticRenderFns__$A = [];
|
|
7974
7975
|
/* style */
|
|
7975
7976
|
|
|
7976
|
-
const __vue_inject_styles__$
|
|
7977
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
7977
7978
|
if (!inject) return;
|
|
7978
7979
|
inject("data-v-11a19714_0", {
|
|
7979
7980
|
source: ".new-password-container[data-v-11a19714]{margin-bottom:1.5rem}.new-password[data-v-11a19714]{margin-bottom:.25rem}.confirm-password[data-v-11a19714]{margin-bottom:.25rem}.password-meter[data-v-11a19714]{display:flex}@media (min-width:672px){.password-meter[data-v-11a19714]{max-width:38rem}}.requirement[data-v-11a19714]{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-11a19714]{background-color:#fff}.requirement[data-v-11a19714]:first-child{margin-left:0}.requirement-ok[data-v-11a19714]{color:#fff;background-color:#198038}.requirement-disabled[data-v-11a19714]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
@@ -7984,26 +7985,26 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
7984
7985
|
/* scoped */
|
|
7985
7986
|
|
|
7986
7987
|
|
|
7987
|
-
const __vue_scope_id__$
|
|
7988
|
+
const __vue_scope_id__$C = "data-v-11a19714";
|
|
7988
7989
|
/* module identifier */
|
|
7989
7990
|
|
|
7990
|
-
const __vue_module_identifier__$
|
|
7991
|
+
const __vue_module_identifier__$C = undefined;
|
|
7991
7992
|
/* functional template */
|
|
7992
7993
|
|
|
7993
|
-
const __vue_is_functional_template__$
|
|
7994
|
+
const __vue_is_functional_template__$C = false;
|
|
7994
7995
|
/* style inject SSR */
|
|
7995
7996
|
|
|
7996
|
-
/* style inject shadow dom */
|
|
7997
|
-
|
|
7998
|
-
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
7999
|
-
render: __vue_render__$z,
|
|
8000
|
-
staticRenderFns: __vue_staticRenderFns__$z
|
|
8001
|
-
}, __vue_inject_styles__$B, __vue_script__$n, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
7997
|
+
/* style inject shadow dom */
|
|
8002
7998
|
|
|
8003
|
-
|
|
7999
|
+
const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
8000
|
+
render: __vue_render__$A,
|
|
8001
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
8002
|
+
}, __vue_inject_styles__$C, __vue_script__$o, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
8003
|
+
|
|
8004
|
+
var __vue_component__$19 = __vue_component__$18;
|
|
8004
8005
|
|
|
8005
8006
|
//
|
|
8006
|
-
var script$
|
|
8007
|
+
var script$n = {
|
|
8007
8008
|
name: "NsIconMenu",
|
|
8008
8009
|
extends: CvOverflowMenu,
|
|
8009
8010
|
props: {
|
|
@@ -8047,10 +8048,10 @@ var script$m = {
|
|
|
8047
8048
|
};
|
|
8048
8049
|
|
|
8049
8050
|
/* script */
|
|
8050
|
-
const __vue_script__$
|
|
8051
|
+
const __vue_script__$n = script$n;
|
|
8051
8052
|
/* template */
|
|
8052
8053
|
|
|
8053
|
-
var __vue_render__$
|
|
8054
|
+
var __vue_render__$z = function () {
|
|
8054
8055
|
var _obj, _obj$1;
|
|
8055
8056
|
|
|
8056
8057
|
var _vm = this;
|
|
@@ -8166,10 +8167,10 @@ var __vue_render__$y = function () {
|
|
|
8166
8167
|
})])]);
|
|
8167
8168
|
};
|
|
8168
8169
|
|
|
8169
|
-
var __vue_staticRenderFns__$
|
|
8170
|
+
var __vue_staticRenderFns__$z = [];
|
|
8170
8171
|
/* style */
|
|
8171
8172
|
|
|
8172
|
-
const __vue_inject_styles__$
|
|
8173
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
8173
8174
|
if (!inject) return;
|
|
8174
8175
|
inject("data-v-19510273_0", {
|
|
8175
8176
|
source: ".ns-icon-menu[data-v-19510273]{display:inline-flex}",
|
|
@@ -8180,26 +8181,26 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
8180
8181
|
/* scoped */
|
|
8181
8182
|
|
|
8182
8183
|
|
|
8183
|
-
const __vue_scope_id__$
|
|
8184
|
+
const __vue_scope_id__$B = "data-v-19510273";
|
|
8184
8185
|
/* module identifier */
|
|
8185
8186
|
|
|
8186
|
-
const __vue_module_identifier__$
|
|
8187
|
+
const __vue_module_identifier__$B = undefined;
|
|
8187
8188
|
/* functional template */
|
|
8188
8189
|
|
|
8189
|
-
const __vue_is_functional_template__$
|
|
8190
|
+
const __vue_is_functional_template__$B = false;
|
|
8190
8191
|
/* style inject SSR */
|
|
8191
8192
|
|
|
8192
8193
|
/* style inject shadow dom */
|
|
8193
8194
|
|
|
8194
|
-
const __vue_component__$
|
|
8195
|
-
render: __vue_render__$
|
|
8196
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8197
|
-
}, __vue_inject_styles__$
|
|
8195
|
+
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
8196
|
+
render: __vue_render__$z,
|
|
8197
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
8198
|
+
}, __vue_inject_styles__$B, __vue_script__$n, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
8198
8199
|
|
|
8199
|
-
var __vue_component__$
|
|
8200
|
+
var __vue_component__$17 = __vue_component__$16;
|
|
8200
8201
|
|
|
8201
8202
|
//
|
|
8202
|
-
var script$
|
|
8203
|
+
var script$m = {
|
|
8203
8204
|
name: "NsMeterChart",
|
|
8204
8205
|
components: {
|
|
8205
8206
|
NsProgressBar
|
|
@@ -8234,10 +8235,10 @@ var script$l = {
|
|
|
8234
8235
|
};
|
|
8235
8236
|
|
|
8236
8237
|
/* script */
|
|
8237
|
-
const __vue_script__$
|
|
8238
|
+
const __vue_script__$m = script$m;
|
|
8238
8239
|
/* template */
|
|
8239
8240
|
|
|
8240
|
-
var __vue_render__$
|
|
8241
|
+
var __vue_render__$y = function () {
|
|
8241
8242
|
var _vm = this;
|
|
8242
8243
|
|
|
8243
8244
|
var _h = _vm.$createElement;
|
|
@@ -8260,10 +8261,10 @@ var __vue_render__$x = function () {
|
|
|
8260
8261
|
})], 1);
|
|
8261
8262
|
};
|
|
8262
8263
|
|
|
8263
|
-
var __vue_staticRenderFns__$
|
|
8264
|
+
var __vue_staticRenderFns__$y = [];
|
|
8264
8265
|
/* style */
|
|
8265
8266
|
|
|
8266
|
-
const __vue_inject_styles__$
|
|
8267
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
8267
8268
|
if (!inject) return;
|
|
8268
8269
|
inject("data-v-4ca10dac_0", {
|
|
8269
8270
|
source: ".label[data-v-4ca10dac]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-4ca10dac]{margin-bottom:.5rem!important}",
|
|
@@ -8274,26 +8275,26 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
8274
8275
|
/* scoped */
|
|
8275
8276
|
|
|
8276
8277
|
|
|
8277
|
-
const __vue_scope_id__$
|
|
8278
|
+
const __vue_scope_id__$A = "data-v-4ca10dac";
|
|
8278
8279
|
/* module identifier */
|
|
8279
8280
|
|
|
8280
|
-
const __vue_module_identifier__$
|
|
8281
|
+
const __vue_module_identifier__$A = undefined;
|
|
8281
8282
|
/* functional template */
|
|
8282
8283
|
|
|
8283
|
-
const __vue_is_functional_template__$
|
|
8284
|
+
const __vue_is_functional_template__$A = false;
|
|
8284
8285
|
/* style inject SSR */
|
|
8285
8286
|
|
|
8286
8287
|
/* style inject shadow dom */
|
|
8287
8288
|
|
|
8288
|
-
const __vue_component__$
|
|
8289
|
-
render: __vue_render__$
|
|
8290
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8291
|
-
}, __vue_inject_styles__$
|
|
8289
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
8290
|
+
render: __vue_render__$y,
|
|
8291
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
8292
|
+
}, __vue_inject_styles__$A, __vue_script__$m, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
8292
8293
|
|
|
8293
|
-
var __vue_component__$
|
|
8294
|
+
var __vue_component__$15 = __vue_component__$14;
|
|
8294
8295
|
|
|
8295
8296
|
//
|
|
8296
|
-
var script$
|
|
8297
|
+
var script$l = {
|
|
8297
8298
|
name: "NsModal",
|
|
8298
8299
|
extends: CvModal,
|
|
8299
8300
|
components: {
|
|
@@ -8353,10 +8354,10 @@ var script$k = {
|
|
|
8353
8354
|
};
|
|
8354
8355
|
|
|
8355
8356
|
/* script */
|
|
8356
|
-
const __vue_script__$
|
|
8357
|
+
const __vue_script__$l = script$l;
|
|
8357
8358
|
/* template */
|
|
8358
8359
|
|
|
8359
|
-
var __vue_render__$
|
|
8360
|
+
var __vue_render__$x = function () {
|
|
8360
8361
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
8361
8362
|
|
|
8362
8363
|
var _vm = this;
|
|
@@ -8490,34 +8491,34 @@ var __vue_render__$w = function () {
|
|
|
8490
8491
|
})], 1)]);
|
|
8491
8492
|
};
|
|
8492
8493
|
|
|
8493
|
-
var __vue_staticRenderFns__$
|
|
8494
|
+
var __vue_staticRenderFns__$x = [];
|
|
8494
8495
|
/* style */
|
|
8495
8496
|
|
|
8496
|
-
const __vue_inject_styles__$
|
|
8497
|
+
const __vue_inject_styles__$z = undefined;
|
|
8497
8498
|
/* scoped */
|
|
8498
8499
|
|
|
8499
|
-
const __vue_scope_id__$
|
|
8500
|
+
const __vue_scope_id__$z = undefined;
|
|
8500
8501
|
/* module identifier */
|
|
8501
8502
|
|
|
8502
|
-
const __vue_module_identifier__$
|
|
8503
|
+
const __vue_module_identifier__$z = undefined;
|
|
8503
8504
|
/* functional template */
|
|
8504
8505
|
|
|
8505
|
-
const __vue_is_functional_template__$
|
|
8506
|
+
const __vue_is_functional_template__$z = false;
|
|
8506
8507
|
/* style inject */
|
|
8507
8508
|
|
|
8508
8509
|
/* style inject SSR */
|
|
8509
8510
|
|
|
8510
8511
|
/* style inject shadow dom */
|
|
8511
8512
|
|
|
8512
|
-
const __vue_component__$
|
|
8513
|
-
render: __vue_render__$
|
|
8514
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8515
|
-
}, __vue_inject_styles__$
|
|
8513
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
8514
|
+
render: __vue_render__$x,
|
|
8515
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
8516
|
+
}, __vue_inject_styles__$z, __vue_script__$l, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
8516
8517
|
|
|
8517
|
-
var NsModal = __vue_component__$
|
|
8518
|
+
var NsModal = __vue_component__$13;
|
|
8518
8519
|
|
|
8519
8520
|
//
|
|
8520
|
-
var script$
|
|
8521
|
+
var script$k = {
|
|
8521
8522
|
name: "NsDangerDeleteModal",
|
|
8522
8523
|
//component added for storybook to work
|
|
8523
8524
|
components: {
|
|
@@ -8621,10 +8622,10 @@ var script$j = {
|
|
|
8621
8622
|
};
|
|
8622
8623
|
|
|
8623
8624
|
/* script */
|
|
8624
|
-
const __vue_script__$
|
|
8625
|
+
const __vue_script__$k = script$k;
|
|
8625
8626
|
/* template */
|
|
8626
8627
|
|
|
8627
|
-
var __vue_render__$
|
|
8628
|
+
var __vue_render__$w = function () {
|
|
8628
8629
|
var _vm = this;
|
|
8629
8630
|
|
|
8630
8631
|
var _h = _vm.$createElement;
|
|
@@ -8685,10 +8686,10 @@ var __vue_render__$v = function () {
|
|
|
8685
8686
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
8686
8687
|
};
|
|
8687
8688
|
|
|
8688
|
-
var __vue_staticRenderFns__$
|
|
8689
|
+
var __vue_staticRenderFns__$w = [];
|
|
8689
8690
|
/* style */
|
|
8690
8691
|
|
|
8691
|
-
const __vue_inject_styles__$
|
|
8692
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
8692
8693
|
if (!inject) return;
|
|
8693
8694
|
inject("data-v-5acc02e9_0", {
|
|
8694
8695
|
source: ".type-to-confirm[data-v-5acc02e9]{margin-top:2rem}",
|
|
@@ -8699,23 +8700,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
8699
8700
|
/* scoped */
|
|
8700
8701
|
|
|
8701
8702
|
|
|
8702
|
-
const __vue_scope_id__$
|
|
8703
|
+
const __vue_scope_id__$y = "data-v-5acc02e9";
|
|
8703
8704
|
/* module identifier */
|
|
8704
8705
|
|
|
8705
|
-
const __vue_module_identifier__$
|
|
8706
|
+
const __vue_module_identifier__$y = undefined;
|
|
8706
8707
|
/* functional template */
|
|
8707
8708
|
|
|
8708
|
-
const __vue_is_functional_template__$
|
|
8709
|
+
const __vue_is_functional_template__$y = false;
|
|
8709
8710
|
/* style inject SSR */
|
|
8710
8711
|
|
|
8711
8712
|
/* style inject shadow dom */
|
|
8712
8713
|
|
|
8713
|
-
const __vue_component__
|
|
8714
|
-
render: __vue_render__$
|
|
8715
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8716
|
-
}, __vue_inject_styles__$
|
|
8714
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
8715
|
+
render: __vue_render__$w,
|
|
8716
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
8717
|
+
}, __vue_inject_styles__$y, __vue_script__$k, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
8717
8718
|
|
|
8718
|
-
var __vue_component__$
|
|
8719
|
+
var __vue_component__$12 = __vue_component__$11;
|
|
8719
8720
|
|
|
8720
8721
|
/*
|
|
8721
8722
|
* Copyright (C) 2023 Nethesis S.r.l.
|
|
@@ -8926,7 +8927,7 @@ var IconService = {
|
|
|
8926
8927
|
};
|
|
8927
8928
|
|
|
8928
8929
|
//
|
|
8929
|
-
var script$
|
|
8930
|
+
var script$j = {
|
|
8930
8931
|
name: "NsDropdownAction",
|
|
8931
8932
|
extends: CvOverflowMenu,
|
|
8932
8933
|
components: {
|
|
@@ -8958,10 +8959,10 @@ var script$i = {
|
|
|
8958
8959
|
};
|
|
8959
8960
|
|
|
8960
8961
|
/* script */
|
|
8961
|
-
const __vue_script__$
|
|
8962
|
+
const __vue_script__$j = script$j;
|
|
8962
8963
|
/* template */
|
|
8963
8964
|
|
|
8964
|
-
var __vue_render__$
|
|
8965
|
+
var __vue_render__$v = function () {
|
|
8965
8966
|
var _obj, _obj$1;
|
|
8966
8967
|
|
|
8967
8968
|
var _vm = this;
|
|
@@ -9061,34 +9062,34 @@ var __vue_render__$u = function () {
|
|
|
9061
9062
|
})])]);
|
|
9062
9063
|
};
|
|
9063
9064
|
|
|
9064
|
-
var __vue_staticRenderFns__$
|
|
9065
|
+
var __vue_staticRenderFns__$v = [];
|
|
9065
9066
|
/* style */
|
|
9066
9067
|
|
|
9067
|
-
const __vue_inject_styles__$
|
|
9068
|
+
const __vue_inject_styles__$x = undefined;
|
|
9068
9069
|
/* scoped */
|
|
9069
9070
|
|
|
9070
|
-
const __vue_scope_id__$
|
|
9071
|
+
const __vue_scope_id__$x = "data-v-1818ed86";
|
|
9071
9072
|
/* module identifier */
|
|
9072
9073
|
|
|
9073
|
-
const __vue_module_identifier__$
|
|
9074
|
+
const __vue_module_identifier__$x = undefined;
|
|
9074
9075
|
/* functional template */
|
|
9075
9076
|
|
|
9076
|
-
const __vue_is_functional_template__$
|
|
9077
|
+
const __vue_is_functional_template__$x = false;
|
|
9077
9078
|
/* style inject */
|
|
9078
9079
|
|
|
9079
9080
|
/* style inject SSR */
|
|
9080
9081
|
|
|
9081
9082
|
/* style inject shadow dom */
|
|
9082
9083
|
|
|
9083
|
-
const __vue_component__
|
|
9084
|
-
render: __vue_render__$
|
|
9085
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9086
|
-
}, __vue_inject_styles__$
|
|
9084
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
9085
|
+
render: __vue_render__$v,
|
|
9086
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
9087
|
+
}, __vue_inject_styles__$x, __vue_script__$j, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
9087
9088
|
|
|
9088
|
-
var __vue_component__$
|
|
9089
|
+
var __vue_component__$10 = __vue_component__$$;
|
|
9089
9090
|
|
|
9090
9091
|
//
|
|
9091
|
-
var script$
|
|
9092
|
+
var script$i = {
|
|
9092
9093
|
name: "NsBackupCardDetails",
|
|
9093
9094
|
mixins: [DateTimeService],
|
|
9094
9095
|
props: {
|
|
@@ -9124,10 +9125,10 @@ var script$h = {
|
|
|
9124
9125
|
};
|
|
9125
9126
|
|
|
9126
9127
|
/* script */
|
|
9127
|
-
const __vue_script__$
|
|
9128
|
+
const __vue_script__$i = script$i;
|
|
9128
9129
|
/* template */
|
|
9129
9130
|
|
|
9130
|
-
var __vue_render__$
|
|
9131
|
+
var __vue_render__$u = function () {
|
|
9131
9132
|
var _vm = this;
|
|
9132
9133
|
|
|
9133
9134
|
var _h = _vm.$createElement;
|
|
@@ -9181,10 +9182,10 @@ var __vue_render__$t = function () {
|
|
|
9181
9182
|
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm.status[_vm.backup.id].total_file_count) + "\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
9182
9183
|
};
|
|
9183
9184
|
|
|
9184
|
-
var __vue_staticRenderFns__$
|
|
9185
|
+
var __vue_staticRenderFns__$u = [];
|
|
9185
9186
|
/* style */
|
|
9186
9187
|
|
|
9187
|
-
const __vue_inject_styles__$
|
|
9188
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
9188
9189
|
if (!inject) return;
|
|
9189
9190
|
inject("data-v-b3150a14_0", {
|
|
9190
9191
|
source: ".ns-backup-card-details[data-v-b3150a14]{display:contents}.tr[data-v-b3150a14]{display:table-row}.td[data-v-b3150a14]{display:table-cell}.label[data-v-b3150a14]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
@@ -9195,26 +9196,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
9195
9196
|
/* scoped */
|
|
9196
9197
|
|
|
9197
9198
|
|
|
9198
|
-
const __vue_scope_id__$
|
|
9199
|
+
const __vue_scope_id__$w = "data-v-b3150a14";
|
|
9199
9200
|
/* module identifier */
|
|
9200
9201
|
|
|
9201
|
-
const __vue_module_identifier__$
|
|
9202
|
+
const __vue_module_identifier__$w = undefined;
|
|
9202
9203
|
/* functional template */
|
|
9203
9204
|
|
|
9204
|
-
const __vue_is_functional_template__$
|
|
9205
|
+
const __vue_is_functional_template__$w = false;
|
|
9205
9206
|
/* style inject SSR */
|
|
9206
9207
|
|
|
9207
9208
|
/* style inject shadow dom */
|
|
9208
9209
|
|
|
9209
|
-
const __vue_component__$
|
|
9210
|
-
render: __vue_render__$
|
|
9211
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9212
|
-
}, __vue_inject_styles__$
|
|
9210
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
9211
|
+
render: __vue_render__$u,
|
|
9212
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
9213
|
+
}, __vue_inject_styles__$w, __vue_script__$i, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
9213
9214
|
|
|
9214
|
-
var NsBackupCardDetails = __vue_component__$
|
|
9215
|
+
var NsBackupCardDetails = __vue_component__$_;
|
|
9215
9216
|
|
|
9216
9217
|
//
|
|
9217
|
-
var script$
|
|
9218
|
+
var script$h = {
|
|
9218
9219
|
name: "NsBackupCard",
|
|
9219
9220
|
components: {
|
|
9220
9221
|
NsBackupCardDetails
|
|
@@ -9373,10 +9374,10 @@ var script$g = {
|
|
|
9373
9374
|
};
|
|
9374
9375
|
|
|
9375
9376
|
/* script */
|
|
9376
|
-
const __vue_script__$
|
|
9377
|
+
const __vue_script__$h = script$h;
|
|
9377
9378
|
/* template */
|
|
9378
9379
|
|
|
9379
|
-
var __vue_render__$
|
|
9380
|
+
var __vue_render__$t = function () {
|
|
9380
9381
|
var _vm = this;
|
|
9381
9382
|
|
|
9382
9383
|
var _h = _vm.$createElement;
|
|
@@ -9476,16 +9477,16 @@ var __vue_render__$s = function () {
|
|
|
9476
9477
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
9477
9478
|
};
|
|
9478
9479
|
|
|
9479
|
-
var __vue_staticRenderFns__$
|
|
9480
|
+
var __vue_staticRenderFns__$t = [];
|
|
9480
9481
|
/* style */
|
|
9481
9482
|
|
|
9482
|
-
const __vue_inject_styles__$
|
|
9483
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
9483
9484
|
if (!inject) return;
|
|
9484
|
-
inject("data-v-
|
|
9485
|
-
source: ".ns-backup-card[data-v-
|
|
9485
|
+
inject("data-v-3716e7f9_0", {
|
|
9486
|
+
source: ".ns-backup-card[data-v-3716e7f9]{display:flex;flex-direction:column;min-height:7rem}.backup[data-v-3716e7f9]{margin-bottom:1rem}.backup[data-v-3716e7f9]:last-child{margin-bottom:0}.row[data-v-3716e7f9]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-3716e7f9]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-3716e7f9]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-3716e7f9]{display:table}.tr[data-v-3716e7f9]{display:table-row}.td[data-v-3716e7f9]{display:table-cell}.label[data-v-3716e7f9]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-3716e7f9]{font-weight:700}.backup-status-icon[data-v-3716e7f9]{margin-right:.25rem}",
|
|
9486
9487
|
map: undefined,
|
|
9487
9488
|
media: undefined
|
|
9488
|
-
}), inject("data-v-
|
|
9489
|
+
}), inject("data-v-3716e7f9_1", {
|
|
9489
9490
|
source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
|
|
9490
9491
|
map: undefined,
|
|
9491
9492
|
media: undefined
|
|
@@ -9494,26 +9495,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
9494
9495
|
/* scoped */
|
|
9495
9496
|
|
|
9496
9497
|
|
|
9497
|
-
const __vue_scope_id__$
|
|
9498
|
+
const __vue_scope_id__$v = "data-v-3716e7f9";
|
|
9498
9499
|
/* module identifier */
|
|
9499
9500
|
|
|
9500
|
-
const __vue_module_identifier__$
|
|
9501
|
+
const __vue_module_identifier__$v = undefined;
|
|
9501
9502
|
/* functional template */
|
|
9502
9503
|
|
|
9503
|
-
const __vue_is_functional_template__$
|
|
9504
|
+
const __vue_is_functional_template__$v = false;
|
|
9504
9505
|
/* style inject SSR */
|
|
9505
9506
|
|
|
9506
9507
|
/* style inject shadow dom */
|
|
9507
9508
|
|
|
9508
|
-
const __vue_component__$
|
|
9509
|
-
render: __vue_render__$
|
|
9510
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9511
|
-
}, __vue_inject_styles__$
|
|
9509
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
9510
|
+
render: __vue_render__$t,
|
|
9511
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
9512
|
+
}, __vue_inject_styles__$v, __vue_script__$h, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
9512
9513
|
|
|
9513
|
-
var __vue_component__$
|
|
9514
|
+
var __vue_component__$Z = __vue_component__$Y;
|
|
9514
9515
|
|
|
9515
9516
|
//
|
|
9516
|
-
var script$
|
|
9517
|
+
var script$g = {
|
|
9517
9518
|
name: "NsWizard",
|
|
9518
9519
|
extends: NsModal,
|
|
9519
9520
|
mixins: [IconService],
|
|
@@ -9557,10 +9558,10 @@ var script$f = {
|
|
|
9557
9558
|
};
|
|
9558
9559
|
|
|
9559
9560
|
/* script */
|
|
9560
|
-
const __vue_script__$
|
|
9561
|
+
const __vue_script__$g = script$g;
|
|
9561
9562
|
/* template */
|
|
9562
9563
|
|
|
9563
|
-
var __vue_render__$
|
|
9564
|
+
var __vue_render__$s = function () {
|
|
9564
9565
|
var _obj, _obj$1;
|
|
9565
9566
|
|
|
9566
9567
|
var _vm = this;
|
|
@@ -9702,34 +9703,34 @@ var __vue_render__$r = function () {
|
|
|
9702
9703
|
})], 1)]);
|
|
9703
9704
|
};
|
|
9704
9705
|
|
|
9705
|
-
var __vue_staticRenderFns__$
|
|
9706
|
+
var __vue_staticRenderFns__$s = [];
|
|
9706
9707
|
/* style */
|
|
9707
9708
|
|
|
9708
|
-
const __vue_inject_styles__$
|
|
9709
|
+
const __vue_inject_styles__$u = undefined;
|
|
9709
9710
|
/* scoped */
|
|
9710
9711
|
|
|
9711
|
-
const __vue_scope_id__$
|
|
9712
|
+
const __vue_scope_id__$u = undefined;
|
|
9712
9713
|
/* module identifier */
|
|
9713
9714
|
|
|
9714
|
-
const __vue_module_identifier__$
|
|
9715
|
+
const __vue_module_identifier__$u = undefined;
|
|
9715
9716
|
/* functional template */
|
|
9716
9717
|
|
|
9717
|
-
const __vue_is_functional_template__$
|
|
9718
|
+
const __vue_is_functional_template__$u = false;
|
|
9718
9719
|
/* style inject */
|
|
9719
9720
|
|
|
9720
9721
|
/* style inject SSR */
|
|
9721
9722
|
|
|
9722
9723
|
/* style inject shadow dom */
|
|
9723
9724
|
|
|
9724
|
-
const __vue_component__$
|
|
9725
|
-
render: __vue_render__$
|
|
9726
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9727
|
-
}, __vue_inject_styles__$
|
|
9725
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
9726
|
+
render: __vue_render__$s,
|
|
9727
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
9728
|
+
}, __vue_inject_styles__$u, __vue_script__$g, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
9728
9729
|
|
|
9729
|
-
var __vue_component__$
|
|
9730
|
+
var __vue_component__$X = __vue_component__$W;
|
|
9730
9731
|
|
|
9731
9732
|
//
|
|
9732
|
-
var script$
|
|
9733
|
+
var script$f = {
|
|
9733
9734
|
name: "NsMenuItem",
|
|
9734
9735
|
components: {
|
|
9735
9736
|
NsSvg
|
|
@@ -9752,10 +9753,10 @@ var script$e = {
|
|
|
9752
9753
|
};
|
|
9753
9754
|
|
|
9754
9755
|
/* script */
|
|
9755
|
-
const __vue_script__$
|
|
9756
|
+
const __vue_script__$f = script$f;
|
|
9756
9757
|
/* template */
|
|
9757
9758
|
|
|
9758
|
-
var __vue_render__$
|
|
9759
|
+
var __vue_render__$r = function () {
|
|
9759
9760
|
var _vm = this;
|
|
9760
9761
|
|
|
9761
9762
|
var _h = _vm.$createElement;
|
|
@@ -9775,10 +9776,10 @@ var __vue_render__$q = function () {
|
|
|
9775
9776
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
9776
9777
|
};
|
|
9777
9778
|
|
|
9778
|
-
var __vue_staticRenderFns__$
|
|
9779
|
+
var __vue_staticRenderFns__$r = [];
|
|
9779
9780
|
/* style */
|
|
9780
9781
|
|
|
9781
|
-
const __vue_inject_styles__$
|
|
9782
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
9782
9783
|
if (!inject) return;
|
|
9783
9784
|
inject("data-v-2e21de12_0", {
|
|
9784
9785
|
source: ".ns-menu-item[data-v-2e21de12]{display:flex;align-items:center}.icon[data-v-2e21de12]{margin-right:.5rem}",
|
|
@@ -9789,26 +9790,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
9789
9790
|
/* scoped */
|
|
9790
9791
|
|
|
9791
9792
|
|
|
9792
|
-
const __vue_scope_id__$
|
|
9793
|
+
const __vue_scope_id__$t = "data-v-2e21de12";
|
|
9793
9794
|
/* module identifier */
|
|
9794
9795
|
|
|
9795
|
-
const __vue_module_identifier__$
|
|
9796
|
+
const __vue_module_identifier__$t = undefined;
|
|
9796
9797
|
/* functional template */
|
|
9797
9798
|
|
|
9798
|
-
const __vue_is_functional_template__$
|
|
9799
|
+
const __vue_is_functional_template__$t = false;
|
|
9799
9800
|
/* style inject SSR */
|
|
9800
9801
|
|
|
9801
9802
|
/* style inject shadow dom */
|
|
9802
9803
|
|
|
9803
|
-
const __vue_component__$
|
|
9804
|
-
render: __vue_render__$
|
|
9805
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9806
|
-
}, __vue_inject_styles__$
|
|
9804
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
9805
|
+
render: __vue_render__$r,
|
|
9806
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
9807
|
+
}, __vue_inject_styles__$t, __vue_script__$f, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
9807
9808
|
|
|
9808
|
-
var __vue_component__$
|
|
9809
|
+
var __vue_component__$V = __vue_component__$U;
|
|
9809
9810
|
|
|
9810
9811
|
//
|
|
9811
|
-
var script$
|
|
9812
|
+
var script$e = {
|
|
9812
9813
|
name: "NsMenuDivider",
|
|
9813
9814
|
components: {
|
|
9814
9815
|
CvSideNavDivider
|
|
@@ -9816,10 +9817,10 @@ var script$d = {
|
|
|
9816
9817
|
};
|
|
9817
9818
|
|
|
9818
9819
|
/* script */
|
|
9819
|
-
const __vue_script__$
|
|
9820
|
+
const __vue_script__$e = script$e;
|
|
9820
9821
|
/* template */
|
|
9821
9822
|
|
|
9822
|
-
var __vue_render__$
|
|
9823
|
+
var __vue_render__$q = function () {
|
|
9823
9824
|
var _vm = this;
|
|
9824
9825
|
|
|
9825
9826
|
var _h = _vm.$createElement;
|
|
@@ -9829,34 +9830,34 @@ var __vue_render__$p = function () {
|
|
|
9829
9830
|
return _c('cv-side-nav-divider');
|
|
9830
9831
|
};
|
|
9831
9832
|
|
|
9832
|
-
var __vue_staticRenderFns__$
|
|
9833
|
+
var __vue_staticRenderFns__$q = [];
|
|
9833
9834
|
/* style */
|
|
9834
9835
|
|
|
9835
|
-
const __vue_inject_styles__$
|
|
9836
|
+
const __vue_inject_styles__$s = undefined;
|
|
9836
9837
|
/* scoped */
|
|
9837
9838
|
|
|
9838
|
-
const __vue_scope_id__$
|
|
9839
|
+
const __vue_scope_id__$s = "data-v-25fe7aa1";
|
|
9839
9840
|
/* module identifier */
|
|
9840
9841
|
|
|
9841
|
-
const __vue_module_identifier__$
|
|
9842
|
+
const __vue_module_identifier__$s = undefined;
|
|
9842
9843
|
/* functional template */
|
|
9843
9844
|
|
|
9844
|
-
const __vue_is_functional_template__$
|
|
9845
|
+
const __vue_is_functional_template__$s = false;
|
|
9845
9846
|
/* style inject */
|
|
9846
9847
|
|
|
9847
9848
|
/* style inject SSR */
|
|
9848
9849
|
|
|
9849
9850
|
/* style inject shadow dom */
|
|
9850
9851
|
|
|
9851
|
-
const __vue_component__$
|
|
9852
|
-
render: __vue_render__$
|
|
9853
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9854
|
-
}, __vue_inject_styles__$
|
|
9852
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
9853
|
+
render: __vue_render__$q,
|
|
9854
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
9855
|
+
}, __vue_inject_styles__$s, __vue_script__$e, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
9855
9856
|
|
|
9856
|
-
var __vue_component__$
|
|
9857
|
+
var __vue_component__$T = __vue_component__$S;
|
|
9857
9858
|
|
|
9858
9859
|
//
|
|
9859
|
-
var script$
|
|
9860
|
+
var script$d = {
|
|
9860
9861
|
name: "NsSystemLogsCard",
|
|
9861
9862
|
mixins: [UtilService, IconService],
|
|
9862
9863
|
props: {
|
|
@@ -9975,10 +9976,10 @@ var script$c = {
|
|
|
9975
9976
|
};
|
|
9976
9977
|
|
|
9977
9978
|
/* script */
|
|
9978
|
-
const __vue_script__$
|
|
9979
|
+
const __vue_script__$d = script$d;
|
|
9979
9980
|
/* template */
|
|
9980
9981
|
|
|
9981
|
-
var __vue_render__$
|
|
9982
|
+
var __vue_render__$p = function () {
|
|
9982
9983
|
var _vm = this;
|
|
9983
9984
|
|
|
9984
9985
|
var _h = _vm.$createElement;
|
|
@@ -10006,34 +10007,34 @@ var __vue_render__$o = function () {
|
|
|
10006
10007
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
10007
10008
|
};
|
|
10008
10009
|
|
|
10009
|
-
var __vue_staticRenderFns__$
|
|
10010
|
+
var __vue_staticRenderFns__$p = [];
|
|
10010
10011
|
/* style */
|
|
10011
10012
|
|
|
10012
|
-
const __vue_inject_styles__$
|
|
10013
|
+
const __vue_inject_styles__$r = undefined;
|
|
10013
10014
|
/* scoped */
|
|
10014
10015
|
|
|
10015
|
-
const __vue_scope_id__$
|
|
10016
|
+
const __vue_scope_id__$r = "data-v-604a2128";
|
|
10016
10017
|
/* module identifier */
|
|
10017
10018
|
|
|
10018
|
-
const __vue_module_identifier__$
|
|
10019
|
+
const __vue_module_identifier__$r = undefined;
|
|
10019
10020
|
/* functional template */
|
|
10020
10021
|
|
|
10021
|
-
const __vue_is_functional_template__$
|
|
10022
|
+
const __vue_is_functional_template__$r = false;
|
|
10022
10023
|
/* style inject */
|
|
10023
10024
|
|
|
10024
10025
|
/* style inject SSR */
|
|
10025
10026
|
|
|
10026
10027
|
/* style inject shadow dom */
|
|
10027
10028
|
|
|
10028
|
-
const __vue_component__$
|
|
10029
|
-
render: __vue_render__$
|
|
10030
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10031
|
-
}, __vue_inject_styles__$
|
|
10029
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
10030
|
+
render: __vue_render__$p,
|
|
10031
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
10032
|
+
}, __vue_inject_styles__$r, __vue_script__$d, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
10032
10033
|
|
|
10033
|
-
var __vue_component__$
|
|
10034
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
10034
10035
|
|
|
10035
10036
|
//
|
|
10036
|
-
var script$
|
|
10037
|
+
var script$c = {
|
|
10037
10038
|
name: "NsTimePicker",
|
|
10038
10039
|
mixins: [uidMixin, carbonPrefixMixin, themeMixin],
|
|
10039
10040
|
props: {
|
|
@@ -10081,10 +10082,10 @@ var script$b = {
|
|
|
10081
10082
|
};
|
|
10082
10083
|
|
|
10083
10084
|
/* script */
|
|
10084
|
-
const __vue_script__$
|
|
10085
|
+
const __vue_script__$c = script$c;
|
|
10085
10086
|
/* template */
|
|
10086
10087
|
|
|
10087
|
-
var __vue_render__$
|
|
10088
|
+
var __vue_render__$o = function () {
|
|
10088
10089
|
var _obj, _obj$1;
|
|
10089
10090
|
|
|
10090
10091
|
var _vm = this;
|
|
@@ -10129,10 +10130,10 @@ var __vue_render__$n = function () {
|
|
|
10129
10130
|
})], 2) : _vm._e()]);
|
|
10130
10131
|
};
|
|
10131
10132
|
|
|
10132
|
-
var __vue_staticRenderFns__$
|
|
10133
|
+
var __vue_staticRenderFns__$o = [];
|
|
10133
10134
|
/* style */
|
|
10134
10135
|
|
|
10135
|
-
const __vue_inject_styles__$
|
|
10136
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
10136
10137
|
if (!inject) return;
|
|
10137
10138
|
inject("data-v-329316f1_0", {
|
|
10138
10139
|
source: ".ns-time-picker .time-picker-field[data-v-329316f1]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-329316f1]{width:4.875rem}",
|
|
@@ -10147,23 +10148,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
10147
10148
|
/* scoped */
|
|
10148
10149
|
|
|
10149
10150
|
|
|
10150
|
-
const __vue_scope_id__$
|
|
10151
|
+
const __vue_scope_id__$q = "data-v-329316f1";
|
|
10151
10152
|
/* module identifier */
|
|
10152
10153
|
|
|
10153
|
-
const __vue_module_identifier__$
|
|
10154
|
+
const __vue_module_identifier__$q = undefined;
|
|
10154
10155
|
/* functional template */
|
|
10155
10156
|
|
|
10156
|
-
const __vue_is_functional_template__$
|
|
10157
|
+
const __vue_is_functional_template__$q = false;
|
|
10157
10158
|
/* style inject SSR */
|
|
10158
10159
|
|
|
10159
10160
|
/* style inject shadow dom */
|
|
10160
10161
|
|
|
10161
|
-
const __vue_component__$
|
|
10162
|
-
render: __vue_render__$
|
|
10163
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10164
|
-
}, __vue_inject_styles__$
|
|
10162
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
10163
|
+
render: __vue_render__$o,
|
|
10164
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
10165
|
+
}, __vue_inject_styles__$q, __vue_script__$c, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
10165
10166
|
|
|
10166
|
-
var __vue_component__$
|
|
10167
|
+
var __vue_component__$P = __vue_component__$O;
|
|
10167
10168
|
|
|
10168
10169
|
/*
|
|
10169
10170
|
* Copyright (C) 2023 Nethesis S.r.l.
|
|
@@ -10208,7 +10209,7 @@ var NsWrapper = {
|
|
|
10208
10209
|
};
|
|
10209
10210
|
|
|
10210
10211
|
//
|
|
10211
|
-
var script$
|
|
10212
|
+
var script$b = {
|
|
10212
10213
|
name: "NsPagination",
|
|
10213
10214
|
extends: CvPagination,
|
|
10214
10215
|
props: {
|
|
@@ -10286,12 +10287,12 @@ var script$a = {
|
|
|
10286
10287
|
};
|
|
10287
10288
|
|
|
10288
10289
|
/* script */
|
|
10289
|
-
const __vue_script__$
|
|
10290
|
+
const __vue_script__$b = script$b;
|
|
10290
10291
|
/* template */
|
|
10291
10292
|
|
|
10292
10293
|
/* style */
|
|
10293
10294
|
|
|
10294
|
-
const __vue_inject_styles__$
|
|
10295
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
10295
10296
|
if (!inject) return;
|
|
10296
10297
|
inject("data-v-18171654_0", {
|
|
10297
10298
|
source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
|
|
@@ -10302,20 +10303,20 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
10302
10303
|
/* scoped */
|
|
10303
10304
|
|
|
10304
10305
|
|
|
10305
|
-
const __vue_scope_id__$
|
|
10306
|
+
const __vue_scope_id__$p = undefined;
|
|
10306
10307
|
/* module identifier */
|
|
10307
10308
|
|
|
10308
|
-
const __vue_module_identifier__$
|
|
10309
|
+
const __vue_module_identifier__$p = undefined;
|
|
10309
10310
|
/* functional template */
|
|
10310
10311
|
|
|
10311
|
-
const __vue_is_functional_template__$
|
|
10312
|
+
const __vue_is_functional_template__$p = undefined;
|
|
10312
10313
|
/* style inject SSR */
|
|
10313
10314
|
|
|
10314
10315
|
/* style inject shadow dom */
|
|
10315
10316
|
|
|
10316
|
-
const __vue_component__$
|
|
10317
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$p, __vue_script__$b, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
10317
10318
|
|
|
10318
|
-
var NsPagination = __vue_component__$
|
|
10319
|
+
var NsPagination = __vue_component__$N;
|
|
10319
10320
|
|
|
10320
10321
|
var v$3 = "5.6.1";
|
|
10321
10322
|
var fr$3 = 24;
|
|
@@ -17358,7 +17359,7 @@ var LottieService = {
|
|
|
17358
17359
|
};
|
|
17359
17360
|
|
|
17360
17361
|
//
|
|
17361
|
-
var script$
|
|
17362
|
+
var script$a = {
|
|
17362
17363
|
name: "NsDataTable",
|
|
17363
17364
|
extends: CvDataTable,
|
|
17364
17365
|
components: {
|
|
@@ -17704,10 +17705,10 @@ var script$9 = {
|
|
|
17704
17705
|
};
|
|
17705
17706
|
|
|
17706
17707
|
/* script */
|
|
17707
|
-
const __vue_script__$
|
|
17708
|
+
const __vue_script__$a = script$a;
|
|
17708
17709
|
/* template */
|
|
17709
17710
|
|
|
17710
|
-
var __vue_render__$
|
|
17711
|
+
var __vue_render__$n = function () {
|
|
17711
17712
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
17712
17713
|
|
|
17713
17714
|
var _vm = this;
|
|
@@ -18037,34 +18038,34 @@ var __vue_render__$m = function () {
|
|
|
18037
18038
|
}, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
|
|
18038
18039
|
};
|
|
18039
18040
|
|
|
18040
|
-
var __vue_staticRenderFns__$
|
|
18041
|
+
var __vue_staticRenderFns__$n = [];
|
|
18041
18042
|
/* style */
|
|
18042
18043
|
|
|
18043
|
-
const __vue_inject_styles__$
|
|
18044
|
+
const __vue_inject_styles__$o = undefined;
|
|
18044
18045
|
/* scoped */
|
|
18045
18046
|
|
|
18046
|
-
const __vue_scope_id__$
|
|
18047
|
+
const __vue_scope_id__$o = undefined;
|
|
18047
18048
|
/* module identifier */
|
|
18048
18049
|
|
|
18049
|
-
const __vue_module_identifier__$
|
|
18050
|
+
const __vue_module_identifier__$o = undefined;
|
|
18050
18051
|
/* functional template */
|
|
18051
18052
|
|
|
18052
|
-
const __vue_is_functional_template__$
|
|
18053
|
+
const __vue_is_functional_template__$o = false;
|
|
18053
18054
|
/* style inject */
|
|
18054
18055
|
|
|
18055
18056
|
/* style inject SSR */
|
|
18056
18057
|
|
|
18057
18058
|
/* style inject shadow dom */
|
|
18058
18059
|
|
|
18059
|
-
const __vue_component__$
|
|
18060
|
-
render: __vue_render__$
|
|
18061
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18062
|
-
}, __vue_inject_styles__$
|
|
18060
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
18061
|
+
render: __vue_render__$n,
|
|
18062
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
18063
|
+
}, __vue_inject_styles__$o, __vue_script__$a, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
18063
18064
|
|
|
18064
|
-
var __vue_component__$
|
|
18065
|
+
var __vue_component__$M = __vue_component__$L;
|
|
18065
18066
|
|
|
18066
18067
|
//
|
|
18067
|
-
var script$
|
|
18068
|
+
var script$9 = {
|
|
18068
18069
|
name: "NsToggle",
|
|
18069
18070
|
extends: CvToggle,
|
|
18070
18071
|
props: {
|
|
@@ -18095,10 +18096,10 @@ var script$8 = {
|
|
|
18095
18096
|
};
|
|
18096
18097
|
|
|
18097
18098
|
/* script */
|
|
18098
|
-
const __vue_script__$
|
|
18099
|
+
const __vue_script__$9 = script$9;
|
|
18099
18100
|
/* template */
|
|
18100
18101
|
|
|
18101
|
-
var __vue_render__$
|
|
18102
|
+
var __vue_render__$m = function () {
|
|
18102
18103
|
var _obj;
|
|
18103
18104
|
|
|
18104
18105
|
var _vm = this;
|
|
@@ -18167,10 +18168,10 @@ var __vue_render__$l = function () {
|
|
|
18167
18168
|
})], 2)])])]);
|
|
18168
18169
|
};
|
|
18169
18170
|
|
|
18170
|
-
var __vue_staticRenderFns__$
|
|
18171
|
+
var __vue_staticRenderFns__$m = [];
|
|
18171
18172
|
/* style */
|
|
18172
18173
|
|
|
18173
|
-
const __vue_inject_styles__$
|
|
18174
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
18174
18175
|
if (!inject) return;
|
|
18175
18176
|
inject("data-v-2e62510c_0", {
|
|
18176
18177
|
source: ".tooltip[data-v-2e62510c]{display:inline-block;position:absolute}",
|
|
@@ -18185,26 +18186,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
18185
18186
|
/* scoped */
|
|
18186
18187
|
|
|
18187
18188
|
|
|
18188
|
-
const __vue_scope_id__$
|
|
18189
|
+
const __vue_scope_id__$n = "data-v-2e62510c";
|
|
18189
18190
|
/* module identifier */
|
|
18190
18191
|
|
|
18191
|
-
const __vue_module_identifier__$
|
|
18192
|
+
const __vue_module_identifier__$n = undefined;
|
|
18192
18193
|
/* functional template */
|
|
18193
18194
|
|
|
18194
|
-
const __vue_is_functional_template__$
|
|
18195
|
+
const __vue_is_functional_template__$n = false;
|
|
18195
18196
|
/* style inject SSR */
|
|
18196
18197
|
|
|
18197
18198
|
/* style inject shadow dom */
|
|
18198
18199
|
|
|
18199
|
-
const __vue_component__$
|
|
18200
|
-
render: __vue_render__$
|
|
18201
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18202
|
-
}, __vue_inject_styles__$
|
|
18200
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
18201
|
+
render: __vue_render__$m,
|
|
18202
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
18203
|
+
}, __vue_inject_styles__$n, __vue_script__$9, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
18203
18204
|
|
|
18204
|
-
var __vue_component__$
|
|
18205
|
+
var __vue_component__$K = __vue_component__$J;
|
|
18205
18206
|
|
|
18206
18207
|
//
|
|
18207
|
-
var script$
|
|
18208
|
+
var script$8 = {
|
|
18208
18209
|
name: "NsTag",
|
|
18209
18210
|
extends: CvTag,
|
|
18210
18211
|
computed: {
|
|
@@ -18216,10 +18217,10 @@ var script$7 = {
|
|
|
18216
18217
|
};
|
|
18217
18218
|
|
|
18218
18219
|
/* script */
|
|
18219
|
-
const __vue_script__$
|
|
18220
|
+
const __vue_script__$8 = script$8;
|
|
18220
18221
|
/* template */
|
|
18221
18222
|
|
|
18222
|
-
var __vue_render__$
|
|
18223
|
+
var __vue_render__$l = function () {
|
|
18223
18224
|
var _obj;
|
|
18224
18225
|
|
|
18225
18226
|
var _vm = this;
|
|
@@ -18285,10 +18286,10 @@ var __vue_render__$k = function () {
|
|
|
18285
18286
|
}, [_c('Close16')], 1) : _vm._e()]);
|
|
18286
18287
|
};
|
|
18287
18288
|
|
|
18288
|
-
var __vue_staticRenderFns__$
|
|
18289
|
+
var __vue_staticRenderFns__$l = [];
|
|
18289
18290
|
/* style */
|
|
18290
18291
|
|
|
18291
|
-
const __vue_inject_styles__$
|
|
18292
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
18292
18293
|
if (!inject) return;
|
|
18293
18294
|
inject("data-v-2227951d_0", {
|
|
18294
18295
|
source: ".bx--tag--filter[data-v-2227951d]{cursor:default}",
|
|
@@ -18299,23 +18300,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
18299
18300
|
/* scoped */
|
|
18300
18301
|
|
|
18301
18302
|
|
|
18302
|
-
const __vue_scope_id__$
|
|
18303
|
+
const __vue_scope_id__$m = "data-v-2227951d";
|
|
18303
18304
|
/* module identifier */
|
|
18304
18305
|
|
|
18305
|
-
const __vue_module_identifier__$
|
|
18306
|
+
const __vue_module_identifier__$m = undefined;
|
|
18306
18307
|
/* functional template */
|
|
18307
18308
|
|
|
18308
|
-
const __vue_is_functional_template__$
|
|
18309
|
+
const __vue_is_functional_template__$m = false;
|
|
18309
18310
|
/* style inject SSR */
|
|
18310
18311
|
|
|
18311
18312
|
/* style inject shadow dom */
|
|
18312
18313
|
|
|
18313
|
-
const __vue_component__$
|
|
18314
|
-
render: __vue_render__$
|
|
18315
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18316
|
-
}, __vue_inject_styles__$
|
|
18314
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
18315
|
+
render: __vue_render__$l,
|
|
18316
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
18317
|
+
}, __vue_inject_styles__$m, __vue_script__$8, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
18317
18318
|
|
|
18318
|
-
var NsTag = __vue_component__$
|
|
18319
|
+
var NsTag = __vue_component__$I;
|
|
18319
18320
|
|
|
18320
18321
|
/**
|
|
18321
18322
|
* Removes all key-value entries from the list cache.
|
|
@@ -20810,7 +20811,7 @@ var cloneDeep_1 = cloneDeep;
|
|
|
20810
20811
|
//
|
|
20811
20812
|
const TOP_AFTER_REOPEN = 0;
|
|
20812
20813
|
const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
|
|
20813
|
-
var script$
|
|
20814
|
+
var script$7 = {
|
|
20814
20815
|
name: "NsMultiSelect",
|
|
20815
20816
|
inheritAttrs: false,
|
|
20816
20817
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -21298,10 +21299,10 @@ var script$6 = {
|
|
|
21298
21299
|
};
|
|
21299
21300
|
|
|
21300
21301
|
/* script */
|
|
21301
|
-
const __vue_script__$
|
|
21302
|
+
const __vue_script__$7 = script$7;
|
|
21302
21303
|
/* template */
|
|
21303
21304
|
|
|
21304
|
-
var __vue_render__$
|
|
21305
|
+
var __vue_render__$k = function () {
|
|
21305
21306
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
|
|
21306
21307
|
|
|
21307
21308
|
var _vm = this;
|
|
@@ -21572,10 +21573,10 @@ var __vue_render__$j = function () {
|
|
|
21572
21573
|
}), 1) : _vm._e()]);
|
|
21573
21574
|
};
|
|
21574
21575
|
|
|
21575
|
-
var __vue_staticRenderFns__$
|
|
21576
|
+
var __vue_staticRenderFns__$k = [];
|
|
21576
21577
|
/* style */
|
|
21577
21578
|
|
|
21578
|
-
const __vue_inject_styles__$
|
|
21579
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
21579
21580
|
if (!inject) return;
|
|
21580
21581
|
inject("data-v-068afcae_0", {
|
|
21581
21582
|
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-068afcae]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-068afcae]{margin-bottom:14rem}.label-with-tooltip[data-v-068afcae]{display:flex;align-items:baseline}",
|
|
@@ -21590,26 +21591,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
21590
21591
|
/* scoped */
|
|
21591
21592
|
|
|
21592
21593
|
|
|
21593
|
-
const __vue_scope_id__$
|
|
21594
|
+
const __vue_scope_id__$l = "data-v-068afcae";
|
|
21594
21595
|
/* module identifier */
|
|
21595
21596
|
|
|
21596
|
-
const __vue_module_identifier__$
|
|
21597
|
+
const __vue_module_identifier__$l = undefined;
|
|
21597
21598
|
/* functional template */
|
|
21598
21599
|
|
|
21599
|
-
const __vue_is_functional_template__$
|
|
21600
|
+
const __vue_is_functional_template__$l = false;
|
|
21600
21601
|
/* style inject SSR */
|
|
21601
21602
|
|
|
21602
21603
|
/* style inject shadow dom */
|
|
21603
21604
|
|
|
21604
|
-
const __vue_component__$
|
|
21605
|
-
render: __vue_render__$
|
|
21606
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
21607
|
-
}, __vue_inject_styles__$
|
|
21605
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
21606
|
+
render: __vue_render__$k,
|
|
21607
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
21608
|
+
}, __vue_inject_styles__$l, __vue_script__$7, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
21608
21609
|
|
|
21609
|
-
var __vue_component__$
|
|
21610
|
+
var __vue_component__$H = __vue_component__$G;
|
|
21610
21611
|
|
|
21611
21612
|
//
|
|
21612
|
-
var script$
|
|
21613
|
+
var script$6 = {
|
|
21613
21614
|
name: "NsComboBox",
|
|
21614
21615
|
inheritAttrs: false,
|
|
21615
21616
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -22066,10 +22067,10 @@ var script$5 = {
|
|
|
22066
22067
|
};
|
|
22067
22068
|
|
|
22068
22069
|
/* script */
|
|
22069
|
-
const __vue_script__$
|
|
22070
|
+
const __vue_script__$6 = script$6;
|
|
22070
22071
|
/* template */
|
|
22071
22072
|
|
|
22072
|
-
var __vue_render__$
|
|
22073
|
+
var __vue_render__$j = function () {
|
|
22073
22074
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
22074
22075
|
|
|
22075
22076
|
var _vm = this;
|
|
@@ -22299,10 +22300,10 @@ var __vue_render__$i = function () {
|
|
|
22299
22300
|
})], 2) : _vm._e()]);
|
|
22300
22301
|
};
|
|
22301
22302
|
|
|
22302
|
-
var __vue_staticRenderFns__$
|
|
22303
|
+
var __vue_staticRenderFns__$j = [];
|
|
22303
22304
|
/* style */
|
|
22304
22305
|
|
|
22305
|
-
const __vue_inject_styles__$
|
|
22306
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
22306
22307
|
if (!inject) return;
|
|
22307
22308
|
inject("data-v-2d2d4b6c_0", {
|
|
22308
22309
|
source: ".margin-bottom-on-open[data-v-2d2d4b6c]{margin-bottom:14rem}.label-with-tooltip[data-v-2d2d4b6c]{display:flex;align-items:baseline}.ns-combo-box .warn-text[data-v-2d2d4b6c]{margin-top:.25rem}.invalid-icon[data-v-2d2d4b6c],.warn-icon[data-v-2d2d4b6c]{right:3rem}.cursor-not-allowed[data-v-2d2d4b6c]{cursor:not-allowed}",
|
|
@@ -22317,26 +22318,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
22317
22318
|
/* scoped */
|
|
22318
22319
|
|
|
22319
22320
|
|
|
22320
|
-
const __vue_scope_id__$
|
|
22321
|
+
const __vue_scope_id__$k = "data-v-2d2d4b6c";
|
|
22321
22322
|
/* module identifier */
|
|
22322
22323
|
|
|
22323
|
-
const __vue_module_identifier__$
|
|
22324
|
+
const __vue_module_identifier__$k = undefined;
|
|
22324
22325
|
/* functional template */
|
|
22325
22326
|
|
|
22326
|
-
const __vue_is_functional_template__$
|
|
22327
|
+
const __vue_is_functional_template__$k = false;
|
|
22327
22328
|
/* style inject SSR */
|
|
22328
22329
|
|
|
22329
22330
|
/* style inject shadow dom */
|
|
22330
22331
|
|
|
22331
|
-
const __vue_component__$
|
|
22332
|
-
render: __vue_render__$
|
|
22333
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22334
|
-
}, __vue_inject_styles__$
|
|
22332
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
22333
|
+
render: __vue_render__$j,
|
|
22334
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
22335
|
+
}, __vue_inject_styles__$k, __vue_script__$6, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
22335
22336
|
|
|
22336
|
-
var __vue_component__$
|
|
22337
|
+
var __vue_component__$F = __vue_component__$E;
|
|
22337
22338
|
|
|
22338
22339
|
//
|
|
22339
|
-
var script$
|
|
22340
|
+
var script$5 = {
|
|
22340
22341
|
name: "NsCheckbox",
|
|
22341
22342
|
extends: CvCheckbox,
|
|
22342
22343
|
inheritAttrs: false,
|
|
@@ -22368,10 +22369,10 @@ var script$4 = {
|
|
|
22368
22369
|
};
|
|
22369
22370
|
|
|
22370
22371
|
/* script */
|
|
22371
|
-
const __vue_script__$
|
|
22372
|
+
const __vue_script__$5 = script$5;
|
|
22372
22373
|
/* template */
|
|
22373
22374
|
|
|
22374
|
-
var __vue_render__$
|
|
22375
|
+
var __vue_render__$i = function () {
|
|
22375
22376
|
var _obj, _obj$1, _obj$2;
|
|
22376
22377
|
|
|
22377
22378
|
var _vm = this;
|
|
@@ -22421,10 +22422,10 @@ var __vue_render__$h = function () {
|
|
|
22421
22422
|
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 2)])])]);
|
|
22422
22423
|
};
|
|
22423
22424
|
|
|
22424
|
-
var __vue_staticRenderFns__$
|
|
22425
|
+
var __vue_staticRenderFns__$i = [];
|
|
22425
22426
|
/* style */
|
|
22426
22427
|
|
|
22427
|
-
const __vue_inject_styles__$
|
|
22428
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
22428
22429
|
if (!inject) return;
|
|
22429
22430
|
inject("data-v-2f89a231_0", {
|
|
22430
22431
|
source: ".label-with-tooltip[data-v-2f89a231]{display:flex}",
|
|
@@ -22439,26 +22440,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
22439
22440
|
/* scoped */
|
|
22440
22441
|
|
|
22441
22442
|
|
|
22442
|
-
const __vue_scope_id__$
|
|
22443
|
+
const __vue_scope_id__$j = "data-v-2f89a231";
|
|
22443
22444
|
/* module identifier */
|
|
22444
22445
|
|
|
22445
|
-
const __vue_module_identifier__$
|
|
22446
|
+
const __vue_module_identifier__$j = undefined;
|
|
22446
22447
|
/* functional template */
|
|
22447
22448
|
|
|
22448
|
-
const __vue_is_functional_template__$
|
|
22449
|
+
const __vue_is_functional_template__$j = false;
|
|
22449
22450
|
/* style inject SSR */
|
|
22450
22451
|
|
|
22451
22452
|
/* style inject shadow dom */
|
|
22452
22453
|
|
|
22453
|
-
const __vue_component__$
|
|
22454
|
-
render: __vue_render__$
|
|
22455
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22456
|
-
}, __vue_inject_styles__$
|
|
22454
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
22455
|
+
render: __vue_render__$i,
|
|
22456
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
22457
|
+
}, __vue_inject_styles__$j, __vue_script__$5, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
22457
22458
|
|
|
22458
|
-
var __vue_component__$
|
|
22459
|
+
var __vue_component__$D = __vue_component__$C;
|
|
22459
22460
|
|
|
22460
22461
|
//
|
|
22461
|
-
var script$
|
|
22462
|
+
var script$4 = {
|
|
22462
22463
|
name: "NsByteSlider",
|
|
22463
22464
|
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
22464
22465
|
thumb: ["blur", "focus"]
|
|
@@ -22804,10 +22805,10 @@ var script$3 = {
|
|
|
22804
22805
|
};
|
|
22805
22806
|
|
|
22806
22807
|
/* script */
|
|
22807
|
-
const __vue_script__$
|
|
22808
|
+
const __vue_script__$4 = script$4;
|
|
22808
22809
|
/* template */
|
|
22809
22810
|
|
|
22810
|
-
var __vue_render__$
|
|
22811
|
+
var __vue_render__$h = function () {
|
|
22811
22812
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
22812
22813
|
|
|
22813
22814
|
var _vm = this;
|
|
@@ -23028,10 +23029,10 @@ var __vue_render__$g = function () {
|
|
|
23028
23029
|
})], 2) : _vm._e()]);
|
|
23029
23030
|
};
|
|
23030
23031
|
|
|
23031
|
-
var __vue_staticRenderFns__$
|
|
23032
|
+
var __vue_staticRenderFns__$h = [];
|
|
23032
23033
|
/* style */
|
|
23033
23034
|
|
|
23034
|
-
const __vue_inject_styles__$
|
|
23035
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
23035
23036
|
if (!inject) return;
|
|
23036
23037
|
inject("data-v-55c65fcb_0", {
|
|
23037
23038
|
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}",
|
|
@@ -23046,26 +23047,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
23046
23047
|
/* scoped */
|
|
23047
23048
|
|
|
23048
23049
|
|
|
23049
|
-
const __vue_scope_id__$
|
|
23050
|
+
const __vue_scope_id__$i = "data-v-55c65fcb";
|
|
23050
23051
|
/* module identifier */
|
|
23051
23052
|
|
|
23052
|
-
const __vue_module_identifier__$
|
|
23053
|
+
const __vue_module_identifier__$i = undefined;
|
|
23053
23054
|
/* functional template */
|
|
23054
23055
|
|
|
23055
|
-
const __vue_is_functional_template__$
|
|
23056
|
+
const __vue_is_functional_template__$i = false;
|
|
23056
23057
|
/* style inject SSR */
|
|
23057
23058
|
|
|
23058
23059
|
/* style inject shadow dom */
|
|
23059
23060
|
|
|
23060
|
-
const __vue_component__$
|
|
23061
|
-
render: __vue_render__$
|
|
23062
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23063
|
-
}, __vue_inject_styles__$
|
|
23061
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
23062
|
+
render: __vue_render__$h,
|
|
23063
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
23064
|
+
}, __vue_inject_styles__$i, __vue_script__$4, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
23064
23065
|
|
|
23065
|
-
var __vue_component__$
|
|
23066
|
+
var __vue_component__$B = __vue_component__$A;
|
|
23066
23067
|
|
|
23067
23068
|
//
|
|
23068
|
-
var script$
|
|
23069
|
+
var script$3 = {
|
|
23069
23070
|
name: "NsTabs",
|
|
23070
23071
|
extends: CvTabs,
|
|
23071
23072
|
methods: {
|
|
@@ -23119,33 +23120,33 @@ var script$2 = {
|
|
|
23119
23120
|
};
|
|
23120
23121
|
|
|
23121
23122
|
/* script */
|
|
23122
|
-
const __vue_script__$
|
|
23123
|
+
const __vue_script__$3 = script$3;
|
|
23123
23124
|
/* template */
|
|
23124
23125
|
|
|
23125
23126
|
/* style */
|
|
23126
23127
|
|
|
23127
|
-
const __vue_inject_styles__$
|
|
23128
|
+
const __vue_inject_styles__$h = undefined;
|
|
23128
23129
|
/* scoped */
|
|
23129
23130
|
|
|
23130
|
-
const __vue_scope_id__$
|
|
23131
|
+
const __vue_scope_id__$h = undefined;
|
|
23131
23132
|
/* module identifier */
|
|
23132
23133
|
|
|
23133
|
-
const __vue_module_identifier__$
|
|
23134
|
+
const __vue_module_identifier__$h = undefined;
|
|
23134
23135
|
/* functional template */
|
|
23135
23136
|
|
|
23136
|
-
const __vue_is_functional_template__$
|
|
23137
|
+
const __vue_is_functional_template__$h = undefined;
|
|
23137
23138
|
/* style inject */
|
|
23138
23139
|
|
|
23139
23140
|
/* style inject SSR */
|
|
23140
23141
|
|
|
23141
23142
|
/* style inject shadow dom */
|
|
23142
23143
|
|
|
23143
|
-
const __vue_component__$
|
|
23144
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$h, __vue_script__$3, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
23144
23145
|
|
|
23145
|
-
var __vue_component__$
|
|
23146
|
+
var __vue_component__$z = __vue_component__$y;
|
|
23146
23147
|
|
|
23147
23148
|
//
|
|
23148
|
-
var script$
|
|
23149
|
+
var script$2 = {
|
|
23149
23150
|
name: "NsSlider",
|
|
23150
23151
|
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
23151
23152
|
thumb: ["blur", "focus"]
|
|
@@ -23418,10 +23419,10 @@ var script$1 = {
|
|
|
23418
23419
|
};
|
|
23419
23420
|
|
|
23420
23421
|
/* script */
|
|
23421
|
-
const __vue_script__$
|
|
23422
|
+
const __vue_script__$2 = script$2;
|
|
23422
23423
|
/* template */
|
|
23423
23424
|
|
|
23424
|
-
var __vue_render__$
|
|
23425
|
+
var __vue_render__$g = function () {
|
|
23425
23426
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
23426
23427
|
|
|
23427
23428
|
var _vm = this;
|
|
@@ -23607,10 +23608,10 @@ var __vue_render__$f = function () {
|
|
|
23607
23608
|
})], 2) : _vm._e()]);
|
|
23608
23609
|
};
|
|
23609
23610
|
|
|
23610
|
-
var __vue_staticRenderFns__$
|
|
23611
|
+
var __vue_staticRenderFns__$g = [];
|
|
23611
23612
|
/* style */
|
|
23612
23613
|
|
|
23613
|
-
const __vue_inject_styles__$
|
|
23614
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
23614
23615
|
if (!inject) return;
|
|
23615
23616
|
inject("data-v-d17c8692_0", {
|
|
23616
23617
|
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}",
|
|
@@ -23625,23 +23626,23 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
23625
23626
|
/* scoped */
|
|
23626
23627
|
|
|
23627
23628
|
|
|
23628
|
-
const __vue_scope_id__$
|
|
23629
|
+
const __vue_scope_id__$g = "data-v-d17c8692";
|
|
23629
23630
|
/* module identifier */
|
|
23630
23631
|
|
|
23631
|
-
const __vue_module_identifier__$
|
|
23632
|
+
const __vue_module_identifier__$g = undefined;
|
|
23632
23633
|
/* functional template */
|
|
23633
23634
|
|
|
23634
|
-
const __vue_is_functional_template__$
|
|
23635
|
+
const __vue_is_functional_template__$g = false;
|
|
23635
23636
|
/* style inject SSR */
|
|
23636
23637
|
|
|
23637
23638
|
/* style inject shadow dom */
|
|
23638
23639
|
|
|
23639
|
-
const __vue_component__$
|
|
23640
|
-
render: __vue_render__$
|
|
23641
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23642
|
-
}, __vue_inject_styles__$
|
|
23640
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
23641
|
+
render: __vue_render__$g,
|
|
23642
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
23643
|
+
}, __vue_inject_styles__$g, __vue_script__$2, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
23643
23644
|
|
|
23644
|
-
var __vue_component__$
|
|
23645
|
+
var __vue_component__$x = __vue_component__$w;
|
|
23645
23646
|
|
|
23646
23647
|
/*!***************************************************
|
|
23647
23648
|
* mark.js v8.11.1
|
|
@@ -24712,7 +24713,7 @@ return Mark;
|
|
|
24712
24713
|
});
|
|
24713
24714
|
|
|
24714
24715
|
//
|
|
24715
|
-
var script = {
|
|
24716
|
+
var script$1 = {
|
|
24716
24717
|
name: "NsComboSearchBox",
|
|
24717
24718
|
inheritAttrs: false,
|
|
24718
24719
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -25098,10 +25099,10 @@ var script = {
|
|
|
25098
25099
|
};
|
|
25099
25100
|
|
|
25100
25101
|
/* script */
|
|
25101
|
-
const __vue_script__ = script;
|
|
25102
|
+
const __vue_script__$1 = script$1;
|
|
25102
25103
|
/* template */
|
|
25103
25104
|
|
|
25104
|
-
var __vue_render__$
|
|
25105
|
+
var __vue_render__$f = function () {
|
|
25105
25106
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
25106
25107
|
|
|
25107
25108
|
var _vm = this;
|
|
@@ -25369,10 +25370,10 @@ var __vue_render__$e = function () {
|
|
|
25369
25370
|
})], 2) : _vm._e()]);
|
|
25370
25371
|
};
|
|
25371
25372
|
|
|
25372
|
-
var __vue_staticRenderFns__$
|
|
25373
|
+
var __vue_staticRenderFns__$f = [];
|
|
25373
25374
|
/* style */
|
|
25374
25375
|
|
|
25375
|
-
const __vue_inject_styles__$
|
|
25376
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
25376
25377
|
if (!inject) return;
|
|
25377
25378
|
inject("data-v-fa53d7d6_0", {
|
|
25378
25379
|
source: ".combo-search-box[data-v-fa53d7d6]{max-width:none;position:relative}.label-with-tooltip[data-v-fa53d7d6]{display:flex;align-items:baseline}.combo-search-box .warn-text[data-v-fa53d7d6]{margin-top:.25rem}.invalid-icon[data-v-fa53d7d6],.warn-icon[data-v-fa53d7d6]{right:3rem}.loading-results[data-v-fa53d7d6]{padding:2rem}",
|
|
@@ -25387,7 +25388,94 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
25387
25388
|
/* scoped */
|
|
25388
25389
|
|
|
25389
25390
|
|
|
25390
|
-
const __vue_scope_id__$
|
|
25391
|
+
const __vue_scope_id__$f = "data-v-fa53d7d6";
|
|
25392
|
+
/* module identifier */
|
|
25393
|
+
|
|
25394
|
+
const __vue_module_identifier__$f = undefined;
|
|
25395
|
+
/* functional template */
|
|
25396
|
+
|
|
25397
|
+
const __vue_is_functional_template__$f = false;
|
|
25398
|
+
/* style inject SSR */
|
|
25399
|
+
|
|
25400
|
+
/* style inject shadow dom */
|
|
25401
|
+
|
|
25402
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
25403
|
+
render: __vue_render__$f,
|
|
25404
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
25405
|
+
}, __vue_inject_styles__$f, __vue_script__$1, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
25406
|
+
|
|
25407
|
+
var __vue_component__$v = __vue_component__$u;
|
|
25408
|
+
|
|
25409
|
+
//
|
|
25410
|
+
var script = {
|
|
25411
|
+
name: "NsProgress",
|
|
25412
|
+
components: {
|
|
25413
|
+
CheckmarkOutline16,
|
|
25414
|
+
CircleFilled16,
|
|
25415
|
+
RadioButton16
|
|
25416
|
+
},
|
|
25417
|
+
props: {
|
|
25418
|
+
stepId: {
|
|
25419
|
+
type: String,
|
|
25420
|
+
required: true
|
|
25421
|
+
},
|
|
25422
|
+
steps: {
|
|
25423
|
+
type: Array,
|
|
25424
|
+
default: () => []
|
|
25425
|
+
}
|
|
25426
|
+
},
|
|
25427
|
+
computed: {
|
|
25428
|
+
stepNumber() {
|
|
25429
|
+
return this.steps.findIndex(s => s.id === this.stepId);
|
|
25430
|
+
}
|
|
25431
|
+
|
|
25432
|
+
}
|
|
25433
|
+
};
|
|
25434
|
+
|
|
25435
|
+
/* script */
|
|
25436
|
+
const __vue_script__ = script;
|
|
25437
|
+
/* template */
|
|
25438
|
+
|
|
25439
|
+
var __vue_render__$e = function () {
|
|
25440
|
+
var _vm = this;
|
|
25441
|
+
|
|
25442
|
+
var _h = _vm.$createElement;
|
|
25443
|
+
|
|
25444
|
+
var _c = _vm._self._c || _h;
|
|
25445
|
+
|
|
25446
|
+
return _c('div', {
|
|
25447
|
+
staticClass: "ns-progress"
|
|
25448
|
+
}, _vm._l(_vm.steps, function (s, index) {
|
|
25449
|
+
return _c('div', {
|
|
25450
|
+
key: s.id,
|
|
25451
|
+
class: ['step', {
|
|
25452
|
+
'step-complete-or-current': _vm.stepNumber >= index
|
|
25453
|
+
}]
|
|
25454
|
+
}, [_vm.stepNumber > index ? _c('CheckmarkOutline16', {
|
|
25455
|
+
staticClass: "icon primary"
|
|
25456
|
+
}) : _vm.stepNumber === index ? _c('CircleFilled16', {
|
|
25457
|
+
staticClass: "icon primary"
|
|
25458
|
+
}) : _c('RadioButton16', {
|
|
25459
|
+
staticClass: "icon"
|
|
25460
|
+
}), _vm._v(" "), _c('span', [_vm._v(_vm._s(s.label))])], 1);
|
|
25461
|
+
}), 0);
|
|
25462
|
+
};
|
|
25463
|
+
|
|
25464
|
+
var __vue_staticRenderFns__$e = [];
|
|
25465
|
+
/* style */
|
|
25466
|
+
|
|
25467
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
25468
|
+
if (!inject) return;
|
|
25469
|
+
inject("data-v-807be596_0", {
|
|
25470
|
+
source: ".ns-progress[data-v-807be596]{display:flex;justify-content:space-between}.step[data-v-807be596]{display:flex;flex:1;gap:.5rem;border-top:2px solid #e0e0e0;padding-top:.5rem}.step-complete-or-current[data-v-807be596]{border-top:2px solid #00a2de}.icon[data-v-807be596]{flex-shrink:0;margin-left:.5rem}.primary[data-v-807be596]{color:#00a2de}",
|
|
25471
|
+
map: undefined,
|
|
25472
|
+
media: undefined
|
|
25473
|
+
});
|
|
25474
|
+
};
|
|
25475
|
+
/* scoped */
|
|
25476
|
+
|
|
25477
|
+
|
|
25478
|
+
const __vue_scope_id__$e = "data-v-807be596";
|
|
25391
25479
|
/* module identifier */
|
|
25392
25480
|
|
|
25393
25481
|
const __vue_module_identifier__$e = undefined;
|
|
@@ -26268,6 +26356,15 @@ var task = {
|
|
|
26268
26356
|
});
|
|
26269
26357
|
},
|
|
26270
26358
|
|
|
26359
|
+
createNodeTaskForApp(nodeId, taskData) {
|
|
26360
|
+
const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
|
|
26361
|
+
return this.axios.post(`${window.parent.core.$root.apiUrl}/node/${nodeId}/tasks`, taskData, {
|
|
26362
|
+
headers: {
|
|
26363
|
+
Authorization: `Bearer ${token}`
|
|
26364
|
+
}
|
|
26365
|
+
});
|
|
26366
|
+
},
|
|
26367
|
+
|
|
26271
26368
|
getTaskTitle(task) {
|
|
26272
26369
|
if (task && task.context && task.context.extra && task.context.extra.title) {
|
|
26273
26370
|
return task.context.extra.title;
|
|
@@ -26579,43 +26676,44 @@ var filters = {
|
|
|
26579
26676
|
var components = /*#__PURE__*/Object.freeze({
|
|
26580
26677
|
__proto__: null,
|
|
26581
26678
|
NsButton: NsButton,
|
|
26582
|
-
NsEmptyState: __vue_component__$
|
|
26679
|
+
NsEmptyState: __vue_component__$1s,
|
|
26583
26680
|
NsPictogram: NsPictogram,
|
|
26584
|
-
NsCodeSnippet: __vue_component__$
|
|
26681
|
+
NsCodeSnippet: __vue_component__$1q,
|
|
26585
26682
|
NsInlineNotification: NsInlineNotification,
|
|
26586
26683
|
NsProgressBar: NsProgressBar,
|
|
26587
26684
|
NsSvg: NsSvg,
|
|
26588
|
-
NsTile: __vue_component__$
|
|
26589
|
-
NsToastNotification: __vue_component__$
|
|
26590
|
-
NsInfoCard: __vue_component__$
|
|
26591
|
-
NsStatusCard: __vue_component__$
|
|
26592
|
-
NsSystemdServiceCard: __vue_component__$
|
|
26593
|
-
NsPasswordInput: __vue_component__$
|
|
26594
|
-
NsIconMenu: __vue_component__$
|
|
26595
|
-
NsMeterChart: __vue_component__$
|
|
26685
|
+
NsTile: __vue_component__$1k,
|
|
26686
|
+
NsToastNotification: __vue_component__$1i,
|
|
26687
|
+
NsInfoCard: __vue_component__$1g,
|
|
26688
|
+
NsStatusCard: __vue_component__$1e,
|
|
26689
|
+
NsSystemdServiceCard: __vue_component__$1c,
|
|
26690
|
+
NsPasswordInput: __vue_component__$19,
|
|
26691
|
+
NsIconMenu: __vue_component__$17,
|
|
26692
|
+
NsMeterChart: __vue_component__$15,
|
|
26596
26693
|
NsLottieAnimation: NsLottieAnimation,
|
|
26597
|
-
NsDangerDeleteModal: __vue_component__$
|
|
26694
|
+
NsDangerDeleteModal: __vue_component__$12,
|
|
26598
26695
|
NsCircleTimer: NsCircleTimer,
|
|
26599
|
-
NsDropdownAction: __vue_component__$
|
|
26696
|
+
NsDropdownAction: __vue_component__$10,
|
|
26600
26697
|
NsTextInput: NsTextInput,
|
|
26601
|
-
NsBackupCard: __vue_component__$
|
|
26602
|
-
NsWizard: __vue_component__$
|
|
26603
|
-
NsMenuItem: __vue_component__$
|
|
26604
|
-
NsMenuDivider: __vue_component__$
|
|
26605
|
-
NsSystemLogsCard: __vue_component__$
|
|
26698
|
+
NsBackupCard: __vue_component__$Z,
|
|
26699
|
+
NsWizard: __vue_component__$X,
|
|
26700
|
+
NsMenuItem: __vue_component__$V,
|
|
26701
|
+
NsMenuDivider: __vue_component__$T,
|
|
26702
|
+
NsSystemLogsCard: __vue_component__$R,
|
|
26606
26703
|
NsModal: NsModal,
|
|
26607
|
-
NsTimePicker: __vue_component__$
|
|
26608
|
-
NsDataTable: __vue_component__$
|
|
26704
|
+
NsTimePicker: __vue_component__$P,
|
|
26705
|
+
NsDataTable: __vue_component__$M,
|
|
26609
26706
|
NsPagination: NsPagination,
|
|
26610
|
-
NsToggle: __vue_component__$
|
|
26707
|
+
NsToggle: __vue_component__$K,
|
|
26611
26708
|
NsTag: NsTag,
|
|
26612
|
-
NsMultiSelect: __vue_component__$
|
|
26613
|
-
NsComboBox: __vue_component__$
|
|
26614
|
-
NsCheckbox: __vue_component__$
|
|
26615
|
-
NsByteSlider: __vue_component__$
|
|
26616
|
-
NsTabs: __vue_component__$
|
|
26617
|
-
NsSlider: __vue_component__$
|
|
26618
|
-
NsComboSearchBox: __vue_component__$
|
|
26709
|
+
NsMultiSelect: __vue_component__$H,
|
|
26710
|
+
NsComboBox: __vue_component__$F,
|
|
26711
|
+
NsCheckbox: __vue_component__$D,
|
|
26712
|
+
NsByteSlider: __vue_component__$B,
|
|
26713
|
+
NsTabs: __vue_component__$z,
|
|
26714
|
+
NsSlider: __vue_component__$x,
|
|
26715
|
+
NsComboSearchBox: __vue_component__$v,
|
|
26716
|
+
NsProgress: __vue_component__$t,
|
|
26619
26717
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
26620
26718
|
GearPictogram: __vue_component__$r,
|
|
26621
26719
|
LovePictogram: __vue_component__$p,
|
|
@@ -26650,4 +26748,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
26650
26748
|
});
|
|
26651
26749
|
}; // Create module definition for Vue.use()
|
|
26652
26750
|
|
|
26653
|
-
export { __vue_component__$3 as AppsPictogram, __vue_component__$l as BulldozerPictogram, __vue_component__$5 as CircleCheckPictogram, DateTimeService, __vue_component__$7 as DocumentSecurityPictogram, ExclamationMarkPictogram, __vue_component__$9 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$b as FolderPictogram, __vue_component__$r as GearPictogram, __vue_component__$j as GroupPictogram, __vue_component__$h as HardDrivePictogram, IconService, LottieService, __vue_component__$p as LovePictogram, __vue_component__$
|
|
26751
|
+
export { __vue_component__$3 as AppsPictogram, __vue_component__$l as BulldozerPictogram, __vue_component__$5 as CircleCheckPictogram, DateTimeService, __vue_component__$7 as DocumentSecurityPictogram, ExclamationMarkPictogram, __vue_component__$9 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$b as FolderPictogram, __vue_component__$r as GearPictogram, __vue_component__$j as GroupPictogram, __vue_component__$h as HardDrivePictogram, IconService, LottieService, __vue_component__$p as LovePictogram, __vue_component__$Z as NsBackupCard, NsButton, __vue_component__$B as NsByteSlider, __vue_component__$D as NsCheckbox, NsCircleTimer, __vue_component__$1q as NsCodeSnippet, __vue_component__$F as NsComboBox, __vue_component__$v as NsComboSearchBox, __vue_component__$12 as NsDangerDeleteModal, __vue_component__$M as NsDataTable, __vue_component__$10 as NsDropdownAction, __vue_component__$1s as NsEmptyState, __vue_component__$17 as NsIconMenu, __vue_component__$1g as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$T as NsMenuDivider, __vue_component__$V as NsMenuItem, __vue_component__$15 as NsMeterChart, NsModal, __vue_component__$H as NsMultiSelect, NsPagination, __vue_component__$19 as NsPasswordInput, NsPictogram, __vue_component__$t as NsProgress, NsProgressBar, __vue_component__$x as NsSlider, __vue_component__$1e as NsStatusCard, NsSvg, __vue_component__$R as NsSystemLogsCard, __vue_component__$1c as NsSystemdServiceCard, __vue_component__$z as NsTabs, NsTag, NsTextInput, __vue_component__$1k as NsTile, __vue_component__$P as NsTimePicker, __vue_component__$1i as NsToastNotification, __vue_component__$K as NsToggle, __vue_component__$X as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, __vue_component__$1 as ServerRackPictogram, StorageService, task as TaskService, __vue_component__$f as UserPictogram, __vue_component__$d as UserProfilePictogram, UtilService, __vue_component__$n as WarningPictogram, install as default };
|