@nethserver/ns8-ui-lib 0.0.70 → 0.0.71
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 +317 -269
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +289 -247
- package/package.json +1 -1
- package/src/lib-components/NsModal.vue +23 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -98,7 +98,7 @@ import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav
|
|
|
98
98
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
99
99
|
|
|
100
100
|
//
|
|
101
|
-
var script$
|
|
101
|
+
var script$r = {
|
|
102
102
|
name: "NsButton",
|
|
103
103
|
extends: CvButton,
|
|
104
104
|
props: {
|
|
@@ -261,7 +261,7 @@ function addStyle(id, css) {
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
/* script */
|
|
264
|
-
const __vue_script__$
|
|
264
|
+
const __vue_script__$r = script$r;
|
|
265
265
|
/* template */
|
|
266
266
|
|
|
267
267
|
var __vue_render__$w = function () {
|
|
@@ -290,7 +290,7 @@ var __vue_render__$w = function () {
|
|
|
290
290
|
var __vue_staticRenderFns__$w = [];
|
|
291
291
|
/* style */
|
|
292
292
|
|
|
293
|
-
const __vue_inject_styles__$
|
|
293
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
294
294
|
if (!inject) return;
|
|
295
295
|
inject("data-v-025b0f12_0", {
|
|
296
296
|
source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -301,23 +301,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
301
301
|
/* scoped */
|
|
302
302
|
|
|
303
303
|
|
|
304
|
-
const __vue_scope_id__$
|
|
304
|
+
const __vue_scope_id__$y = "data-v-025b0f12";
|
|
305
305
|
/* module identifier */
|
|
306
306
|
|
|
307
|
-
const __vue_module_identifier__$
|
|
307
|
+
const __vue_module_identifier__$y = undefined;
|
|
308
308
|
/* functional template */
|
|
309
309
|
|
|
310
|
-
const __vue_is_functional_template__$
|
|
310
|
+
const __vue_is_functional_template__$y = false;
|
|
311
311
|
/* style inject SSR */
|
|
312
312
|
|
|
313
313
|
/* style inject shadow dom */
|
|
314
314
|
|
|
315
|
-
const __vue_component__$
|
|
315
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
316
316
|
render: __vue_render__$w,
|
|
317
317
|
staticRenderFns: __vue_staticRenderFns__$w
|
|
318
|
-
}, __vue_inject_styles__$
|
|
318
|
+
}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
319
319
|
|
|
320
|
-
var __vue_component__$
|
|
320
|
+
var __vue_component__$Z = __vue_component__$Y;
|
|
321
321
|
|
|
322
322
|
//
|
|
323
323
|
//
|
|
@@ -335,7 +335,7 @@ var __vue_component__$X = __vue_component__$W;
|
|
|
335
335
|
//
|
|
336
336
|
//
|
|
337
337
|
//
|
|
338
|
-
var script$
|
|
338
|
+
var script$q = {
|
|
339
339
|
name: "NsPictogram",
|
|
340
340
|
props: {
|
|
341
341
|
title: {
|
|
@@ -358,7 +358,7 @@ var script$p = {
|
|
|
358
358
|
};
|
|
359
359
|
|
|
360
360
|
/* script */
|
|
361
|
-
const __vue_script__$
|
|
361
|
+
const __vue_script__$q = script$q;
|
|
362
362
|
/* template */
|
|
363
363
|
|
|
364
364
|
var __vue_render__$v = function () {
|
|
@@ -392,31 +392,31 @@ var __vue_render__$v = function () {
|
|
|
392
392
|
var __vue_staticRenderFns__$v = [];
|
|
393
393
|
/* style */
|
|
394
394
|
|
|
395
|
-
const __vue_inject_styles__$
|
|
395
|
+
const __vue_inject_styles__$x = undefined;
|
|
396
396
|
/* scoped */
|
|
397
397
|
|
|
398
|
-
const __vue_scope_id__$
|
|
398
|
+
const __vue_scope_id__$x = undefined;
|
|
399
399
|
/* module identifier */
|
|
400
400
|
|
|
401
|
-
const __vue_module_identifier__$
|
|
401
|
+
const __vue_module_identifier__$x = undefined;
|
|
402
402
|
/* functional template */
|
|
403
403
|
|
|
404
|
-
const __vue_is_functional_template__$
|
|
404
|
+
const __vue_is_functional_template__$x = false;
|
|
405
405
|
/* style inject */
|
|
406
406
|
|
|
407
407
|
/* style inject SSR */
|
|
408
408
|
|
|
409
409
|
/* style inject shadow dom */
|
|
410
410
|
|
|
411
|
-
const __vue_component__$
|
|
411
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
412
412
|
render: __vue_render__$v,
|
|
413
413
|
staticRenderFns: __vue_staticRenderFns__$v
|
|
414
|
-
}, __vue_inject_styles__$
|
|
414
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
415
415
|
|
|
416
|
-
var NsPictogram = __vue_component__$
|
|
416
|
+
var NsPictogram = __vue_component__$X;
|
|
417
417
|
|
|
418
418
|
//
|
|
419
|
-
var script$
|
|
419
|
+
var script$p = {
|
|
420
420
|
name: "NsLottieAnimation",
|
|
421
421
|
components: {
|
|
422
422
|
LottieAnimation
|
|
@@ -472,7 +472,7 @@ var script$o = {
|
|
|
472
472
|
};
|
|
473
473
|
|
|
474
474
|
/* script */
|
|
475
|
-
const __vue_script__$
|
|
475
|
+
const __vue_script__$p = script$p;
|
|
476
476
|
/* template */
|
|
477
477
|
|
|
478
478
|
var __vue_render__$u = function () {
|
|
@@ -505,28 +505,28 @@ var __vue_render__$u = function () {
|
|
|
505
505
|
var __vue_staticRenderFns__$u = [];
|
|
506
506
|
/* style */
|
|
507
507
|
|
|
508
|
-
const __vue_inject_styles__$
|
|
508
|
+
const __vue_inject_styles__$w = undefined;
|
|
509
509
|
/* scoped */
|
|
510
510
|
|
|
511
|
-
const __vue_scope_id__$
|
|
511
|
+
const __vue_scope_id__$w = "data-v-14e97a70";
|
|
512
512
|
/* module identifier */
|
|
513
513
|
|
|
514
|
-
const __vue_module_identifier__$
|
|
514
|
+
const __vue_module_identifier__$w = undefined;
|
|
515
515
|
/* functional template */
|
|
516
516
|
|
|
517
|
-
const __vue_is_functional_template__$
|
|
517
|
+
const __vue_is_functional_template__$w = false;
|
|
518
518
|
/* style inject */
|
|
519
519
|
|
|
520
520
|
/* style inject SSR */
|
|
521
521
|
|
|
522
522
|
/* style inject shadow dom */
|
|
523
523
|
|
|
524
|
-
const __vue_component__$
|
|
524
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
525
525
|
render: __vue_render__$u,
|
|
526
526
|
staticRenderFns: __vue_staticRenderFns__$u
|
|
527
|
-
}, __vue_inject_styles__$
|
|
527
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
528
528
|
|
|
529
|
-
var NsLottieAnimation = __vue_component__$
|
|
529
|
+
var NsLottieAnimation = __vue_component__$W;
|
|
530
530
|
|
|
531
531
|
/* script */
|
|
532
532
|
|
|
@@ -549,31 +549,31 @@ var __vue_render__$t = function () {
|
|
|
549
549
|
var __vue_staticRenderFns__$t = [];
|
|
550
550
|
/* style */
|
|
551
551
|
|
|
552
|
-
const __vue_inject_styles__$
|
|
552
|
+
const __vue_inject_styles__$v = undefined;
|
|
553
553
|
/* scoped */
|
|
554
554
|
|
|
555
|
-
const __vue_scope_id__$
|
|
555
|
+
const __vue_scope_id__$v = undefined;
|
|
556
556
|
/* module identifier */
|
|
557
557
|
|
|
558
|
-
const __vue_module_identifier__$
|
|
558
|
+
const __vue_module_identifier__$v = undefined;
|
|
559
559
|
/* functional template */
|
|
560
560
|
|
|
561
|
-
const __vue_is_functional_template__$
|
|
561
|
+
const __vue_is_functional_template__$v = false;
|
|
562
562
|
/* style inject */
|
|
563
563
|
|
|
564
564
|
/* style inject SSR */
|
|
565
565
|
|
|
566
566
|
/* style inject shadow dom */
|
|
567
567
|
|
|
568
|
-
const __vue_component__$
|
|
568
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
569
569
|
render: __vue_render__$t,
|
|
570
570
|
staticRenderFns: __vue_staticRenderFns__$t
|
|
571
|
-
}, __vue_inject_styles__$
|
|
571
|
+
}, __vue_inject_styles__$v, {}, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
572
572
|
|
|
573
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
573
|
+
var ExclamationMarkPictogram = __vue_component__$V;
|
|
574
574
|
|
|
575
575
|
//
|
|
576
|
-
var script$
|
|
576
|
+
var script$o = {
|
|
577
577
|
name: "NsEmptyState",
|
|
578
578
|
components: {
|
|
579
579
|
NsPictogram,
|
|
@@ -605,7 +605,7 @@ var script$n = {
|
|
|
605
605
|
};
|
|
606
606
|
|
|
607
607
|
/* script */
|
|
608
|
-
const __vue_script__$
|
|
608
|
+
const __vue_script__$o = script$o;
|
|
609
609
|
/* template */
|
|
610
610
|
|
|
611
611
|
var __vue_render__$s = function () {
|
|
@@ -641,7 +641,7 @@ var __vue_render__$s = function () {
|
|
|
641
641
|
var __vue_staticRenderFns__$s = [];
|
|
642
642
|
/* style */
|
|
643
643
|
|
|
644
|
-
const __vue_inject_styles__$
|
|
644
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
645
645
|
if (!inject) return;
|
|
646
646
|
inject("data-v-2d5d3a58_0", {
|
|
647
647
|
source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
|
|
@@ -652,26 +652,26 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
652
652
|
/* scoped */
|
|
653
653
|
|
|
654
654
|
|
|
655
|
-
const __vue_scope_id__$
|
|
655
|
+
const __vue_scope_id__$u = "data-v-2d5d3a58";
|
|
656
656
|
/* module identifier */
|
|
657
657
|
|
|
658
|
-
const __vue_module_identifier__$
|
|
658
|
+
const __vue_module_identifier__$u = undefined;
|
|
659
659
|
/* functional template */
|
|
660
660
|
|
|
661
|
-
const __vue_is_functional_template__$
|
|
661
|
+
const __vue_is_functional_template__$u = false;
|
|
662
662
|
/* style inject SSR */
|
|
663
663
|
|
|
664
664
|
/* style inject shadow dom */
|
|
665
665
|
|
|
666
|
-
const __vue_component__$
|
|
666
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
667
667
|
render: __vue_render__$s,
|
|
668
668
|
staticRenderFns: __vue_staticRenderFns__$s
|
|
669
|
-
}, __vue_inject_styles__$
|
|
669
|
+
}, __vue_inject_styles__$u, __vue_script__$o, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
670
670
|
|
|
671
|
-
var __vue_component__$
|
|
671
|
+
var __vue_component__$U = __vue_component__$T;
|
|
672
672
|
|
|
673
673
|
//
|
|
674
|
-
var script$
|
|
674
|
+
var script$n = {
|
|
675
675
|
name: "NsCodeSnippet",
|
|
676
676
|
components: {
|
|
677
677
|
CvButton,
|
|
@@ -783,7 +783,7 @@ var script$m = {
|
|
|
783
783
|
};
|
|
784
784
|
|
|
785
785
|
/* script */
|
|
786
|
-
const __vue_script__$
|
|
786
|
+
const __vue_script__$n = script$n;
|
|
787
787
|
/* template */
|
|
788
788
|
|
|
789
789
|
var __vue_render__$r = function () {
|
|
@@ -851,7 +851,7 @@ var __vue_render__$r = function () {
|
|
|
851
851
|
var __vue_staticRenderFns__$r = [];
|
|
852
852
|
/* style */
|
|
853
853
|
|
|
854
|
-
const __vue_inject_styles__$
|
|
854
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
855
855
|
if (!inject) return;
|
|
856
856
|
inject("data-v-59cb538c_0", {
|
|
857
857
|
source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
|
|
@@ -862,23 +862,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
862
862
|
/* scoped */
|
|
863
863
|
|
|
864
864
|
|
|
865
|
-
const __vue_scope_id__$
|
|
865
|
+
const __vue_scope_id__$t = "data-v-59cb538c";
|
|
866
866
|
/* module identifier */
|
|
867
867
|
|
|
868
|
-
const __vue_module_identifier__$
|
|
868
|
+
const __vue_module_identifier__$t = undefined;
|
|
869
869
|
/* functional template */
|
|
870
870
|
|
|
871
|
-
const __vue_is_functional_template__$
|
|
871
|
+
const __vue_is_functional_template__$t = false;
|
|
872
872
|
/* style inject SSR */
|
|
873
873
|
|
|
874
874
|
/* style inject shadow dom */
|
|
875
875
|
|
|
876
|
-
const __vue_component__$
|
|
876
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
877
877
|
render: __vue_render__$r,
|
|
878
878
|
staticRenderFns: __vue_staticRenderFns__$r
|
|
879
|
-
}, __vue_inject_styles__$
|
|
879
|
+
}, __vue_inject_styles__$t, __vue_script__$n, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
880
880
|
|
|
881
|
-
var __vue_component__$
|
|
881
|
+
var __vue_component__$S = __vue_component__$R;
|
|
882
882
|
|
|
883
883
|
//
|
|
884
884
|
//
|
|
@@ -909,7 +909,7 @@ var __vue_component__$Q = __vue_component__$P;
|
|
|
909
909
|
//
|
|
910
910
|
//
|
|
911
911
|
//
|
|
912
|
-
var script$
|
|
912
|
+
var script$m = {
|
|
913
913
|
name: "NsCircleTimer",
|
|
914
914
|
props: {
|
|
915
915
|
timeLimit: {
|
|
@@ -969,7 +969,7 @@ var script$l = {
|
|
|
969
969
|
};
|
|
970
970
|
|
|
971
971
|
/* script */
|
|
972
|
-
const __vue_script__$
|
|
972
|
+
const __vue_script__$m = script$m;
|
|
973
973
|
/* template */
|
|
974
974
|
|
|
975
975
|
var __vue_render__$q = function () {
|
|
@@ -1011,7 +1011,7 @@ var __vue_render__$q = function () {
|
|
|
1011
1011
|
var __vue_staticRenderFns__$q = [];
|
|
1012
1012
|
/* style */
|
|
1013
1013
|
|
|
1014
|
-
const __vue_inject_styles__$
|
|
1014
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
1015
1015
|
if (!inject) return;
|
|
1016
1016
|
inject("data-v-45b59790_0", {
|
|
1017
1017
|
source: ".base-timer[data-v-45b59790]{position:relative}.base-timer__circle[data-v-45b59790]{fill:none;stroke:none}.base-timer__path-remaining[data-v-45b59790]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-45b59790]{transform:scaleX(-1)}",
|
|
@@ -1022,26 +1022,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
1022
1022
|
/* scoped */
|
|
1023
1023
|
|
|
1024
1024
|
|
|
1025
|
-
const __vue_scope_id__$
|
|
1025
|
+
const __vue_scope_id__$s = "data-v-45b59790";
|
|
1026
1026
|
/* module identifier */
|
|
1027
1027
|
|
|
1028
|
-
const __vue_module_identifier__$
|
|
1028
|
+
const __vue_module_identifier__$s = undefined;
|
|
1029
1029
|
/* functional template */
|
|
1030
1030
|
|
|
1031
|
-
const __vue_is_functional_template__$
|
|
1031
|
+
const __vue_is_functional_template__$s = false;
|
|
1032
1032
|
/* style inject SSR */
|
|
1033
1033
|
|
|
1034
1034
|
/* style inject shadow dom */
|
|
1035
1035
|
|
|
1036
|
-
const __vue_component__$
|
|
1036
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
1037
1037
|
render: __vue_render__$q,
|
|
1038
1038
|
staticRenderFns: __vue_staticRenderFns__$q
|
|
1039
|
-
}, __vue_inject_styles__$
|
|
1039
|
+
}, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
1040
1040
|
|
|
1041
|
-
var NsCircleTimer = __vue_component__$
|
|
1041
|
+
var NsCircleTimer = __vue_component__$Q;
|
|
1042
1042
|
|
|
1043
1043
|
//
|
|
1044
|
-
var script$
|
|
1044
|
+
var script$l = {
|
|
1045
1045
|
name: "NsInlineNotification",
|
|
1046
1046
|
extends: CvInlineNotification,
|
|
1047
1047
|
components: {
|
|
@@ -1078,7 +1078,7 @@ var script$k = {
|
|
|
1078
1078
|
};
|
|
1079
1079
|
|
|
1080
1080
|
/* script */
|
|
1081
|
-
const __vue_script__$
|
|
1081
|
+
const __vue_script__$l = script$l;
|
|
1082
1082
|
/* template */
|
|
1083
1083
|
|
|
1084
1084
|
var __vue_render__$p = function () {
|
|
@@ -1155,7 +1155,7 @@ var __vue_render__$p = function () {
|
|
|
1155
1155
|
var __vue_staticRenderFns__$p = [];
|
|
1156
1156
|
/* style */
|
|
1157
1157
|
|
|
1158
|
-
const __vue_inject_styles__$
|
|
1158
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1159
1159
|
if (!inject) return;
|
|
1160
1160
|
inject("data-v-59312d66_0", {
|
|
1161
1161
|
source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
|
|
@@ -1166,23 +1166,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1166
1166
|
/* scoped */
|
|
1167
1167
|
|
|
1168
1168
|
|
|
1169
|
-
const __vue_scope_id__$
|
|
1169
|
+
const __vue_scope_id__$r = "data-v-59312d66";
|
|
1170
1170
|
/* module identifier */
|
|
1171
1171
|
|
|
1172
|
-
const __vue_module_identifier__$
|
|
1172
|
+
const __vue_module_identifier__$r = undefined;
|
|
1173
1173
|
/* functional template */
|
|
1174
1174
|
|
|
1175
|
-
const __vue_is_functional_template__$
|
|
1175
|
+
const __vue_is_functional_template__$r = false;
|
|
1176
1176
|
/* style inject SSR */
|
|
1177
1177
|
|
|
1178
1178
|
/* style inject shadow dom */
|
|
1179
1179
|
|
|
1180
|
-
const __vue_component__$
|
|
1180
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
1181
1181
|
render: __vue_render__$p,
|
|
1182
1182
|
staticRenderFns: __vue_staticRenderFns__$p
|
|
1183
|
-
}, __vue_inject_styles__$
|
|
1183
|
+
}, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
1184
1184
|
|
|
1185
|
-
var NsInlineNotification = __vue_component__$
|
|
1185
|
+
var NsInlineNotification = __vue_component__$P;
|
|
1186
1186
|
|
|
1187
1187
|
//
|
|
1188
1188
|
//
|
|
@@ -1201,7 +1201,7 @@ var NsInlineNotification = __vue_component__$N;
|
|
|
1201
1201
|
//
|
|
1202
1202
|
//
|
|
1203
1203
|
//
|
|
1204
|
-
var script$
|
|
1204
|
+
var script$k = {
|
|
1205
1205
|
name: "NsProgressBar",
|
|
1206
1206
|
props: {
|
|
1207
1207
|
value: {
|
|
@@ -1232,7 +1232,7 @@ var script$j = {
|
|
|
1232
1232
|
};
|
|
1233
1233
|
|
|
1234
1234
|
/* script */
|
|
1235
|
-
const __vue_script__$
|
|
1235
|
+
const __vue_script__$k = script$k;
|
|
1236
1236
|
/* template */
|
|
1237
1237
|
|
|
1238
1238
|
var __vue_render__$o = function () {
|
|
@@ -1263,7 +1263,7 @@ var __vue_render__$o = function () {
|
|
|
1263
1263
|
var __vue_staticRenderFns__$o = [];
|
|
1264
1264
|
/* style */
|
|
1265
1265
|
|
|
1266
|
-
const __vue_inject_styles__$
|
|
1266
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1267
1267
|
if (!inject) return;
|
|
1268
1268
|
inject("data-v-57532057_0", {
|
|
1269
1269
|
source: ".progress-bar-container[data-v-57532057]{width:100%;position:relative}.slider[data-v-57532057]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-57532057]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-57532057]{position:absolute;height:5px}.indeterminate-line[data-v-57532057]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-57532057]{position:absolute;height:5px}.inc[data-v-57532057]{animation:increase-data-v-57532057 2s infinite}.dec[data-v-57532057]{animation:decrease-data-v-57532057 2s .5s infinite}@keyframes increase-data-v-57532057{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-57532057{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1274,25 +1274,25 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1274
1274
|
/* scoped */
|
|
1275
1275
|
|
|
1276
1276
|
|
|
1277
|
-
const __vue_scope_id__$
|
|
1277
|
+
const __vue_scope_id__$q = "data-v-57532057";
|
|
1278
1278
|
/* module identifier */
|
|
1279
1279
|
|
|
1280
|
-
const __vue_module_identifier__$
|
|
1280
|
+
const __vue_module_identifier__$q = undefined;
|
|
1281
1281
|
/* functional template */
|
|
1282
1282
|
|
|
1283
|
-
const __vue_is_functional_template__$
|
|
1283
|
+
const __vue_is_functional_template__$q = false;
|
|
1284
1284
|
/* style inject SSR */
|
|
1285
1285
|
|
|
1286
1286
|
/* style inject shadow dom */
|
|
1287
1287
|
|
|
1288
|
-
const __vue_component__$
|
|
1288
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
1289
1289
|
render: __vue_render__$o,
|
|
1290
1290
|
staticRenderFns: __vue_staticRenderFns__$o
|
|
1291
|
-
}, __vue_inject_styles__$
|
|
1291
|
+
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
1292
1292
|
|
|
1293
|
-
var NsProgressBar = __vue_component__$
|
|
1293
|
+
var NsProgressBar = __vue_component__$O;
|
|
1294
1294
|
|
|
1295
|
-
var script$
|
|
1295
|
+
var script$j = {
|
|
1296
1296
|
name: "NsSvg",
|
|
1297
1297
|
props: {
|
|
1298
1298
|
svg: {
|
|
@@ -1351,33 +1351,33 @@ var script$i = {
|
|
|
1351
1351
|
};
|
|
1352
1352
|
|
|
1353
1353
|
/* script */
|
|
1354
|
-
const __vue_script__$
|
|
1354
|
+
const __vue_script__$j = script$j;
|
|
1355
1355
|
/* template */
|
|
1356
1356
|
|
|
1357
1357
|
/* style */
|
|
1358
1358
|
|
|
1359
|
-
const __vue_inject_styles__$
|
|
1359
|
+
const __vue_inject_styles__$p = undefined;
|
|
1360
1360
|
/* scoped */
|
|
1361
1361
|
|
|
1362
|
-
const __vue_scope_id__$
|
|
1362
|
+
const __vue_scope_id__$p = undefined;
|
|
1363
1363
|
/* module identifier */
|
|
1364
1364
|
|
|
1365
|
-
const __vue_module_identifier__$
|
|
1365
|
+
const __vue_module_identifier__$p = undefined;
|
|
1366
1366
|
/* functional template */
|
|
1367
1367
|
|
|
1368
|
-
const __vue_is_functional_template__$
|
|
1368
|
+
const __vue_is_functional_template__$p = undefined;
|
|
1369
1369
|
/* style inject */
|
|
1370
1370
|
|
|
1371
1371
|
/* style inject SSR */
|
|
1372
1372
|
|
|
1373
1373
|
/* style inject shadow dom */
|
|
1374
1374
|
|
|
1375
|
-
const __vue_component__$
|
|
1375
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
1376
1376
|
|
|
1377
|
-
var NsSvg = __vue_component__$
|
|
1377
|
+
var NsSvg = __vue_component__$N;
|
|
1378
1378
|
|
|
1379
1379
|
//
|
|
1380
|
-
var script$
|
|
1380
|
+
var script$i = {
|
|
1381
1381
|
name: "NsTile",
|
|
1382
1382
|
extends: CvTile,
|
|
1383
1383
|
inheritAttrs: false,
|
|
@@ -1451,7 +1451,7 @@ var script$h = {
|
|
|
1451
1451
|
};
|
|
1452
1452
|
|
|
1453
1453
|
/* script */
|
|
1454
|
-
const __vue_script__$
|
|
1454
|
+
const __vue_script__$i = script$i;
|
|
1455
1455
|
/* template */
|
|
1456
1456
|
|
|
1457
1457
|
var __vue_render__$n = function () {
|
|
@@ -1496,7 +1496,7 @@ var __vue_render__$n = function () {
|
|
|
1496
1496
|
var __vue_staticRenderFns__$n = [];
|
|
1497
1497
|
/* style */
|
|
1498
1498
|
|
|
1499
|
-
const __vue_inject_styles__$
|
|
1499
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
1500
1500
|
if (!inject) return;
|
|
1501
1501
|
inject("data-v-443a91f0_0", {
|
|
1502
1502
|
source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
|
|
@@ -1507,23 +1507,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
1507
1507
|
/* scoped */
|
|
1508
1508
|
|
|
1509
1509
|
|
|
1510
|
-
const __vue_scope_id__$
|
|
1510
|
+
const __vue_scope_id__$o = "data-v-443a91f0";
|
|
1511
1511
|
/* module identifier */
|
|
1512
1512
|
|
|
1513
|
-
const __vue_module_identifier__$
|
|
1513
|
+
const __vue_module_identifier__$o = undefined;
|
|
1514
1514
|
/* functional template */
|
|
1515
1515
|
|
|
1516
|
-
const __vue_is_functional_template__$
|
|
1516
|
+
const __vue_is_functional_template__$o = false;
|
|
1517
1517
|
/* style inject SSR */
|
|
1518
1518
|
|
|
1519
1519
|
/* style inject shadow dom */
|
|
1520
1520
|
|
|
1521
|
-
const __vue_component__$
|
|
1521
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
1522
1522
|
render: __vue_render__$n,
|
|
1523
1523
|
staticRenderFns: __vue_staticRenderFns__$n
|
|
1524
|
-
}, __vue_inject_styles__$
|
|
1524
|
+
}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
1525
1525
|
|
|
1526
|
-
var __vue_component__$
|
|
1526
|
+
var __vue_component__$M = __vue_component__$L;
|
|
1527
1527
|
|
|
1528
1528
|
function toInteger(dirtyNumber) {
|
|
1529
1529
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6120,7 +6120,7 @@ var DateTimeService = {
|
|
|
6120
6120
|
};
|
|
6121
6121
|
|
|
6122
6122
|
//
|
|
6123
|
-
var script$
|
|
6123
|
+
var script$h = {
|
|
6124
6124
|
name: "NsToastNotification",
|
|
6125
6125
|
extends: CvToastNotification,
|
|
6126
6126
|
components: {
|
|
@@ -6162,7 +6162,7 @@ var script$g = {
|
|
|
6162
6162
|
};
|
|
6163
6163
|
|
|
6164
6164
|
/* script */
|
|
6165
|
-
const __vue_script__$
|
|
6165
|
+
const __vue_script__$h = script$h;
|
|
6166
6166
|
/* template */
|
|
6167
6167
|
|
|
6168
6168
|
var __vue_render__$m = function () {
|
|
@@ -6251,7 +6251,7 @@ var __vue_render__$m = function () {
|
|
|
6251
6251
|
var __vue_staticRenderFns__$m = [];
|
|
6252
6252
|
/* style */
|
|
6253
6253
|
|
|
6254
|
-
const __vue_inject_styles__$
|
|
6254
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6255
6255
|
if (!inject) return;
|
|
6256
6256
|
inject("data-v-7385c86a_0", {
|
|
6257
6257
|
source: ".notification[data-v-7385c86a]{margin-bottom:0;margin-right:0}.action[data-v-7385c86a]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-7385c86a]{margin-left:-16px}.notification-description-and-progress[data-v-7385c86a]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-7385c86a]{margin-bottom:0}.progress[data-v-7385c86a]{margin-top:.75rem}.progress-bar-spacer[data-v-7385c86a]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{width:100%;cursor:pointer}.notification-read[data-v-7385c86a]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-7385c86a]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-7385c86a]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-7385c86a]{font-weight:400}.cv-notifiation .timestamp[data-v-7385c86a]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-7385c86a]{color:#c6c6c6}.bx--tooltip__trigger[data-v-7385c86a]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-7385c86a]::before{border-bottom-color:#161616}div.row[data-v-7385c86a]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-7385c86a]{flex-grow:1}",
|
|
@@ -6266,26 +6266,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6266
6266
|
/* scoped */
|
|
6267
6267
|
|
|
6268
6268
|
|
|
6269
|
-
const __vue_scope_id__$
|
|
6269
|
+
const __vue_scope_id__$n = "data-v-7385c86a";
|
|
6270
6270
|
/* module identifier */
|
|
6271
6271
|
|
|
6272
|
-
const __vue_module_identifier__$
|
|
6272
|
+
const __vue_module_identifier__$n = undefined;
|
|
6273
6273
|
/* functional template */
|
|
6274
6274
|
|
|
6275
|
-
const __vue_is_functional_template__$
|
|
6275
|
+
const __vue_is_functional_template__$n = false;
|
|
6276
6276
|
/* style inject SSR */
|
|
6277
6277
|
|
|
6278
6278
|
/* style inject shadow dom */
|
|
6279
6279
|
|
|
6280
|
-
const __vue_component__$
|
|
6280
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
6281
6281
|
render: __vue_render__$m,
|
|
6282
6282
|
staticRenderFns: __vue_staticRenderFns__$m
|
|
6283
|
-
}, __vue_inject_styles__$
|
|
6283
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6284
6284
|
|
|
6285
|
-
var __vue_component__$
|
|
6285
|
+
var __vue_component__$K = __vue_component__$J;
|
|
6286
6286
|
|
|
6287
6287
|
//
|
|
6288
|
-
var script$
|
|
6288
|
+
var script$g = {
|
|
6289
6289
|
name: "NsInfoCard",
|
|
6290
6290
|
components: {
|
|
6291
6291
|
NsSvg,
|
|
@@ -6336,7 +6336,7 @@ var script$f = {
|
|
|
6336
6336
|
};
|
|
6337
6337
|
|
|
6338
6338
|
/* script */
|
|
6339
|
-
const __vue_script__$
|
|
6339
|
+
const __vue_script__$g = script$g;
|
|
6340
6340
|
/* template */
|
|
6341
6341
|
|
|
6342
6342
|
var __vue_render__$l = function () {
|
|
@@ -6399,7 +6399,7 @@ var __vue_render__$l = function () {
|
|
|
6399
6399
|
var __vue_staticRenderFns__$l = [];
|
|
6400
6400
|
/* style */
|
|
6401
6401
|
|
|
6402
|
-
const __vue_inject_styles__$
|
|
6402
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6403
6403
|
if (!inject) return;
|
|
6404
6404
|
inject("data-v-aefc1c3e_0", {
|
|
6405
6405
|
source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
|
|
@@ -6410,26 +6410,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6410
6410
|
/* scoped */
|
|
6411
6411
|
|
|
6412
6412
|
|
|
6413
|
-
const __vue_scope_id__$
|
|
6413
|
+
const __vue_scope_id__$m = "data-v-aefc1c3e";
|
|
6414
6414
|
/* module identifier */
|
|
6415
6415
|
|
|
6416
|
-
const __vue_module_identifier__$
|
|
6416
|
+
const __vue_module_identifier__$m = undefined;
|
|
6417
6417
|
/* functional template */
|
|
6418
6418
|
|
|
6419
|
-
const __vue_is_functional_template__$
|
|
6419
|
+
const __vue_is_functional_template__$m = false;
|
|
6420
6420
|
/* style inject SSR */
|
|
6421
6421
|
|
|
6422
6422
|
/* style inject shadow dom */
|
|
6423
6423
|
|
|
6424
|
-
const __vue_component__$
|
|
6424
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6425
6425
|
render: __vue_render__$l,
|
|
6426
6426
|
staticRenderFns: __vue_staticRenderFns__$l
|
|
6427
|
-
}, __vue_inject_styles__$
|
|
6427
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6428
6428
|
|
|
6429
|
-
var __vue_component__$
|
|
6429
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6430
6430
|
|
|
6431
6431
|
//
|
|
6432
|
-
var script$
|
|
6432
|
+
var script$f = {
|
|
6433
6433
|
name: "NsStatusCard",
|
|
6434
6434
|
//components added for storybook to work
|
|
6435
6435
|
components: {
|
|
@@ -6476,7 +6476,7 @@ var script$e = {
|
|
|
6476
6476
|
};
|
|
6477
6477
|
|
|
6478
6478
|
/* script */
|
|
6479
|
-
const __vue_script__$
|
|
6479
|
+
const __vue_script__$f = script$f;
|
|
6480
6480
|
/* template */
|
|
6481
6481
|
|
|
6482
6482
|
var __vue_render__$k = function () {
|
|
@@ -6551,7 +6551,7 @@ var __vue_render__$k = function () {
|
|
|
6551
6551
|
var __vue_staticRenderFns__$k = [];
|
|
6552
6552
|
/* style */
|
|
6553
6553
|
|
|
6554
|
-
const __vue_inject_styles__$
|
|
6554
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6555
6555
|
if (!inject) return;
|
|
6556
6556
|
inject("data-v-496044f0_0", {
|
|
6557
6557
|
source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6562,26 +6562,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6562
6562
|
/* scoped */
|
|
6563
6563
|
|
|
6564
6564
|
|
|
6565
|
-
const __vue_scope_id__$
|
|
6565
|
+
const __vue_scope_id__$l = "data-v-496044f0";
|
|
6566
6566
|
/* module identifier */
|
|
6567
6567
|
|
|
6568
|
-
const __vue_module_identifier__$
|
|
6568
|
+
const __vue_module_identifier__$l = undefined;
|
|
6569
6569
|
/* functional template */
|
|
6570
6570
|
|
|
6571
|
-
const __vue_is_functional_template__$
|
|
6571
|
+
const __vue_is_functional_template__$l = false;
|
|
6572
6572
|
/* style inject SSR */
|
|
6573
6573
|
|
|
6574
6574
|
/* style inject shadow dom */
|
|
6575
6575
|
|
|
6576
|
-
const __vue_component__$
|
|
6576
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6577
6577
|
render: __vue_render__$k,
|
|
6578
6578
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
6579
|
-
}, __vue_inject_styles__$
|
|
6579
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6580
6580
|
|
|
6581
|
-
var __vue_component__$
|
|
6581
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6582
6582
|
|
|
6583
6583
|
//
|
|
6584
|
-
var script$
|
|
6584
|
+
var script$e = {
|
|
6585
6585
|
name: "NsSystemdServiceCard",
|
|
6586
6586
|
//components added for storybook to work
|
|
6587
6587
|
components: {
|
|
@@ -6635,7 +6635,7 @@ var script$d = {
|
|
|
6635
6635
|
};
|
|
6636
6636
|
|
|
6637
6637
|
/* script */
|
|
6638
|
-
const __vue_script__$
|
|
6638
|
+
const __vue_script__$e = script$e;
|
|
6639
6639
|
/* template */
|
|
6640
6640
|
|
|
6641
6641
|
var __vue_render__$j = function () {
|
|
@@ -6696,7 +6696,7 @@ var __vue_render__$j = function () {
|
|
|
6696
6696
|
var __vue_staticRenderFns__$j = [];
|
|
6697
6697
|
/* style */
|
|
6698
6698
|
|
|
6699
|
-
const __vue_inject_styles__$
|
|
6699
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6700
6700
|
if (!inject) return;
|
|
6701
6701
|
inject("data-v-bf751eca_0", {
|
|
6702
6702
|
source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6707,23 +6707,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6707
6707
|
/* scoped */
|
|
6708
6708
|
|
|
6709
6709
|
|
|
6710
|
-
const __vue_scope_id__$
|
|
6710
|
+
const __vue_scope_id__$k = "data-v-bf751eca";
|
|
6711
6711
|
/* module identifier */
|
|
6712
6712
|
|
|
6713
|
-
const __vue_module_identifier__$
|
|
6713
|
+
const __vue_module_identifier__$k = undefined;
|
|
6714
6714
|
/* functional template */
|
|
6715
6715
|
|
|
6716
|
-
const __vue_is_functional_template__$
|
|
6716
|
+
const __vue_is_functional_template__$k = false;
|
|
6717
6717
|
/* style inject SSR */
|
|
6718
6718
|
|
|
6719
6719
|
/* style inject shadow dom */
|
|
6720
6720
|
|
|
6721
|
-
const __vue_component__$
|
|
6721
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6722
6722
|
render: __vue_render__$j,
|
|
6723
6723
|
staticRenderFns: __vue_staticRenderFns__$j
|
|
6724
|
-
}, __vue_inject_styles__$
|
|
6724
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6725
6725
|
|
|
6726
|
-
var __vue_component__$
|
|
6726
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6727
6727
|
|
|
6728
6728
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
6729
6729
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7180,7 +7180,7 @@ var UtilService = {
|
|
|
7180
7180
|
};
|
|
7181
7181
|
|
|
7182
7182
|
//
|
|
7183
|
-
var script$
|
|
7183
|
+
var script$d = {
|
|
7184
7184
|
name: "NsPasswordInput",
|
|
7185
7185
|
components: CvTextInput,
|
|
7186
7186
|
mixins: [UtilService],
|
|
@@ -7336,7 +7336,7 @@ var script$c = {
|
|
|
7336
7336
|
};
|
|
7337
7337
|
|
|
7338
7338
|
/* script */
|
|
7339
|
-
const __vue_script__$
|
|
7339
|
+
const __vue_script__$d = script$d;
|
|
7340
7340
|
/* template */
|
|
7341
7341
|
|
|
7342
7342
|
var __vue_render__$i = function () {
|
|
@@ -7437,7 +7437,7 @@ var __vue_render__$i = function () {
|
|
|
7437
7437
|
var __vue_staticRenderFns__$i = [];
|
|
7438
7438
|
/* style */
|
|
7439
7439
|
|
|
7440
|
-
const __vue_inject_styles__$
|
|
7440
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
7441
7441
|
if (!inject) return;
|
|
7442
7442
|
inject("data-v-6ed70bae_0", {
|
|
7443
7443
|
source: ".new-password-container[data-v-6ed70bae]{margin-bottom:1rem}.new-password[data-v-6ed70bae]{margin-bottom:.25rem}.confirm-password[data-v-6ed70bae]{margin-bottom:.25rem}.password-meter[data-v-6ed70bae]{display:flex}@media (min-width:672px){.password-meter[data-v-6ed70bae]{max-width:38rem}}.requirement[data-v-6ed70bae]{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-6ed70bae]{background-color:#fff}.requirement[data-v-6ed70bae]:first-child{margin-left:0}.requirement-ok[data-v-6ed70bae]{color:#fff;background-color:#198038}.requirement-disabled[data-v-6ed70bae]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
@@ -7448,26 +7448,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
7448
7448
|
/* scoped */
|
|
7449
7449
|
|
|
7450
7450
|
|
|
7451
|
-
const __vue_scope_id__$
|
|
7451
|
+
const __vue_scope_id__$j = "data-v-6ed70bae";
|
|
7452
7452
|
/* module identifier */
|
|
7453
7453
|
|
|
7454
|
-
const __vue_module_identifier__$
|
|
7454
|
+
const __vue_module_identifier__$j = undefined;
|
|
7455
7455
|
/* functional template */
|
|
7456
7456
|
|
|
7457
|
-
const __vue_is_functional_template__$
|
|
7457
|
+
const __vue_is_functional_template__$j = false;
|
|
7458
7458
|
/* style inject SSR */
|
|
7459
7459
|
|
|
7460
7460
|
/* style inject shadow dom */
|
|
7461
7461
|
|
|
7462
|
-
const __vue_component__$
|
|
7462
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
7463
7463
|
render: __vue_render__$i,
|
|
7464
7464
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
7465
|
-
}, __vue_inject_styles__$
|
|
7465
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
7466
7466
|
|
|
7467
|
-
var __vue_component__$
|
|
7467
|
+
var __vue_component__$C = __vue_component__$B;
|
|
7468
7468
|
|
|
7469
7469
|
//
|
|
7470
|
-
var script$
|
|
7470
|
+
var script$c = {
|
|
7471
7471
|
name: "NsIconMenu",
|
|
7472
7472
|
extends: CvOverflowMenu,
|
|
7473
7473
|
props: {
|
|
@@ -7511,7 +7511,7 @@ var script$b = {
|
|
|
7511
7511
|
};
|
|
7512
7512
|
|
|
7513
7513
|
/* script */
|
|
7514
|
-
const __vue_script__$
|
|
7514
|
+
const __vue_script__$c = script$c;
|
|
7515
7515
|
/* template */
|
|
7516
7516
|
|
|
7517
7517
|
var __vue_render__$h = function () {
|
|
@@ -7633,7 +7633,7 @@ var __vue_render__$h = function () {
|
|
|
7633
7633
|
var __vue_staticRenderFns__$h = [];
|
|
7634
7634
|
/* style */
|
|
7635
7635
|
|
|
7636
|
-
const __vue_inject_styles__$
|
|
7636
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7637
7637
|
if (!inject) return;
|
|
7638
7638
|
inject("data-v-2be14df6_0", {
|
|
7639
7639
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7644,27 +7644,27 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7644
7644
|
/* scoped */
|
|
7645
7645
|
|
|
7646
7646
|
|
|
7647
|
-
const __vue_scope_id__$
|
|
7647
|
+
const __vue_scope_id__$i = "data-v-2be14df6";
|
|
7648
7648
|
/* module identifier */
|
|
7649
7649
|
|
|
7650
|
-
const __vue_module_identifier__$
|
|
7650
|
+
const __vue_module_identifier__$i = undefined;
|
|
7651
7651
|
/* functional template */
|
|
7652
7652
|
|
|
7653
|
-
const __vue_is_functional_template__$
|
|
7653
|
+
const __vue_is_functional_template__$i = false;
|
|
7654
7654
|
/* style inject SSR */
|
|
7655
7655
|
|
|
7656
7656
|
/* style inject shadow dom */
|
|
7657
7657
|
|
|
7658
|
-
const __vue_component__$
|
|
7658
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
7659
7659
|
render: __vue_render__$h,
|
|
7660
7660
|
staticRenderFns: __vue_staticRenderFns__$h
|
|
7661
|
-
}, __vue_inject_styles__$
|
|
7661
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
7662
7662
|
|
|
7663
|
-
var __vue_component__$
|
|
7663
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7664
7664
|
|
|
7665
7665
|
//
|
|
7666
7666
|
Vue.use(chartsVue);
|
|
7667
|
-
var script$
|
|
7667
|
+
var script$b = {
|
|
7668
7668
|
name: "NsMeterChart",
|
|
7669
7669
|
components: {
|
|
7670
7670
|
CcvMeterChart
|
|
@@ -7738,7 +7738,7 @@ var script$a = {
|
|
|
7738
7738
|
};
|
|
7739
7739
|
|
|
7740
7740
|
/* script */
|
|
7741
|
-
const __vue_script__$
|
|
7741
|
+
const __vue_script__$b = script$b;
|
|
7742
7742
|
/* template */
|
|
7743
7743
|
|
|
7744
7744
|
var __vue_render__$g = function () {
|
|
@@ -7759,32 +7759,32 @@ var __vue_render__$g = function () {
|
|
|
7759
7759
|
var __vue_staticRenderFns__$g = [];
|
|
7760
7760
|
/* style */
|
|
7761
7761
|
|
|
7762
|
-
const __vue_inject_styles__$
|
|
7762
|
+
const __vue_inject_styles__$h = undefined;
|
|
7763
7763
|
/* scoped */
|
|
7764
7764
|
|
|
7765
|
-
const __vue_scope_id__$
|
|
7765
|
+
const __vue_scope_id__$h = undefined;
|
|
7766
7766
|
/* module identifier */
|
|
7767
7767
|
|
|
7768
|
-
const __vue_module_identifier__$
|
|
7768
|
+
const __vue_module_identifier__$h = undefined;
|
|
7769
7769
|
/* functional template */
|
|
7770
7770
|
|
|
7771
|
-
const __vue_is_functional_template__$
|
|
7771
|
+
const __vue_is_functional_template__$h = false;
|
|
7772
7772
|
/* style inject */
|
|
7773
7773
|
|
|
7774
7774
|
/* style inject SSR */
|
|
7775
7775
|
|
|
7776
7776
|
/* style inject shadow dom */
|
|
7777
7777
|
|
|
7778
|
-
const __vue_component__$
|
|
7778
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7779
7779
|
render: __vue_render__$g,
|
|
7780
7780
|
staticRenderFns: __vue_staticRenderFns__$g
|
|
7781
|
-
}, __vue_inject_styles__$
|
|
7781
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
7782
7782
|
|
|
7783
|
-
var __vue_component__$
|
|
7783
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7784
7784
|
|
|
7785
7785
|
//
|
|
7786
7786
|
Vue.use(chartsVue);
|
|
7787
|
-
var script$
|
|
7787
|
+
var script$a = {
|
|
7788
7788
|
name: "NsPieChart",
|
|
7789
7789
|
components: {},
|
|
7790
7790
|
props: {
|
|
@@ -7840,7 +7840,7 @@ var script$9 = {
|
|
|
7840
7840
|
};
|
|
7841
7841
|
|
|
7842
7842
|
/* script */
|
|
7843
|
-
const __vue_script__$
|
|
7843
|
+
const __vue_script__$a = script$a;
|
|
7844
7844
|
/* template */
|
|
7845
7845
|
|
|
7846
7846
|
var __vue_render__$f = function () {
|
|
@@ -7861,31 +7861,31 @@ var __vue_render__$f = function () {
|
|
|
7861
7861
|
var __vue_staticRenderFns__$f = [];
|
|
7862
7862
|
/* style */
|
|
7863
7863
|
|
|
7864
|
-
const __vue_inject_styles__$
|
|
7864
|
+
const __vue_inject_styles__$g = undefined;
|
|
7865
7865
|
/* scoped */
|
|
7866
7866
|
|
|
7867
|
-
const __vue_scope_id__$
|
|
7867
|
+
const __vue_scope_id__$g = undefined;
|
|
7868
7868
|
/* module identifier */
|
|
7869
7869
|
|
|
7870
|
-
const __vue_module_identifier__$
|
|
7870
|
+
const __vue_module_identifier__$g = undefined;
|
|
7871
7871
|
/* functional template */
|
|
7872
7872
|
|
|
7873
|
-
const __vue_is_functional_template__$
|
|
7873
|
+
const __vue_is_functional_template__$g = false;
|
|
7874
7874
|
/* style inject */
|
|
7875
7875
|
|
|
7876
7876
|
/* style inject SSR */
|
|
7877
7877
|
|
|
7878
7878
|
/* style inject shadow dom */
|
|
7879
7879
|
|
|
7880
|
-
const __vue_component__$
|
|
7880
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7881
7881
|
render: __vue_render__$f,
|
|
7882
7882
|
staticRenderFns: __vue_staticRenderFns__$f
|
|
7883
|
-
}, __vue_inject_styles__$
|
|
7883
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
7884
7884
|
|
|
7885
|
-
var __vue_component__$
|
|
7885
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7886
7886
|
|
|
7887
7887
|
//
|
|
7888
|
-
var script$
|
|
7888
|
+
var script$9 = {
|
|
7889
7889
|
name: "NsDangerDeleteModal",
|
|
7890
7890
|
//component added for storybook to work
|
|
7891
7891
|
components: {
|
|
@@ -7968,7 +7968,7 @@ var script$8 = {
|
|
|
7968
7968
|
};
|
|
7969
7969
|
|
|
7970
7970
|
/* script */
|
|
7971
|
-
const __vue_script__$
|
|
7971
|
+
const __vue_script__$9 = script$9;
|
|
7972
7972
|
/* template */
|
|
7973
7973
|
|
|
7974
7974
|
var __vue_render__$e = function () {
|
|
@@ -8035,7 +8035,7 @@ var __vue_render__$e = function () {
|
|
|
8035
8035
|
var __vue_staticRenderFns__$e = [];
|
|
8036
8036
|
/* style */
|
|
8037
8037
|
|
|
8038
|
-
const __vue_inject_styles__$
|
|
8038
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
8039
8039
|
if (!inject) return;
|
|
8040
8040
|
inject("data-v-97f667a6_0", {
|
|
8041
8041
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -8046,23 +8046,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
8046
8046
|
/* scoped */
|
|
8047
8047
|
|
|
8048
8048
|
|
|
8049
|
-
const __vue_scope_id__$
|
|
8049
|
+
const __vue_scope_id__$f = "data-v-97f667a6";
|
|
8050
8050
|
/* module identifier */
|
|
8051
8051
|
|
|
8052
|
-
const __vue_module_identifier__$
|
|
8052
|
+
const __vue_module_identifier__$f = undefined;
|
|
8053
8053
|
/* functional template */
|
|
8054
8054
|
|
|
8055
|
-
const __vue_is_functional_template__$
|
|
8055
|
+
const __vue_is_functional_template__$f = false;
|
|
8056
8056
|
/* style inject SSR */
|
|
8057
8057
|
|
|
8058
8058
|
/* style inject shadow dom */
|
|
8059
8059
|
|
|
8060
|
-
const __vue_component__$
|
|
8060
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
8061
8061
|
render: __vue_render__$e,
|
|
8062
8062
|
staticRenderFns: __vue_staticRenderFns__$e
|
|
8063
|
-
}, __vue_inject_styles__$
|
|
8063
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
8064
8064
|
|
|
8065
|
-
var __vue_component__$
|
|
8065
|
+
var __vue_component__$u = __vue_component__$t;
|
|
8066
8066
|
|
|
8067
8067
|
var IconService = {
|
|
8068
8068
|
name: "IconService",
|
|
@@ -8189,7 +8189,7 @@ var IconService = {
|
|
|
8189
8189
|
};
|
|
8190
8190
|
|
|
8191
8191
|
//
|
|
8192
|
-
var script$
|
|
8192
|
+
var script$8 = {
|
|
8193
8193
|
name: "NsDropdownAction",
|
|
8194
8194
|
extends: CvOverflowMenu,
|
|
8195
8195
|
components: {
|
|
@@ -8221,7 +8221,7 @@ var script$7 = {
|
|
|
8221
8221
|
};
|
|
8222
8222
|
|
|
8223
8223
|
/* script */
|
|
8224
|
-
const __vue_script__$
|
|
8224
|
+
const __vue_script__$8 = script$8;
|
|
8225
8225
|
/* template */
|
|
8226
8226
|
|
|
8227
8227
|
var __vue_render__$d = function () {
|
|
@@ -8327,31 +8327,31 @@ var __vue_render__$d = function () {
|
|
|
8327
8327
|
var __vue_staticRenderFns__$d = [];
|
|
8328
8328
|
/* style */
|
|
8329
8329
|
|
|
8330
|
-
const __vue_inject_styles__$
|
|
8330
|
+
const __vue_inject_styles__$e = undefined;
|
|
8331
8331
|
/* scoped */
|
|
8332
8332
|
|
|
8333
|
-
const __vue_scope_id__$
|
|
8333
|
+
const __vue_scope_id__$e = "data-v-31925b9d";
|
|
8334
8334
|
/* module identifier */
|
|
8335
8335
|
|
|
8336
|
-
const __vue_module_identifier__$
|
|
8336
|
+
const __vue_module_identifier__$e = undefined;
|
|
8337
8337
|
/* functional template */
|
|
8338
8338
|
|
|
8339
|
-
const __vue_is_functional_template__$
|
|
8339
|
+
const __vue_is_functional_template__$e = false;
|
|
8340
8340
|
/* style inject */
|
|
8341
8341
|
|
|
8342
8342
|
/* style inject SSR */
|
|
8343
8343
|
|
|
8344
8344
|
/* style inject shadow dom */
|
|
8345
8345
|
|
|
8346
|
-
const __vue_component__$
|
|
8346
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
8347
8347
|
render: __vue_render__$d,
|
|
8348
8348
|
staticRenderFns: __vue_staticRenderFns__$d
|
|
8349
|
-
}, __vue_inject_styles__$
|
|
8349
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
8350
8350
|
|
|
8351
|
-
var __vue_component__$
|
|
8351
|
+
var __vue_component__$s = __vue_component__$r;
|
|
8352
8352
|
|
|
8353
8353
|
//
|
|
8354
|
-
var script$
|
|
8354
|
+
var script$7 = {
|
|
8355
8355
|
name: "NsTextInput",
|
|
8356
8356
|
extends: CvTextInput,
|
|
8357
8357
|
components: {
|
|
@@ -8405,7 +8405,7 @@ var script$6 = {
|
|
|
8405
8405
|
};
|
|
8406
8406
|
|
|
8407
8407
|
/* script */
|
|
8408
|
-
const __vue_script__$
|
|
8408
|
+
const __vue_script__$7 = script$7;
|
|
8409
8409
|
/* template */
|
|
8410
8410
|
|
|
8411
8411
|
var __vue_render__$c = function () {
|
|
@@ -8489,7 +8489,7 @@ var __vue_render__$c = function () {
|
|
|
8489
8489
|
var __vue_staticRenderFns__$c = [];
|
|
8490
8490
|
/* style */
|
|
8491
8491
|
|
|
8492
|
-
const __vue_inject_styles__$
|
|
8492
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
8493
8493
|
if (!inject) return;
|
|
8494
8494
|
inject("data-v-c9c91db0_0", {
|
|
8495
8495
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8504,26 +8504,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
8504
8504
|
/* scoped */
|
|
8505
8505
|
|
|
8506
8506
|
|
|
8507
|
-
const __vue_scope_id__$
|
|
8507
|
+
const __vue_scope_id__$d = "data-v-c9c91db0";
|
|
8508
8508
|
/* module identifier */
|
|
8509
8509
|
|
|
8510
|
-
const __vue_module_identifier__$
|
|
8510
|
+
const __vue_module_identifier__$d = undefined;
|
|
8511
8511
|
/* functional template */
|
|
8512
8512
|
|
|
8513
|
-
const __vue_is_functional_template__$
|
|
8513
|
+
const __vue_is_functional_template__$d = false;
|
|
8514
8514
|
/* style inject SSR */
|
|
8515
8515
|
|
|
8516
8516
|
/* style inject shadow dom */
|
|
8517
8517
|
|
|
8518
|
-
const __vue_component__$
|
|
8518
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8519
8519
|
render: __vue_render__$c,
|
|
8520
8520
|
staticRenderFns: __vue_staticRenderFns__$c
|
|
8521
|
-
}, __vue_inject_styles__$
|
|
8521
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
8522
8522
|
|
|
8523
|
-
var __vue_component__$
|
|
8523
|
+
var __vue_component__$q = __vue_component__$p;
|
|
8524
8524
|
|
|
8525
8525
|
//
|
|
8526
|
-
var script$
|
|
8526
|
+
var script$6 = {
|
|
8527
8527
|
name: "NsBackupCardDetails",
|
|
8528
8528
|
mixins: [DateTimeService],
|
|
8529
8529
|
props: {
|
|
@@ -8559,7 +8559,7 @@ var script$5 = {
|
|
|
8559
8559
|
};
|
|
8560
8560
|
|
|
8561
8561
|
/* script */
|
|
8562
|
-
const __vue_script__$
|
|
8562
|
+
const __vue_script__$6 = script$6;
|
|
8563
8563
|
/* template */
|
|
8564
8564
|
|
|
8565
8565
|
var __vue_render__$b = function () {
|
|
@@ -8619,7 +8619,7 @@ var __vue_render__$b = function () {
|
|
|
8619
8619
|
var __vue_staticRenderFns__$b = [];
|
|
8620
8620
|
/* style */
|
|
8621
8621
|
|
|
8622
|
-
const __vue_inject_styles__$
|
|
8622
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8623
8623
|
if (!inject) return;
|
|
8624
8624
|
inject("data-v-25453d1c_0", {
|
|
8625
8625
|
source: ".ns-backup-card-details[data-v-25453d1c]{display:contents}.tr[data-v-25453d1c]{display:table-row}.td[data-v-25453d1c]{display:table-cell}.label[data-v-25453d1c]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
@@ -8630,26 +8630,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8630
8630
|
/* scoped */
|
|
8631
8631
|
|
|
8632
8632
|
|
|
8633
|
-
const __vue_scope_id__$
|
|
8633
|
+
const __vue_scope_id__$c = "data-v-25453d1c";
|
|
8634
8634
|
/* module identifier */
|
|
8635
8635
|
|
|
8636
|
-
const __vue_module_identifier__$
|
|
8636
|
+
const __vue_module_identifier__$c = undefined;
|
|
8637
8637
|
/* functional template */
|
|
8638
8638
|
|
|
8639
|
-
const __vue_is_functional_template__$
|
|
8639
|
+
const __vue_is_functional_template__$c = false;
|
|
8640
8640
|
/* style inject SSR */
|
|
8641
8641
|
|
|
8642
8642
|
/* style inject shadow dom */
|
|
8643
8643
|
|
|
8644
|
-
const __vue_component__$
|
|
8644
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8645
8645
|
render: __vue_render__$b,
|
|
8646
8646
|
staticRenderFns: __vue_staticRenderFns__$b
|
|
8647
|
-
}, __vue_inject_styles__$
|
|
8647
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
8648
8648
|
|
|
8649
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8649
|
+
var NsBackupCardDetails = __vue_component__$o;
|
|
8650
8650
|
|
|
8651
8651
|
//
|
|
8652
|
-
var script$
|
|
8652
|
+
var script$5 = {
|
|
8653
8653
|
name: "NsBackupCard",
|
|
8654
8654
|
components: {
|
|
8655
8655
|
NsBackupCardDetails
|
|
@@ -8790,7 +8790,7 @@ var script$4 = {
|
|
|
8790
8790
|
};
|
|
8791
8791
|
|
|
8792
8792
|
/* script */
|
|
8793
|
-
const __vue_script__$
|
|
8793
|
+
const __vue_script__$5 = script$5;
|
|
8794
8794
|
/* template */
|
|
8795
8795
|
|
|
8796
8796
|
var __vue_render__$a = function () {
|
|
@@ -8912,7 +8912,7 @@ var __vue_render__$a = function () {
|
|
|
8912
8912
|
var __vue_staticRenderFns__$a = [];
|
|
8913
8913
|
/* style */
|
|
8914
8914
|
|
|
8915
|
-
const __vue_inject_styles__$
|
|
8915
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8916
8916
|
if (!inject) return;
|
|
8917
8917
|
inject("data-v-5a3b7738_0", {
|
|
8918
8918
|
source: ".ns-backup-card[data-v-5a3b7738]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-5a3b7738]{margin-bottom:1rem}.backup[data-v-5a3b7738]:last-child{margin-bottom:0}.row[data-v-5a3b7738]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5a3b7738]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-5a3b7738]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-5a3b7738]{display:table}.tr[data-v-5a3b7738]{display:table-row}.td[data-v-5a3b7738]{display:table-cell}.label[data-v-5a3b7738]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-5a3b7738]{font-weight:700}.backup-status-icon[data-v-5a3b7738]{margin-right:.25rem}",
|
|
@@ -8927,26 +8927,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8927
8927
|
/* scoped */
|
|
8928
8928
|
|
|
8929
8929
|
|
|
8930
|
-
const __vue_scope_id__$
|
|
8930
|
+
const __vue_scope_id__$b = "data-v-5a3b7738";
|
|
8931
8931
|
/* module identifier */
|
|
8932
8932
|
|
|
8933
|
-
const __vue_module_identifier__$
|
|
8933
|
+
const __vue_module_identifier__$b = undefined;
|
|
8934
8934
|
/* functional template */
|
|
8935
8935
|
|
|
8936
|
-
const __vue_is_functional_template__$
|
|
8936
|
+
const __vue_is_functional_template__$b = false;
|
|
8937
8937
|
/* style inject SSR */
|
|
8938
8938
|
|
|
8939
8939
|
/* style inject shadow dom */
|
|
8940
8940
|
|
|
8941
|
-
const __vue_component__$
|
|
8941
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8942
8942
|
render: __vue_render__$a,
|
|
8943
8943
|
staticRenderFns: __vue_staticRenderFns__$a
|
|
8944
|
-
}, __vue_inject_styles__$
|
|
8944
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8945
8945
|
|
|
8946
|
-
var __vue_component__$
|
|
8946
|
+
var __vue_component__$n = __vue_component__$m;
|
|
8947
8947
|
|
|
8948
8948
|
//
|
|
8949
|
-
var script$
|
|
8949
|
+
var script$4 = {
|
|
8950
8950
|
name: "NsWizard",
|
|
8951
8951
|
extends: CvModal,
|
|
8952
8952
|
mixins: [IconService],
|
|
@@ -8977,7 +8977,7 @@ var script$3 = {
|
|
|
8977
8977
|
};
|
|
8978
8978
|
|
|
8979
8979
|
/* script */
|
|
8980
|
-
const __vue_script__$
|
|
8980
|
+
const __vue_script__$4 = script$4;
|
|
8981
8981
|
/* template */
|
|
8982
8982
|
|
|
8983
8983
|
var __vue_render__$9 = function () {
|
|
@@ -9122,31 +9122,31 @@ var __vue_render__$9 = function () {
|
|
|
9122
9122
|
var __vue_staticRenderFns__$9 = [];
|
|
9123
9123
|
/* style */
|
|
9124
9124
|
|
|
9125
|
-
const __vue_inject_styles__$
|
|
9125
|
+
const __vue_inject_styles__$a = undefined;
|
|
9126
9126
|
/* scoped */
|
|
9127
9127
|
|
|
9128
|
-
const __vue_scope_id__$
|
|
9128
|
+
const __vue_scope_id__$a = undefined;
|
|
9129
9129
|
/* module identifier */
|
|
9130
9130
|
|
|
9131
|
-
const __vue_module_identifier__$
|
|
9131
|
+
const __vue_module_identifier__$a = undefined;
|
|
9132
9132
|
/* functional template */
|
|
9133
9133
|
|
|
9134
|
-
const __vue_is_functional_template__$
|
|
9134
|
+
const __vue_is_functional_template__$a = false;
|
|
9135
9135
|
/* style inject */
|
|
9136
9136
|
|
|
9137
9137
|
/* style inject SSR */
|
|
9138
9138
|
|
|
9139
9139
|
/* style inject shadow dom */
|
|
9140
9140
|
|
|
9141
|
-
const __vue_component__$
|
|
9141
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
9142
9142
|
render: __vue_render__$9,
|
|
9143
9143
|
staticRenderFns: __vue_staticRenderFns__$9
|
|
9144
|
-
}, __vue_inject_styles__$
|
|
9144
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
9145
9145
|
|
|
9146
|
-
var __vue_component__$
|
|
9146
|
+
var __vue_component__$l = __vue_component__$k;
|
|
9147
9147
|
|
|
9148
9148
|
//
|
|
9149
|
-
var script$
|
|
9149
|
+
var script$3 = {
|
|
9150
9150
|
name: "NsMenuItem",
|
|
9151
9151
|
components: {
|
|
9152
9152
|
NsSvg
|
|
@@ -9169,7 +9169,7 @@ var script$2 = {
|
|
|
9169
9169
|
};
|
|
9170
9170
|
|
|
9171
9171
|
/* script */
|
|
9172
|
-
const __vue_script__$
|
|
9172
|
+
const __vue_script__$3 = script$3;
|
|
9173
9173
|
/* template */
|
|
9174
9174
|
|
|
9175
9175
|
var __vue_render__$8 = function () {
|
|
@@ -9195,7 +9195,7 @@ var __vue_render__$8 = function () {
|
|
|
9195
9195
|
var __vue_staticRenderFns__$8 = [];
|
|
9196
9196
|
/* style */
|
|
9197
9197
|
|
|
9198
|
-
const __vue_inject_styles__$
|
|
9198
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
9199
9199
|
if (!inject) return;
|
|
9200
9200
|
inject("data-v-35f08832_0", {
|
|
9201
9201
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9206,26 +9206,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
9206
9206
|
/* scoped */
|
|
9207
9207
|
|
|
9208
9208
|
|
|
9209
|
-
const __vue_scope_id__$
|
|
9209
|
+
const __vue_scope_id__$9 = "data-v-35f08832";
|
|
9210
9210
|
/* module identifier */
|
|
9211
9211
|
|
|
9212
|
-
const __vue_module_identifier__$
|
|
9212
|
+
const __vue_module_identifier__$9 = undefined;
|
|
9213
9213
|
/* functional template */
|
|
9214
9214
|
|
|
9215
|
-
const __vue_is_functional_template__$
|
|
9215
|
+
const __vue_is_functional_template__$9 = false;
|
|
9216
9216
|
/* style inject SSR */
|
|
9217
9217
|
|
|
9218
9218
|
/* style inject shadow dom */
|
|
9219
9219
|
|
|
9220
|
-
const __vue_component__$
|
|
9220
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
9221
9221
|
render: __vue_render__$8,
|
|
9222
9222
|
staticRenderFns: __vue_staticRenderFns__$8
|
|
9223
|
-
}, __vue_inject_styles__$
|
|
9223
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
9224
9224
|
|
|
9225
|
-
var __vue_component__$
|
|
9225
|
+
var __vue_component__$j = __vue_component__$i;
|
|
9226
9226
|
|
|
9227
9227
|
//
|
|
9228
|
-
var script$
|
|
9228
|
+
var script$2 = {
|
|
9229
9229
|
name: "NsMenuDivider",
|
|
9230
9230
|
components: {
|
|
9231
9231
|
CvSideNavDivider
|
|
@@ -9233,7 +9233,7 @@ var script$1 = {
|
|
|
9233
9233
|
};
|
|
9234
9234
|
|
|
9235
9235
|
/* script */
|
|
9236
|
-
const __vue_script__$
|
|
9236
|
+
const __vue_script__$2 = script$2;
|
|
9237
9237
|
/* template */
|
|
9238
9238
|
|
|
9239
9239
|
var __vue_render__$7 = function () {
|
|
@@ -9249,31 +9249,31 @@ var __vue_render__$7 = function () {
|
|
|
9249
9249
|
var __vue_staticRenderFns__$7 = [];
|
|
9250
9250
|
/* style */
|
|
9251
9251
|
|
|
9252
|
-
const __vue_inject_styles__$
|
|
9252
|
+
const __vue_inject_styles__$8 = undefined;
|
|
9253
9253
|
/* scoped */
|
|
9254
9254
|
|
|
9255
|
-
const __vue_scope_id__$
|
|
9255
|
+
const __vue_scope_id__$8 = "data-v-c2c8c17e";
|
|
9256
9256
|
/* module identifier */
|
|
9257
9257
|
|
|
9258
|
-
const __vue_module_identifier__$
|
|
9258
|
+
const __vue_module_identifier__$8 = undefined;
|
|
9259
9259
|
/* functional template */
|
|
9260
9260
|
|
|
9261
|
-
const __vue_is_functional_template__$
|
|
9261
|
+
const __vue_is_functional_template__$8 = false;
|
|
9262
9262
|
/* style inject */
|
|
9263
9263
|
|
|
9264
9264
|
/* style inject SSR */
|
|
9265
9265
|
|
|
9266
9266
|
/* style inject shadow dom */
|
|
9267
9267
|
|
|
9268
|
-
const __vue_component__$
|
|
9268
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
9269
9269
|
render: __vue_render__$7,
|
|
9270
9270
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
9271
|
-
}, __vue_inject_styles__$
|
|
9271
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
9272
9272
|
|
|
9273
|
-
var __vue_component__$
|
|
9273
|
+
var __vue_component__$h = __vue_component__$g;
|
|
9274
9274
|
|
|
9275
9275
|
//
|
|
9276
|
-
var script = {
|
|
9276
|
+
var script$1 = {
|
|
9277
9277
|
name: "NsSystemLogsCard",
|
|
9278
9278
|
mixins: [UtilService, IconService],
|
|
9279
9279
|
props: {
|
|
@@ -9392,7 +9392,7 @@ var script = {
|
|
|
9392
9392
|
};
|
|
9393
9393
|
|
|
9394
9394
|
/* script */
|
|
9395
|
-
const __vue_script__ = script;
|
|
9395
|
+
const __vue_script__$1 = script$1;
|
|
9396
9396
|
/* template */
|
|
9397
9397
|
|
|
9398
9398
|
var __vue_render__$6 = function () {
|
|
@@ -9425,26 +9425,73 @@ var __vue_render__$6 = function () {
|
|
|
9425
9425
|
var __vue_staticRenderFns__$6 = [];
|
|
9426
9426
|
/* style */
|
|
9427
9427
|
|
|
9428
|
-
const __vue_inject_styles__$
|
|
9428
|
+
const __vue_inject_styles__$7 = undefined;
|
|
9429
9429
|
/* scoped */
|
|
9430
9430
|
|
|
9431
|
-
const __vue_scope_id__$
|
|
9431
|
+
const __vue_scope_id__$7 = "data-v-aec74b8e";
|
|
9432
9432
|
/* module identifier */
|
|
9433
9433
|
|
|
9434
|
-
const __vue_module_identifier__$
|
|
9434
|
+
const __vue_module_identifier__$7 = undefined;
|
|
9435
9435
|
/* functional template */
|
|
9436
9436
|
|
|
9437
|
-
const __vue_is_functional_template__$
|
|
9437
|
+
const __vue_is_functional_template__$7 = false;
|
|
9438
9438
|
/* style inject */
|
|
9439
9439
|
|
|
9440
9440
|
/* style inject SSR */
|
|
9441
9441
|
|
|
9442
9442
|
/* style inject shadow dom */
|
|
9443
9443
|
|
|
9444
|
-
const __vue_component__$
|
|
9444
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9445
9445
|
render: __vue_render__$6,
|
|
9446
9446
|
staticRenderFns: __vue_staticRenderFns__$6
|
|
9447
|
-
}, __vue_inject_styles__$
|
|
9447
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
9448
|
+
|
|
9449
|
+
var __vue_component__$f = __vue_component__$e;
|
|
9450
|
+
|
|
9451
|
+
var script = {
|
|
9452
|
+
name: "NsModal",
|
|
9453
|
+
extends: CvModal,
|
|
9454
|
+
props: {
|
|
9455
|
+
hideOnClickOutside: {
|
|
9456
|
+
type: Boolean,
|
|
9457
|
+
default: false
|
|
9458
|
+
}
|
|
9459
|
+
},
|
|
9460
|
+
methods: {
|
|
9461
|
+
onExternalClick(ev) {
|
|
9462
|
+
if (this.hideOnClickOutside) {
|
|
9463
|
+
if (ev.target === this.$el) {
|
|
9464
|
+
this._maybeHide(ev, "external-click");
|
|
9465
|
+
}
|
|
9466
|
+
}
|
|
9467
|
+
}
|
|
9468
|
+
|
|
9469
|
+
}
|
|
9470
|
+
};
|
|
9471
|
+
|
|
9472
|
+
/* script */
|
|
9473
|
+
const __vue_script__ = script;
|
|
9474
|
+
/* template */
|
|
9475
|
+
|
|
9476
|
+
/* style */
|
|
9477
|
+
|
|
9478
|
+
const __vue_inject_styles__$6 = undefined;
|
|
9479
|
+
/* scoped */
|
|
9480
|
+
|
|
9481
|
+
const __vue_scope_id__$6 = undefined;
|
|
9482
|
+
/* module identifier */
|
|
9483
|
+
|
|
9484
|
+
const __vue_module_identifier__$6 = undefined;
|
|
9485
|
+
/* functional template */
|
|
9486
|
+
|
|
9487
|
+
const __vue_is_functional_template__$6 = undefined;
|
|
9488
|
+
/* style inject */
|
|
9489
|
+
|
|
9490
|
+
/* style inject SSR */
|
|
9491
|
+
|
|
9492
|
+
/* style inject shadow dom */
|
|
9493
|
+
|
|
9494
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
|
|
9448
9495
|
|
|
9449
9496
|
var __vue_component__$d = __vue_component__$c;
|
|
9450
9497
|
|
|
@@ -17291,32 +17338,33 @@ var filters = {
|
|
|
17291
17338
|
|
|
17292
17339
|
var components = /*#__PURE__*/Object.freeze({
|
|
17293
17340
|
__proto__: null,
|
|
17294
|
-
NsButton: __vue_component__$
|
|
17295
|
-
NsEmptyState: __vue_component__$
|
|
17341
|
+
NsButton: __vue_component__$Z,
|
|
17342
|
+
NsEmptyState: __vue_component__$U,
|
|
17296
17343
|
NsPictogram: NsPictogram,
|
|
17297
|
-
NsCodeSnippet: __vue_component__$
|
|
17344
|
+
NsCodeSnippet: __vue_component__$S,
|
|
17298
17345
|
NsInlineNotification: NsInlineNotification,
|
|
17299
17346
|
NsProgressBar: NsProgressBar,
|
|
17300
17347
|
NsSvg: NsSvg,
|
|
17301
|
-
NsTile: __vue_component__$
|
|
17302
|
-
NsToastNotification: __vue_component__$
|
|
17303
|
-
NsInfoCard: __vue_component__$
|
|
17304
|
-
NsStatusCard: __vue_component__$
|
|
17305
|
-
NsSystemdServiceCard: __vue_component__$
|
|
17306
|
-
NsPasswordInput: __vue_component__$
|
|
17307
|
-
NsIconMenu: __vue_component__$
|
|
17308
|
-
NsMeterChart: __vue_component__$
|
|
17309
|
-
NsPieChart: __vue_component__$
|
|
17348
|
+
NsTile: __vue_component__$M,
|
|
17349
|
+
NsToastNotification: __vue_component__$K,
|
|
17350
|
+
NsInfoCard: __vue_component__$I,
|
|
17351
|
+
NsStatusCard: __vue_component__$G,
|
|
17352
|
+
NsSystemdServiceCard: __vue_component__$E,
|
|
17353
|
+
NsPasswordInput: __vue_component__$C,
|
|
17354
|
+
NsIconMenu: __vue_component__$A,
|
|
17355
|
+
NsMeterChart: __vue_component__$y,
|
|
17356
|
+
NsPieChart: __vue_component__$w,
|
|
17310
17357
|
NsLottieAnimation: NsLottieAnimation,
|
|
17311
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17358
|
+
NsDangerDeleteModal: __vue_component__$u,
|
|
17312
17359
|
NsCircleTimer: NsCircleTimer,
|
|
17313
|
-
NsDropdownAction: __vue_component__$
|
|
17314
|
-
NsTextInput: __vue_component__$
|
|
17315
|
-
NsBackupCard: __vue_component__$
|
|
17316
|
-
NsWizard: __vue_component__$
|
|
17317
|
-
NsMenuItem: __vue_component__$
|
|
17318
|
-
NsMenuDivider: __vue_component__$
|
|
17319
|
-
NsSystemLogsCard: __vue_component__$
|
|
17360
|
+
NsDropdownAction: __vue_component__$s,
|
|
17361
|
+
NsTextInput: __vue_component__$q,
|
|
17362
|
+
NsBackupCard: __vue_component__$n,
|
|
17363
|
+
NsWizard: __vue_component__$l,
|
|
17364
|
+
NsMenuItem: __vue_component__$j,
|
|
17365
|
+
NsMenuDivider: __vue_component__$h,
|
|
17366
|
+
NsSystemLogsCard: __vue_component__$f,
|
|
17367
|
+
NsModal: __vue_component__$d,
|
|
17320
17368
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
17321
17369
|
GearPictogram: __vue_component__$b,
|
|
17322
17370
|
LovePictogram: __vue_component__$9,
|
|
@@ -17344,4 +17392,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
17344
17392
|
});
|
|
17345
17393
|
}; // Create module definition for Vue.use()
|
|
17346
17394
|
|
|
17347
|
-
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$
|
|
17395
|
+
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$n as NsBackupCard, __vue_component__$Z as NsButton, NsCircleTimer, __vue_component__$S as NsCodeSnippet, __vue_component__$u as NsDangerDeleteModal, __vue_component__$s as NsDropdownAction, __vue_component__$U as NsEmptyState, __vue_component__$A as NsIconMenu, __vue_component__$I as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$h as NsMenuDivider, __vue_component__$j as NsMenuItem, __vue_component__$y as NsMeterChart, __vue_component__$d as NsModal, __vue_component__$C as NsPasswordInput, NsPictogram, __vue_component__$w as NsPieChart, NsProgressBar, __vue_component__$G as NsStatusCard, NsSvg, __vue_component__$f as NsSystemLogsCard, __vue_component__$E as NsSystemdServiceCard, __vue_component__$q as NsTextInput, __vue_component__$M as NsTile, __vue_component__$K as NsToastNotification, __vue_component__$l as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as WarningPictogram, install as default };
|