@nethserver/ns8-ui-lib 0.0.70 → 0.0.73
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 +384 -239
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +354 -226
- package/package.json +1 -1
- package/src/lib-components/NsDangerDeleteModal.vue +19 -0
- package/src/lib-components/NsModal.vue +36 -0
- package/src/lib-components/NsToastNotification.vue +61 -4
- package/src/lib-components/NsWizard.vue +15 -2
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__$X = /*#__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__$Y = __vue_component__$X;
|
|
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__$W = /*#__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__$W;
|
|
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__$V = /*#__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__$V;
|
|
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__$U = /*#__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__$U;
|
|
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__$S = /*#__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__$T = __vue_component__$S;
|
|
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__$Q = /*#__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__$R = __vue_component__$Q;
|
|
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__$P = /*#__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__$P;
|
|
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__$O = /*#__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__$O;
|
|
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__$N = /*#__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__$N;
|
|
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__$M = /*#__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__$M;
|
|
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__$K = /*#__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__$L = __vue_component__$K;
|
|
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: {
|
|
@@ -6148,6 +6148,14 @@ var script$g = {
|
|
|
6148
6148
|
type: Boolean,
|
|
6149
6149
|
default: false
|
|
6150
6150
|
},
|
|
6151
|
+
cancelLabel: {
|
|
6152
|
+
type: String,
|
|
6153
|
+
default: "Abort"
|
|
6154
|
+
},
|
|
6155
|
+
confirmCancelLabel: {
|
|
6156
|
+
type: String,
|
|
6157
|
+
default: "Confirm abort"
|
|
6158
|
+
},
|
|
6151
6159
|
closeAriaLabel: {
|
|
6152
6160
|
type: String,
|
|
6153
6161
|
default: "Dismiss notification"
|
|
@@ -6158,11 +6166,35 @@ var script$g = {
|
|
|
6158
6166
|
validator: val => ["error", "info", "warning", "success"].includes(val)
|
|
6159
6167
|
},
|
|
6160
6168
|
lowContrast: Boolean
|
|
6169
|
+
},
|
|
6170
|
+
|
|
6171
|
+
data() {
|
|
6172
|
+
return {
|
|
6173
|
+
isConfirmCancelShown: false,
|
|
6174
|
+
isCancelButtonDisabled: false
|
|
6175
|
+
};
|
|
6176
|
+
},
|
|
6177
|
+
|
|
6178
|
+
methods: {
|
|
6179
|
+
cancelTask() {
|
|
6180
|
+
if (!this.isConfirmCancelShown) {
|
|
6181
|
+
// show confirmation
|
|
6182
|
+
this.isConfirmCancelShown = true;
|
|
6183
|
+
setTimeout(() => {
|
|
6184
|
+
this.isConfirmCancelShown = false;
|
|
6185
|
+
}, 5000);
|
|
6186
|
+
} else {
|
|
6187
|
+
// cancel task
|
|
6188
|
+
this.$emit("cancelTask", this.id);
|
|
6189
|
+
this.isCancelButtonDisabled = true;
|
|
6190
|
+
}
|
|
6191
|
+
}
|
|
6192
|
+
|
|
6161
6193
|
}
|
|
6162
6194
|
};
|
|
6163
6195
|
|
|
6164
6196
|
/* script */
|
|
6165
|
-
const __vue_script__$
|
|
6197
|
+
const __vue_script__$h = script$h;
|
|
6166
6198
|
/* template */
|
|
6167
6199
|
|
|
6168
6200
|
var __vue_render__$m = function () {
|
|
@@ -6192,7 +6224,7 @@ var __vue_render__$m = function () {
|
|
|
6192
6224
|
class: _vm.carbonPrefix + "--toast-notification__title"
|
|
6193
6225
|
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _c('div', {
|
|
6194
6226
|
class: [_vm.carbonPrefix + "--toast-notification__subtitle", "notification-description-and-progress", "row", {
|
|
6195
|
-
'fix-margin-bottom': _vm.actionLabel
|
|
6227
|
+
'fix-margin-bottom': _vm.actionLabel || _vm.isProgressShown
|
|
6196
6228
|
}]
|
|
6197
6229
|
}, [_c('span', {
|
|
6198
6230
|
domProps: {
|
|
@@ -6209,7 +6241,22 @@ var __vue_render__$m = function () {
|
|
|
6209
6241
|
staticClass: "progress-bar-spacer"
|
|
6210
6242
|
}), _vm._v(" "), _vm.progress ? _c('div', {
|
|
6211
6243
|
staticClass: "progress-number"
|
|
6212
|
-
}, [_vm._v(_vm._s(_vm.progress) + " %")]) : _vm._e()], 1) : _vm._e()]), _vm._v(" "), _vm.
|
|
6244
|
+
}, [_vm._v(_vm._s(_vm.progress) + " %")]) : _vm._e()], 1) : _vm._e()]), _vm._v(" "), _vm.isProgressShown ? _c('div', {
|
|
6245
|
+
class: [_vm.carbonPrefix + "--toast-notification__caption", "action", "row"]
|
|
6246
|
+
}, [_c('button', {
|
|
6247
|
+
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", {
|
|
6248
|
+
'bx--btn--ghost': !_vm.isConfirmCancelShown
|
|
6249
|
+
}, {
|
|
6250
|
+
'bx--btn--danger': _vm.isConfirmCancelShown
|
|
6251
|
+
}],
|
|
6252
|
+
attrs: {
|
|
6253
|
+
"disabled": _vm.isCancelButtonDisabled,
|
|
6254
|
+
"type": "button"
|
|
6255
|
+
},
|
|
6256
|
+
on: {
|
|
6257
|
+
"click": _vm.cancelTask
|
|
6258
|
+
}
|
|
6259
|
+
}, [_vm._v("\n " + _vm._s(_vm.isConfirmCancelShown ? _vm.confirmCancelLabel : _vm.cancelLabel) + "\n ")])]) : _vm.actionLabel ? _c('div', {
|
|
6213
6260
|
class: [_vm.carbonPrefix + "--toast-notification__caption", "action", "row"]
|
|
6214
6261
|
}, [_c('button', {
|
|
6215
6262
|
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
|
|
@@ -6251,13 +6298,13 @@ var __vue_render__$m = function () {
|
|
|
6251
6298
|
var __vue_staticRenderFns__$m = [];
|
|
6252
6299
|
/* style */
|
|
6253
6300
|
|
|
6254
|
-
const __vue_inject_styles__$
|
|
6301
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6255
6302
|
if (!inject) return;
|
|
6256
|
-
inject("data-v-
|
|
6257
|
-
source: ".notification[data-v-
|
|
6303
|
+
inject("data-v-06b7021e_0", {
|
|
6304
|
+
source: ".notification[data-v-06b7021e]{margin-bottom:0;margin-right:0}.action[data-v-06b7021e]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-06b7021e]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-06b7021e]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-06b7021e]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-06b7021e]{margin-bottom:0}.progress[data-v-06b7021e]{margin-top:.75rem}.progress-bar-spacer[data-v-06b7021e]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-06b7021e]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-06b7021e]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-06b7021e]{width:100%;cursor:pointer}.notification-read[data-v-06b7021e]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-06b7021e]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-06b7021e]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-06b7021e]{font-weight:400}.cv-notifiation .timestamp[data-v-06b7021e]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-06b7021e]{color:#c6c6c6}.bx--tooltip__trigger[data-v-06b7021e]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-06b7021e]::before{border-bottom-color:#161616}div.row[data-v-06b7021e]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-06b7021e]{flex-grow:1}",
|
|
6258
6305
|
map: undefined,
|
|
6259
6306
|
media: undefined
|
|
6260
|
-
}), inject("data-v-
|
|
6307
|
+
}), inject("data-v-06b7021e_1", {
|
|
6261
6308
|
source: ".cv-notifiation .timestamp button span{background-color:#161616!important;border-left:1px solid #393939;border-right:1px solid #393939;border-bottom:1px solid #393939}",
|
|
6262
6309
|
map: undefined,
|
|
6263
6310
|
media: undefined
|
|
@@ -6266,26 +6313,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6266
6313
|
/* scoped */
|
|
6267
6314
|
|
|
6268
6315
|
|
|
6269
|
-
const __vue_scope_id__$
|
|
6316
|
+
const __vue_scope_id__$n = "data-v-06b7021e";
|
|
6270
6317
|
/* module identifier */
|
|
6271
6318
|
|
|
6272
|
-
const __vue_module_identifier__$
|
|
6319
|
+
const __vue_module_identifier__$n = undefined;
|
|
6273
6320
|
/* functional template */
|
|
6274
6321
|
|
|
6275
|
-
const __vue_is_functional_template__$
|
|
6322
|
+
const __vue_is_functional_template__$n = false;
|
|
6276
6323
|
/* style inject SSR */
|
|
6277
6324
|
|
|
6278
6325
|
/* style inject shadow dom */
|
|
6279
6326
|
|
|
6280
|
-
const __vue_component__$
|
|
6327
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
6281
6328
|
render: __vue_render__$m,
|
|
6282
6329
|
staticRenderFns: __vue_staticRenderFns__$m
|
|
6283
|
-
}, __vue_inject_styles__$
|
|
6330
|
+
}, __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
6331
|
|
|
6285
|
-
var __vue_component__$
|
|
6332
|
+
var __vue_component__$J = __vue_component__$I;
|
|
6286
6333
|
|
|
6287
6334
|
//
|
|
6288
|
-
var script$
|
|
6335
|
+
var script$g = {
|
|
6289
6336
|
name: "NsInfoCard",
|
|
6290
6337
|
components: {
|
|
6291
6338
|
NsSvg,
|
|
@@ -6336,7 +6383,7 @@ var script$f = {
|
|
|
6336
6383
|
};
|
|
6337
6384
|
|
|
6338
6385
|
/* script */
|
|
6339
|
-
const __vue_script__$
|
|
6386
|
+
const __vue_script__$g = script$g;
|
|
6340
6387
|
/* template */
|
|
6341
6388
|
|
|
6342
6389
|
var __vue_render__$l = function () {
|
|
@@ -6399,7 +6446,7 @@ var __vue_render__$l = function () {
|
|
|
6399
6446
|
var __vue_staticRenderFns__$l = [];
|
|
6400
6447
|
/* style */
|
|
6401
6448
|
|
|
6402
|
-
const __vue_inject_styles__$
|
|
6449
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6403
6450
|
if (!inject) return;
|
|
6404
6451
|
inject("data-v-aefc1c3e_0", {
|
|
6405
6452
|
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 +6457,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6410
6457
|
/* scoped */
|
|
6411
6458
|
|
|
6412
6459
|
|
|
6413
|
-
const __vue_scope_id__$
|
|
6460
|
+
const __vue_scope_id__$m = "data-v-aefc1c3e";
|
|
6414
6461
|
/* module identifier */
|
|
6415
6462
|
|
|
6416
|
-
const __vue_module_identifier__$
|
|
6463
|
+
const __vue_module_identifier__$m = undefined;
|
|
6417
6464
|
/* functional template */
|
|
6418
6465
|
|
|
6419
|
-
const __vue_is_functional_template__$
|
|
6466
|
+
const __vue_is_functional_template__$m = false;
|
|
6420
6467
|
/* style inject SSR */
|
|
6421
6468
|
|
|
6422
6469
|
/* style inject shadow dom */
|
|
6423
6470
|
|
|
6424
|
-
const __vue_component__$
|
|
6471
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
6425
6472
|
render: __vue_render__$l,
|
|
6426
6473
|
staticRenderFns: __vue_staticRenderFns__$l
|
|
6427
|
-
}, __vue_inject_styles__$
|
|
6474
|
+
}, __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
6475
|
|
|
6429
|
-
var __vue_component__$
|
|
6476
|
+
var __vue_component__$H = __vue_component__$G;
|
|
6430
6477
|
|
|
6431
6478
|
//
|
|
6432
|
-
var script$
|
|
6479
|
+
var script$f = {
|
|
6433
6480
|
name: "NsStatusCard",
|
|
6434
6481
|
//components added for storybook to work
|
|
6435
6482
|
components: {
|
|
@@ -6476,7 +6523,7 @@ var script$e = {
|
|
|
6476
6523
|
};
|
|
6477
6524
|
|
|
6478
6525
|
/* script */
|
|
6479
|
-
const __vue_script__$
|
|
6526
|
+
const __vue_script__$f = script$f;
|
|
6480
6527
|
/* template */
|
|
6481
6528
|
|
|
6482
6529
|
var __vue_render__$k = function () {
|
|
@@ -6551,7 +6598,7 @@ var __vue_render__$k = function () {
|
|
|
6551
6598
|
var __vue_staticRenderFns__$k = [];
|
|
6552
6599
|
/* style */
|
|
6553
6600
|
|
|
6554
|
-
const __vue_inject_styles__$
|
|
6601
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6555
6602
|
if (!inject) return;
|
|
6556
6603
|
inject("data-v-496044f0_0", {
|
|
6557
6604
|
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 +6609,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6562
6609
|
/* scoped */
|
|
6563
6610
|
|
|
6564
6611
|
|
|
6565
|
-
const __vue_scope_id__$
|
|
6612
|
+
const __vue_scope_id__$l = "data-v-496044f0";
|
|
6566
6613
|
/* module identifier */
|
|
6567
6614
|
|
|
6568
|
-
const __vue_module_identifier__$
|
|
6615
|
+
const __vue_module_identifier__$l = undefined;
|
|
6569
6616
|
/* functional template */
|
|
6570
6617
|
|
|
6571
|
-
const __vue_is_functional_template__$
|
|
6618
|
+
const __vue_is_functional_template__$l = false;
|
|
6572
6619
|
/* style inject SSR */
|
|
6573
6620
|
|
|
6574
6621
|
/* style inject shadow dom */
|
|
6575
6622
|
|
|
6576
|
-
const __vue_component__$
|
|
6623
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
6577
6624
|
render: __vue_render__$k,
|
|
6578
6625
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
6579
|
-
}, __vue_inject_styles__$
|
|
6626
|
+
}, __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
6627
|
|
|
6581
|
-
var __vue_component__$
|
|
6628
|
+
var __vue_component__$F = __vue_component__$E;
|
|
6582
6629
|
|
|
6583
6630
|
//
|
|
6584
|
-
var script$
|
|
6631
|
+
var script$e = {
|
|
6585
6632
|
name: "NsSystemdServiceCard",
|
|
6586
6633
|
//components added for storybook to work
|
|
6587
6634
|
components: {
|
|
@@ -6635,7 +6682,7 @@ var script$d = {
|
|
|
6635
6682
|
};
|
|
6636
6683
|
|
|
6637
6684
|
/* script */
|
|
6638
|
-
const __vue_script__$
|
|
6685
|
+
const __vue_script__$e = script$e;
|
|
6639
6686
|
/* template */
|
|
6640
6687
|
|
|
6641
6688
|
var __vue_render__$j = function () {
|
|
@@ -6696,7 +6743,7 @@ var __vue_render__$j = function () {
|
|
|
6696
6743
|
var __vue_staticRenderFns__$j = [];
|
|
6697
6744
|
/* style */
|
|
6698
6745
|
|
|
6699
|
-
const __vue_inject_styles__$
|
|
6746
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6700
6747
|
if (!inject) return;
|
|
6701
6748
|
inject("data-v-bf751eca_0", {
|
|
6702
6749
|
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 +6754,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6707
6754
|
/* scoped */
|
|
6708
6755
|
|
|
6709
6756
|
|
|
6710
|
-
const __vue_scope_id__$
|
|
6757
|
+
const __vue_scope_id__$k = "data-v-bf751eca";
|
|
6711
6758
|
/* module identifier */
|
|
6712
6759
|
|
|
6713
|
-
const __vue_module_identifier__$
|
|
6760
|
+
const __vue_module_identifier__$k = undefined;
|
|
6714
6761
|
/* functional template */
|
|
6715
6762
|
|
|
6716
|
-
const __vue_is_functional_template__$
|
|
6763
|
+
const __vue_is_functional_template__$k = false;
|
|
6717
6764
|
/* style inject SSR */
|
|
6718
6765
|
|
|
6719
6766
|
/* style inject shadow dom */
|
|
6720
6767
|
|
|
6721
|
-
const __vue_component__$
|
|
6768
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
6722
6769
|
render: __vue_render__$j,
|
|
6723
6770
|
staticRenderFns: __vue_staticRenderFns__$j
|
|
6724
|
-
}, __vue_inject_styles__$
|
|
6771
|
+
}, __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
6772
|
|
|
6726
|
-
var __vue_component__$
|
|
6773
|
+
var __vue_component__$D = __vue_component__$C;
|
|
6727
6774
|
|
|
6728
6775
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
6729
6776
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7180,7 +7227,7 @@ var UtilService = {
|
|
|
7180
7227
|
};
|
|
7181
7228
|
|
|
7182
7229
|
//
|
|
7183
|
-
var script$
|
|
7230
|
+
var script$d = {
|
|
7184
7231
|
name: "NsPasswordInput",
|
|
7185
7232
|
components: CvTextInput,
|
|
7186
7233
|
mixins: [UtilService],
|
|
@@ -7336,7 +7383,7 @@ var script$c = {
|
|
|
7336
7383
|
};
|
|
7337
7384
|
|
|
7338
7385
|
/* script */
|
|
7339
|
-
const __vue_script__$
|
|
7386
|
+
const __vue_script__$d = script$d;
|
|
7340
7387
|
/* template */
|
|
7341
7388
|
|
|
7342
7389
|
var __vue_render__$i = function () {
|
|
@@ -7437,7 +7484,7 @@ var __vue_render__$i = function () {
|
|
|
7437
7484
|
var __vue_staticRenderFns__$i = [];
|
|
7438
7485
|
/* style */
|
|
7439
7486
|
|
|
7440
|
-
const __vue_inject_styles__$
|
|
7487
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
7441
7488
|
if (!inject) return;
|
|
7442
7489
|
inject("data-v-6ed70bae_0", {
|
|
7443
7490
|
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 +7495,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
7448
7495
|
/* scoped */
|
|
7449
7496
|
|
|
7450
7497
|
|
|
7451
|
-
const __vue_scope_id__$
|
|
7498
|
+
const __vue_scope_id__$j = "data-v-6ed70bae";
|
|
7452
7499
|
/* module identifier */
|
|
7453
7500
|
|
|
7454
|
-
const __vue_module_identifier__$
|
|
7501
|
+
const __vue_module_identifier__$j = undefined;
|
|
7455
7502
|
/* functional template */
|
|
7456
7503
|
|
|
7457
|
-
const __vue_is_functional_template__$
|
|
7504
|
+
const __vue_is_functional_template__$j = false;
|
|
7458
7505
|
/* style inject SSR */
|
|
7459
7506
|
|
|
7460
7507
|
/* style inject shadow dom */
|
|
7461
7508
|
|
|
7462
|
-
const __vue_component__$
|
|
7509
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
7463
7510
|
render: __vue_render__$i,
|
|
7464
7511
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
7465
|
-
}, __vue_inject_styles__$
|
|
7512
|
+
}, __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
7513
|
|
|
7467
|
-
var __vue_component__$
|
|
7514
|
+
var __vue_component__$B = __vue_component__$A;
|
|
7468
7515
|
|
|
7469
7516
|
//
|
|
7470
|
-
var script$
|
|
7517
|
+
var script$c = {
|
|
7471
7518
|
name: "NsIconMenu",
|
|
7472
7519
|
extends: CvOverflowMenu,
|
|
7473
7520
|
props: {
|
|
@@ -7511,7 +7558,7 @@ var script$b = {
|
|
|
7511
7558
|
};
|
|
7512
7559
|
|
|
7513
7560
|
/* script */
|
|
7514
|
-
const __vue_script__$
|
|
7561
|
+
const __vue_script__$c = script$c;
|
|
7515
7562
|
/* template */
|
|
7516
7563
|
|
|
7517
7564
|
var __vue_render__$h = function () {
|
|
@@ -7633,7 +7680,7 @@ var __vue_render__$h = function () {
|
|
|
7633
7680
|
var __vue_staticRenderFns__$h = [];
|
|
7634
7681
|
/* style */
|
|
7635
7682
|
|
|
7636
|
-
const __vue_inject_styles__$
|
|
7683
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7637
7684
|
if (!inject) return;
|
|
7638
7685
|
inject("data-v-2be14df6_0", {
|
|
7639
7686
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7644,27 +7691,27 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7644
7691
|
/* scoped */
|
|
7645
7692
|
|
|
7646
7693
|
|
|
7647
|
-
const __vue_scope_id__$
|
|
7694
|
+
const __vue_scope_id__$i = "data-v-2be14df6";
|
|
7648
7695
|
/* module identifier */
|
|
7649
7696
|
|
|
7650
|
-
const __vue_module_identifier__$
|
|
7697
|
+
const __vue_module_identifier__$i = undefined;
|
|
7651
7698
|
/* functional template */
|
|
7652
7699
|
|
|
7653
|
-
const __vue_is_functional_template__$
|
|
7700
|
+
const __vue_is_functional_template__$i = false;
|
|
7654
7701
|
/* style inject SSR */
|
|
7655
7702
|
|
|
7656
7703
|
/* style inject shadow dom */
|
|
7657
7704
|
|
|
7658
|
-
const __vue_component__$
|
|
7705
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
7659
7706
|
render: __vue_render__$h,
|
|
7660
7707
|
staticRenderFns: __vue_staticRenderFns__$h
|
|
7661
|
-
}, __vue_inject_styles__$
|
|
7708
|
+
}, __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
7709
|
|
|
7663
|
-
var __vue_component__$
|
|
7710
|
+
var __vue_component__$z = __vue_component__$y;
|
|
7664
7711
|
|
|
7665
7712
|
//
|
|
7666
7713
|
Vue.use(chartsVue);
|
|
7667
|
-
var script$
|
|
7714
|
+
var script$b = {
|
|
7668
7715
|
name: "NsMeterChart",
|
|
7669
7716
|
components: {
|
|
7670
7717
|
CcvMeterChart
|
|
@@ -7738,7 +7785,7 @@ var script$a = {
|
|
|
7738
7785
|
};
|
|
7739
7786
|
|
|
7740
7787
|
/* script */
|
|
7741
|
-
const __vue_script__$
|
|
7788
|
+
const __vue_script__$b = script$b;
|
|
7742
7789
|
/* template */
|
|
7743
7790
|
|
|
7744
7791
|
var __vue_render__$g = function () {
|
|
@@ -7759,32 +7806,32 @@ var __vue_render__$g = function () {
|
|
|
7759
7806
|
var __vue_staticRenderFns__$g = [];
|
|
7760
7807
|
/* style */
|
|
7761
7808
|
|
|
7762
|
-
const __vue_inject_styles__$
|
|
7809
|
+
const __vue_inject_styles__$h = undefined;
|
|
7763
7810
|
/* scoped */
|
|
7764
7811
|
|
|
7765
|
-
const __vue_scope_id__$
|
|
7812
|
+
const __vue_scope_id__$h = undefined;
|
|
7766
7813
|
/* module identifier */
|
|
7767
7814
|
|
|
7768
|
-
const __vue_module_identifier__$
|
|
7815
|
+
const __vue_module_identifier__$h = undefined;
|
|
7769
7816
|
/* functional template */
|
|
7770
7817
|
|
|
7771
|
-
const __vue_is_functional_template__$
|
|
7818
|
+
const __vue_is_functional_template__$h = false;
|
|
7772
7819
|
/* style inject */
|
|
7773
7820
|
|
|
7774
7821
|
/* style inject SSR */
|
|
7775
7822
|
|
|
7776
7823
|
/* style inject shadow dom */
|
|
7777
7824
|
|
|
7778
|
-
const __vue_component__$
|
|
7825
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
7779
7826
|
render: __vue_render__$g,
|
|
7780
7827
|
staticRenderFns: __vue_staticRenderFns__$g
|
|
7781
|
-
}, __vue_inject_styles__$
|
|
7828
|
+
}, __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
7829
|
|
|
7783
|
-
var __vue_component__$
|
|
7830
|
+
var __vue_component__$x = __vue_component__$w;
|
|
7784
7831
|
|
|
7785
7832
|
//
|
|
7786
7833
|
Vue.use(chartsVue);
|
|
7787
|
-
var script$
|
|
7834
|
+
var script$a = {
|
|
7788
7835
|
name: "NsPieChart",
|
|
7789
7836
|
components: {},
|
|
7790
7837
|
props: {
|
|
@@ -7840,7 +7887,7 @@ var script$9 = {
|
|
|
7840
7887
|
};
|
|
7841
7888
|
|
|
7842
7889
|
/* script */
|
|
7843
|
-
const __vue_script__$
|
|
7890
|
+
const __vue_script__$a = script$a;
|
|
7844
7891
|
/* template */
|
|
7845
7892
|
|
|
7846
7893
|
var __vue_render__$f = function () {
|
|
@@ -7861,31 +7908,31 @@ var __vue_render__$f = function () {
|
|
|
7861
7908
|
var __vue_staticRenderFns__$f = [];
|
|
7862
7909
|
/* style */
|
|
7863
7910
|
|
|
7864
|
-
const __vue_inject_styles__$
|
|
7911
|
+
const __vue_inject_styles__$g = undefined;
|
|
7865
7912
|
/* scoped */
|
|
7866
7913
|
|
|
7867
|
-
const __vue_scope_id__$
|
|
7914
|
+
const __vue_scope_id__$g = undefined;
|
|
7868
7915
|
/* module identifier */
|
|
7869
7916
|
|
|
7870
|
-
const __vue_module_identifier__$
|
|
7917
|
+
const __vue_module_identifier__$g = undefined;
|
|
7871
7918
|
/* functional template */
|
|
7872
7919
|
|
|
7873
|
-
const __vue_is_functional_template__$
|
|
7920
|
+
const __vue_is_functional_template__$g = false;
|
|
7874
7921
|
/* style inject */
|
|
7875
7922
|
|
|
7876
7923
|
/* style inject SSR */
|
|
7877
7924
|
|
|
7878
7925
|
/* style inject shadow dom */
|
|
7879
7926
|
|
|
7880
|
-
const __vue_component__$
|
|
7927
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
7881
7928
|
render: __vue_render__$f,
|
|
7882
7929
|
staticRenderFns: __vue_staticRenderFns__$f
|
|
7883
|
-
}, __vue_inject_styles__$
|
|
7930
|
+
}, __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
7931
|
|
|
7885
|
-
var __vue_component__$
|
|
7932
|
+
var __vue_component__$v = __vue_component__$u;
|
|
7886
7933
|
|
|
7887
7934
|
//
|
|
7888
|
-
var script$
|
|
7935
|
+
var script$9 = {
|
|
7889
7936
|
name: "NsDangerDeleteModal",
|
|
7890
7937
|
//component added for storybook to work
|
|
7891
7938
|
components: {
|
|
@@ -7924,6 +7971,18 @@ var script$8 = {
|
|
|
7924
7971
|
deleteLabel: {
|
|
7925
7972
|
type: String,
|
|
7926
7973
|
default: "I understand, delete"
|
|
7974
|
+
},
|
|
7975
|
+
isErrorShown: {
|
|
7976
|
+
type: Boolean,
|
|
7977
|
+
default: false
|
|
7978
|
+
},
|
|
7979
|
+
errorTitle: {
|
|
7980
|
+
type: String,
|
|
7981
|
+
default: ""
|
|
7982
|
+
},
|
|
7983
|
+
errorDescription: {
|
|
7984
|
+
type: String,
|
|
7985
|
+
default: ""
|
|
7927
7986
|
}
|
|
7928
7987
|
},
|
|
7929
7988
|
|
|
@@ -7968,7 +8027,7 @@ var script$8 = {
|
|
|
7968
8027
|
};
|
|
7969
8028
|
|
|
7970
8029
|
/* script */
|
|
7971
|
-
const __vue_script__$
|
|
8030
|
+
const __vue_script__$9 = script$9;
|
|
7972
8031
|
/* template */
|
|
7973
8032
|
|
|
7974
8033
|
var __vue_render__$e = function () {
|
|
@@ -8025,7 +8084,14 @@ var __vue_render__$e = function () {
|
|
|
8025
8084
|
},
|
|
8026
8085
|
expression: "userInput"
|
|
8027
8086
|
}
|
|
8028
|
-
})], 1)
|
|
8087
|
+
})], 1), _vm._v(" "), _vm.isErrorShown ? _c('NsInlineNotification', {
|
|
8088
|
+
attrs: {
|
|
8089
|
+
"kind": "error",
|
|
8090
|
+
"title": _vm.errorTitle,
|
|
8091
|
+
"description": _vm.errorDescription,
|
|
8092
|
+
"showCloseButton": false
|
|
8093
|
+
}
|
|
8094
|
+
}) : _vm._e()], 2), _vm._v(" "), _c('template', {
|
|
8029
8095
|
slot: "secondary-button"
|
|
8030
8096
|
}, [_vm._v(_vm._s(_vm.cancelLabel))]), _vm._v(" "), _c('template', {
|
|
8031
8097
|
slot: "primary-button"
|
|
@@ -8035,10 +8101,10 @@ var __vue_render__$e = function () {
|
|
|
8035
8101
|
var __vue_staticRenderFns__$e = [];
|
|
8036
8102
|
/* style */
|
|
8037
8103
|
|
|
8038
|
-
const __vue_inject_styles__$
|
|
8104
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
8039
8105
|
if (!inject) return;
|
|
8040
|
-
inject("data-v-
|
|
8041
|
-
source: ".type-to-confirm[data-v-
|
|
8106
|
+
inject("data-v-56c8d6b0_0", {
|
|
8107
|
+
source: ".type-to-confirm[data-v-56c8d6b0]{margin-top:2rem}",
|
|
8042
8108
|
map: undefined,
|
|
8043
8109
|
media: undefined
|
|
8044
8110
|
});
|
|
@@ -8046,23 +8112,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
8046
8112
|
/* scoped */
|
|
8047
8113
|
|
|
8048
8114
|
|
|
8049
|
-
const __vue_scope_id__$
|
|
8115
|
+
const __vue_scope_id__$f = "data-v-56c8d6b0";
|
|
8050
8116
|
/* module identifier */
|
|
8051
8117
|
|
|
8052
|
-
const __vue_module_identifier__$
|
|
8118
|
+
const __vue_module_identifier__$f = undefined;
|
|
8053
8119
|
/* functional template */
|
|
8054
8120
|
|
|
8055
|
-
const __vue_is_functional_template__$
|
|
8121
|
+
const __vue_is_functional_template__$f = false;
|
|
8056
8122
|
/* style inject SSR */
|
|
8057
8123
|
|
|
8058
8124
|
/* style inject shadow dom */
|
|
8059
8125
|
|
|
8060
|
-
const __vue_component__$
|
|
8126
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8061
8127
|
render: __vue_render__$e,
|
|
8062
8128
|
staticRenderFns: __vue_staticRenderFns__$e
|
|
8063
|
-
}, __vue_inject_styles__$
|
|
8129
|
+
}, __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
8130
|
|
|
8065
|
-
var __vue_component__$
|
|
8131
|
+
var __vue_component__$t = __vue_component__$s;
|
|
8066
8132
|
|
|
8067
8133
|
var IconService = {
|
|
8068
8134
|
name: "IconService",
|
|
@@ -8071,6 +8137,7 @@ var IconService = {
|
|
|
8071
8137
|
return {
|
|
8072
8138
|
Close20,
|
|
8073
8139
|
ArrowRight20,
|
|
8140
|
+
// navigate to another page, move module
|
|
8074
8141
|
ArrowRight32,
|
|
8075
8142
|
Notification20,
|
|
8076
8143
|
UserAvatar20,
|
|
@@ -8108,6 +8175,7 @@ var IconService = {
|
|
|
8108
8175
|
// save buttons and backups
|
|
8109
8176
|
Save32,
|
|
8110
8177
|
Copy20,
|
|
8178
|
+
// copy to clipboard, clone module
|
|
8111
8179
|
EdgeNode20,
|
|
8112
8180
|
EdgeNode32,
|
|
8113
8181
|
Cube32,
|
|
@@ -8189,7 +8257,7 @@ var IconService = {
|
|
|
8189
8257
|
};
|
|
8190
8258
|
|
|
8191
8259
|
//
|
|
8192
|
-
var script$
|
|
8260
|
+
var script$8 = {
|
|
8193
8261
|
name: "NsDropdownAction",
|
|
8194
8262
|
extends: CvOverflowMenu,
|
|
8195
8263
|
components: {
|
|
@@ -8221,7 +8289,7 @@ var script$7 = {
|
|
|
8221
8289
|
};
|
|
8222
8290
|
|
|
8223
8291
|
/* script */
|
|
8224
|
-
const __vue_script__$
|
|
8292
|
+
const __vue_script__$8 = script$8;
|
|
8225
8293
|
/* template */
|
|
8226
8294
|
|
|
8227
8295
|
var __vue_render__$d = function () {
|
|
@@ -8327,31 +8395,31 @@ var __vue_render__$d = function () {
|
|
|
8327
8395
|
var __vue_staticRenderFns__$d = [];
|
|
8328
8396
|
/* style */
|
|
8329
8397
|
|
|
8330
|
-
const __vue_inject_styles__$
|
|
8398
|
+
const __vue_inject_styles__$e = undefined;
|
|
8331
8399
|
/* scoped */
|
|
8332
8400
|
|
|
8333
|
-
const __vue_scope_id__$
|
|
8401
|
+
const __vue_scope_id__$e = "data-v-31925b9d";
|
|
8334
8402
|
/* module identifier */
|
|
8335
8403
|
|
|
8336
|
-
const __vue_module_identifier__$
|
|
8404
|
+
const __vue_module_identifier__$e = undefined;
|
|
8337
8405
|
/* functional template */
|
|
8338
8406
|
|
|
8339
|
-
const __vue_is_functional_template__$
|
|
8407
|
+
const __vue_is_functional_template__$e = false;
|
|
8340
8408
|
/* style inject */
|
|
8341
8409
|
|
|
8342
8410
|
/* style inject SSR */
|
|
8343
8411
|
|
|
8344
8412
|
/* style inject shadow dom */
|
|
8345
8413
|
|
|
8346
|
-
const __vue_component__$
|
|
8414
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
8347
8415
|
render: __vue_render__$d,
|
|
8348
8416
|
staticRenderFns: __vue_staticRenderFns__$d
|
|
8349
|
-
}, __vue_inject_styles__$
|
|
8417
|
+
}, __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
8418
|
|
|
8351
|
-
var __vue_component__$
|
|
8419
|
+
var __vue_component__$r = __vue_component__$q;
|
|
8352
8420
|
|
|
8353
8421
|
//
|
|
8354
|
-
var script$
|
|
8422
|
+
var script$7 = {
|
|
8355
8423
|
name: "NsTextInput",
|
|
8356
8424
|
extends: CvTextInput,
|
|
8357
8425
|
components: {
|
|
@@ -8405,7 +8473,7 @@ var script$6 = {
|
|
|
8405
8473
|
};
|
|
8406
8474
|
|
|
8407
8475
|
/* script */
|
|
8408
|
-
const __vue_script__$
|
|
8476
|
+
const __vue_script__$7 = script$7;
|
|
8409
8477
|
/* template */
|
|
8410
8478
|
|
|
8411
8479
|
var __vue_render__$c = function () {
|
|
@@ -8489,7 +8557,7 @@ var __vue_render__$c = function () {
|
|
|
8489
8557
|
var __vue_staticRenderFns__$c = [];
|
|
8490
8558
|
/* style */
|
|
8491
8559
|
|
|
8492
|
-
const __vue_inject_styles__$
|
|
8560
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
8493
8561
|
if (!inject) return;
|
|
8494
8562
|
inject("data-v-c9c91db0_0", {
|
|
8495
8563
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8504,26 +8572,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
8504
8572
|
/* scoped */
|
|
8505
8573
|
|
|
8506
8574
|
|
|
8507
|
-
const __vue_scope_id__$
|
|
8575
|
+
const __vue_scope_id__$d = "data-v-c9c91db0";
|
|
8508
8576
|
/* module identifier */
|
|
8509
8577
|
|
|
8510
|
-
const __vue_module_identifier__$
|
|
8578
|
+
const __vue_module_identifier__$d = undefined;
|
|
8511
8579
|
/* functional template */
|
|
8512
8580
|
|
|
8513
|
-
const __vue_is_functional_template__$
|
|
8581
|
+
const __vue_is_functional_template__$d = false;
|
|
8514
8582
|
/* style inject SSR */
|
|
8515
8583
|
|
|
8516
8584
|
/* style inject shadow dom */
|
|
8517
8585
|
|
|
8518
|
-
const __vue_component__$
|
|
8586
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8519
8587
|
render: __vue_render__$c,
|
|
8520
8588
|
staticRenderFns: __vue_staticRenderFns__$c
|
|
8521
|
-
}, __vue_inject_styles__$
|
|
8589
|
+
}, __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
8590
|
|
|
8523
|
-
var __vue_component__$
|
|
8591
|
+
var __vue_component__$p = __vue_component__$o;
|
|
8524
8592
|
|
|
8525
8593
|
//
|
|
8526
|
-
var script$
|
|
8594
|
+
var script$6 = {
|
|
8527
8595
|
name: "NsBackupCardDetails",
|
|
8528
8596
|
mixins: [DateTimeService],
|
|
8529
8597
|
props: {
|
|
@@ -8559,7 +8627,7 @@ var script$5 = {
|
|
|
8559
8627
|
};
|
|
8560
8628
|
|
|
8561
8629
|
/* script */
|
|
8562
|
-
const __vue_script__$
|
|
8630
|
+
const __vue_script__$6 = script$6;
|
|
8563
8631
|
/* template */
|
|
8564
8632
|
|
|
8565
8633
|
var __vue_render__$b = function () {
|
|
@@ -8619,7 +8687,7 @@ var __vue_render__$b = function () {
|
|
|
8619
8687
|
var __vue_staticRenderFns__$b = [];
|
|
8620
8688
|
/* style */
|
|
8621
8689
|
|
|
8622
|
-
const __vue_inject_styles__$
|
|
8690
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8623
8691
|
if (!inject) return;
|
|
8624
8692
|
inject("data-v-25453d1c_0", {
|
|
8625
8693
|
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 +8698,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8630
8698
|
/* scoped */
|
|
8631
8699
|
|
|
8632
8700
|
|
|
8633
|
-
const __vue_scope_id__$
|
|
8701
|
+
const __vue_scope_id__$c = "data-v-25453d1c";
|
|
8634
8702
|
/* module identifier */
|
|
8635
8703
|
|
|
8636
|
-
const __vue_module_identifier__$
|
|
8704
|
+
const __vue_module_identifier__$c = undefined;
|
|
8637
8705
|
/* functional template */
|
|
8638
8706
|
|
|
8639
|
-
const __vue_is_functional_template__$
|
|
8707
|
+
const __vue_is_functional_template__$c = false;
|
|
8640
8708
|
/* style inject SSR */
|
|
8641
8709
|
|
|
8642
8710
|
/* style inject shadow dom */
|
|
8643
8711
|
|
|
8644
|
-
const __vue_component__$
|
|
8712
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8645
8713
|
render: __vue_render__$b,
|
|
8646
8714
|
staticRenderFns: __vue_staticRenderFns__$b
|
|
8647
|
-
}, __vue_inject_styles__$
|
|
8715
|
+
}, __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
8716
|
|
|
8649
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8717
|
+
var NsBackupCardDetails = __vue_component__$n;
|
|
8650
8718
|
|
|
8651
8719
|
//
|
|
8652
|
-
var script$
|
|
8720
|
+
var script$5 = {
|
|
8653
8721
|
name: "NsBackupCard",
|
|
8654
8722
|
components: {
|
|
8655
8723
|
NsBackupCardDetails
|
|
@@ -8790,7 +8858,7 @@ var script$4 = {
|
|
|
8790
8858
|
};
|
|
8791
8859
|
|
|
8792
8860
|
/* script */
|
|
8793
|
-
const __vue_script__$
|
|
8861
|
+
const __vue_script__$5 = script$5;
|
|
8794
8862
|
/* template */
|
|
8795
8863
|
|
|
8796
8864
|
var __vue_render__$a = function () {
|
|
@@ -8912,7 +8980,7 @@ var __vue_render__$a = function () {
|
|
|
8912
8980
|
var __vue_staticRenderFns__$a = [];
|
|
8913
8981
|
/* style */
|
|
8914
8982
|
|
|
8915
|
-
const __vue_inject_styles__$
|
|
8983
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8916
8984
|
if (!inject) return;
|
|
8917
8985
|
inject("data-v-5a3b7738_0", {
|
|
8918
8986
|
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,28 +8995,90 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8927
8995
|
/* scoped */
|
|
8928
8996
|
|
|
8929
8997
|
|
|
8930
|
-
const __vue_scope_id__$
|
|
8998
|
+
const __vue_scope_id__$b = "data-v-5a3b7738";
|
|
8931
8999
|
/* module identifier */
|
|
8932
9000
|
|
|
8933
|
-
const __vue_module_identifier__$
|
|
9001
|
+
const __vue_module_identifier__$b = undefined;
|
|
8934
9002
|
/* functional template */
|
|
8935
9003
|
|
|
8936
|
-
const __vue_is_functional_template__$
|
|
9004
|
+
const __vue_is_functional_template__$b = false;
|
|
8937
9005
|
/* style inject SSR */
|
|
8938
9006
|
|
|
8939
9007
|
/* style inject shadow dom */
|
|
8940
9008
|
|
|
8941
|
-
const __vue_component__$
|
|
9009
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8942
9010
|
render: __vue_render__$a,
|
|
8943
9011
|
staticRenderFns: __vue_staticRenderFns__$a
|
|
8944
|
-
}, __vue_inject_styles__$
|
|
9012
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
9013
|
+
|
|
9014
|
+
var __vue_component__$m = __vue_component__$l;
|
|
9015
|
+
|
|
9016
|
+
var script$4 = {
|
|
9017
|
+
name: "NsModal",
|
|
9018
|
+
extends: CvModal,
|
|
9019
|
+
props: {
|
|
9020
|
+
hideOnClickOutside: {
|
|
9021
|
+
type: Boolean,
|
|
9022
|
+
default: false
|
|
9023
|
+
}
|
|
9024
|
+
},
|
|
9025
|
+
methods: {
|
|
9026
|
+
onExternalClick(ev) {
|
|
9027
|
+
if (this.hideOnClickOutside) {
|
|
9028
|
+
if (ev.target === this.$el) {
|
|
9029
|
+
this._maybeHide(ev, "external-click");
|
|
9030
|
+
}
|
|
9031
|
+
}
|
|
9032
|
+
}
|
|
9033
|
+
|
|
9034
|
+
},
|
|
9035
|
+
|
|
9036
|
+
focusBeforeContent() {
|
|
9037
|
+
this.$nextTick(() => {
|
|
9038
|
+
if (this.$slots["primary-button"] && !this.primaryButtonDisabled) {
|
|
9039
|
+
this.$refs.primary.$el.focus();
|
|
9040
|
+
} else if (this.$slots["secondary-button"]) {
|
|
9041
|
+
this.$refs.secondary.$el.focus();
|
|
9042
|
+
} else if (this.$slots["other-button"]) {
|
|
9043
|
+
this.$refs.otherBtn.$el.focus();
|
|
9044
|
+
} else {
|
|
9045
|
+
this.$refs.close.focus();
|
|
9046
|
+
}
|
|
9047
|
+
});
|
|
9048
|
+
}
|
|
9049
|
+
|
|
9050
|
+
};
|
|
8945
9051
|
|
|
8946
|
-
|
|
9052
|
+
/* script */
|
|
9053
|
+
const __vue_script__$4 = script$4;
|
|
9054
|
+
/* template */
|
|
9055
|
+
|
|
9056
|
+
/* style */
|
|
9057
|
+
|
|
9058
|
+
const __vue_inject_styles__$a = undefined;
|
|
9059
|
+
/* scoped */
|
|
9060
|
+
|
|
9061
|
+
const __vue_scope_id__$a = undefined;
|
|
9062
|
+
/* module identifier */
|
|
9063
|
+
|
|
9064
|
+
const __vue_module_identifier__$a = undefined;
|
|
9065
|
+
/* functional template */
|
|
9066
|
+
|
|
9067
|
+
const __vue_is_functional_template__$a = undefined;
|
|
9068
|
+
/* style inject */
|
|
9069
|
+
|
|
9070
|
+
/* style inject SSR */
|
|
9071
|
+
|
|
9072
|
+
/* style inject shadow dom */
|
|
9073
|
+
|
|
9074
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
9075
|
+
|
|
9076
|
+
var NsModal = __vue_component__$k;
|
|
8947
9077
|
|
|
8948
9078
|
//
|
|
8949
9079
|
var script$3 = {
|
|
8950
9080
|
name: "NsWizard",
|
|
8951
|
-
extends:
|
|
9081
|
+
extends: NsModal,
|
|
8952
9082
|
mixins: [IconService],
|
|
8953
9083
|
props: {
|
|
8954
9084
|
cancelLabel: {
|
|
@@ -8973,6 +9103,18 @@ var script$3 = {
|
|
|
8973
9103
|
autoHideOff: Boolean,
|
|
8974
9104
|
visible: Boolean,
|
|
8975
9105
|
size: String
|
|
9106
|
+
},
|
|
9107
|
+
methods: {
|
|
9108
|
+
focusBeforeContent() {
|
|
9109
|
+
this.$nextTick(() => {
|
|
9110
|
+
if (this.isNextDisabled) {
|
|
9111
|
+
this.$refs.wizardCancel.$el.focus();
|
|
9112
|
+
} else {
|
|
9113
|
+
this.$refs.wizardNext.$el.focus();
|
|
9114
|
+
}
|
|
9115
|
+
});
|
|
9116
|
+
}
|
|
9117
|
+
|
|
8976
9118
|
}
|
|
8977
9119
|
};
|
|
8978
9120
|
|
|
@@ -9062,6 +9204,7 @@ var __vue_render__$9 = function () {
|
|
|
9062
9204
|
}, [_vm._t("content")], 2), _vm._v(" "), _c('cv-button-set', {
|
|
9063
9205
|
class: [_vm.carbonPrefix + "--modal-footer", _vm.carbonPrefix + "--modal-footer--three-button"]
|
|
9064
9206
|
}, [_c('NsButton', {
|
|
9207
|
+
ref: "wizardCancel",
|
|
9065
9208
|
staticClass: "wizard-button",
|
|
9066
9209
|
attrs: {
|
|
9067
9210
|
"kind": "secondary",
|
|
@@ -9074,6 +9217,7 @@ var __vue_render__$9 = function () {
|
|
|
9074
9217
|
}
|
|
9075
9218
|
}
|
|
9076
9219
|
}, [_vm._v(_vm._s(_vm.cancelLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
|
|
9220
|
+
ref: "wizardPrevious",
|
|
9077
9221
|
staticClass: "wizard-button",
|
|
9078
9222
|
attrs: {
|
|
9079
9223
|
"kind": "secondary",
|
|
@@ -17291,32 +17435,33 @@ var filters = {
|
|
|
17291
17435
|
|
|
17292
17436
|
var components = /*#__PURE__*/Object.freeze({
|
|
17293
17437
|
__proto__: null,
|
|
17294
|
-
NsButton: __vue_component__$
|
|
17295
|
-
NsEmptyState: __vue_component__$
|
|
17438
|
+
NsButton: __vue_component__$Y,
|
|
17439
|
+
NsEmptyState: __vue_component__$T,
|
|
17296
17440
|
NsPictogram: NsPictogram,
|
|
17297
|
-
NsCodeSnippet: __vue_component__$
|
|
17441
|
+
NsCodeSnippet: __vue_component__$R,
|
|
17298
17442
|
NsInlineNotification: NsInlineNotification,
|
|
17299
17443
|
NsProgressBar: NsProgressBar,
|
|
17300
17444
|
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__$
|
|
17445
|
+
NsTile: __vue_component__$L,
|
|
17446
|
+
NsToastNotification: __vue_component__$J,
|
|
17447
|
+
NsInfoCard: __vue_component__$H,
|
|
17448
|
+
NsStatusCard: __vue_component__$F,
|
|
17449
|
+
NsSystemdServiceCard: __vue_component__$D,
|
|
17450
|
+
NsPasswordInput: __vue_component__$B,
|
|
17451
|
+
NsIconMenu: __vue_component__$z,
|
|
17452
|
+
NsMeterChart: __vue_component__$x,
|
|
17453
|
+
NsPieChart: __vue_component__$v,
|
|
17310
17454
|
NsLottieAnimation: NsLottieAnimation,
|
|
17311
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17455
|
+
NsDangerDeleteModal: __vue_component__$t,
|
|
17312
17456
|
NsCircleTimer: NsCircleTimer,
|
|
17313
|
-
NsDropdownAction: __vue_component__$
|
|
17314
|
-
NsTextInput: __vue_component__$
|
|
17315
|
-
NsBackupCard: __vue_component__$
|
|
17457
|
+
NsDropdownAction: __vue_component__$r,
|
|
17458
|
+
NsTextInput: __vue_component__$p,
|
|
17459
|
+
NsBackupCard: __vue_component__$m,
|
|
17316
17460
|
NsWizard: __vue_component__$j,
|
|
17317
17461
|
NsMenuItem: __vue_component__$h,
|
|
17318
17462
|
NsMenuDivider: __vue_component__$f,
|
|
17319
17463
|
NsSystemLogsCard: __vue_component__$d,
|
|
17464
|
+
NsModal: NsModal,
|
|
17320
17465
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
17321
17466
|
GearPictogram: __vue_component__$b,
|
|
17322
17467
|
LovePictogram: __vue_component__$9,
|
|
@@ -17344,4 +17489,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
17344
17489
|
});
|
|
17345
17490
|
}; // Create module definition for Vue.use()
|
|
17346
17491
|
|
|
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__$
|
|
17492
|
+
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__$m as NsBackupCard, __vue_component__$Y as NsButton, NsCircleTimer, __vue_component__$R as NsCodeSnippet, __vue_component__$t as NsDangerDeleteModal, __vue_component__$r as NsDropdownAction, __vue_component__$T as NsEmptyState, __vue_component__$z as NsIconMenu, __vue_component__$H as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$f as NsMenuDivider, __vue_component__$h as NsMenuItem, __vue_component__$x as NsMeterChart, NsModal, __vue_component__$B as NsPasswordInput, NsPictogram, __vue_component__$v as NsPieChart, NsProgressBar, __vue_component__$F as NsStatusCard, NsSvg, __vue_component__$d as NsSystemLogsCard, __vue_component__$D as NsSystemdServiceCard, __vue_component__$p as NsTextInput, __vue_component__$L as NsTile, __vue_component__$J as NsToastNotification, __vue_component__$j as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as WarningPictogram, install as default };
|