@nethserver/ns8-ui-lib 0.0.68 → 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 +512 -277
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +474 -256
- package/package.json +1 -1
- package/src/lib-components/NsBackupCard.vue +4 -7
- package/src/lib-components/NsModal.vue +23 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -6,6 +6,7 @@ import { carbonPrefixMixin, themeMixin } from '@carbon/vue/src/mixins';
|
|
|
6
6
|
import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
|
|
7
7
|
import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
|
|
8
8
|
import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
|
|
9
|
+
import crypto from 'crypto';
|
|
9
10
|
import OverflowMenuVertical20 from '@carbon/icons-vue/es/overflow-menu--vertical/20';
|
|
10
11
|
import Vue from 'vue';
|
|
11
12
|
import '@carbon/charts/styles.css';
|
|
@@ -97,7 +98,7 @@ import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav
|
|
|
97
98
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
98
99
|
|
|
99
100
|
//
|
|
100
|
-
var script$
|
|
101
|
+
var script$r = {
|
|
101
102
|
name: "NsButton",
|
|
102
103
|
extends: CvButton,
|
|
103
104
|
props: {
|
|
@@ -260,7 +261,7 @@ function addStyle(id, css) {
|
|
|
260
261
|
}
|
|
261
262
|
|
|
262
263
|
/* script */
|
|
263
|
-
const __vue_script__$
|
|
264
|
+
const __vue_script__$r = script$r;
|
|
264
265
|
/* template */
|
|
265
266
|
|
|
266
267
|
var __vue_render__$w = function () {
|
|
@@ -289,7 +290,7 @@ var __vue_render__$w = function () {
|
|
|
289
290
|
var __vue_staticRenderFns__$w = [];
|
|
290
291
|
/* style */
|
|
291
292
|
|
|
292
|
-
const __vue_inject_styles__$
|
|
293
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
293
294
|
if (!inject) return;
|
|
294
295
|
inject("data-v-025b0f12_0", {
|
|
295
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)}}",
|
|
@@ -300,23 +301,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
300
301
|
/* scoped */
|
|
301
302
|
|
|
302
303
|
|
|
303
|
-
const __vue_scope_id__$
|
|
304
|
+
const __vue_scope_id__$y = "data-v-025b0f12";
|
|
304
305
|
/* module identifier */
|
|
305
306
|
|
|
306
|
-
const __vue_module_identifier__$
|
|
307
|
+
const __vue_module_identifier__$y = undefined;
|
|
307
308
|
/* functional template */
|
|
308
309
|
|
|
309
|
-
const __vue_is_functional_template__$
|
|
310
|
+
const __vue_is_functional_template__$y = false;
|
|
310
311
|
/* style inject SSR */
|
|
311
312
|
|
|
312
313
|
/* style inject shadow dom */
|
|
313
314
|
|
|
314
|
-
const __vue_component__$
|
|
315
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
315
316
|
render: __vue_render__$w,
|
|
316
317
|
staticRenderFns: __vue_staticRenderFns__$w
|
|
317
|
-
}, __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);
|
|
318
319
|
|
|
319
|
-
var __vue_component__$
|
|
320
|
+
var __vue_component__$Z = __vue_component__$Y;
|
|
320
321
|
|
|
321
322
|
//
|
|
322
323
|
//
|
|
@@ -334,7 +335,7 @@ var __vue_component__$X = __vue_component__$W;
|
|
|
334
335
|
//
|
|
335
336
|
//
|
|
336
337
|
//
|
|
337
|
-
var script$
|
|
338
|
+
var script$q = {
|
|
338
339
|
name: "NsPictogram",
|
|
339
340
|
props: {
|
|
340
341
|
title: {
|
|
@@ -357,7 +358,7 @@ var script$p = {
|
|
|
357
358
|
};
|
|
358
359
|
|
|
359
360
|
/* script */
|
|
360
|
-
const __vue_script__$
|
|
361
|
+
const __vue_script__$q = script$q;
|
|
361
362
|
/* template */
|
|
362
363
|
|
|
363
364
|
var __vue_render__$v = function () {
|
|
@@ -391,31 +392,31 @@ var __vue_render__$v = function () {
|
|
|
391
392
|
var __vue_staticRenderFns__$v = [];
|
|
392
393
|
/* style */
|
|
393
394
|
|
|
394
|
-
const __vue_inject_styles__$
|
|
395
|
+
const __vue_inject_styles__$x = undefined;
|
|
395
396
|
/* scoped */
|
|
396
397
|
|
|
397
|
-
const __vue_scope_id__$
|
|
398
|
+
const __vue_scope_id__$x = undefined;
|
|
398
399
|
/* module identifier */
|
|
399
400
|
|
|
400
|
-
const __vue_module_identifier__$
|
|
401
|
+
const __vue_module_identifier__$x = undefined;
|
|
401
402
|
/* functional template */
|
|
402
403
|
|
|
403
|
-
const __vue_is_functional_template__$
|
|
404
|
+
const __vue_is_functional_template__$x = false;
|
|
404
405
|
/* style inject */
|
|
405
406
|
|
|
406
407
|
/* style inject SSR */
|
|
407
408
|
|
|
408
409
|
/* style inject shadow dom */
|
|
409
410
|
|
|
410
|
-
const __vue_component__$
|
|
411
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
411
412
|
render: __vue_render__$v,
|
|
412
413
|
staticRenderFns: __vue_staticRenderFns__$v
|
|
413
|
-
}, __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);
|
|
414
415
|
|
|
415
|
-
var NsPictogram = __vue_component__$
|
|
416
|
+
var NsPictogram = __vue_component__$X;
|
|
416
417
|
|
|
417
418
|
//
|
|
418
|
-
var script$
|
|
419
|
+
var script$p = {
|
|
419
420
|
name: "NsLottieAnimation",
|
|
420
421
|
components: {
|
|
421
422
|
LottieAnimation
|
|
@@ -471,7 +472,7 @@ var script$o = {
|
|
|
471
472
|
};
|
|
472
473
|
|
|
473
474
|
/* script */
|
|
474
|
-
const __vue_script__$
|
|
475
|
+
const __vue_script__$p = script$p;
|
|
475
476
|
/* template */
|
|
476
477
|
|
|
477
478
|
var __vue_render__$u = function () {
|
|
@@ -504,28 +505,28 @@ var __vue_render__$u = function () {
|
|
|
504
505
|
var __vue_staticRenderFns__$u = [];
|
|
505
506
|
/* style */
|
|
506
507
|
|
|
507
|
-
const __vue_inject_styles__$
|
|
508
|
+
const __vue_inject_styles__$w = undefined;
|
|
508
509
|
/* scoped */
|
|
509
510
|
|
|
510
|
-
const __vue_scope_id__$
|
|
511
|
+
const __vue_scope_id__$w = "data-v-14e97a70";
|
|
511
512
|
/* module identifier */
|
|
512
513
|
|
|
513
|
-
const __vue_module_identifier__$
|
|
514
|
+
const __vue_module_identifier__$w = undefined;
|
|
514
515
|
/* functional template */
|
|
515
516
|
|
|
516
|
-
const __vue_is_functional_template__$
|
|
517
|
+
const __vue_is_functional_template__$w = false;
|
|
517
518
|
/* style inject */
|
|
518
519
|
|
|
519
520
|
/* style inject SSR */
|
|
520
521
|
|
|
521
522
|
/* style inject shadow dom */
|
|
522
523
|
|
|
523
|
-
const __vue_component__$
|
|
524
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
524
525
|
render: __vue_render__$u,
|
|
525
526
|
staticRenderFns: __vue_staticRenderFns__$u
|
|
526
|
-
}, __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);
|
|
527
528
|
|
|
528
|
-
var NsLottieAnimation = __vue_component__$
|
|
529
|
+
var NsLottieAnimation = __vue_component__$W;
|
|
529
530
|
|
|
530
531
|
/* script */
|
|
531
532
|
|
|
@@ -548,31 +549,31 @@ var __vue_render__$t = function () {
|
|
|
548
549
|
var __vue_staticRenderFns__$t = [];
|
|
549
550
|
/* style */
|
|
550
551
|
|
|
551
|
-
const __vue_inject_styles__$
|
|
552
|
+
const __vue_inject_styles__$v = undefined;
|
|
552
553
|
/* scoped */
|
|
553
554
|
|
|
554
|
-
const __vue_scope_id__$
|
|
555
|
+
const __vue_scope_id__$v = undefined;
|
|
555
556
|
/* module identifier */
|
|
556
557
|
|
|
557
|
-
const __vue_module_identifier__$
|
|
558
|
+
const __vue_module_identifier__$v = undefined;
|
|
558
559
|
/* functional template */
|
|
559
560
|
|
|
560
|
-
const __vue_is_functional_template__$
|
|
561
|
+
const __vue_is_functional_template__$v = false;
|
|
561
562
|
/* style inject */
|
|
562
563
|
|
|
563
564
|
/* style inject SSR */
|
|
564
565
|
|
|
565
566
|
/* style inject shadow dom */
|
|
566
567
|
|
|
567
|
-
const __vue_component__$
|
|
568
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
568
569
|
render: __vue_render__$t,
|
|
569
570
|
staticRenderFns: __vue_staticRenderFns__$t
|
|
570
|
-
}, __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);
|
|
571
572
|
|
|
572
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
573
|
+
var ExclamationMarkPictogram = __vue_component__$V;
|
|
573
574
|
|
|
574
575
|
//
|
|
575
|
-
var script$
|
|
576
|
+
var script$o = {
|
|
576
577
|
name: "NsEmptyState",
|
|
577
578
|
components: {
|
|
578
579
|
NsPictogram,
|
|
@@ -604,7 +605,7 @@ var script$n = {
|
|
|
604
605
|
};
|
|
605
606
|
|
|
606
607
|
/* script */
|
|
607
|
-
const __vue_script__$
|
|
608
|
+
const __vue_script__$o = script$o;
|
|
608
609
|
/* template */
|
|
609
610
|
|
|
610
611
|
var __vue_render__$s = function () {
|
|
@@ -640,7 +641,7 @@ var __vue_render__$s = function () {
|
|
|
640
641
|
var __vue_staticRenderFns__$s = [];
|
|
641
642
|
/* style */
|
|
642
643
|
|
|
643
|
-
const __vue_inject_styles__$
|
|
644
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
644
645
|
if (!inject) return;
|
|
645
646
|
inject("data-v-2d5d3a58_0", {
|
|
646
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}",
|
|
@@ -651,26 +652,26 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
651
652
|
/* scoped */
|
|
652
653
|
|
|
653
654
|
|
|
654
|
-
const __vue_scope_id__$
|
|
655
|
+
const __vue_scope_id__$u = "data-v-2d5d3a58";
|
|
655
656
|
/* module identifier */
|
|
656
657
|
|
|
657
|
-
const __vue_module_identifier__$
|
|
658
|
+
const __vue_module_identifier__$u = undefined;
|
|
658
659
|
/* functional template */
|
|
659
660
|
|
|
660
|
-
const __vue_is_functional_template__$
|
|
661
|
+
const __vue_is_functional_template__$u = false;
|
|
661
662
|
/* style inject SSR */
|
|
662
663
|
|
|
663
664
|
/* style inject shadow dom */
|
|
664
665
|
|
|
665
|
-
const __vue_component__$
|
|
666
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
666
667
|
render: __vue_render__$s,
|
|
667
668
|
staticRenderFns: __vue_staticRenderFns__$s
|
|
668
|
-
}, __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);
|
|
669
670
|
|
|
670
|
-
var __vue_component__$
|
|
671
|
+
var __vue_component__$U = __vue_component__$T;
|
|
671
672
|
|
|
672
673
|
//
|
|
673
|
-
var script$
|
|
674
|
+
var script$n = {
|
|
674
675
|
name: "NsCodeSnippet",
|
|
675
676
|
components: {
|
|
676
677
|
CvButton,
|
|
@@ -782,7 +783,7 @@ var script$m = {
|
|
|
782
783
|
};
|
|
783
784
|
|
|
784
785
|
/* script */
|
|
785
|
-
const __vue_script__$
|
|
786
|
+
const __vue_script__$n = script$n;
|
|
786
787
|
/* template */
|
|
787
788
|
|
|
788
789
|
var __vue_render__$r = function () {
|
|
@@ -850,7 +851,7 @@ var __vue_render__$r = function () {
|
|
|
850
851
|
var __vue_staticRenderFns__$r = [];
|
|
851
852
|
/* style */
|
|
852
853
|
|
|
853
|
-
const __vue_inject_styles__$
|
|
854
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
854
855
|
if (!inject) return;
|
|
855
856
|
inject("data-v-59cb538c_0", {
|
|
856
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}",
|
|
@@ -861,23 +862,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
861
862
|
/* scoped */
|
|
862
863
|
|
|
863
864
|
|
|
864
|
-
const __vue_scope_id__$
|
|
865
|
+
const __vue_scope_id__$t = "data-v-59cb538c";
|
|
865
866
|
/* module identifier */
|
|
866
867
|
|
|
867
|
-
const __vue_module_identifier__$
|
|
868
|
+
const __vue_module_identifier__$t = undefined;
|
|
868
869
|
/* functional template */
|
|
869
870
|
|
|
870
|
-
const __vue_is_functional_template__$
|
|
871
|
+
const __vue_is_functional_template__$t = false;
|
|
871
872
|
/* style inject SSR */
|
|
872
873
|
|
|
873
874
|
/* style inject shadow dom */
|
|
874
875
|
|
|
875
|
-
const __vue_component__$
|
|
876
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
876
877
|
render: __vue_render__$r,
|
|
877
878
|
staticRenderFns: __vue_staticRenderFns__$r
|
|
878
|
-
}, __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);
|
|
879
880
|
|
|
880
|
-
var __vue_component__$
|
|
881
|
+
var __vue_component__$S = __vue_component__$R;
|
|
881
882
|
|
|
882
883
|
//
|
|
883
884
|
//
|
|
@@ -908,7 +909,7 @@ var __vue_component__$Q = __vue_component__$P;
|
|
|
908
909
|
//
|
|
909
910
|
//
|
|
910
911
|
//
|
|
911
|
-
var script$
|
|
912
|
+
var script$m = {
|
|
912
913
|
name: "NsCircleTimer",
|
|
913
914
|
props: {
|
|
914
915
|
timeLimit: {
|
|
@@ -968,7 +969,7 @@ var script$l = {
|
|
|
968
969
|
};
|
|
969
970
|
|
|
970
971
|
/* script */
|
|
971
|
-
const __vue_script__$
|
|
972
|
+
const __vue_script__$m = script$m;
|
|
972
973
|
/* template */
|
|
973
974
|
|
|
974
975
|
var __vue_render__$q = function () {
|
|
@@ -1010,7 +1011,7 @@ var __vue_render__$q = function () {
|
|
|
1010
1011
|
var __vue_staticRenderFns__$q = [];
|
|
1011
1012
|
/* style */
|
|
1012
1013
|
|
|
1013
|
-
const __vue_inject_styles__$
|
|
1014
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
1014
1015
|
if (!inject) return;
|
|
1015
1016
|
inject("data-v-45b59790_0", {
|
|
1016
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)}",
|
|
@@ -1021,26 +1022,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
1021
1022
|
/* scoped */
|
|
1022
1023
|
|
|
1023
1024
|
|
|
1024
|
-
const __vue_scope_id__$
|
|
1025
|
+
const __vue_scope_id__$s = "data-v-45b59790";
|
|
1025
1026
|
/* module identifier */
|
|
1026
1027
|
|
|
1027
|
-
const __vue_module_identifier__$
|
|
1028
|
+
const __vue_module_identifier__$s = undefined;
|
|
1028
1029
|
/* functional template */
|
|
1029
1030
|
|
|
1030
|
-
const __vue_is_functional_template__$
|
|
1031
|
+
const __vue_is_functional_template__$s = false;
|
|
1031
1032
|
/* style inject SSR */
|
|
1032
1033
|
|
|
1033
1034
|
/* style inject shadow dom */
|
|
1034
1035
|
|
|
1035
|
-
const __vue_component__$
|
|
1036
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
1036
1037
|
render: __vue_render__$q,
|
|
1037
1038
|
staticRenderFns: __vue_staticRenderFns__$q
|
|
1038
|
-
}, __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);
|
|
1039
1040
|
|
|
1040
|
-
var NsCircleTimer = __vue_component__$
|
|
1041
|
+
var NsCircleTimer = __vue_component__$Q;
|
|
1041
1042
|
|
|
1042
1043
|
//
|
|
1043
|
-
var script$
|
|
1044
|
+
var script$l = {
|
|
1044
1045
|
name: "NsInlineNotification",
|
|
1045
1046
|
extends: CvInlineNotification,
|
|
1046
1047
|
components: {
|
|
@@ -1077,7 +1078,7 @@ var script$k = {
|
|
|
1077
1078
|
};
|
|
1078
1079
|
|
|
1079
1080
|
/* script */
|
|
1080
|
-
const __vue_script__$
|
|
1081
|
+
const __vue_script__$l = script$l;
|
|
1081
1082
|
/* template */
|
|
1082
1083
|
|
|
1083
1084
|
var __vue_render__$p = function () {
|
|
@@ -1154,7 +1155,7 @@ var __vue_render__$p = function () {
|
|
|
1154
1155
|
var __vue_staticRenderFns__$p = [];
|
|
1155
1156
|
/* style */
|
|
1156
1157
|
|
|
1157
|
-
const __vue_inject_styles__$
|
|
1158
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1158
1159
|
if (!inject) return;
|
|
1159
1160
|
inject("data-v-59312d66_0", {
|
|
1160
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}",
|
|
@@ -1165,23 +1166,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1165
1166
|
/* scoped */
|
|
1166
1167
|
|
|
1167
1168
|
|
|
1168
|
-
const __vue_scope_id__$
|
|
1169
|
+
const __vue_scope_id__$r = "data-v-59312d66";
|
|
1169
1170
|
/* module identifier */
|
|
1170
1171
|
|
|
1171
|
-
const __vue_module_identifier__$
|
|
1172
|
+
const __vue_module_identifier__$r = undefined;
|
|
1172
1173
|
/* functional template */
|
|
1173
1174
|
|
|
1174
|
-
const __vue_is_functional_template__$
|
|
1175
|
+
const __vue_is_functional_template__$r = false;
|
|
1175
1176
|
/* style inject SSR */
|
|
1176
1177
|
|
|
1177
1178
|
/* style inject shadow dom */
|
|
1178
1179
|
|
|
1179
|
-
const __vue_component__$
|
|
1180
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
1180
1181
|
render: __vue_render__$p,
|
|
1181
1182
|
staticRenderFns: __vue_staticRenderFns__$p
|
|
1182
|
-
}, __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);
|
|
1183
1184
|
|
|
1184
|
-
var NsInlineNotification = __vue_component__$
|
|
1185
|
+
var NsInlineNotification = __vue_component__$P;
|
|
1185
1186
|
|
|
1186
1187
|
//
|
|
1187
1188
|
//
|
|
@@ -1200,7 +1201,7 @@ var NsInlineNotification = __vue_component__$N;
|
|
|
1200
1201
|
//
|
|
1201
1202
|
//
|
|
1202
1203
|
//
|
|
1203
|
-
var script$
|
|
1204
|
+
var script$k = {
|
|
1204
1205
|
name: "NsProgressBar",
|
|
1205
1206
|
props: {
|
|
1206
1207
|
value: {
|
|
@@ -1231,7 +1232,7 @@ var script$j = {
|
|
|
1231
1232
|
};
|
|
1232
1233
|
|
|
1233
1234
|
/* script */
|
|
1234
|
-
const __vue_script__$
|
|
1235
|
+
const __vue_script__$k = script$k;
|
|
1235
1236
|
/* template */
|
|
1236
1237
|
|
|
1237
1238
|
var __vue_render__$o = function () {
|
|
@@ -1262,7 +1263,7 @@ var __vue_render__$o = function () {
|
|
|
1262
1263
|
var __vue_staticRenderFns__$o = [];
|
|
1263
1264
|
/* style */
|
|
1264
1265
|
|
|
1265
|
-
const __vue_inject_styles__$
|
|
1266
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1266
1267
|
if (!inject) return;
|
|
1267
1268
|
inject("data-v-57532057_0", {
|
|
1268
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%}}",
|
|
@@ -1273,25 +1274,25 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1273
1274
|
/* scoped */
|
|
1274
1275
|
|
|
1275
1276
|
|
|
1276
|
-
const __vue_scope_id__$
|
|
1277
|
+
const __vue_scope_id__$q = "data-v-57532057";
|
|
1277
1278
|
/* module identifier */
|
|
1278
1279
|
|
|
1279
|
-
const __vue_module_identifier__$
|
|
1280
|
+
const __vue_module_identifier__$q = undefined;
|
|
1280
1281
|
/* functional template */
|
|
1281
1282
|
|
|
1282
|
-
const __vue_is_functional_template__$
|
|
1283
|
+
const __vue_is_functional_template__$q = false;
|
|
1283
1284
|
/* style inject SSR */
|
|
1284
1285
|
|
|
1285
1286
|
/* style inject shadow dom */
|
|
1286
1287
|
|
|
1287
|
-
const __vue_component__$
|
|
1288
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
1288
1289
|
render: __vue_render__$o,
|
|
1289
1290
|
staticRenderFns: __vue_staticRenderFns__$o
|
|
1290
|
-
}, __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);
|
|
1291
1292
|
|
|
1292
|
-
var NsProgressBar = __vue_component__$
|
|
1293
|
+
var NsProgressBar = __vue_component__$O;
|
|
1293
1294
|
|
|
1294
|
-
var script$
|
|
1295
|
+
var script$j = {
|
|
1295
1296
|
name: "NsSvg",
|
|
1296
1297
|
props: {
|
|
1297
1298
|
svg: {
|
|
@@ -1350,33 +1351,33 @@ var script$i = {
|
|
|
1350
1351
|
};
|
|
1351
1352
|
|
|
1352
1353
|
/* script */
|
|
1353
|
-
const __vue_script__$
|
|
1354
|
+
const __vue_script__$j = script$j;
|
|
1354
1355
|
/* template */
|
|
1355
1356
|
|
|
1356
1357
|
/* style */
|
|
1357
1358
|
|
|
1358
|
-
const __vue_inject_styles__$
|
|
1359
|
+
const __vue_inject_styles__$p = undefined;
|
|
1359
1360
|
/* scoped */
|
|
1360
1361
|
|
|
1361
|
-
const __vue_scope_id__$
|
|
1362
|
+
const __vue_scope_id__$p = undefined;
|
|
1362
1363
|
/* module identifier */
|
|
1363
1364
|
|
|
1364
|
-
const __vue_module_identifier__$
|
|
1365
|
+
const __vue_module_identifier__$p = undefined;
|
|
1365
1366
|
/* functional template */
|
|
1366
1367
|
|
|
1367
|
-
const __vue_is_functional_template__$
|
|
1368
|
+
const __vue_is_functional_template__$p = undefined;
|
|
1368
1369
|
/* style inject */
|
|
1369
1370
|
|
|
1370
1371
|
/* style inject SSR */
|
|
1371
1372
|
|
|
1372
1373
|
/* style inject shadow dom */
|
|
1373
1374
|
|
|
1374
|
-
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);
|
|
1375
1376
|
|
|
1376
|
-
var NsSvg = __vue_component__$
|
|
1377
|
+
var NsSvg = __vue_component__$N;
|
|
1377
1378
|
|
|
1378
1379
|
//
|
|
1379
|
-
var script$
|
|
1380
|
+
var script$i = {
|
|
1380
1381
|
name: "NsTile",
|
|
1381
1382
|
extends: CvTile,
|
|
1382
1383
|
inheritAttrs: false,
|
|
@@ -1450,7 +1451,7 @@ var script$h = {
|
|
|
1450
1451
|
};
|
|
1451
1452
|
|
|
1452
1453
|
/* script */
|
|
1453
|
-
const __vue_script__$
|
|
1454
|
+
const __vue_script__$i = script$i;
|
|
1454
1455
|
/* template */
|
|
1455
1456
|
|
|
1456
1457
|
var __vue_render__$n = function () {
|
|
@@ -1495,7 +1496,7 @@ var __vue_render__$n = function () {
|
|
|
1495
1496
|
var __vue_staticRenderFns__$n = [];
|
|
1496
1497
|
/* style */
|
|
1497
1498
|
|
|
1498
|
-
const __vue_inject_styles__$
|
|
1499
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
1499
1500
|
if (!inject) return;
|
|
1500
1501
|
inject("data-v-443a91f0_0", {
|
|
1501
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}",
|
|
@@ -1506,23 +1507,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
1506
1507
|
/* scoped */
|
|
1507
1508
|
|
|
1508
1509
|
|
|
1509
|
-
const __vue_scope_id__$
|
|
1510
|
+
const __vue_scope_id__$o = "data-v-443a91f0";
|
|
1510
1511
|
/* module identifier */
|
|
1511
1512
|
|
|
1512
|
-
const __vue_module_identifier__$
|
|
1513
|
+
const __vue_module_identifier__$o = undefined;
|
|
1513
1514
|
/* functional template */
|
|
1514
1515
|
|
|
1515
|
-
const __vue_is_functional_template__$
|
|
1516
|
+
const __vue_is_functional_template__$o = false;
|
|
1516
1517
|
/* style inject SSR */
|
|
1517
1518
|
|
|
1518
1519
|
/* style inject shadow dom */
|
|
1519
1520
|
|
|
1520
|
-
const __vue_component__$
|
|
1521
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
1521
1522
|
render: __vue_render__$n,
|
|
1522
1523
|
staticRenderFns: __vue_staticRenderFns__$n
|
|
1523
|
-
}, __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);
|
|
1524
1525
|
|
|
1525
|
-
var __vue_component__$
|
|
1526
|
+
var __vue_component__$M = __vue_component__$L;
|
|
1526
1527
|
|
|
1527
1528
|
function toInteger(dirtyNumber) {
|
|
1528
1529
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6119,7 +6120,7 @@ var DateTimeService = {
|
|
|
6119
6120
|
};
|
|
6120
6121
|
|
|
6121
6122
|
//
|
|
6122
|
-
var script$
|
|
6123
|
+
var script$h = {
|
|
6123
6124
|
name: "NsToastNotification",
|
|
6124
6125
|
extends: CvToastNotification,
|
|
6125
6126
|
components: {
|
|
@@ -6161,7 +6162,7 @@ var script$g = {
|
|
|
6161
6162
|
};
|
|
6162
6163
|
|
|
6163
6164
|
/* script */
|
|
6164
|
-
const __vue_script__$
|
|
6165
|
+
const __vue_script__$h = script$h;
|
|
6165
6166
|
/* template */
|
|
6166
6167
|
|
|
6167
6168
|
var __vue_render__$m = function () {
|
|
@@ -6250,7 +6251,7 @@ var __vue_render__$m = function () {
|
|
|
6250
6251
|
var __vue_staticRenderFns__$m = [];
|
|
6251
6252
|
/* style */
|
|
6252
6253
|
|
|
6253
|
-
const __vue_inject_styles__$
|
|
6254
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6254
6255
|
if (!inject) return;
|
|
6255
6256
|
inject("data-v-7385c86a_0", {
|
|
6256
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}",
|
|
@@ -6265,26 +6266,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6265
6266
|
/* scoped */
|
|
6266
6267
|
|
|
6267
6268
|
|
|
6268
|
-
const __vue_scope_id__$
|
|
6269
|
+
const __vue_scope_id__$n = "data-v-7385c86a";
|
|
6269
6270
|
/* module identifier */
|
|
6270
6271
|
|
|
6271
|
-
const __vue_module_identifier__$
|
|
6272
|
+
const __vue_module_identifier__$n = undefined;
|
|
6272
6273
|
/* functional template */
|
|
6273
6274
|
|
|
6274
|
-
const __vue_is_functional_template__$
|
|
6275
|
+
const __vue_is_functional_template__$n = false;
|
|
6275
6276
|
/* style inject SSR */
|
|
6276
6277
|
|
|
6277
6278
|
/* style inject shadow dom */
|
|
6278
6279
|
|
|
6279
|
-
const __vue_component__$
|
|
6280
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
6280
6281
|
render: __vue_render__$m,
|
|
6281
6282
|
staticRenderFns: __vue_staticRenderFns__$m
|
|
6282
|
-
}, __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);
|
|
6283
6284
|
|
|
6284
|
-
var __vue_component__$
|
|
6285
|
+
var __vue_component__$K = __vue_component__$J;
|
|
6285
6286
|
|
|
6286
6287
|
//
|
|
6287
|
-
var script$
|
|
6288
|
+
var script$g = {
|
|
6288
6289
|
name: "NsInfoCard",
|
|
6289
6290
|
components: {
|
|
6290
6291
|
NsSvg,
|
|
@@ -6335,7 +6336,7 @@ var script$f = {
|
|
|
6335
6336
|
};
|
|
6336
6337
|
|
|
6337
6338
|
/* script */
|
|
6338
|
-
const __vue_script__$
|
|
6339
|
+
const __vue_script__$g = script$g;
|
|
6339
6340
|
/* template */
|
|
6340
6341
|
|
|
6341
6342
|
var __vue_render__$l = function () {
|
|
@@ -6398,7 +6399,7 @@ var __vue_render__$l = function () {
|
|
|
6398
6399
|
var __vue_staticRenderFns__$l = [];
|
|
6399
6400
|
/* style */
|
|
6400
6401
|
|
|
6401
|
-
const __vue_inject_styles__$
|
|
6402
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6402
6403
|
if (!inject) return;
|
|
6403
6404
|
inject("data-v-aefc1c3e_0", {
|
|
6404
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}",
|
|
@@ -6409,26 +6410,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6409
6410
|
/* scoped */
|
|
6410
6411
|
|
|
6411
6412
|
|
|
6412
|
-
const __vue_scope_id__$
|
|
6413
|
+
const __vue_scope_id__$m = "data-v-aefc1c3e";
|
|
6413
6414
|
/* module identifier */
|
|
6414
6415
|
|
|
6415
|
-
const __vue_module_identifier__$
|
|
6416
|
+
const __vue_module_identifier__$m = undefined;
|
|
6416
6417
|
/* functional template */
|
|
6417
6418
|
|
|
6418
|
-
const __vue_is_functional_template__$
|
|
6419
|
+
const __vue_is_functional_template__$m = false;
|
|
6419
6420
|
/* style inject SSR */
|
|
6420
6421
|
|
|
6421
6422
|
/* style inject shadow dom */
|
|
6422
6423
|
|
|
6423
|
-
const __vue_component__$
|
|
6424
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6424
6425
|
render: __vue_render__$l,
|
|
6425
6426
|
staticRenderFns: __vue_staticRenderFns__$l
|
|
6426
|
-
}, __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);
|
|
6427
6428
|
|
|
6428
|
-
var __vue_component__$
|
|
6429
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6429
6430
|
|
|
6430
6431
|
//
|
|
6431
|
-
var script$
|
|
6432
|
+
var script$f = {
|
|
6432
6433
|
name: "NsStatusCard",
|
|
6433
6434
|
//components added for storybook to work
|
|
6434
6435
|
components: {
|
|
@@ -6475,7 +6476,7 @@ var script$e = {
|
|
|
6475
6476
|
};
|
|
6476
6477
|
|
|
6477
6478
|
/* script */
|
|
6478
|
-
const __vue_script__$
|
|
6479
|
+
const __vue_script__$f = script$f;
|
|
6479
6480
|
/* template */
|
|
6480
6481
|
|
|
6481
6482
|
var __vue_render__$k = function () {
|
|
@@ -6550,7 +6551,7 @@ var __vue_render__$k = function () {
|
|
|
6550
6551
|
var __vue_staticRenderFns__$k = [];
|
|
6551
6552
|
/* style */
|
|
6552
6553
|
|
|
6553
|
-
const __vue_inject_styles__$
|
|
6554
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6554
6555
|
if (!inject) return;
|
|
6555
6556
|
inject("data-v-496044f0_0", {
|
|
6556
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}",
|
|
@@ -6561,26 +6562,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6561
6562
|
/* scoped */
|
|
6562
6563
|
|
|
6563
6564
|
|
|
6564
|
-
const __vue_scope_id__$
|
|
6565
|
+
const __vue_scope_id__$l = "data-v-496044f0";
|
|
6565
6566
|
/* module identifier */
|
|
6566
6567
|
|
|
6567
|
-
const __vue_module_identifier__$
|
|
6568
|
+
const __vue_module_identifier__$l = undefined;
|
|
6568
6569
|
/* functional template */
|
|
6569
6570
|
|
|
6570
|
-
const __vue_is_functional_template__$
|
|
6571
|
+
const __vue_is_functional_template__$l = false;
|
|
6571
6572
|
/* style inject SSR */
|
|
6572
6573
|
|
|
6573
6574
|
/* style inject shadow dom */
|
|
6574
6575
|
|
|
6575
|
-
const __vue_component__$
|
|
6576
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6576
6577
|
render: __vue_render__$k,
|
|
6577
6578
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
6578
|
-
}, __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);
|
|
6579
6580
|
|
|
6580
|
-
var __vue_component__$
|
|
6581
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6581
6582
|
|
|
6582
6583
|
//
|
|
6583
|
-
var script$
|
|
6584
|
+
var script$e = {
|
|
6584
6585
|
name: "NsSystemdServiceCard",
|
|
6585
6586
|
//components added for storybook to work
|
|
6586
6587
|
components: {
|
|
@@ -6634,7 +6635,7 @@ var script$d = {
|
|
|
6634
6635
|
};
|
|
6635
6636
|
|
|
6636
6637
|
/* script */
|
|
6637
|
-
const __vue_script__$
|
|
6638
|
+
const __vue_script__$e = script$e;
|
|
6638
6639
|
/* template */
|
|
6639
6640
|
|
|
6640
6641
|
var __vue_render__$j = function () {
|
|
@@ -6695,7 +6696,7 @@ var __vue_render__$j = function () {
|
|
|
6695
6696
|
var __vue_staticRenderFns__$j = [];
|
|
6696
6697
|
/* style */
|
|
6697
6698
|
|
|
6698
|
-
const __vue_inject_styles__$
|
|
6699
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6699
6700
|
if (!inject) return;
|
|
6700
6701
|
inject("data-v-bf751eca_0", {
|
|
6701
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}",
|
|
@@ -6706,23 +6707,199 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6706
6707
|
/* scoped */
|
|
6707
6708
|
|
|
6708
6709
|
|
|
6709
|
-
const __vue_scope_id__$
|
|
6710
|
+
const __vue_scope_id__$k = "data-v-bf751eca";
|
|
6710
6711
|
/* module identifier */
|
|
6711
6712
|
|
|
6712
|
-
const __vue_module_identifier__$
|
|
6713
|
+
const __vue_module_identifier__$k = undefined;
|
|
6713
6714
|
/* functional template */
|
|
6714
6715
|
|
|
6715
|
-
const __vue_is_functional_template__$
|
|
6716
|
+
const __vue_is_functional_template__$k = false;
|
|
6716
6717
|
/* style inject SSR */
|
|
6717
6718
|
|
|
6718
6719
|
/* style inject shadow dom */
|
|
6719
6720
|
|
|
6720
|
-
const __vue_component__$
|
|
6721
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6721
6722
|
render: __vue_render__$j,
|
|
6722
6723
|
staticRenderFns: __vue_staticRenderFns__$j
|
|
6723
|
-
}, __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);
|
|
6724
6725
|
|
|
6725
|
-
var __vue_component__$
|
|
6726
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6727
|
+
|
|
6728
|
+
// Unique ID creation requires a high quality random # generator. In node.js
|
|
6729
|
+
// this is pretty straight-forward - we use the crypto API.
|
|
6730
|
+
|
|
6731
|
+
|
|
6732
|
+
|
|
6733
|
+
var rng = function nodeRNG() {
|
|
6734
|
+
return crypto.randomBytes(16);
|
|
6735
|
+
};
|
|
6736
|
+
|
|
6737
|
+
/**
|
|
6738
|
+
* Convert array of 16 byte values to UUID string format of the form:
|
|
6739
|
+
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
6740
|
+
*/
|
|
6741
|
+
var byteToHex = [];
|
|
6742
|
+
for (var i = 0; i < 256; ++i) {
|
|
6743
|
+
byteToHex[i] = (i + 0x100).toString(16).substr(1);
|
|
6744
|
+
}
|
|
6745
|
+
|
|
6746
|
+
function bytesToUuid(buf, offset) {
|
|
6747
|
+
var i = offset || 0;
|
|
6748
|
+
var bth = byteToHex;
|
|
6749
|
+
// join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
|
|
6750
|
+
return ([
|
|
6751
|
+
bth[buf[i++]], bth[buf[i++]],
|
|
6752
|
+
bth[buf[i++]], bth[buf[i++]], '-',
|
|
6753
|
+
bth[buf[i++]], bth[buf[i++]], '-',
|
|
6754
|
+
bth[buf[i++]], bth[buf[i++]], '-',
|
|
6755
|
+
bth[buf[i++]], bth[buf[i++]], '-',
|
|
6756
|
+
bth[buf[i++]], bth[buf[i++]],
|
|
6757
|
+
bth[buf[i++]], bth[buf[i++]],
|
|
6758
|
+
bth[buf[i++]], bth[buf[i++]]
|
|
6759
|
+
]).join('');
|
|
6760
|
+
}
|
|
6761
|
+
|
|
6762
|
+
var bytesToUuid_1 = bytesToUuid;
|
|
6763
|
+
|
|
6764
|
+
// **`v1()` - Generate time-based UUID**
|
|
6765
|
+
//
|
|
6766
|
+
// Inspired by https://github.com/LiosK/UUID.js
|
|
6767
|
+
// and http://docs.python.org/library/uuid.html
|
|
6768
|
+
|
|
6769
|
+
var _nodeId;
|
|
6770
|
+
var _clockseq;
|
|
6771
|
+
|
|
6772
|
+
// Previous uuid creation time
|
|
6773
|
+
var _lastMSecs = 0;
|
|
6774
|
+
var _lastNSecs = 0;
|
|
6775
|
+
|
|
6776
|
+
// See https://github.com/uuidjs/uuid for API details
|
|
6777
|
+
function v1(options, buf, offset) {
|
|
6778
|
+
var i = buf && offset || 0;
|
|
6779
|
+
var b = buf || [];
|
|
6780
|
+
|
|
6781
|
+
options = options || {};
|
|
6782
|
+
var node = options.node || _nodeId;
|
|
6783
|
+
var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq;
|
|
6784
|
+
|
|
6785
|
+
// node and clockseq need to be initialized to random values if they're not
|
|
6786
|
+
// specified. We do this lazily to minimize issues related to insufficient
|
|
6787
|
+
// system entropy. See #189
|
|
6788
|
+
if (node == null || clockseq == null) {
|
|
6789
|
+
var seedBytes = rng();
|
|
6790
|
+
if (node == null) {
|
|
6791
|
+
// Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
|
|
6792
|
+
node = _nodeId = [
|
|
6793
|
+
seedBytes[0] | 0x01,
|
|
6794
|
+
seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]
|
|
6795
|
+
];
|
|
6796
|
+
}
|
|
6797
|
+
if (clockseq == null) {
|
|
6798
|
+
// Per 4.2.2, randomize (14 bit) clockseq
|
|
6799
|
+
clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
|
|
6800
|
+
}
|
|
6801
|
+
}
|
|
6802
|
+
|
|
6803
|
+
// UUID timestamps are 100 nano-second units since the Gregorian epoch,
|
|
6804
|
+
// (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
|
|
6805
|
+
// time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
|
|
6806
|
+
// (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
|
|
6807
|
+
var msecs = options.msecs !== undefined ? options.msecs : new Date().getTime();
|
|
6808
|
+
|
|
6809
|
+
// Per 4.2.1.2, use count of uuid's generated during the current clock
|
|
6810
|
+
// cycle to simulate higher resolution clock
|
|
6811
|
+
var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1;
|
|
6812
|
+
|
|
6813
|
+
// Time since last uuid creation (in msecs)
|
|
6814
|
+
var dt = (msecs - _lastMSecs) + (nsecs - _lastNSecs)/10000;
|
|
6815
|
+
|
|
6816
|
+
// Per 4.2.1.2, Bump clockseq on clock regression
|
|
6817
|
+
if (dt < 0 && options.clockseq === undefined) {
|
|
6818
|
+
clockseq = clockseq + 1 & 0x3fff;
|
|
6819
|
+
}
|
|
6820
|
+
|
|
6821
|
+
// Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
|
|
6822
|
+
// time interval
|
|
6823
|
+
if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
|
|
6824
|
+
nsecs = 0;
|
|
6825
|
+
}
|
|
6826
|
+
|
|
6827
|
+
// Per 4.2.1.2 Throw error if too many uuids are requested
|
|
6828
|
+
if (nsecs >= 10000) {
|
|
6829
|
+
throw new Error('uuid.v1(): Can\'t create more than 10M uuids/sec');
|
|
6830
|
+
}
|
|
6831
|
+
|
|
6832
|
+
_lastMSecs = msecs;
|
|
6833
|
+
_lastNSecs = nsecs;
|
|
6834
|
+
_clockseq = clockseq;
|
|
6835
|
+
|
|
6836
|
+
// Per 4.1.4 - Convert from unix epoch to Gregorian epoch
|
|
6837
|
+
msecs += 12219292800000;
|
|
6838
|
+
|
|
6839
|
+
// `time_low`
|
|
6840
|
+
var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
|
|
6841
|
+
b[i++] = tl >>> 24 & 0xff;
|
|
6842
|
+
b[i++] = tl >>> 16 & 0xff;
|
|
6843
|
+
b[i++] = tl >>> 8 & 0xff;
|
|
6844
|
+
b[i++] = tl & 0xff;
|
|
6845
|
+
|
|
6846
|
+
// `time_mid`
|
|
6847
|
+
var tmh = (msecs / 0x100000000 * 10000) & 0xfffffff;
|
|
6848
|
+
b[i++] = tmh >>> 8 & 0xff;
|
|
6849
|
+
b[i++] = tmh & 0xff;
|
|
6850
|
+
|
|
6851
|
+
// `time_high_and_version`
|
|
6852
|
+
b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
|
|
6853
|
+
b[i++] = tmh >>> 16 & 0xff;
|
|
6854
|
+
|
|
6855
|
+
// `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
|
|
6856
|
+
b[i++] = clockseq >>> 8 | 0x80;
|
|
6857
|
+
|
|
6858
|
+
// `clock_seq_low`
|
|
6859
|
+
b[i++] = clockseq & 0xff;
|
|
6860
|
+
|
|
6861
|
+
// `node`
|
|
6862
|
+
for (var n = 0; n < 6; ++n) {
|
|
6863
|
+
b[i + n] = node[n];
|
|
6864
|
+
}
|
|
6865
|
+
|
|
6866
|
+
return buf ? buf : bytesToUuid_1(b);
|
|
6867
|
+
}
|
|
6868
|
+
|
|
6869
|
+
var v1_1 = v1;
|
|
6870
|
+
|
|
6871
|
+
function v4(options, buf, offset) {
|
|
6872
|
+
var i = buf && offset || 0;
|
|
6873
|
+
|
|
6874
|
+
if (typeof(options) == 'string') {
|
|
6875
|
+
buf = options === 'binary' ? new Array(16) : null;
|
|
6876
|
+
options = null;
|
|
6877
|
+
}
|
|
6878
|
+
options = options || {};
|
|
6879
|
+
|
|
6880
|
+
var rnds = options.random || (options.rng || rng)();
|
|
6881
|
+
|
|
6882
|
+
// Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
|
|
6883
|
+
rnds[6] = (rnds[6] & 0x0f) | 0x40;
|
|
6884
|
+
rnds[8] = (rnds[8] & 0x3f) | 0x80;
|
|
6885
|
+
|
|
6886
|
+
// Copy bytes to buffer, if provided
|
|
6887
|
+
if (buf) {
|
|
6888
|
+
for (var ii = 0; ii < 16; ++ii) {
|
|
6889
|
+
buf[i + ii] = rnds[ii];
|
|
6890
|
+
}
|
|
6891
|
+
}
|
|
6892
|
+
|
|
6893
|
+
return buf || bytesToUuid_1(rnds);
|
|
6894
|
+
}
|
|
6895
|
+
|
|
6896
|
+
var v4_1 = v4;
|
|
6897
|
+
|
|
6898
|
+
var uuid = v4_1;
|
|
6899
|
+
uuid.v1 = v1_1;
|
|
6900
|
+
uuid.v4 = v4_1;
|
|
6901
|
+
|
|
6902
|
+
var uuid_1 = uuid;
|
|
6726
6903
|
|
|
6727
6904
|
var UtilService = {
|
|
6728
6905
|
name: "UtilService",
|
|
@@ -6990,13 +7167,20 @@ var UtilService = {
|
|
|
6990
7167
|
if (this.core.$route.fullPath != path) {
|
|
6991
7168
|
this.core.$router.push(path);
|
|
6992
7169
|
}
|
|
7170
|
+
},
|
|
7171
|
+
|
|
7172
|
+
/**
|
|
7173
|
+
* Generate a universally unique identifier
|
|
7174
|
+
*/
|
|
7175
|
+
getUuid() {
|
|
7176
|
+
return uuid_1.v4();
|
|
6993
7177
|
}
|
|
6994
7178
|
|
|
6995
7179
|
}
|
|
6996
7180
|
};
|
|
6997
7181
|
|
|
6998
7182
|
//
|
|
6999
|
-
var script$
|
|
7183
|
+
var script$d = {
|
|
7000
7184
|
name: "NsPasswordInput",
|
|
7001
7185
|
components: CvTextInput,
|
|
7002
7186
|
mixins: [UtilService],
|
|
@@ -7152,7 +7336,7 @@ var script$c = {
|
|
|
7152
7336
|
};
|
|
7153
7337
|
|
|
7154
7338
|
/* script */
|
|
7155
|
-
const __vue_script__$
|
|
7339
|
+
const __vue_script__$d = script$d;
|
|
7156
7340
|
/* template */
|
|
7157
7341
|
|
|
7158
7342
|
var __vue_render__$i = function () {
|
|
@@ -7253,7 +7437,7 @@ var __vue_render__$i = function () {
|
|
|
7253
7437
|
var __vue_staticRenderFns__$i = [];
|
|
7254
7438
|
/* style */
|
|
7255
7439
|
|
|
7256
|
-
const __vue_inject_styles__$
|
|
7440
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
7257
7441
|
if (!inject) return;
|
|
7258
7442
|
inject("data-v-6ed70bae_0", {
|
|
7259
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}",
|
|
@@ -7264,26 +7448,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
7264
7448
|
/* scoped */
|
|
7265
7449
|
|
|
7266
7450
|
|
|
7267
|
-
const __vue_scope_id__$
|
|
7451
|
+
const __vue_scope_id__$j = "data-v-6ed70bae";
|
|
7268
7452
|
/* module identifier */
|
|
7269
7453
|
|
|
7270
|
-
const __vue_module_identifier__$
|
|
7454
|
+
const __vue_module_identifier__$j = undefined;
|
|
7271
7455
|
/* functional template */
|
|
7272
7456
|
|
|
7273
|
-
const __vue_is_functional_template__$
|
|
7457
|
+
const __vue_is_functional_template__$j = false;
|
|
7274
7458
|
/* style inject SSR */
|
|
7275
7459
|
|
|
7276
7460
|
/* style inject shadow dom */
|
|
7277
7461
|
|
|
7278
|
-
const __vue_component__$
|
|
7462
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
7279
7463
|
render: __vue_render__$i,
|
|
7280
7464
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
7281
|
-
}, __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);
|
|
7282
7466
|
|
|
7283
|
-
var __vue_component__$
|
|
7467
|
+
var __vue_component__$C = __vue_component__$B;
|
|
7284
7468
|
|
|
7285
7469
|
//
|
|
7286
|
-
var script$
|
|
7470
|
+
var script$c = {
|
|
7287
7471
|
name: "NsIconMenu",
|
|
7288
7472
|
extends: CvOverflowMenu,
|
|
7289
7473
|
props: {
|
|
@@ -7327,7 +7511,7 @@ var script$b = {
|
|
|
7327
7511
|
};
|
|
7328
7512
|
|
|
7329
7513
|
/* script */
|
|
7330
|
-
const __vue_script__$
|
|
7514
|
+
const __vue_script__$c = script$c;
|
|
7331
7515
|
/* template */
|
|
7332
7516
|
|
|
7333
7517
|
var __vue_render__$h = function () {
|
|
@@ -7449,7 +7633,7 @@ var __vue_render__$h = function () {
|
|
|
7449
7633
|
var __vue_staticRenderFns__$h = [];
|
|
7450
7634
|
/* style */
|
|
7451
7635
|
|
|
7452
|
-
const __vue_inject_styles__$
|
|
7636
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7453
7637
|
if (!inject) return;
|
|
7454
7638
|
inject("data-v-2be14df6_0", {
|
|
7455
7639
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7460,27 +7644,27 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7460
7644
|
/* scoped */
|
|
7461
7645
|
|
|
7462
7646
|
|
|
7463
|
-
const __vue_scope_id__$
|
|
7647
|
+
const __vue_scope_id__$i = "data-v-2be14df6";
|
|
7464
7648
|
/* module identifier */
|
|
7465
7649
|
|
|
7466
|
-
const __vue_module_identifier__$
|
|
7650
|
+
const __vue_module_identifier__$i = undefined;
|
|
7467
7651
|
/* functional template */
|
|
7468
7652
|
|
|
7469
|
-
const __vue_is_functional_template__$
|
|
7653
|
+
const __vue_is_functional_template__$i = false;
|
|
7470
7654
|
/* style inject SSR */
|
|
7471
7655
|
|
|
7472
7656
|
/* style inject shadow dom */
|
|
7473
7657
|
|
|
7474
|
-
const __vue_component__$
|
|
7658
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
7475
7659
|
render: __vue_render__$h,
|
|
7476
7660
|
staticRenderFns: __vue_staticRenderFns__$h
|
|
7477
|
-
}, __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);
|
|
7478
7662
|
|
|
7479
|
-
var __vue_component__$
|
|
7663
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7480
7664
|
|
|
7481
7665
|
//
|
|
7482
7666
|
Vue.use(chartsVue);
|
|
7483
|
-
var script$
|
|
7667
|
+
var script$b = {
|
|
7484
7668
|
name: "NsMeterChart",
|
|
7485
7669
|
components: {
|
|
7486
7670
|
CcvMeterChart
|
|
@@ -7554,7 +7738,7 @@ var script$a = {
|
|
|
7554
7738
|
};
|
|
7555
7739
|
|
|
7556
7740
|
/* script */
|
|
7557
|
-
const __vue_script__$
|
|
7741
|
+
const __vue_script__$b = script$b;
|
|
7558
7742
|
/* template */
|
|
7559
7743
|
|
|
7560
7744
|
var __vue_render__$g = function () {
|
|
@@ -7575,32 +7759,32 @@ var __vue_render__$g = function () {
|
|
|
7575
7759
|
var __vue_staticRenderFns__$g = [];
|
|
7576
7760
|
/* style */
|
|
7577
7761
|
|
|
7578
|
-
const __vue_inject_styles__$
|
|
7762
|
+
const __vue_inject_styles__$h = undefined;
|
|
7579
7763
|
/* scoped */
|
|
7580
7764
|
|
|
7581
|
-
const __vue_scope_id__$
|
|
7765
|
+
const __vue_scope_id__$h = undefined;
|
|
7582
7766
|
/* module identifier */
|
|
7583
7767
|
|
|
7584
|
-
const __vue_module_identifier__$
|
|
7768
|
+
const __vue_module_identifier__$h = undefined;
|
|
7585
7769
|
/* functional template */
|
|
7586
7770
|
|
|
7587
|
-
const __vue_is_functional_template__$
|
|
7771
|
+
const __vue_is_functional_template__$h = false;
|
|
7588
7772
|
/* style inject */
|
|
7589
7773
|
|
|
7590
7774
|
/* style inject SSR */
|
|
7591
7775
|
|
|
7592
7776
|
/* style inject shadow dom */
|
|
7593
7777
|
|
|
7594
|
-
const __vue_component__$
|
|
7778
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7595
7779
|
render: __vue_render__$g,
|
|
7596
7780
|
staticRenderFns: __vue_staticRenderFns__$g
|
|
7597
|
-
}, __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);
|
|
7598
7782
|
|
|
7599
|
-
var __vue_component__$
|
|
7783
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7600
7784
|
|
|
7601
7785
|
//
|
|
7602
7786
|
Vue.use(chartsVue);
|
|
7603
|
-
var script$
|
|
7787
|
+
var script$a = {
|
|
7604
7788
|
name: "NsPieChart",
|
|
7605
7789
|
components: {},
|
|
7606
7790
|
props: {
|
|
@@ -7656,7 +7840,7 @@ var script$9 = {
|
|
|
7656
7840
|
};
|
|
7657
7841
|
|
|
7658
7842
|
/* script */
|
|
7659
|
-
const __vue_script__$
|
|
7843
|
+
const __vue_script__$a = script$a;
|
|
7660
7844
|
/* template */
|
|
7661
7845
|
|
|
7662
7846
|
var __vue_render__$f = function () {
|
|
@@ -7677,31 +7861,31 @@ var __vue_render__$f = function () {
|
|
|
7677
7861
|
var __vue_staticRenderFns__$f = [];
|
|
7678
7862
|
/* style */
|
|
7679
7863
|
|
|
7680
|
-
const __vue_inject_styles__$
|
|
7864
|
+
const __vue_inject_styles__$g = undefined;
|
|
7681
7865
|
/* scoped */
|
|
7682
7866
|
|
|
7683
|
-
const __vue_scope_id__$
|
|
7867
|
+
const __vue_scope_id__$g = undefined;
|
|
7684
7868
|
/* module identifier */
|
|
7685
7869
|
|
|
7686
|
-
const __vue_module_identifier__$
|
|
7870
|
+
const __vue_module_identifier__$g = undefined;
|
|
7687
7871
|
/* functional template */
|
|
7688
7872
|
|
|
7689
|
-
const __vue_is_functional_template__$
|
|
7873
|
+
const __vue_is_functional_template__$g = false;
|
|
7690
7874
|
/* style inject */
|
|
7691
7875
|
|
|
7692
7876
|
/* style inject SSR */
|
|
7693
7877
|
|
|
7694
7878
|
/* style inject shadow dom */
|
|
7695
7879
|
|
|
7696
|
-
const __vue_component__$
|
|
7880
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7697
7881
|
render: __vue_render__$f,
|
|
7698
7882
|
staticRenderFns: __vue_staticRenderFns__$f
|
|
7699
|
-
}, __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);
|
|
7700
7884
|
|
|
7701
|
-
var __vue_component__$
|
|
7885
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7702
7886
|
|
|
7703
7887
|
//
|
|
7704
|
-
var script$
|
|
7888
|
+
var script$9 = {
|
|
7705
7889
|
name: "NsDangerDeleteModal",
|
|
7706
7890
|
//component added for storybook to work
|
|
7707
7891
|
components: {
|
|
@@ -7784,7 +7968,7 @@ var script$8 = {
|
|
|
7784
7968
|
};
|
|
7785
7969
|
|
|
7786
7970
|
/* script */
|
|
7787
|
-
const __vue_script__$
|
|
7971
|
+
const __vue_script__$9 = script$9;
|
|
7788
7972
|
/* template */
|
|
7789
7973
|
|
|
7790
7974
|
var __vue_render__$e = function () {
|
|
@@ -7851,7 +8035,7 @@ var __vue_render__$e = function () {
|
|
|
7851
8035
|
var __vue_staticRenderFns__$e = [];
|
|
7852
8036
|
/* style */
|
|
7853
8037
|
|
|
7854
|
-
const __vue_inject_styles__$
|
|
8038
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
7855
8039
|
if (!inject) return;
|
|
7856
8040
|
inject("data-v-97f667a6_0", {
|
|
7857
8041
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7862,23 +8046,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
7862
8046
|
/* scoped */
|
|
7863
8047
|
|
|
7864
8048
|
|
|
7865
|
-
const __vue_scope_id__$
|
|
8049
|
+
const __vue_scope_id__$f = "data-v-97f667a6";
|
|
7866
8050
|
/* module identifier */
|
|
7867
8051
|
|
|
7868
|
-
const __vue_module_identifier__$
|
|
8052
|
+
const __vue_module_identifier__$f = undefined;
|
|
7869
8053
|
/* functional template */
|
|
7870
8054
|
|
|
7871
|
-
const __vue_is_functional_template__$
|
|
8055
|
+
const __vue_is_functional_template__$f = false;
|
|
7872
8056
|
/* style inject SSR */
|
|
7873
8057
|
|
|
7874
8058
|
/* style inject shadow dom */
|
|
7875
8059
|
|
|
7876
|
-
const __vue_component__$
|
|
8060
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7877
8061
|
render: __vue_render__$e,
|
|
7878
8062
|
staticRenderFns: __vue_staticRenderFns__$e
|
|
7879
|
-
}, __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);
|
|
7880
8064
|
|
|
7881
|
-
var __vue_component__$
|
|
8065
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7882
8066
|
|
|
7883
8067
|
var IconService = {
|
|
7884
8068
|
name: "IconService",
|
|
@@ -8005,7 +8189,7 @@ var IconService = {
|
|
|
8005
8189
|
};
|
|
8006
8190
|
|
|
8007
8191
|
//
|
|
8008
|
-
var script$
|
|
8192
|
+
var script$8 = {
|
|
8009
8193
|
name: "NsDropdownAction",
|
|
8010
8194
|
extends: CvOverflowMenu,
|
|
8011
8195
|
components: {
|
|
@@ -8037,7 +8221,7 @@ var script$7 = {
|
|
|
8037
8221
|
};
|
|
8038
8222
|
|
|
8039
8223
|
/* script */
|
|
8040
|
-
const __vue_script__$
|
|
8224
|
+
const __vue_script__$8 = script$8;
|
|
8041
8225
|
/* template */
|
|
8042
8226
|
|
|
8043
8227
|
var __vue_render__$d = function () {
|
|
@@ -8143,31 +8327,31 @@ var __vue_render__$d = function () {
|
|
|
8143
8327
|
var __vue_staticRenderFns__$d = [];
|
|
8144
8328
|
/* style */
|
|
8145
8329
|
|
|
8146
|
-
const __vue_inject_styles__$
|
|
8330
|
+
const __vue_inject_styles__$e = undefined;
|
|
8147
8331
|
/* scoped */
|
|
8148
8332
|
|
|
8149
|
-
const __vue_scope_id__$
|
|
8333
|
+
const __vue_scope_id__$e = "data-v-31925b9d";
|
|
8150
8334
|
/* module identifier */
|
|
8151
8335
|
|
|
8152
|
-
const __vue_module_identifier__$
|
|
8336
|
+
const __vue_module_identifier__$e = undefined;
|
|
8153
8337
|
/* functional template */
|
|
8154
8338
|
|
|
8155
|
-
const __vue_is_functional_template__$
|
|
8339
|
+
const __vue_is_functional_template__$e = false;
|
|
8156
8340
|
/* style inject */
|
|
8157
8341
|
|
|
8158
8342
|
/* style inject SSR */
|
|
8159
8343
|
|
|
8160
8344
|
/* style inject shadow dom */
|
|
8161
8345
|
|
|
8162
|
-
const __vue_component__$
|
|
8346
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
8163
8347
|
render: __vue_render__$d,
|
|
8164
8348
|
staticRenderFns: __vue_staticRenderFns__$d
|
|
8165
|
-
}, __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);
|
|
8166
8350
|
|
|
8167
|
-
var __vue_component__$
|
|
8351
|
+
var __vue_component__$s = __vue_component__$r;
|
|
8168
8352
|
|
|
8169
8353
|
//
|
|
8170
|
-
var script$
|
|
8354
|
+
var script$7 = {
|
|
8171
8355
|
name: "NsTextInput",
|
|
8172
8356
|
extends: CvTextInput,
|
|
8173
8357
|
components: {
|
|
@@ -8221,7 +8405,7 @@ var script$6 = {
|
|
|
8221
8405
|
};
|
|
8222
8406
|
|
|
8223
8407
|
/* script */
|
|
8224
|
-
const __vue_script__$
|
|
8408
|
+
const __vue_script__$7 = script$7;
|
|
8225
8409
|
/* template */
|
|
8226
8410
|
|
|
8227
8411
|
var __vue_render__$c = function () {
|
|
@@ -8305,7 +8489,7 @@ var __vue_render__$c = function () {
|
|
|
8305
8489
|
var __vue_staticRenderFns__$c = [];
|
|
8306
8490
|
/* style */
|
|
8307
8491
|
|
|
8308
|
-
const __vue_inject_styles__$
|
|
8492
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
8309
8493
|
if (!inject) return;
|
|
8310
8494
|
inject("data-v-c9c91db0_0", {
|
|
8311
8495
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8320,26 +8504,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
8320
8504
|
/* scoped */
|
|
8321
8505
|
|
|
8322
8506
|
|
|
8323
|
-
const __vue_scope_id__$
|
|
8507
|
+
const __vue_scope_id__$d = "data-v-c9c91db0";
|
|
8324
8508
|
/* module identifier */
|
|
8325
8509
|
|
|
8326
|
-
const __vue_module_identifier__$
|
|
8510
|
+
const __vue_module_identifier__$d = undefined;
|
|
8327
8511
|
/* functional template */
|
|
8328
8512
|
|
|
8329
|
-
const __vue_is_functional_template__$
|
|
8513
|
+
const __vue_is_functional_template__$d = false;
|
|
8330
8514
|
/* style inject SSR */
|
|
8331
8515
|
|
|
8332
8516
|
/* style inject shadow dom */
|
|
8333
8517
|
|
|
8334
|
-
const __vue_component__$
|
|
8518
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8335
8519
|
render: __vue_render__$c,
|
|
8336
8520
|
staticRenderFns: __vue_staticRenderFns__$c
|
|
8337
|
-
}, __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);
|
|
8338
8522
|
|
|
8339
|
-
var __vue_component__$
|
|
8523
|
+
var __vue_component__$q = __vue_component__$p;
|
|
8340
8524
|
|
|
8341
8525
|
//
|
|
8342
|
-
var script$
|
|
8526
|
+
var script$6 = {
|
|
8343
8527
|
name: "NsBackupCardDetails",
|
|
8344
8528
|
mixins: [DateTimeService],
|
|
8345
8529
|
props: {
|
|
@@ -8375,7 +8559,7 @@ var script$5 = {
|
|
|
8375
8559
|
};
|
|
8376
8560
|
|
|
8377
8561
|
/* script */
|
|
8378
|
-
const __vue_script__$
|
|
8562
|
+
const __vue_script__$6 = script$6;
|
|
8379
8563
|
/* template */
|
|
8380
8564
|
|
|
8381
8565
|
var __vue_render__$b = function () {
|
|
@@ -8435,7 +8619,7 @@ var __vue_render__$b = function () {
|
|
|
8435
8619
|
var __vue_staticRenderFns__$b = [];
|
|
8436
8620
|
/* style */
|
|
8437
8621
|
|
|
8438
|
-
const __vue_inject_styles__$
|
|
8622
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8439
8623
|
if (!inject) return;
|
|
8440
8624
|
inject("data-v-25453d1c_0", {
|
|
8441
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}",
|
|
@@ -8446,26 +8630,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8446
8630
|
/* scoped */
|
|
8447
8631
|
|
|
8448
8632
|
|
|
8449
|
-
const __vue_scope_id__$
|
|
8633
|
+
const __vue_scope_id__$c = "data-v-25453d1c";
|
|
8450
8634
|
/* module identifier */
|
|
8451
8635
|
|
|
8452
|
-
const __vue_module_identifier__$
|
|
8636
|
+
const __vue_module_identifier__$c = undefined;
|
|
8453
8637
|
/* functional template */
|
|
8454
8638
|
|
|
8455
|
-
const __vue_is_functional_template__$
|
|
8639
|
+
const __vue_is_functional_template__$c = false;
|
|
8456
8640
|
/* style inject SSR */
|
|
8457
8641
|
|
|
8458
8642
|
/* style inject shadow dom */
|
|
8459
8643
|
|
|
8460
|
-
const __vue_component__$
|
|
8644
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8461
8645
|
render: __vue_render__$b,
|
|
8462
8646
|
staticRenderFns: __vue_staticRenderFns__$b
|
|
8463
|
-
}, __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);
|
|
8464
8648
|
|
|
8465
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8649
|
+
var NsBackupCardDetails = __vue_component__$o;
|
|
8466
8650
|
|
|
8467
8651
|
//
|
|
8468
|
-
var script$
|
|
8652
|
+
var script$5 = {
|
|
8469
8653
|
name: "NsBackupCard",
|
|
8470
8654
|
components: {
|
|
8471
8655
|
NsBackupCardDetails
|
|
@@ -8606,7 +8790,7 @@ var script$4 = {
|
|
|
8606
8790
|
};
|
|
8607
8791
|
|
|
8608
8792
|
/* script */
|
|
8609
|
-
const __vue_script__$
|
|
8793
|
+
const __vue_script__$5 = script$5;
|
|
8610
8794
|
/* template */
|
|
8611
8795
|
|
|
8612
8796
|
var __vue_render__$a = function () {
|
|
@@ -8638,13 +8822,16 @@ var __vue_render__$a = function () {
|
|
|
8638
8822
|
staticClass: "mg-top-sm",
|
|
8639
8823
|
attrs: {
|
|
8640
8824
|
"paragraph": true,
|
|
8641
|
-
"line-count":
|
|
8825
|
+
"line-count": 2
|
|
8642
8826
|
}
|
|
8643
8827
|
})], 1) : !_vm.backupsContainingInstance.length ? [_c('div', {
|
|
8644
|
-
staticClass: "row
|
|
8645
|
-
}, [_c('
|
|
8646
|
-
staticClass: "ns-warning"
|
|
8647
|
-
|
|
8828
|
+
staticClass: "row icon-and-text"
|
|
8829
|
+
}, [_c('NsSvg', {
|
|
8830
|
+
staticClass: "icon ns-warning",
|
|
8831
|
+
attrs: {
|
|
8832
|
+
"svg": _vm.Warning16
|
|
8833
|
+
}
|
|
8834
|
+
}), _vm._v(" "), _c('span', [_vm._v("\n " + _vm._s(_vm.noBackupMessage) + "\n ")])], 1)] : [_c('div', {
|
|
8648
8835
|
staticClass: "backups"
|
|
8649
8836
|
}, _vm._l(_vm.backupsContainingInstance, function (backup) {
|
|
8650
8837
|
return _c('div', {
|
|
@@ -8725,13 +8912,13 @@ var __vue_render__$a = function () {
|
|
|
8725
8912
|
var __vue_staticRenderFns__$a = [];
|
|
8726
8913
|
/* style */
|
|
8727
8914
|
|
|
8728
|
-
const __vue_inject_styles__$
|
|
8915
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8729
8916
|
if (!inject) return;
|
|
8730
|
-
inject("data-v-
|
|
8731
|
-
source: ".ns-backup-card[data-v-
|
|
8917
|
+
inject("data-v-5a3b7738_0", {
|
|
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}",
|
|
8732
8919
|
map: undefined,
|
|
8733
8920
|
media: undefined
|
|
8734
|
-
}), inject("data-v-
|
|
8921
|
+
}), inject("data-v-5a3b7738_1", {
|
|
8735
8922
|
source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
|
|
8736
8923
|
map: undefined,
|
|
8737
8924
|
media: undefined
|
|
@@ -8740,26 +8927,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8740
8927
|
/* scoped */
|
|
8741
8928
|
|
|
8742
8929
|
|
|
8743
|
-
const __vue_scope_id__$
|
|
8930
|
+
const __vue_scope_id__$b = "data-v-5a3b7738";
|
|
8744
8931
|
/* module identifier */
|
|
8745
8932
|
|
|
8746
|
-
const __vue_module_identifier__$
|
|
8933
|
+
const __vue_module_identifier__$b = undefined;
|
|
8747
8934
|
/* functional template */
|
|
8748
8935
|
|
|
8749
|
-
const __vue_is_functional_template__$
|
|
8936
|
+
const __vue_is_functional_template__$b = false;
|
|
8750
8937
|
/* style inject SSR */
|
|
8751
8938
|
|
|
8752
8939
|
/* style inject shadow dom */
|
|
8753
8940
|
|
|
8754
|
-
const __vue_component__$
|
|
8941
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8755
8942
|
render: __vue_render__$a,
|
|
8756
8943
|
staticRenderFns: __vue_staticRenderFns__$a
|
|
8757
|
-
}, __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);
|
|
8758
8945
|
|
|
8759
|
-
var __vue_component__$
|
|
8946
|
+
var __vue_component__$n = __vue_component__$m;
|
|
8760
8947
|
|
|
8761
8948
|
//
|
|
8762
|
-
var script$
|
|
8949
|
+
var script$4 = {
|
|
8763
8950
|
name: "NsWizard",
|
|
8764
8951
|
extends: CvModal,
|
|
8765
8952
|
mixins: [IconService],
|
|
@@ -8790,7 +8977,7 @@ var script$3 = {
|
|
|
8790
8977
|
};
|
|
8791
8978
|
|
|
8792
8979
|
/* script */
|
|
8793
|
-
const __vue_script__$
|
|
8980
|
+
const __vue_script__$4 = script$4;
|
|
8794
8981
|
/* template */
|
|
8795
8982
|
|
|
8796
8983
|
var __vue_render__$9 = function () {
|
|
@@ -8935,31 +9122,31 @@ var __vue_render__$9 = function () {
|
|
|
8935
9122
|
var __vue_staticRenderFns__$9 = [];
|
|
8936
9123
|
/* style */
|
|
8937
9124
|
|
|
8938
|
-
const __vue_inject_styles__$
|
|
9125
|
+
const __vue_inject_styles__$a = undefined;
|
|
8939
9126
|
/* scoped */
|
|
8940
9127
|
|
|
8941
|
-
const __vue_scope_id__$
|
|
9128
|
+
const __vue_scope_id__$a = undefined;
|
|
8942
9129
|
/* module identifier */
|
|
8943
9130
|
|
|
8944
|
-
const __vue_module_identifier__$
|
|
9131
|
+
const __vue_module_identifier__$a = undefined;
|
|
8945
9132
|
/* functional template */
|
|
8946
9133
|
|
|
8947
|
-
const __vue_is_functional_template__$
|
|
9134
|
+
const __vue_is_functional_template__$a = false;
|
|
8948
9135
|
/* style inject */
|
|
8949
9136
|
|
|
8950
9137
|
/* style inject SSR */
|
|
8951
9138
|
|
|
8952
9139
|
/* style inject shadow dom */
|
|
8953
9140
|
|
|
8954
|
-
const __vue_component__$
|
|
9141
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
8955
9142
|
render: __vue_render__$9,
|
|
8956
9143
|
staticRenderFns: __vue_staticRenderFns__$9
|
|
8957
|
-
}, __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);
|
|
8958
9145
|
|
|
8959
|
-
var __vue_component__$
|
|
9146
|
+
var __vue_component__$l = __vue_component__$k;
|
|
8960
9147
|
|
|
8961
9148
|
//
|
|
8962
|
-
var script$
|
|
9149
|
+
var script$3 = {
|
|
8963
9150
|
name: "NsMenuItem",
|
|
8964
9151
|
components: {
|
|
8965
9152
|
NsSvg
|
|
@@ -8982,7 +9169,7 @@ var script$2 = {
|
|
|
8982
9169
|
};
|
|
8983
9170
|
|
|
8984
9171
|
/* script */
|
|
8985
|
-
const __vue_script__$
|
|
9172
|
+
const __vue_script__$3 = script$3;
|
|
8986
9173
|
/* template */
|
|
8987
9174
|
|
|
8988
9175
|
var __vue_render__$8 = function () {
|
|
@@ -9008,7 +9195,7 @@ var __vue_render__$8 = function () {
|
|
|
9008
9195
|
var __vue_staticRenderFns__$8 = [];
|
|
9009
9196
|
/* style */
|
|
9010
9197
|
|
|
9011
|
-
const __vue_inject_styles__$
|
|
9198
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
9012
9199
|
if (!inject) return;
|
|
9013
9200
|
inject("data-v-35f08832_0", {
|
|
9014
9201
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9019,26 +9206,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
9019
9206
|
/* scoped */
|
|
9020
9207
|
|
|
9021
9208
|
|
|
9022
|
-
const __vue_scope_id__$
|
|
9209
|
+
const __vue_scope_id__$9 = "data-v-35f08832";
|
|
9023
9210
|
/* module identifier */
|
|
9024
9211
|
|
|
9025
|
-
const __vue_module_identifier__$
|
|
9212
|
+
const __vue_module_identifier__$9 = undefined;
|
|
9026
9213
|
/* functional template */
|
|
9027
9214
|
|
|
9028
|
-
const __vue_is_functional_template__$
|
|
9215
|
+
const __vue_is_functional_template__$9 = false;
|
|
9029
9216
|
/* style inject SSR */
|
|
9030
9217
|
|
|
9031
9218
|
/* style inject shadow dom */
|
|
9032
9219
|
|
|
9033
|
-
const __vue_component__$
|
|
9220
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
9034
9221
|
render: __vue_render__$8,
|
|
9035
9222
|
staticRenderFns: __vue_staticRenderFns__$8
|
|
9036
|
-
}, __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);
|
|
9037
9224
|
|
|
9038
|
-
var __vue_component__$
|
|
9225
|
+
var __vue_component__$j = __vue_component__$i;
|
|
9039
9226
|
|
|
9040
9227
|
//
|
|
9041
|
-
var script$
|
|
9228
|
+
var script$2 = {
|
|
9042
9229
|
name: "NsMenuDivider",
|
|
9043
9230
|
components: {
|
|
9044
9231
|
CvSideNavDivider
|
|
@@ -9046,7 +9233,7 @@ var script$1 = {
|
|
|
9046
9233
|
};
|
|
9047
9234
|
|
|
9048
9235
|
/* script */
|
|
9049
|
-
const __vue_script__$
|
|
9236
|
+
const __vue_script__$2 = script$2;
|
|
9050
9237
|
/* template */
|
|
9051
9238
|
|
|
9052
9239
|
var __vue_render__$7 = function () {
|
|
@@ -9062,31 +9249,31 @@ var __vue_render__$7 = function () {
|
|
|
9062
9249
|
var __vue_staticRenderFns__$7 = [];
|
|
9063
9250
|
/* style */
|
|
9064
9251
|
|
|
9065
|
-
const __vue_inject_styles__$
|
|
9252
|
+
const __vue_inject_styles__$8 = undefined;
|
|
9066
9253
|
/* scoped */
|
|
9067
9254
|
|
|
9068
|
-
const __vue_scope_id__$
|
|
9255
|
+
const __vue_scope_id__$8 = "data-v-c2c8c17e";
|
|
9069
9256
|
/* module identifier */
|
|
9070
9257
|
|
|
9071
|
-
const __vue_module_identifier__$
|
|
9258
|
+
const __vue_module_identifier__$8 = undefined;
|
|
9072
9259
|
/* functional template */
|
|
9073
9260
|
|
|
9074
|
-
const __vue_is_functional_template__$
|
|
9261
|
+
const __vue_is_functional_template__$8 = false;
|
|
9075
9262
|
/* style inject */
|
|
9076
9263
|
|
|
9077
9264
|
/* style inject SSR */
|
|
9078
9265
|
|
|
9079
9266
|
/* style inject shadow dom */
|
|
9080
9267
|
|
|
9081
|
-
const __vue_component__$
|
|
9268
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
9082
9269
|
render: __vue_render__$7,
|
|
9083
9270
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
9084
|
-
}, __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);
|
|
9085
9272
|
|
|
9086
|
-
var __vue_component__$
|
|
9273
|
+
var __vue_component__$h = __vue_component__$g;
|
|
9087
9274
|
|
|
9088
9275
|
//
|
|
9089
|
-
var script = {
|
|
9276
|
+
var script$1 = {
|
|
9090
9277
|
name: "NsSystemLogsCard",
|
|
9091
9278
|
mixins: [UtilService, IconService],
|
|
9092
9279
|
props: {
|
|
@@ -9205,7 +9392,7 @@ var script = {
|
|
|
9205
9392
|
};
|
|
9206
9393
|
|
|
9207
9394
|
/* script */
|
|
9208
|
-
const __vue_script__ = script;
|
|
9395
|
+
const __vue_script__$1 = script$1;
|
|
9209
9396
|
/* template */
|
|
9210
9397
|
|
|
9211
9398
|
var __vue_render__$6 = function () {
|
|
@@ -9238,26 +9425,73 @@ var __vue_render__$6 = function () {
|
|
|
9238
9425
|
var __vue_staticRenderFns__$6 = [];
|
|
9239
9426
|
/* style */
|
|
9240
9427
|
|
|
9241
|
-
const __vue_inject_styles__$
|
|
9428
|
+
const __vue_inject_styles__$7 = undefined;
|
|
9242
9429
|
/* scoped */
|
|
9243
9430
|
|
|
9244
|
-
const __vue_scope_id__$
|
|
9431
|
+
const __vue_scope_id__$7 = "data-v-aec74b8e";
|
|
9245
9432
|
/* module identifier */
|
|
9246
9433
|
|
|
9247
|
-
const __vue_module_identifier__$
|
|
9434
|
+
const __vue_module_identifier__$7 = undefined;
|
|
9248
9435
|
/* functional template */
|
|
9249
9436
|
|
|
9250
|
-
const __vue_is_functional_template__$
|
|
9437
|
+
const __vue_is_functional_template__$7 = false;
|
|
9251
9438
|
/* style inject */
|
|
9252
9439
|
|
|
9253
9440
|
/* style inject SSR */
|
|
9254
9441
|
|
|
9255
9442
|
/* style inject shadow dom */
|
|
9256
9443
|
|
|
9257
|
-
const __vue_component__$
|
|
9444
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9258
9445
|
render: __vue_render__$6,
|
|
9259
9446
|
staticRenderFns: __vue_staticRenderFns__$6
|
|
9260
|
-
}, __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);
|
|
9261
9495
|
|
|
9262
9496
|
var __vue_component__$d = __vue_component__$c;
|
|
9263
9497
|
|
|
@@ -17104,32 +17338,33 @@ var filters = {
|
|
|
17104
17338
|
|
|
17105
17339
|
var components = /*#__PURE__*/Object.freeze({
|
|
17106
17340
|
__proto__: null,
|
|
17107
|
-
NsButton: __vue_component__$
|
|
17108
|
-
NsEmptyState: __vue_component__$
|
|
17341
|
+
NsButton: __vue_component__$Z,
|
|
17342
|
+
NsEmptyState: __vue_component__$U,
|
|
17109
17343
|
NsPictogram: NsPictogram,
|
|
17110
|
-
NsCodeSnippet: __vue_component__$
|
|
17344
|
+
NsCodeSnippet: __vue_component__$S,
|
|
17111
17345
|
NsInlineNotification: NsInlineNotification,
|
|
17112
17346
|
NsProgressBar: NsProgressBar,
|
|
17113
17347
|
NsSvg: NsSvg,
|
|
17114
|
-
NsTile: __vue_component__$
|
|
17115
|
-
NsToastNotification: __vue_component__$
|
|
17116
|
-
NsInfoCard: __vue_component__$
|
|
17117
|
-
NsStatusCard: __vue_component__$
|
|
17118
|
-
NsSystemdServiceCard: __vue_component__$
|
|
17119
|
-
NsPasswordInput: __vue_component__$
|
|
17120
|
-
NsIconMenu: __vue_component__$
|
|
17121
|
-
NsMeterChart: __vue_component__$
|
|
17122
|
-
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,
|
|
17123
17357
|
NsLottieAnimation: NsLottieAnimation,
|
|
17124
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17358
|
+
NsDangerDeleteModal: __vue_component__$u,
|
|
17125
17359
|
NsCircleTimer: NsCircleTimer,
|
|
17126
|
-
NsDropdownAction: __vue_component__$
|
|
17127
|
-
NsTextInput: __vue_component__$
|
|
17128
|
-
NsBackupCard: __vue_component__$
|
|
17129
|
-
NsWizard: __vue_component__$
|
|
17130
|
-
NsMenuItem: __vue_component__$
|
|
17131
|
-
NsMenuDivider: __vue_component__$
|
|
17132
|
-
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,
|
|
17133
17368
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
17134
17369
|
GearPictogram: __vue_component__$b,
|
|
17135
17370
|
LovePictogram: __vue_component__$9,
|
|
@@ -17157,4 +17392,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
17157
17392
|
});
|
|
17158
17393
|
}; // Create module definition for Vue.use()
|
|
17159
17394
|
|
|
17160
|
-
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 };
|