@nethserver/ns8-ui-lib 0.0.45 → 0.0.46
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 +540 -336
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +490 -322
- package/package.json +1 -1
- package/src/lib-components/NsBackupCard.vue +98 -114
- package/src/lib-components/NsBackupCardDetails.vue +136 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -77,7 +77,7 @@ import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/
|
|
|
77
77
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
78
78
|
|
|
79
79
|
//
|
|
80
|
-
var script$
|
|
80
|
+
var script$n = {
|
|
81
81
|
name: "NsButton",
|
|
82
82
|
extends: CvButton,
|
|
83
83
|
props: {
|
|
@@ -240,10 +240,10 @@ function addStyle(id, css) {
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
/* script */
|
|
243
|
-
const __vue_script__$
|
|
243
|
+
const __vue_script__$n = script$n;
|
|
244
244
|
/* template */
|
|
245
245
|
|
|
246
|
-
var __vue_render__$
|
|
246
|
+
var __vue_render__$t = function () {
|
|
247
247
|
var _vm = this;
|
|
248
248
|
|
|
249
249
|
var _h = _vm.$createElement;
|
|
@@ -266,10 +266,10 @@ var __vue_render__$s = function () {
|
|
|
266
266
|
}) : _vm._e()], 2);
|
|
267
267
|
};
|
|
268
268
|
|
|
269
|
-
var __vue_staticRenderFns__$
|
|
269
|
+
var __vue_staticRenderFns__$t = [];
|
|
270
270
|
/* style */
|
|
271
271
|
|
|
272
|
-
const __vue_inject_styles__$
|
|
272
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
273
273
|
if (!inject) return;
|
|
274
274
|
inject("data-v-025b0f12_0", {
|
|
275
275
|
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)}}",
|
|
@@ -280,23 +280,23 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
280
280
|
/* scoped */
|
|
281
281
|
|
|
282
282
|
|
|
283
|
-
const __vue_scope_id__$
|
|
283
|
+
const __vue_scope_id__$u = "data-v-025b0f12";
|
|
284
284
|
/* module identifier */
|
|
285
285
|
|
|
286
|
-
const __vue_module_identifier__$
|
|
286
|
+
const __vue_module_identifier__$u = undefined;
|
|
287
287
|
/* functional template */
|
|
288
288
|
|
|
289
|
-
const __vue_is_functional_template__$
|
|
289
|
+
const __vue_is_functional_template__$u = false;
|
|
290
290
|
/* style inject SSR */
|
|
291
291
|
|
|
292
292
|
/* style inject shadow dom */
|
|
293
293
|
|
|
294
|
-
const __vue_component__$
|
|
295
|
-
render: __vue_render__$
|
|
296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
297
|
-
}, __vue_inject_styles__$
|
|
294
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
295
|
+
render: __vue_render__$t,
|
|
296
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
297
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
298
298
|
|
|
299
|
-
var __vue_component__$
|
|
299
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
300
300
|
|
|
301
301
|
//
|
|
302
302
|
//
|
|
@@ -314,7 +314,7 @@ var __vue_component__$Q = __vue_component__$P;
|
|
|
314
314
|
//
|
|
315
315
|
//
|
|
316
316
|
//
|
|
317
|
-
var script$
|
|
317
|
+
var script$m = {
|
|
318
318
|
name: "NsPictogram",
|
|
319
319
|
props: {
|
|
320
320
|
title: {
|
|
@@ -337,10 +337,10 @@ var script$l = {
|
|
|
337
337
|
};
|
|
338
338
|
|
|
339
339
|
/* script */
|
|
340
|
-
const __vue_script__$
|
|
340
|
+
const __vue_script__$m = script$m;
|
|
341
341
|
/* template */
|
|
342
342
|
|
|
343
|
-
var __vue_render__$
|
|
343
|
+
var __vue_render__$s = function () {
|
|
344
344
|
var _vm = this;
|
|
345
345
|
|
|
346
346
|
var _h = _vm.$createElement;
|
|
@@ -368,34 +368,34 @@ var __vue_render__$r = function () {
|
|
|
368
368
|
}, [_vm._t("default")], 2)]);
|
|
369
369
|
};
|
|
370
370
|
|
|
371
|
-
var __vue_staticRenderFns__$
|
|
371
|
+
var __vue_staticRenderFns__$s = [];
|
|
372
372
|
/* style */
|
|
373
373
|
|
|
374
|
-
const __vue_inject_styles__$
|
|
374
|
+
const __vue_inject_styles__$t = undefined;
|
|
375
375
|
/* scoped */
|
|
376
376
|
|
|
377
|
-
const __vue_scope_id__$
|
|
377
|
+
const __vue_scope_id__$t = undefined;
|
|
378
378
|
/* module identifier */
|
|
379
379
|
|
|
380
|
-
const __vue_module_identifier__$
|
|
380
|
+
const __vue_module_identifier__$t = undefined;
|
|
381
381
|
/* functional template */
|
|
382
382
|
|
|
383
|
-
const __vue_is_functional_template__$
|
|
383
|
+
const __vue_is_functional_template__$t = false;
|
|
384
384
|
/* style inject */
|
|
385
385
|
|
|
386
386
|
/* style inject SSR */
|
|
387
387
|
|
|
388
388
|
/* style inject shadow dom */
|
|
389
389
|
|
|
390
|
-
const __vue_component__$
|
|
391
|
-
render: __vue_render__$
|
|
392
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
393
|
-
}, __vue_inject_styles__$
|
|
390
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
391
|
+
render: __vue_render__$s,
|
|
392
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
393
|
+
}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
394
394
|
|
|
395
|
-
var NsPictogram = __vue_component__$
|
|
395
|
+
var NsPictogram = __vue_component__$P;
|
|
396
396
|
|
|
397
397
|
//
|
|
398
|
-
var script$
|
|
398
|
+
var script$l = {
|
|
399
399
|
name: "NsLottieAnimation",
|
|
400
400
|
components: {
|
|
401
401
|
LottieAnimation
|
|
@@ -451,10 +451,10 @@ var script$k = {
|
|
|
451
451
|
};
|
|
452
452
|
|
|
453
453
|
/* script */
|
|
454
|
-
const __vue_script__$
|
|
454
|
+
const __vue_script__$l = script$l;
|
|
455
455
|
/* template */
|
|
456
456
|
|
|
457
|
-
var __vue_render__$
|
|
457
|
+
var __vue_render__$r = function () {
|
|
458
458
|
var _vm = this;
|
|
459
459
|
|
|
460
460
|
var _h = _vm.$createElement;
|
|
@@ -481,36 +481,36 @@ var __vue_render__$q = function () {
|
|
|
481
481
|
})], 1);
|
|
482
482
|
};
|
|
483
483
|
|
|
484
|
-
var __vue_staticRenderFns__$
|
|
484
|
+
var __vue_staticRenderFns__$r = [];
|
|
485
485
|
/* style */
|
|
486
486
|
|
|
487
|
-
const __vue_inject_styles__$
|
|
487
|
+
const __vue_inject_styles__$s = undefined;
|
|
488
488
|
/* scoped */
|
|
489
489
|
|
|
490
|
-
const __vue_scope_id__$
|
|
490
|
+
const __vue_scope_id__$s = "data-v-14e97a70";
|
|
491
491
|
/* module identifier */
|
|
492
492
|
|
|
493
|
-
const __vue_module_identifier__$
|
|
493
|
+
const __vue_module_identifier__$s = undefined;
|
|
494
494
|
/* functional template */
|
|
495
495
|
|
|
496
|
-
const __vue_is_functional_template__$
|
|
496
|
+
const __vue_is_functional_template__$s = false;
|
|
497
497
|
/* style inject */
|
|
498
498
|
|
|
499
499
|
/* style inject SSR */
|
|
500
500
|
|
|
501
501
|
/* style inject shadow dom */
|
|
502
502
|
|
|
503
|
-
const __vue_component__$
|
|
504
|
-
render: __vue_render__$
|
|
505
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
506
|
-
}, __vue_inject_styles__$
|
|
503
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
504
|
+
render: __vue_render__$r,
|
|
505
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
506
|
+
}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
507
507
|
|
|
508
|
-
var NsLottieAnimation = __vue_component__$
|
|
508
|
+
var NsLottieAnimation = __vue_component__$O;
|
|
509
509
|
|
|
510
510
|
/* script */
|
|
511
511
|
|
|
512
512
|
/* template */
|
|
513
|
-
var __vue_render__$
|
|
513
|
+
var __vue_render__$q = function () {
|
|
514
514
|
var _vm = this;
|
|
515
515
|
|
|
516
516
|
var _h = _vm.$createElement;
|
|
@@ -525,34 +525,34 @@ var __vue_render__$p = function () {
|
|
|
525
525
|
});
|
|
526
526
|
};
|
|
527
527
|
|
|
528
|
-
var __vue_staticRenderFns__$
|
|
528
|
+
var __vue_staticRenderFns__$q = [];
|
|
529
529
|
/* style */
|
|
530
530
|
|
|
531
|
-
const __vue_inject_styles__$
|
|
531
|
+
const __vue_inject_styles__$r = undefined;
|
|
532
532
|
/* scoped */
|
|
533
533
|
|
|
534
|
-
const __vue_scope_id__$
|
|
534
|
+
const __vue_scope_id__$r = undefined;
|
|
535
535
|
/* module identifier */
|
|
536
536
|
|
|
537
|
-
const __vue_module_identifier__$
|
|
537
|
+
const __vue_module_identifier__$r = undefined;
|
|
538
538
|
/* functional template */
|
|
539
539
|
|
|
540
|
-
const __vue_is_functional_template__$
|
|
540
|
+
const __vue_is_functional_template__$r = false;
|
|
541
541
|
/* style inject */
|
|
542
542
|
|
|
543
543
|
/* style inject SSR */
|
|
544
544
|
|
|
545
545
|
/* style inject shadow dom */
|
|
546
546
|
|
|
547
|
-
const __vue_component__$
|
|
548
|
-
render: __vue_render__$
|
|
549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
550
|
-
}, __vue_inject_styles__$
|
|
547
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
548
|
+
render: __vue_render__$q,
|
|
549
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
550
|
+
}, __vue_inject_styles__$r, {}, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
551
551
|
|
|
552
|
-
var ExclamationMark = __vue_component__$
|
|
552
|
+
var ExclamationMark = __vue_component__$N;
|
|
553
553
|
|
|
554
554
|
//
|
|
555
|
-
var script$
|
|
555
|
+
var script$k = {
|
|
556
556
|
name: "NsEmptyState",
|
|
557
557
|
components: {
|
|
558
558
|
NsPictogram,
|
|
@@ -584,10 +584,10 @@ var script$j = {
|
|
|
584
584
|
};
|
|
585
585
|
|
|
586
586
|
/* script */
|
|
587
|
-
const __vue_script__$
|
|
587
|
+
const __vue_script__$k = script$k;
|
|
588
588
|
/* template */
|
|
589
589
|
|
|
590
|
-
var __vue_render__$
|
|
590
|
+
var __vue_render__$p = function () {
|
|
591
591
|
var _vm = this;
|
|
592
592
|
|
|
593
593
|
var _h = _vm.$createElement;
|
|
@@ -617,10 +617,10 @@ var __vue_render__$o = function () {
|
|
|
617
617
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
618
618
|
};
|
|
619
619
|
|
|
620
|
-
var __vue_staticRenderFns__$
|
|
620
|
+
var __vue_staticRenderFns__$p = [];
|
|
621
621
|
/* style */
|
|
622
622
|
|
|
623
|
-
const __vue_inject_styles__$
|
|
623
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
624
624
|
if (!inject) return;
|
|
625
625
|
inject("data-v-d5a46c1c_0", {
|
|
626
626
|
source: ".empty-state[data-v-d5a46c1c]{text-align:center;padding:2rem}.empty-state .image[data-v-d5a46c1c]{margin-bottom:1rem}.empty-state .description[data-v-d5a46c1c]{margin-top:1rem}.animation[data-v-d5a46c1c]{display:inline-block;width:64px;height:64px}",
|
|
@@ -631,26 +631,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
631
631
|
/* scoped */
|
|
632
632
|
|
|
633
633
|
|
|
634
|
-
const __vue_scope_id__$
|
|
634
|
+
const __vue_scope_id__$q = "data-v-d5a46c1c";
|
|
635
635
|
/* module identifier */
|
|
636
636
|
|
|
637
|
-
const __vue_module_identifier__$
|
|
637
|
+
const __vue_module_identifier__$q = undefined;
|
|
638
638
|
/* functional template */
|
|
639
639
|
|
|
640
|
-
const __vue_is_functional_template__$
|
|
640
|
+
const __vue_is_functional_template__$q = false;
|
|
641
641
|
/* style inject SSR */
|
|
642
642
|
|
|
643
643
|
/* style inject shadow dom */
|
|
644
644
|
|
|
645
|
-
const __vue_component__$
|
|
646
|
-
render: __vue_render__$
|
|
647
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
648
|
-
}, __vue_inject_styles__$
|
|
645
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
646
|
+
render: __vue_render__$p,
|
|
647
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
648
|
+
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
649
649
|
|
|
650
|
-
var __vue_component__$
|
|
650
|
+
var __vue_component__$M = __vue_component__$L;
|
|
651
651
|
|
|
652
652
|
//
|
|
653
|
-
var script$
|
|
653
|
+
var script$j = {
|
|
654
654
|
name: "NsCodeSnippet",
|
|
655
655
|
components: {
|
|
656
656
|
CvButton,
|
|
@@ -762,10 +762,10 @@ var script$i = {
|
|
|
762
762
|
};
|
|
763
763
|
|
|
764
764
|
/* script */
|
|
765
|
-
const __vue_script__$
|
|
765
|
+
const __vue_script__$j = script$j;
|
|
766
766
|
/* template */
|
|
767
767
|
|
|
768
|
-
var __vue_render__$
|
|
768
|
+
var __vue_render__$o = function () {
|
|
769
769
|
var _vm = this;
|
|
770
770
|
|
|
771
771
|
var _h = _vm.$createElement;
|
|
@@ -827,10 +827,10 @@ var __vue_render__$n = function () {
|
|
|
827
827
|
})], 1) : _vm._e()], 1);
|
|
828
828
|
};
|
|
829
829
|
|
|
830
|
-
var __vue_staticRenderFns__$
|
|
830
|
+
var __vue_staticRenderFns__$o = [];
|
|
831
831
|
/* style */
|
|
832
832
|
|
|
833
|
-
const __vue_inject_styles__$
|
|
833
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
834
834
|
if (!inject) return;
|
|
835
835
|
inject("data-v-59cb538c_0", {
|
|
836
836
|
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}",
|
|
@@ -841,23 +841,23 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
841
841
|
/* scoped */
|
|
842
842
|
|
|
843
843
|
|
|
844
|
-
const __vue_scope_id__$
|
|
844
|
+
const __vue_scope_id__$p = "data-v-59cb538c";
|
|
845
845
|
/* module identifier */
|
|
846
846
|
|
|
847
|
-
const __vue_module_identifier__$
|
|
847
|
+
const __vue_module_identifier__$p = undefined;
|
|
848
848
|
/* functional template */
|
|
849
849
|
|
|
850
|
-
const __vue_is_functional_template__$
|
|
850
|
+
const __vue_is_functional_template__$p = false;
|
|
851
851
|
/* style inject SSR */
|
|
852
852
|
|
|
853
853
|
/* style inject shadow dom */
|
|
854
854
|
|
|
855
|
-
const __vue_component__$
|
|
856
|
-
render: __vue_render__$
|
|
857
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
858
|
-
}, __vue_inject_styles__$
|
|
855
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
856
|
+
render: __vue_render__$o,
|
|
857
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
858
|
+
}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
859
859
|
|
|
860
|
-
var __vue_component__$
|
|
860
|
+
var __vue_component__$K = __vue_component__$J;
|
|
861
861
|
|
|
862
862
|
//
|
|
863
863
|
//
|
|
@@ -888,7 +888,7 @@ var __vue_component__$J = __vue_component__$I;
|
|
|
888
888
|
//
|
|
889
889
|
//
|
|
890
890
|
//
|
|
891
|
-
var script$
|
|
891
|
+
var script$i = {
|
|
892
892
|
name: "NsCircleTimer",
|
|
893
893
|
props: {
|
|
894
894
|
timeLimit: {
|
|
@@ -948,10 +948,10 @@ var script$h = {
|
|
|
948
948
|
};
|
|
949
949
|
|
|
950
950
|
/* script */
|
|
951
|
-
const __vue_script__$
|
|
951
|
+
const __vue_script__$i = script$i;
|
|
952
952
|
/* template */
|
|
953
953
|
|
|
954
|
-
var __vue_render__$
|
|
954
|
+
var __vue_render__$n = function () {
|
|
955
955
|
var _vm = this;
|
|
956
956
|
|
|
957
957
|
var _h = _vm.$createElement;
|
|
@@ -987,10 +987,10 @@ var __vue_render__$m = function () {
|
|
|
987
987
|
})])])]);
|
|
988
988
|
};
|
|
989
989
|
|
|
990
|
-
var __vue_staticRenderFns__$
|
|
990
|
+
var __vue_staticRenderFns__$n = [];
|
|
991
991
|
/* style */
|
|
992
992
|
|
|
993
|
-
const __vue_inject_styles__$
|
|
993
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
994
994
|
if (!inject) return;
|
|
995
995
|
inject("data-v-45b59790_0", {
|
|
996
996
|
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)}",
|
|
@@ -1001,26 +1001,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
1001
1001
|
/* scoped */
|
|
1002
1002
|
|
|
1003
1003
|
|
|
1004
|
-
const __vue_scope_id__$
|
|
1004
|
+
const __vue_scope_id__$o = "data-v-45b59790";
|
|
1005
1005
|
/* module identifier */
|
|
1006
1006
|
|
|
1007
|
-
const __vue_module_identifier__$
|
|
1007
|
+
const __vue_module_identifier__$o = undefined;
|
|
1008
1008
|
/* functional template */
|
|
1009
1009
|
|
|
1010
|
-
const __vue_is_functional_template__$
|
|
1010
|
+
const __vue_is_functional_template__$o = false;
|
|
1011
1011
|
/* style inject SSR */
|
|
1012
1012
|
|
|
1013
1013
|
/* style inject shadow dom */
|
|
1014
1014
|
|
|
1015
|
-
const __vue_component__$
|
|
1016
|
-
render: __vue_render__$
|
|
1017
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1018
|
-
}, __vue_inject_styles__$
|
|
1015
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
1016
|
+
render: __vue_render__$n,
|
|
1017
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1018
|
+
}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
1019
1019
|
|
|
1020
|
-
var NsCircleTimer = __vue_component__$
|
|
1020
|
+
var NsCircleTimer = __vue_component__$I;
|
|
1021
1021
|
|
|
1022
1022
|
//
|
|
1023
|
-
var script$
|
|
1023
|
+
var script$h = {
|
|
1024
1024
|
name: "NsInlineNotification",
|
|
1025
1025
|
extends: CvInlineNotification,
|
|
1026
1026
|
components: {
|
|
@@ -1057,10 +1057,10 @@ var script$g = {
|
|
|
1057
1057
|
};
|
|
1058
1058
|
|
|
1059
1059
|
/* script */
|
|
1060
|
-
const __vue_script__$
|
|
1060
|
+
const __vue_script__$h = script$h;
|
|
1061
1061
|
/* template */
|
|
1062
1062
|
|
|
1063
|
-
var __vue_render__$
|
|
1063
|
+
var __vue_render__$m = function () {
|
|
1064
1064
|
var _obj;
|
|
1065
1065
|
|
|
1066
1066
|
var _vm = this;
|
|
@@ -1131,10 +1131,10 @@ var __vue_render__$l = function () {
|
|
|
1131
1131
|
})], 1) : _vm._e()]);
|
|
1132
1132
|
};
|
|
1133
1133
|
|
|
1134
|
-
var __vue_staticRenderFns__$
|
|
1134
|
+
var __vue_staticRenderFns__$m = [];
|
|
1135
1135
|
/* style */
|
|
1136
1136
|
|
|
1137
|
-
const __vue_inject_styles__$
|
|
1137
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
1138
1138
|
if (!inject) return;
|
|
1139
1139
|
inject("data-v-1e5d2ff7_0", {
|
|
1140
1140
|
source: ".title[data-v-1e5d2ff7]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-1e5d2ff7]{margin-right:.75rem}.details[data-v-1e5d2ff7]{flex-grow:0}.bx--inline-notification__close-button[data-v-1e5d2ff7]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-1e5d2ff7]{padding-right:0!important}",
|
|
@@ -1145,23 +1145,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1145
1145
|
/* scoped */
|
|
1146
1146
|
|
|
1147
1147
|
|
|
1148
|
-
const __vue_scope_id__$
|
|
1148
|
+
const __vue_scope_id__$n = "data-v-1e5d2ff7";
|
|
1149
1149
|
/* module identifier */
|
|
1150
1150
|
|
|
1151
|
-
const __vue_module_identifier__$
|
|
1151
|
+
const __vue_module_identifier__$n = undefined;
|
|
1152
1152
|
/* functional template */
|
|
1153
1153
|
|
|
1154
|
-
const __vue_is_functional_template__$
|
|
1154
|
+
const __vue_is_functional_template__$n = false;
|
|
1155
1155
|
/* style inject SSR */
|
|
1156
1156
|
|
|
1157
1157
|
/* style inject shadow dom */
|
|
1158
1158
|
|
|
1159
|
-
const __vue_component__$
|
|
1160
|
-
render: __vue_render__$
|
|
1161
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1162
|
-
}, __vue_inject_styles__$
|
|
1159
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
1160
|
+
render: __vue_render__$m,
|
|
1161
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
1162
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
1163
1163
|
|
|
1164
|
-
var NsInlineNotification = __vue_component__$
|
|
1164
|
+
var NsInlineNotification = __vue_component__$H;
|
|
1165
1165
|
|
|
1166
1166
|
//
|
|
1167
1167
|
//
|
|
@@ -1180,7 +1180,7 @@ var NsInlineNotification = __vue_component__$G;
|
|
|
1180
1180
|
//
|
|
1181
1181
|
//
|
|
1182
1182
|
//
|
|
1183
|
-
var script$
|
|
1183
|
+
var script$g = {
|
|
1184
1184
|
name: "NsProgressBar",
|
|
1185
1185
|
props: {
|
|
1186
1186
|
value: {
|
|
@@ -1211,10 +1211,10 @@ var script$f = {
|
|
|
1211
1211
|
};
|
|
1212
1212
|
|
|
1213
1213
|
/* script */
|
|
1214
|
-
const __vue_script__$
|
|
1214
|
+
const __vue_script__$g = script$g;
|
|
1215
1215
|
/* template */
|
|
1216
1216
|
|
|
1217
|
-
var __vue_render__$
|
|
1217
|
+
var __vue_render__$l = function () {
|
|
1218
1218
|
var _vm = this;
|
|
1219
1219
|
|
|
1220
1220
|
var _h = _vm.$createElement;
|
|
@@ -1239,10 +1239,10 @@ var __vue_render__$k = function () {
|
|
|
1239
1239
|
})]], 2)]);
|
|
1240
1240
|
};
|
|
1241
1241
|
|
|
1242
|
-
var __vue_staticRenderFns__$
|
|
1242
|
+
var __vue_staticRenderFns__$l = [];
|
|
1243
1243
|
/* style */
|
|
1244
1244
|
|
|
1245
|
-
const __vue_inject_styles__$
|
|
1245
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
1246
1246
|
if (!inject) return;
|
|
1247
1247
|
inject("data-v-2bcd6519_0", {
|
|
1248
1248
|
source: ".progress-bar-container[data-v-2bcd6519]{width:100%;position:relative}.slider[data-v-2bcd6519]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-2bcd6519]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-2bcd6519]{position:absolute;height:5px}.indeterminate-line[data-v-2bcd6519]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-2bcd6519]{position:absolute;height:5px}.inc[data-v-2bcd6519]{animation:increase-data-v-2bcd6519 2s infinite}.dec[data-v-2bcd6519]{animation:decrease-data-v-2bcd6519 2s .5s infinite}@keyframes increase-data-v-2bcd6519{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2bcd6519{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1253,25 +1253,25 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
1253
1253
|
/* scoped */
|
|
1254
1254
|
|
|
1255
1255
|
|
|
1256
|
-
const __vue_scope_id__$
|
|
1256
|
+
const __vue_scope_id__$m = "data-v-2bcd6519";
|
|
1257
1257
|
/* module identifier */
|
|
1258
1258
|
|
|
1259
|
-
const __vue_module_identifier__$
|
|
1259
|
+
const __vue_module_identifier__$m = undefined;
|
|
1260
1260
|
/* functional template */
|
|
1261
1261
|
|
|
1262
|
-
const __vue_is_functional_template__$
|
|
1262
|
+
const __vue_is_functional_template__$m = false;
|
|
1263
1263
|
/* style inject SSR */
|
|
1264
1264
|
|
|
1265
1265
|
/* style inject shadow dom */
|
|
1266
1266
|
|
|
1267
|
-
const __vue_component__$
|
|
1268
|
-
render: __vue_render__$
|
|
1269
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1270
|
-
}, __vue_inject_styles__$
|
|
1267
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
1268
|
+
render: __vue_render__$l,
|
|
1269
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
1270
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
1271
1271
|
|
|
1272
|
-
var NsProgressBar = __vue_component__$
|
|
1272
|
+
var NsProgressBar = __vue_component__$G;
|
|
1273
1273
|
|
|
1274
|
-
var script$
|
|
1274
|
+
var script$f = {
|
|
1275
1275
|
name: "NsSvg",
|
|
1276
1276
|
props: {
|
|
1277
1277
|
svg: {
|
|
@@ -1330,33 +1330,33 @@ var script$e = {
|
|
|
1330
1330
|
};
|
|
1331
1331
|
|
|
1332
1332
|
/* script */
|
|
1333
|
-
const __vue_script__$
|
|
1333
|
+
const __vue_script__$f = script$f;
|
|
1334
1334
|
/* template */
|
|
1335
1335
|
|
|
1336
1336
|
/* style */
|
|
1337
1337
|
|
|
1338
|
-
const __vue_inject_styles__$
|
|
1338
|
+
const __vue_inject_styles__$l = undefined;
|
|
1339
1339
|
/* scoped */
|
|
1340
1340
|
|
|
1341
|
-
const __vue_scope_id__$
|
|
1341
|
+
const __vue_scope_id__$l = undefined;
|
|
1342
1342
|
/* module identifier */
|
|
1343
1343
|
|
|
1344
|
-
const __vue_module_identifier__$
|
|
1344
|
+
const __vue_module_identifier__$l = undefined;
|
|
1345
1345
|
/* functional template */
|
|
1346
1346
|
|
|
1347
|
-
const __vue_is_functional_template__$
|
|
1347
|
+
const __vue_is_functional_template__$l = undefined;
|
|
1348
1348
|
/* style inject */
|
|
1349
1349
|
|
|
1350
1350
|
/* style inject SSR */
|
|
1351
1351
|
|
|
1352
1352
|
/* style inject shadow dom */
|
|
1353
1353
|
|
|
1354
|
-
const __vue_component__$
|
|
1354
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
1355
1355
|
|
|
1356
|
-
var NsSvg = __vue_component__$
|
|
1356
|
+
var NsSvg = __vue_component__$F;
|
|
1357
1357
|
|
|
1358
1358
|
//
|
|
1359
|
-
var script$
|
|
1359
|
+
var script$e = {
|
|
1360
1360
|
name: "NsTile",
|
|
1361
1361
|
extends: CvTile,
|
|
1362
1362
|
inheritAttrs: false,
|
|
@@ -1424,10 +1424,10 @@ var script$d = {
|
|
|
1424
1424
|
};
|
|
1425
1425
|
|
|
1426
1426
|
/* script */
|
|
1427
|
-
const __vue_script__$
|
|
1427
|
+
const __vue_script__$e = script$e;
|
|
1428
1428
|
/* template */
|
|
1429
1429
|
|
|
1430
|
-
var __vue_render__$
|
|
1430
|
+
var __vue_render__$k = function () {
|
|
1431
1431
|
var _obj;
|
|
1432
1432
|
|
|
1433
1433
|
var _vm = this;
|
|
@@ -1464,10 +1464,10 @@ var __vue_render__$j = function () {
|
|
|
1464
1464
|
}) : _vm._e()], 1);
|
|
1465
1465
|
};
|
|
1466
1466
|
|
|
1467
|
-
var __vue_staticRenderFns__$
|
|
1467
|
+
var __vue_staticRenderFns__$k = [];
|
|
1468
1468
|
/* style */
|
|
1469
1469
|
|
|
1470
|
-
const __vue_inject_styles__$
|
|
1470
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
1471
1471
|
if (!inject) return;
|
|
1472
1472
|
inject("data-v-bbf09f9e_0", {
|
|
1473
1473
|
source: ".ns-tile[data-v-bbf09f9e]{margin-bottom:2rem}.container[data-v-bbf09f9e]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-bbf09f9e]{text-align:center}.large[data-v-bbf09f9e]{min-height:10rem}.tile-icon[data-v-bbf09f9e]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-bbf09f9e]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-bbf09f9e]{padding-bottom:4rem}",
|
|
@@ -1478,23 +1478,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
1478
1478
|
/* scoped */
|
|
1479
1479
|
|
|
1480
1480
|
|
|
1481
|
-
const __vue_scope_id__$
|
|
1481
|
+
const __vue_scope_id__$k = "data-v-bbf09f9e";
|
|
1482
1482
|
/* module identifier */
|
|
1483
1483
|
|
|
1484
|
-
const __vue_module_identifier__$
|
|
1484
|
+
const __vue_module_identifier__$k = undefined;
|
|
1485
1485
|
/* functional template */
|
|
1486
1486
|
|
|
1487
|
-
const __vue_is_functional_template__$
|
|
1487
|
+
const __vue_is_functional_template__$k = false;
|
|
1488
1488
|
/* style inject SSR */
|
|
1489
1489
|
|
|
1490
1490
|
/* style inject shadow dom */
|
|
1491
1491
|
|
|
1492
|
-
const __vue_component__$
|
|
1493
|
-
render: __vue_render__$
|
|
1494
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1495
|
-
}, __vue_inject_styles__$
|
|
1492
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
1493
|
+
render: __vue_render__$k,
|
|
1494
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
1495
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
1496
1496
|
|
|
1497
|
-
var __vue_component__$
|
|
1497
|
+
var __vue_component__$E = __vue_component__$D;
|
|
1498
1498
|
|
|
1499
1499
|
function toInteger(dirtyNumber) {
|
|
1500
1500
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6091,7 +6091,7 @@ var DateTimeService = {
|
|
|
6091
6091
|
};
|
|
6092
6092
|
|
|
6093
6093
|
//
|
|
6094
|
-
var script$
|
|
6094
|
+
var script$d = {
|
|
6095
6095
|
name: "NsToastNotification",
|
|
6096
6096
|
extends: CvToastNotification,
|
|
6097
6097
|
components: {
|
|
@@ -6133,10 +6133,10 @@ var script$c = {
|
|
|
6133
6133
|
};
|
|
6134
6134
|
|
|
6135
6135
|
/* script */
|
|
6136
|
-
const __vue_script__$
|
|
6136
|
+
const __vue_script__$d = script$d;
|
|
6137
6137
|
/* template */
|
|
6138
6138
|
|
|
6139
|
-
var __vue_render__$
|
|
6139
|
+
var __vue_render__$j = function () {
|
|
6140
6140
|
var _obj;
|
|
6141
6141
|
|
|
6142
6142
|
var _vm = this;
|
|
@@ -6219,10 +6219,10 @@ var __vue_render__$i = function () {
|
|
|
6219
6219
|
})], 1) : _vm._e()], 1)]);
|
|
6220
6220
|
};
|
|
6221
6221
|
|
|
6222
|
-
var __vue_staticRenderFns__$
|
|
6222
|
+
var __vue_staticRenderFns__$j = [];
|
|
6223
6223
|
/* style */
|
|
6224
6224
|
|
|
6225
|
-
const __vue_inject_styles__$
|
|
6225
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6226
6226
|
if (!inject) return;
|
|
6227
6227
|
inject("data-v-79bd81d3_0", {
|
|
6228
6228
|
source: ".notification[data-v-79bd81d3]{margin-bottom:0;margin-right:0}.action[data-v-79bd81d3]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-79bd81d3]{margin-left:-16px}.notification-description-and-progress[data-v-79bd81d3]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-79bd81d3]{margin-bottom:0}.progress[data-v-79bd81d3]{margin-top:.75rem}.progress-bar-spacer[data-v-79bd81d3]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:100%;cursor:pointer}.notification-read[data-v-79bd81d3]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-79bd81d3]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-79bd81d3]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-79bd81d3]{font-weight:400}.cv-notifiation .timestamp[data-v-79bd81d3]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-79bd81d3]{color:#c6c6c6}.bx--tooltip__trigger[data-v-79bd81d3]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-79bd81d3]::before{border-bottom-color:#161616}div.row[data-v-79bd81d3]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-79bd81d3]{flex-grow:1}",
|
|
@@ -6237,26 +6237,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6237
6237
|
/* scoped */
|
|
6238
6238
|
|
|
6239
6239
|
|
|
6240
|
-
const __vue_scope_id__$
|
|
6240
|
+
const __vue_scope_id__$j = "data-v-79bd81d3";
|
|
6241
6241
|
/* module identifier */
|
|
6242
6242
|
|
|
6243
|
-
const __vue_module_identifier__$
|
|
6243
|
+
const __vue_module_identifier__$j = undefined;
|
|
6244
6244
|
/* functional template */
|
|
6245
6245
|
|
|
6246
|
-
const __vue_is_functional_template__$
|
|
6246
|
+
const __vue_is_functional_template__$j = false;
|
|
6247
6247
|
/* style inject SSR */
|
|
6248
6248
|
|
|
6249
6249
|
/* style inject shadow dom */
|
|
6250
6250
|
|
|
6251
|
-
const __vue_component__$
|
|
6252
|
-
render: __vue_render__$
|
|
6253
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6254
|
-
}, __vue_inject_styles__$
|
|
6251
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6252
|
+
render: __vue_render__$j,
|
|
6253
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6254
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6255
6255
|
|
|
6256
|
-
var __vue_component__$
|
|
6256
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6257
6257
|
|
|
6258
6258
|
//
|
|
6259
|
-
var script$
|
|
6259
|
+
var script$c = {
|
|
6260
6260
|
name: "NsInfoCard",
|
|
6261
6261
|
//components added for storybook to work
|
|
6262
6262
|
components: {
|
|
@@ -6291,10 +6291,10 @@ var script$b = {
|
|
|
6291
6291
|
};
|
|
6292
6292
|
|
|
6293
6293
|
/* script */
|
|
6294
|
-
const __vue_script__$
|
|
6294
|
+
const __vue_script__$c = script$c;
|
|
6295
6295
|
/* template */
|
|
6296
6296
|
|
|
6297
|
-
var __vue_render__$
|
|
6297
|
+
var __vue_render__$i = function () {
|
|
6298
6298
|
var _vm = this;
|
|
6299
6299
|
|
|
6300
6300
|
var _h = _vm.$createElement;
|
|
@@ -6326,10 +6326,10 @@ var __vue_render__$h = function () {
|
|
|
6326
6326
|
}, [_vm._t("content")], 2)], 2);
|
|
6327
6327
|
};
|
|
6328
6328
|
|
|
6329
|
-
var __vue_staticRenderFns__$
|
|
6329
|
+
var __vue_staticRenderFns__$i = [];
|
|
6330
6330
|
/* style */
|
|
6331
6331
|
|
|
6332
|
-
const __vue_inject_styles__$
|
|
6332
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
6333
6333
|
if (!inject) return;
|
|
6334
6334
|
inject("data-v-5f0f76db_0", {
|
|
6335
6335
|
source: ".info-card[data-v-5f0f76db]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.row[data-v-5f0f76db]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-5f0f76db]{margin-top:.5rem}",
|
|
@@ -6340,26 +6340,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
6340
6340
|
/* scoped */
|
|
6341
6341
|
|
|
6342
6342
|
|
|
6343
|
-
const __vue_scope_id__$
|
|
6343
|
+
const __vue_scope_id__$i = "data-v-5f0f76db";
|
|
6344
6344
|
/* module identifier */
|
|
6345
6345
|
|
|
6346
|
-
const __vue_module_identifier__$
|
|
6346
|
+
const __vue_module_identifier__$i = undefined;
|
|
6347
6347
|
/* functional template */
|
|
6348
6348
|
|
|
6349
|
-
const __vue_is_functional_template__$
|
|
6349
|
+
const __vue_is_functional_template__$i = false;
|
|
6350
6350
|
/* style inject SSR */
|
|
6351
6351
|
|
|
6352
6352
|
/* style inject shadow dom */
|
|
6353
6353
|
|
|
6354
|
-
const __vue_component__$
|
|
6355
|
-
render: __vue_render__$
|
|
6356
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6357
|
-
}, __vue_inject_styles__$
|
|
6354
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
6355
|
+
render: __vue_render__$i,
|
|
6356
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
6357
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
6358
6358
|
|
|
6359
|
-
var __vue_component__$
|
|
6359
|
+
var __vue_component__$A = __vue_component__$z;
|
|
6360
6360
|
|
|
6361
6361
|
//
|
|
6362
|
-
var script$
|
|
6362
|
+
var script$b = {
|
|
6363
6363
|
name: "NsStatusCard",
|
|
6364
6364
|
//components added for storybook to work
|
|
6365
6365
|
components: {
|
|
@@ -6406,10 +6406,10 @@ var script$a = {
|
|
|
6406
6406
|
};
|
|
6407
6407
|
|
|
6408
6408
|
/* script */
|
|
6409
|
-
const __vue_script__$
|
|
6409
|
+
const __vue_script__$b = script$b;
|
|
6410
6410
|
/* template */
|
|
6411
6411
|
|
|
6412
|
-
var __vue_render__$
|
|
6412
|
+
var __vue_render__$h = function () {
|
|
6413
6413
|
var _vm = this;
|
|
6414
6414
|
|
|
6415
6415
|
var _h = _vm.$createElement;
|
|
@@ -6478,10 +6478,10 @@ var __vue_render__$g = function () {
|
|
|
6478
6478
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6479
6479
|
};
|
|
6480
6480
|
|
|
6481
|
-
var __vue_staticRenderFns__$
|
|
6481
|
+
var __vue_staticRenderFns__$h = [];
|
|
6482
6482
|
/* style */
|
|
6483
6483
|
|
|
6484
|
-
const __vue_inject_styles__$
|
|
6484
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
6485
6485
|
if (!inject) return;
|
|
6486
6486
|
inject("data-v-e4a14fb4_0", {
|
|
6487
6487
|
source: ".status-card[data-v-e4a14fb4]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e4a14fb4]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.label[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e4a14fb4]{margin-right:.25rem}.error-icon[data-v-e4a14fb4]{margin-right:.25rem}.warning-icon[data-v-e4a14fb4]{margin-right:.25rem}.stats[data-v-e4a14fb4]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6492,26 +6492,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
6492
6492
|
/* scoped */
|
|
6493
6493
|
|
|
6494
6494
|
|
|
6495
|
-
const __vue_scope_id__$
|
|
6495
|
+
const __vue_scope_id__$h = "data-v-e4a14fb4";
|
|
6496
6496
|
/* module identifier */
|
|
6497
6497
|
|
|
6498
|
-
const __vue_module_identifier__$
|
|
6498
|
+
const __vue_module_identifier__$h = undefined;
|
|
6499
6499
|
/* functional template */
|
|
6500
6500
|
|
|
6501
|
-
const __vue_is_functional_template__$
|
|
6501
|
+
const __vue_is_functional_template__$h = false;
|
|
6502
6502
|
/* style inject SSR */
|
|
6503
6503
|
|
|
6504
6504
|
/* style inject shadow dom */
|
|
6505
6505
|
|
|
6506
|
-
const __vue_component__$
|
|
6507
|
-
render: __vue_render__$
|
|
6508
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6509
|
-
}, __vue_inject_styles__$
|
|
6506
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
6507
|
+
render: __vue_render__$h,
|
|
6508
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
6509
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
6510
6510
|
|
|
6511
|
-
var __vue_component__$
|
|
6511
|
+
var __vue_component__$y = __vue_component__$x;
|
|
6512
6512
|
|
|
6513
6513
|
//
|
|
6514
|
-
var script$
|
|
6514
|
+
var script$a = {
|
|
6515
6515
|
name: "NsSystemdServiceCard",
|
|
6516
6516
|
//components added for storybook to work
|
|
6517
6517
|
components: {
|
|
@@ -6565,10 +6565,10 @@ var script$9 = {
|
|
|
6565
6565
|
};
|
|
6566
6566
|
|
|
6567
6567
|
/* script */
|
|
6568
|
-
const __vue_script__$
|
|
6568
|
+
const __vue_script__$a = script$a;
|
|
6569
6569
|
/* template */
|
|
6570
6570
|
|
|
6571
|
-
var __vue_render__$
|
|
6571
|
+
var __vue_render__$g = function () {
|
|
6572
6572
|
var _vm = this;
|
|
6573
6573
|
|
|
6574
6574
|
var _h = _vm.$createElement;
|
|
@@ -6623,10 +6623,10 @@ var __vue_render__$f = function () {
|
|
|
6623
6623
|
})], 1)])]);
|
|
6624
6624
|
};
|
|
6625
6625
|
|
|
6626
|
-
var __vue_staticRenderFns__$
|
|
6626
|
+
var __vue_staticRenderFns__$g = [];
|
|
6627
6627
|
/* style */
|
|
6628
6628
|
|
|
6629
|
-
const __vue_inject_styles__$
|
|
6629
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
6630
6630
|
if (!inject) return;
|
|
6631
6631
|
inject("data-v-e13a5ce6_0", {
|
|
6632
6632
|
source: ".service-card[data-v-e13a5ce6]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e13a5ce6]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-e13a5ce6]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e13a5ce6]{margin-right:.25rem}.error-icon[data-v-e13a5ce6]{margin-right:.25rem}.warning-icon[data-v-e13a5ce6]{margin-right:.25rem}.stats[data-v-e13a5ce6]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6637,23 +6637,23 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
6637
6637
|
/* scoped */
|
|
6638
6638
|
|
|
6639
6639
|
|
|
6640
|
-
const __vue_scope_id__$
|
|
6640
|
+
const __vue_scope_id__$g = "data-v-e13a5ce6";
|
|
6641
6641
|
/* module identifier */
|
|
6642
6642
|
|
|
6643
|
-
const __vue_module_identifier__$
|
|
6643
|
+
const __vue_module_identifier__$g = undefined;
|
|
6644
6644
|
/* functional template */
|
|
6645
6645
|
|
|
6646
|
-
const __vue_is_functional_template__$
|
|
6646
|
+
const __vue_is_functional_template__$g = false;
|
|
6647
6647
|
/* style inject SSR */
|
|
6648
6648
|
|
|
6649
6649
|
/* style inject shadow dom */
|
|
6650
6650
|
|
|
6651
|
-
const __vue_component__$
|
|
6652
|
-
render: __vue_render__$
|
|
6653
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6654
|
-
}, __vue_inject_styles__$
|
|
6651
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
6652
|
+
render: __vue_render__$g,
|
|
6653
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
6654
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
6655
6655
|
|
|
6656
|
-
var __vue_component__$
|
|
6656
|
+
var __vue_component__$w = __vue_component__$v;
|
|
6657
6657
|
|
|
6658
6658
|
var UtilService = {
|
|
6659
6659
|
name: "UtilService",
|
|
@@ -6825,7 +6825,7 @@ var UtilService = {
|
|
|
6825
6825
|
};
|
|
6826
6826
|
|
|
6827
6827
|
//
|
|
6828
|
-
var script$
|
|
6828
|
+
var script$9 = {
|
|
6829
6829
|
name: "NsPasswordInput",
|
|
6830
6830
|
components: CvTextInput,
|
|
6831
6831
|
mixins: [UtilService],
|
|
@@ -6981,10 +6981,10 @@ var script$8 = {
|
|
|
6981
6981
|
};
|
|
6982
6982
|
|
|
6983
6983
|
/* script */
|
|
6984
|
-
const __vue_script__$
|
|
6984
|
+
const __vue_script__$9 = script$9;
|
|
6985
6985
|
/* template */
|
|
6986
6986
|
|
|
6987
|
-
var __vue_render__$
|
|
6987
|
+
var __vue_render__$f = function () {
|
|
6988
6988
|
var _vm = this;
|
|
6989
6989
|
|
|
6990
6990
|
var _h = _vm.$createElement;
|
|
@@ -7073,10 +7073,10 @@ var __vue_render__$e = function () {
|
|
|
7073
7073
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7074
7074
|
};
|
|
7075
7075
|
|
|
7076
|
-
var __vue_staticRenderFns__$
|
|
7076
|
+
var __vue_staticRenderFns__$f = [];
|
|
7077
7077
|
/* style */
|
|
7078
7078
|
|
|
7079
|
-
const __vue_inject_styles__$
|
|
7079
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
7080
7080
|
if (!inject) return;
|
|
7081
7081
|
inject("data-v-1598af82_0", {
|
|
7082
7082
|
source: ".new-password-container[data-v-1598af82]{margin-bottom:1rem}.new-password[data-v-1598af82]{margin-bottom:.25rem}.confirm-password[data-v-1598af82]{margin-bottom:.25rem}.password-meter[data-v-1598af82]{display:flex}@media (min-width:672px){.password-meter[data-v-1598af82]{max-width:38rem}}.requirement[data-v-1598af82]{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-1598af82]{background-color:#fff}.requirement[data-v-1598af82]:first-child{margin-left:0}.requirement-ok[data-v-1598af82]{color:#fff;background-color:#198038}",
|
|
@@ -7087,26 +7087,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
7087
7087
|
/* scoped */
|
|
7088
7088
|
|
|
7089
7089
|
|
|
7090
|
-
const __vue_scope_id__$
|
|
7090
|
+
const __vue_scope_id__$f = "data-v-1598af82";
|
|
7091
7091
|
/* module identifier */
|
|
7092
7092
|
|
|
7093
|
-
const __vue_module_identifier__$
|
|
7093
|
+
const __vue_module_identifier__$f = undefined;
|
|
7094
7094
|
/* functional template */
|
|
7095
7095
|
|
|
7096
|
-
const __vue_is_functional_template__$
|
|
7096
|
+
const __vue_is_functional_template__$f = false;
|
|
7097
7097
|
/* style inject SSR */
|
|
7098
7098
|
|
|
7099
7099
|
/* style inject shadow dom */
|
|
7100
7100
|
|
|
7101
|
-
const __vue_component__$
|
|
7102
|
-
render: __vue_render__$
|
|
7103
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7104
|
-
}, __vue_inject_styles__$
|
|
7101
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7102
|
+
render: __vue_render__$f,
|
|
7103
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7104
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
7105
7105
|
|
|
7106
|
-
var __vue_component__$
|
|
7106
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7107
7107
|
|
|
7108
7108
|
//
|
|
7109
|
-
var script$
|
|
7109
|
+
var script$8 = {
|
|
7110
7110
|
name: "NsIconMenu",
|
|
7111
7111
|
extends: CvOverflowMenu,
|
|
7112
7112
|
props: {
|
|
@@ -7135,10 +7135,10 @@ var script$7 = {
|
|
|
7135
7135
|
};
|
|
7136
7136
|
|
|
7137
7137
|
/* script */
|
|
7138
|
-
const __vue_script__$
|
|
7138
|
+
const __vue_script__$8 = script$8;
|
|
7139
7139
|
/* template */
|
|
7140
7140
|
|
|
7141
|
-
var __vue_render__$
|
|
7141
|
+
var __vue_render__$e = function () {
|
|
7142
7142
|
var _obj, _obj$1;
|
|
7143
7143
|
|
|
7144
7144
|
var _vm = this;
|
|
@@ -7250,35 +7250,35 @@ var __vue_render__$d = function () {
|
|
|
7250
7250
|
})])]);
|
|
7251
7251
|
};
|
|
7252
7252
|
|
|
7253
|
-
var __vue_staticRenderFns__$
|
|
7253
|
+
var __vue_staticRenderFns__$e = [];
|
|
7254
7254
|
/* style */
|
|
7255
7255
|
|
|
7256
|
-
const __vue_inject_styles__$
|
|
7256
|
+
const __vue_inject_styles__$e = undefined;
|
|
7257
7257
|
/* scoped */
|
|
7258
7258
|
|
|
7259
|
-
const __vue_scope_id__$
|
|
7259
|
+
const __vue_scope_id__$e = undefined;
|
|
7260
7260
|
/* module identifier */
|
|
7261
7261
|
|
|
7262
|
-
const __vue_module_identifier__$
|
|
7262
|
+
const __vue_module_identifier__$e = undefined;
|
|
7263
7263
|
/* functional template */
|
|
7264
7264
|
|
|
7265
|
-
const __vue_is_functional_template__$
|
|
7265
|
+
const __vue_is_functional_template__$e = false;
|
|
7266
7266
|
/* style inject */
|
|
7267
7267
|
|
|
7268
7268
|
/* style inject SSR */
|
|
7269
7269
|
|
|
7270
7270
|
/* style inject shadow dom */
|
|
7271
7271
|
|
|
7272
|
-
const __vue_component__$
|
|
7273
|
-
render: __vue_render__$
|
|
7274
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7275
|
-
}, __vue_inject_styles__$
|
|
7272
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7273
|
+
render: __vue_render__$e,
|
|
7274
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7275
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
7276
7276
|
|
|
7277
|
-
var __vue_component__$
|
|
7277
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7278
7278
|
|
|
7279
7279
|
//
|
|
7280
7280
|
Vue.use(chartsVue);
|
|
7281
|
-
var script$
|
|
7281
|
+
var script$7 = {
|
|
7282
7282
|
name: "NsMeterChart",
|
|
7283
7283
|
components: {
|
|
7284
7284
|
CcvMeterChart
|
|
@@ -7352,10 +7352,10 @@ var script$6 = {
|
|
|
7352
7352
|
};
|
|
7353
7353
|
|
|
7354
7354
|
/* script */
|
|
7355
|
-
const __vue_script__$
|
|
7355
|
+
const __vue_script__$7 = script$7;
|
|
7356
7356
|
/* template */
|
|
7357
7357
|
|
|
7358
|
-
var __vue_render__$
|
|
7358
|
+
var __vue_render__$d = function () {
|
|
7359
7359
|
var _vm = this;
|
|
7360
7360
|
|
|
7361
7361
|
var _h = _vm.$createElement;
|
|
@@ -7370,35 +7370,35 @@ var __vue_render__$c = function () {
|
|
|
7370
7370
|
});
|
|
7371
7371
|
};
|
|
7372
7372
|
|
|
7373
|
-
var __vue_staticRenderFns__$
|
|
7373
|
+
var __vue_staticRenderFns__$d = [];
|
|
7374
7374
|
/* style */
|
|
7375
7375
|
|
|
7376
|
-
const __vue_inject_styles__$
|
|
7376
|
+
const __vue_inject_styles__$d = undefined;
|
|
7377
7377
|
/* scoped */
|
|
7378
7378
|
|
|
7379
|
-
const __vue_scope_id__$
|
|
7379
|
+
const __vue_scope_id__$d = undefined;
|
|
7380
7380
|
/* module identifier */
|
|
7381
7381
|
|
|
7382
|
-
const __vue_module_identifier__$
|
|
7382
|
+
const __vue_module_identifier__$d = undefined;
|
|
7383
7383
|
/* functional template */
|
|
7384
7384
|
|
|
7385
|
-
const __vue_is_functional_template__$
|
|
7385
|
+
const __vue_is_functional_template__$d = false;
|
|
7386
7386
|
/* style inject */
|
|
7387
7387
|
|
|
7388
7388
|
/* style inject SSR */
|
|
7389
7389
|
|
|
7390
7390
|
/* style inject shadow dom */
|
|
7391
7391
|
|
|
7392
|
-
const __vue_component__$
|
|
7393
|
-
render: __vue_render__$
|
|
7394
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7395
|
-
}, __vue_inject_styles__$
|
|
7392
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
7393
|
+
render: __vue_render__$d,
|
|
7394
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7395
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
7396
7396
|
|
|
7397
|
-
var __vue_component__$
|
|
7397
|
+
var __vue_component__$q = __vue_component__$p;
|
|
7398
7398
|
|
|
7399
7399
|
//
|
|
7400
7400
|
Vue.use(chartsVue);
|
|
7401
|
-
var script$
|
|
7401
|
+
var script$6 = {
|
|
7402
7402
|
name: "NsPieChart",
|
|
7403
7403
|
components: {},
|
|
7404
7404
|
props: {
|
|
@@ -7454,10 +7454,10 @@ var script$5 = {
|
|
|
7454
7454
|
};
|
|
7455
7455
|
|
|
7456
7456
|
/* script */
|
|
7457
|
-
const __vue_script__$
|
|
7457
|
+
const __vue_script__$6 = script$6;
|
|
7458
7458
|
/* template */
|
|
7459
7459
|
|
|
7460
|
-
var __vue_render__$
|
|
7460
|
+
var __vue_render__$c = function () {
|
|
7461
7461
|
var _vm = this;
|
|
7462
7462
|
|
|
7463
7463
|
var _h = _vm.$createElement;
|
|
@@ -7472,34 +7472,34 @@ var __vue_render__$b = function () {
|
|
|
7472
7472
|
});
|
|
7473
7473
|
};
|
|
7474
7474
|
|
|
7475
|
-
var __vue_staticRenderFns__$
|
|
7475
|
+
var __vue_staticRenderFns__$c = [];
|
|
7476
7476
|
/* style */
|
|
7477
7477
|
|
|
7478
|
-
const __vue_inject_styles__$
|
|
7478
|
+
const __vue_inject_styles__$c = undefined;
|
|
7479
7479
|
/* scoped */
|
|
7480
7480
|
|
|
7481
|
-
const __vue_scope_id__$
|
|
7481
|
+
const __vue_scope_id__$c = undefined;
|
|
7482
7482
|
/* module identifier */
|
|
7483
7483
|
|
|
7484
|
-
const __vue_module_identifier__$
|
|
7484
|
+
const __vue_module_identifier__$c = undefined;
|
|
7485
7485
|
/* functional template */
|
|
7486
7486
|
|
|
7487
|
-
const __vue_is_functional_template__$
|
|
7487
|
+
const __vue_is_functional_template__$c = false;
|
|
7488
7488
|
/* style inject */
|
|
7489
7489
|
|
|
7490
7490
|
/* style inject SSR */
|
|
7491
7491
|
|
|
7492
7492
|
/* style inject shadow dom */
|
|
7493
7493
|
|
|
7494
|
-
const __vue_component__$
|
|
7495
|
-
render: __vue_render__$
|
|
7496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7497
|
-
}, __vue_inject_styles__$
|
|
7494
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
7495
|
+
render: __vue_render__$c,
|
|
7496
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7497
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
7498
7498
|
|
|
7499
|
-
var __vue_component__$
|
|
7499
|
+
var __vue_component__$o = __vue_component__$n;
|
|
7500
7500
|
|
|
7501
7501
|
//
|
|
7502
|
-
var script$
|
|
7502
|
+
var script$5 = {
|
|
7503
7503
|
name: "NsDangerDeleteModal",
|
|
7504
7504
|
//component added for storybook to work
|
|
7505
7505
|
components: {
|
|
@@ -7582,10 +7582,10 @@ var script$4 = {
|
|
|
7582
7582
|
};
|
|
7583
7583
|
|
|
7584
7584
|
/* script */
|
|
7585
|
-
const __vue_script__$
|
|
7585
|
+
const __vue_script__$5 = script$5;
|
|
7586
7586
|
/* template */
|
|
7587
7587
|
|
|
7588
|
-
var __vue_render__$
|
|
7588
|
+
var __vue_render__$b = function () {
|
|
7589
7589
|
var _vm = this;
|
|
7590
7590
|
|
|
7591
7591
|
var _h = _vm.$createElement;
|
|
@@ -7646,10 +7646,10 @@ var __vue_render__$a = function () {
|
|
|
7646
7646
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7647
7647
|
};
|
|
7648
7648
|
|
|
7649
|
-
var __vue_staticRenderFns__$
|
|
7649
|
+
var __vue_staticRenderFns__$b = [];
|
|
7650
7650
|
/* style */
|
|
7651
7651
|
|
|
7652
|
-
const __vue_inject_styles__$
|
|
7652
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
7653
7653
|
if (!inject) return;
|
|
7654
7654
|
inject("data-v-97f667a6_0", {
|
|
7655
7655
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7660,23 +7660,23 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
7660
7660
|
/* scoped */
|
|
7661
7661
|
|
|
7662
7662
|
|
|
7663
|
-
const __vue_scope_id__$
|
|
7663
|
+
const __vue_scope_id__$b = "data-v-97f667a6";
|
|
7664
7664
|
/* module identifier */
|
|
7665
7665
|
|
|
7666
|
-
const __vue_module_identifier__$
|
|
7666
|
+
const __vue_module_identifier__$b = undefined;
|
|
7667
7667
|
/* functional template */
|
|
7668
7668
|
|
|
7669
|
-
const __vue_is_functional_template__$
|
|
7669
|
+
const __vue_is_functional_template__$b = false;
|
|
7670
7670
|
/* style inject SSR */
|
|
7671
7671
|
|
|
7672
7672
|
/* style inject shadow dom */
|
|
7673
7673
|
|
|
7674
|
-
const __vue_component__$
|
|
7675
|
-
render: __vue_render__$
|
|
7676
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7677
|
-
}, __vue_inject_styles__$
|
|
7674
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
7675
|
+
render: __vue_render__$b,
|
|
7676
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
7677
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
7678
7678
|
|
|
7679
|
-
var __vue_component__$
|
|
7679
|
+
var __vue_component__$m = __vue_component__$l;
|
|
7680
7680
|
|
|
7681
7681
|
var IconService = {
|
|
7682
7682
|
name: "IconService",
|
|
@@ -7771,7 +7771,7 @@ var IconService = {
|
|
|
7771
7771
|
};
|
|
7772
7772
|
|
|
7773
7773
|
//
|
|
7774
|
-
var script$
|
|
7774
|
+
var script$4 = {
|
|
7775
7775
|
name: "NsDropdownAction",
|
|
7776
7776
|
extends: CvOverflowMenu,
|
|
7777
7777
|
components: {
|
|
@@ -7803,10 +7803,10 @@ var script$3 = {
|
|
|
7803
7803
|
};
|
|
7804
7804
|
|
|
7805
7805
|
/* script */
|
|
7806
|
-
const __vue_script__$
|
|
7806
|
+
const __vue_script__$4 = script$4;
|
|
7807
7807
|
/* template */
|
|
7808
7808
|
|
|
7809
|
-
var __vue_render__$
|
|
7809
|
+
var __vue_render__$a = function () {
|
|
7810
7810
|
var _obj, _obj$1;
|
|
7811
7811
|
|
|
7812
7812
|
var _vm = this;
|
|
@@ -7906,34 +7906,34 @@ var __vue_render__$9 = function () {
|
|
|
7906
7906
|
})])]);
|
|
7907
7907
|
};
|
|
7908
7908
|
|
|
7909
|
-
var __vue_staticRenderFns__$
|
|
7909
|
+
var __vue_staticRenderFns__$a = [];
|
|
7910
7910
|
/* style */
|
|
7911
7911
|
|
|
7912
|
-
const __vue_inject_styles__$
|
|
7912
|
+
const __vue_inject_styles__$a = undefined;
|
|
7913
7913
|
/* scoped */
|
|
7914
7914
|
|
|
7915
|
-
const __vue_scope_id__$
|
|
7915
|
+
const __vue_scope_id__$a = "data-v-31925b9d";
|
|
7916
7916
|
/* module identifier */
|
|
7917
7917
|
|
|
7918
|
-
const __vue_module_identifier__$
|
|
7918
|
+
const __vue_module_identifier__$a = undefined;
|
|
7919
7919
|
/* functional template */
|
|
7920
7920
|
|
|
7921
|
-
const __vue_is_functional_template__$
|
|
7921
|
+
const __vue_is_functional_template__$a = false;
|
|
7922
7922
|
/* style inject */
|
|
7923
7923
|
|
|
7924
7924
|
/* style inject SSR */
|
|
7925
7925
|
|
|
7926
7926
|
/* style inject shadow dom */
|
|
7927
7927
|
|
|
7928
|
-
const __vue_component__$
|
|
7929
|
-
render: __vue_render__$
|
|
7930
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7931
|
-
}, __vue_inject_styles__$
|
|
7928
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
7929
|
+
render: __vue_render__$a,
|
|
7930
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
7931
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
7932
7932
|
|
|
7933
|
-
var __vue_component__$
|
|
7933
|
+
var __vue_component__$k = __vue_component__$j;
|
|
7934
7934
|
|
|
7935
7935
|
//
|
|
7936
|
-
var script$
|
|
7936
|
+
var script$3 = {
|
|
7937
7937
|
name: "NsTextInput",
|
|
7938
7938
|
extends: CvTextInput,
|
|
7939
7939
|
components: {
|
|
@@ -7987,10 +7987,10 @@ var script$2 = {
|
|
|
7987
7987
|
};
|
|
7988
7988
|
|
|
7989
7989
|
/* script */
|
|
7990
|
-
const __vue_script__$
|
|
7990
|
+
const __vue_script__$3 = script$3;
|
|
7991
7991
|
/* template */
|
|
7992
7992
|
|
|
7993
|
-
var __vue_render__$
|
|
7993
|
+
var __vue_render__$9 = function () {
|
|
7994
7994
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
7995
7995
|
|
|
7996
7996
|
var _vm = this;
|
|
@@ -8068,10 +8068,10 @@ var __vue_render__$8 = function () {
|
|
|
8068
8068
|
})], 2) : _vm._e()]);
|
|
8069
8069
|
};
|
|
8070
8070
|
|
|
8071
|
-
var __vue_staticRenderFns__$
|
|
8071
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8072
8072
|
/* style */
|
|
8073
8073
|
|
|
8074
|
-
const __vue_inject_styles__$
|
|
8074
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
8075
8075
|
if (!inject) return;
|
|
8076
8076
|
inject("data-v-1a7ed132_0", {
|
|
8077
8077
|
source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
|
|
@@ -8086,7 +8086,201 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8086
8086
|
/* scoped */
|
|
8087
8087
|
|
|
8088
8088
|
|
|
8089
|
-
const __vue_scope_id__$
|
|
8089
|
+
const __vue_scope_id__$9 = "data-v-1a7ed132";
|
|
8090
|
+
/* module identifier */
|
|
8091
|
+
|
|
8092
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8093
|
+
/* functional template */
|
|
8094
|
+
|
|
8095
|
+
const __vue_is_functional_template__$9 = false;
|
|
8096
|
+
/* style inject SSR */
|
|
8097
|
+
|
|
8098
|
+
/* style inject shadow dom */
|
|
8099
|
+
|
|
8100
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
8101
|
+
render: __vue_render__$9,
|
|
8102
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8103
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
8104
|
+
|
|
8105
|
+
var __vue_component__$i = __vue_component__$h;
|
|
8106
|
+
|
|
8107
|
+
//
|
|
8108
|
+
var script$2 = {
|
|
8109
|
+
name: "NsBackupCardDetails",
|
|
8110
|
+
mixins: [DateTimeService],
|
|
8111
|
+
props: {
|
|
8112
|
+
backup: {
|
|
8113
|
+
type: Object,
|
|
8114
|
+
required: true
|
|
8115
|
+
},
|
|
8116
|
+
status: {
|
|
8117
|
+
type: Array,
|
|
8118
|
+
required: true
|
|
8119
|
+
},
|
|
8120
|
+
repositoryLabel: {
|
|
8121
|
+
type: String,
|
|
8122
|
+
default: "Repository"
|
|
8123
|
+
},
|
|
8124
|
+
completedLabel: {
|
|
8125
|
+
type: String,
|
|
8126
|
+
required: true
|
|
8127
|
+
},
|
|
8128
|
+
durationLabel: {
|
|
8129
|
+
type: String,
|
|
8130
|
+
required: true
|
|
8131
|
+
},
|
|
8132
|
+
totalSizeLabel: {
|
|
8133
|
+
type: String,
|
|
8134
|
+
required: true
|
|
8135
|
+
},
|
|
8136
|
+
totalFileCountLabel: {
|
|
8137
|
+
type: String,
|
|
8138
|
+
required: true
|
|
8139
|
+
} // moduleId: { ////
|
|
8140
|
+
// type: String,
|
|
8141
|
+
// required: true,
|
|
8142
|
+
// },
|
|
8143
|
+
// moduleUiName: { ////
|
|
8144
|
+
// type: String,
|
|
8145
|
+
// default: "",
|
|
8146
|
+
// },
|
|
8147
|
+
// repositories: {
|
|
8148
|
+
// type: Array,
|
|
8149
|
+
// required: true,
|
|
8150
|
+
// },
|
|
8151
|
+
// backups: {
|
|
8152
|
+
// type: Array,
|
|
8153
|
+
// required: true,
|
|
8154
|
+
// },
|
|
8155
|
+
// loading: {
|
|
8156
|
+
// type: Boolean,
|
|
8157
|
+
// default: false,
|
|
8158
|
+
// },
|
|
8159
|
+
// coreContext: {
|
|
8160
|
+
// type: Object,
|
|
8161
|
+
// required: true,
|
|
8162
|
+
// },
|
|
8163
|
+
// light: Boolean,
|
|
8164
|
+
|
|
8165
|
+
} // data() { ////
|
|
8166
|
+
// return {
|
|
8167
|
+
// backupsContainingInstance: [],
|
|
8168
|
+
// status: [],
|
|
8169
|
+
// };
|
|
8170
|
+
// },
|
|
8171
|
+
// watch: {
|
|
8172
|
+
// repositories: function () {
|
|
8173
|
+
// this.updateData();
|
|
8174
|
+
// },
|
|
8175
|
+
// backups: function () {
|
|
8176
|
+
// this.updateData();
|
|
8177
|
+
// },
|
|
8178
|
+
// },
|
|
8179
|
+
// created() {
|
|
8180
|
+
// this.updateData();
|
|
8181
|
+
// },
|
|
8182
|
+
// methods: { ////
|
|
8183
|
+
// updateData() {
|
|
8184
|
+
// let backupsContainingInstance = [];
|
|
8185
|
+
// for (const backup of this.backups) {
|
|
8186
|
+
// for (const instance of backup.instances) {
|
|
8187
|
+
// if (instance.module_id == this.moduleId) {
|
|
8188
|
+
// backupsContainingInstance.push(backup);
|
|
8189
|
+
// }
|
|
8190
|
+
// }
|
|
8191
|
+
// }
|
|
8192
|
+
// this.backupsContainingInstance = backupsContainingInstance;
|
|
8193
|
+
// // status
|
|
8194
|
+
// for (const backup of this.backupsContainingInstance) {
|
|
8195
|
+
// const instance = backup.instances.find(
|
|
8196
|
+
// (i) => i.module_id == this.moduleId
|
|
8197
|
+
// );
|
|
8198
|
+
// const status = instance.status;
|
|
8199
|
+
// this.status[backup.id] = status;
|
|
8200
|
+
// }
|
|
8201
|
+
// },
|
|
8202
|
+
// goToBackup() {
|
|
8203
|
+
// if (this.coreContext && this.coreContext.$router) {
|
|
8204
|
+
// this.coreContext.$router.push("/backup");
|
|
8205
|
+
// }
|
|
8206
|
+
// },
|
|
8207
|
+
// },
|
|
8208
|
+
|
|
8209
|
+
};
|
|
8210
|
+
|
|
8211
|
+
/* script */
|
|
8212
|
+
const __vue_script__$2 = script$2;
|
|
8213
|
+
/* template */
|
|
8214
|
+
|
|
8215
|
+
var __vue_render__$8 = function () {
|
|
8216
|
+
var _vm = this;
|
|
8217
|
+
|
|
8218
|
+
var _h = _vm.$createElement;
|
|
8219
|
+
|
|
8220
|
+
var _c = _vm._self._c || _h;
|
|
8221
|
+
|
|
8222
|
+
return _c('div', {
|
|
8223
|
+
staticClass: "ns-backup-card-details"
|
|
8224
|
+
}, [_c('div', {
|
|
8225
|
+
staticClass: "tr"
|
|
8226
|
+
}, [_c('div', {
|
|
8227
|
+
staticClass: "td label"
|
|
8228
|
+
}, [_vm._v(_vm._s(_vm.repositoryLabel))]), _vm._v(" "), _c('div', {
|
|
8229
|
+
staticClass: "td"
|
|
8230
|
+
}, [_vm._v("\n " + _vm._s(_vm.backup.repoName) + "\n ")])]), _vm._v(" "), _c('div', {
|
|
8231
|
+
staticClass: "tr"
|
|
8232
|
+
}, [_c('div', {
|
|
8233
|
+
staticClass: "td label"
|
|
8234
|
+
}, [_vm._v(_vm._s(_vm.completedLabel))]), _vm._v(" "), _c('div', {
|
|
8235
|
+
staticClass: "td"
|
|
8236
|
+
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].end ? _c('span', [_c('cv-interactive-tooltip', {
|
|
8237
|
+
staticClass: "info tooltip-with-text-trigger",
|
|
8238
|
+
attrs: {
|
|
8239
|
+
"alignment": "center",
|
|
8240
|
+
"direction": "bottom"
|
|
8241
|
+
}
|
|
8242
|
+
}, [_c('template', {
|
|
8243
|
+
slot: "trigger"
|
|
8244
|
+
}, [_vm._v("\n " + _vm._s(_vm.formatDateDistance(_vm.status[_vm.backup.id].end * 1000, new Date(), {
|
|
8245
|
+
addSuffix: true
|
|
8246
|
+
})) + "\n ")]), _vm._v(" "), _c('template', {
|
|
8247
|
+
slot: "content"
|
|
8248
|
+
}, [_vm._v("\n " + _vm._s(_vm._f("date")(_vm.status[_vm.backup.id].end * 1000, "yyyy-MM-dd HH:mm:ss")) + "\n ")])], 2)], 1) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
|
|
8249
|
+
staticClass: "tr"
|
|
8250
|
+
}, [_c('div', {
|
|
8251
|
+
staticClass: "td label"
|
|
8252
|
+
}, [_vm._v(_vm._s(_vm.durationLabel))]), _vm._v(" "), _c('div', {
|
|
8253
|
+
staticClass: "td"
|
|
8254
|
+
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].end && _vm.status[_vm.backup.id].start ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("secondsFormat")(_vm.status[_vm.backup.id].end - _vm.status[_vm.backup.id].start)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
|
|
8255
|
+
staticClass: "tr"
|
|
8256
|
+
}, [_c('div', {
|
|
8257
|
+
staticClass: "td label"
|
|
8258
|
+
}, [_vm._v(_vm._s(_vm.totalSizeLabel))]), _vm._v(" "), _c('div', {
|
|
8259
|
+
staticClass: "td"
|
|
8260
|
+
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_size ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("byteFormat")(_vm.status[_vm.backup.id].total_size)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
|
|
8261
|
+
staticClass: "tr"
|
|
8262
|
+
}, [_c('div', {
|
|
8263
|
+
staticClass: "td label"
|
|
8264
|
+
}, [_vm._v(_vm._s(_vm.totalFileCountLabel))]), _vm._v(" "), _c('div', {
|
|
8265
|
+
staticClass: "td"
|
|
8266
|
+
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("humanFormat")(_vm.status[_vm.backup.id].total_file_count)) + "\n (" + _vm._s(_vm.status[_vm.backup.id].total_file_count) + ")\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
8267
|
+
};
|
|
8268
|
+
|
|
8269
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8270
|
+
/* style */
|
|
8271
|
+
|
|
8272
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8273
|
+
if (!inject) return;
|
|
8274
|
+
inject("data-v-74e6bb6a_0", {
|
|
8275
|
+
source: ".ns-backup-card-details[data-v-74e6bb6a]{display:contents}.tr[data-v-74e6bb6a]{display:table-row}.td[data-v-74e6bb6a]{display:table-cell}.label[data-v-74e6bb6a]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
8276
|
+
map: undefined,
|
|
8277
|
+
media: undefined
|
|
8278
|
+
});
|
|
8279
|
+
};
|
|
8280
|
+
/* scoped */
|
|
8281
|
+
|
|
8282
|
+
|
|
8283
|
+
const __vue_scope_id__$8 = "data-v-74e6bb6a";
|
|
8090
8284
|
/* module identifier */
|
|
8091
8285
|
|
|
8092
8286
|
const __vue_module_identifier__$8 = undefined;
|
|
@@ -8102,12 +8296,15 @@ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
|
8102
8296
|
staticRenderFns: __vue_staticRenderFns__$8
|
|
8103
8297
|
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
8104
8298
|
|
|
8105
|
-
var
|
|
8299
|
+
var NsBackupCardDetails = __vue_component__$g;
|
|
8106
8300
|
|
|
8107
8301
|
//
|
|
8108
8302
|
var script$1 = {
|
|
8109
8303
|
name: "NsBackupCard",
|
|
8110
|
-
|
|
8304
|
+
components: {
|
|
8305
|
+
NsBackupCardDetails
|
|
8306
|
+
},
|
|
8307
|
+
mixins: [IconService, UtilService],
|
|
8111
8308
|
props: {
|
|
8112
8309
|
title: {
|
|
8113
8310
|
type: String,
|
|
@@ -8165,6 +8362,10 @@ var script$1 = {
|
|
|
8165
8362
|
type: String,
|
|
8166
8363
|
default: "Disabled"
|
|
8167
8364
|
},
|
|
8365
|
+
showMoreLabel: {
|
|
8366
|
+
type: String,
|
|
8367
|
+
default: "Show more"
|
|
8368
|
+
},
|
|
8168
8369
|
moduleId: {
|
|
8169
8370
|
type: String,
|
|
8170
8371
|
required: true
|
|
@@ -8289,14 +8490,17 @@ var __vue_render__$7 = function () {
|
|
|
8289
8490
|
on: {
|
|
8290
8491
|
"action": _vm.goToBackup
|
|
8291
8492
|
}
|
|
8292
|
-
})], 1)] :
|
|
8493
|
+
})], 1)] : [_c('div', {
|
|
8494
|
+
staticClass: "backups"
|
|
8495
|
+
}, _vm._l(_vm.backupsContainingInstance, function (backup) {
|
|
8293
8496
|
return _c('div', {
|
|
8294
|
-
key: backup.id
|
|
8497
|
+
key: backup.id,
|
|
8498
|
+
staticClass: "backup"
|
|
8295
8499
|
}, [_c('div', {
|
|
8296
8500
|
staticClass: "row"
|
|
8297
8501
|
}, [_vm.backupsContainingInstance.length > 1 ? _c('h5', {
|
|
8298
8502
|
staticClass: "title mg-top-sm"
|
|
8299
|
-
}, [_vm._v("\n
|
|
8503
|
+
}, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
8300
8504
|
staticClass: "table-wrapper"
|
|
8301
8505
|
}, [_c('div', {
|
|
8302
8506
|
staticClass: "table"
|
|
@@ -8308,53 +8512,49 @@ var __vue_render__$7 = function () {
|
|
|
8308
8512
|
staticClass: "td status"
|
|
8309
8513
|
}, [!backup.enabled ? _c('span', {
|
|
8310
8514
|
staticClass: "ns-warning"
|
|
8311
|
-
}, [_vm._v("\n
|
|
8515
|
+
}, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
|
|
8312
8516
|
staticClass: "ns-success"
|
|
8313
8517
|
}, [_c('span', [_vm._v(_vm._s(_vm.statusSuccessLabel))])]) : _vm.status[backup.id] && _vm.status[backup.id].success == false ? _c('span', {
|
|
8314
8518
|
staticClass: "ns-error"
|
|
8315
|
-
}, [_vm._v("\n
|
|
8519
|
+
}, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
|
|
8316
8520
|
staticClass: "ns-warning"
|
|
8317
|
-
}, [_vm._v("\n
|
|
8318
|
-
staticClass: "tr"
|
|
8319
|
-
}, [_c('div', {
|
|
8320
|
-
staticClass: "td label"
|
|
8321
|
-
}, [_vm._v(_vm._s(_vm.repositoryLabel))]), _vm._v(" "), _c('div', {
|
|
8322
|
-
staticClass: "td"
|
|
8323
|
-
}, [_vm._v("\n " + _vm._s(backup.repoName) + "\n ")])]), _vm._v(" "), _c('div', {
|
|
8324
|
-
staticClass: "tr"
|
|
8325
|
-
}, [_c('div', {
|
|
8326
|
-
staticClass: "td label"
|
|
8327
|
-
}, [_vm._v(_vm._s(_vm.completedLabel))]), _vm._v(" "), _c('div', {
|
|
8328
|
-
staticClass: "td"
|
|
8329
|
-
}, [_vm.status[backup.id] && _vm.status[backup.id].end ? _c('span', [_c('cv-tooltip', {
|
|
8330
|
-
staticClass: "info tooltip-with-text-trigger",
|
|
8521
|
+
}, [_vm._v("\n " + _vm._s(_vm.statusNotRunLabel) + "\n ")])])]), _vm._v(" "), _vm.backupsContainingInstance.length == 1 ? _c('NsBackupCardDetails', {
|
|
8331
8522
|
attrs: {
|
|
8332
|
-
"
|
|
8333
|
-
"
|
|
8334
|
-
"
|
|
8523
|
+
"backup": backup,
|
|
8524
|
+
"status": _vm.status,
|
|
8525
|
+
"repositoryLabel": _vm.repositoryLabel,
|
|
8526
|
+
"completedLabel": _vm.completedLabel,
|
|
8527
|
+
"durationLabel": _vm.durationLabel,
|
|
8528
|
+
"totalSizeLabel": _vm.totalSizeLabel,
|
|
8529
|
+
"totalFileCountLabel": _vm.totalFileCountLabel
|
|
8335
8530
|
}
|
|
8336
|
-
}
|
|
8337
|
-
|
|
8338
|
-
})) + "\n ")])], 1) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
|
|
8339
|
-
staticClass: "tr"
|
|
8340
|
-
}, [_c('div', {
|
|
8341
|
-
staticClass: "td label"
|
|
8342
|
-
}, [_vm._v(_vm._s(_vm.durationLabel))]), _vm._v(" "), _c('div', {
|
|
8343
|
-
staticClass: "td"
|
|
8344
|
-
}, [_vm.status[backup.id] && _vm.status[backup.id].end && _vm.status[backup.id].start ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("secondsFormat")(_vm.status[backup.id].end - _vm.status[backup.id].start)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
|
|
8345
|
-
staticClass: "tr"
|
|
8346
|
-
}, [_c('div', {
|
|
8347
|
-
staticClass: "td label"
|
|
8348
|
-
}, [_vm._v(_vm._s(_vm.totalSizeLabel))]), _vm._v(" "), _c('div', {
|
|
8349
|
-
staticClass: "td"
|
|
8350
|
-
}, [_vm.status[backup.id] && _vm.status[backup.id].total_size ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("byteFormat")(_vm.status[backup.id].total_size)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
|
|
8351
|
-
staticClass: "tr"
|
|
8531
|
+
}) : _vm._e()], 1)]), _vm._v(" "), _c('div', {
|
|
8532
|
+
staticClass: "table-wrapper"
|
|
8352
8533
|
}, [_c('div', {
|
|
8353
|
-
staticClass: "
|
|
8354
|
-
}, [_vm.
|
|
8355
|
-
|
|
8356
|
-
|
|
8357
|
-
|
|
8534
|
+
staticClass: "table"
|
|
8535
|
+
}, [_vm.backupsContainingInstance.length > 1 ? _c('cv-accordion', {
|
|
8536
|
+
ref: "accordion",
|
|
8537
|
+
refInFor: true
|
|
8538
|
+
}, [_c('cv-accordion-item', {
|
|
8539
|
+
attrs: {
|
|
8540
|
+
"open": _vm.toggleAccordion[0]
|
|
8541
|
+
}
|
|
8542
|
+
}, [_c('template', {
|
|
8543
|
+
slot: "title"
|
|
8544
|
+
}, [_vm._v(_vm._s(_vm.showMoreLabel))]), _vm._v(" "), _c('template', {
|
|
8545
|
+
slot: "content"
|
|
8546
|
+
}, [_c('NsBackupCardDetails', {
|
|
8547
|
+
attrs: {
|
|
8548
|
+
"backup": backup,
|
|
8549
|
+
"status": _vm.status,
|
|
8550
|
+
"repositoryLabel": _vm.repositoryLabel,
|
|
8551
|
+
"completedLabel": _vm.completedLabel,
|
|
8552
|
+
"durationLabel": _vm.durationLabel,
|
|
8553
|
+
"totalSizeLabel": _vm.totalSizeLabel,
|
|
8554
|
+
"totalFileCountLabel": _vm.totalFileCountLabel
|
|
8555
|
+
}
|
|
8556
|
+
})], 1)], 2)], 1) : _vm._e()], 1)])]);
|
|
8557
|
+
}), 0)], _vm._v(" "), _c('div', [_c('div', {
|
|
8358
8558
|
staticClass: "row mg-top-sm"
|
|
8359
8559
|
}, [_c('NsButton', {
|
|
8360
8560
|
attrs: {
|
|
@@ -8373,8 +8573,12 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
8373
8573
|
|
|
8374
8574
|
const __vue_inject_styles__$7 = function (inject) {
|
|
8375
8575
|
if (!inject) return;
|
|
8376
|
-
inject("data-v-
|
|
8377
|
-
source: ".ns-backup-card[data-v-
|
|
8576
|
+
inject("data-v-09385b80_0", {
|
|
8577
|
+
source: ".ns-backup-card[data-v-09385b80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-09385b80]{margin-bottom:1rem}.backup[data-v-09385b80]:last-child{margin-bottom:0}.row[data-v-09385b80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-09385b80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-09385b80]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-09385b80]{display:table}.tr[data-v-09385b80]{display:table-row}.td[data-v-09385b80]{display:table-cell}.label[data-v-09385b80]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-09385b80]{font-weight:700}.backup-status-icon[data-v-09385b80]{margin-right:.25rem}",
|
|
8578
|
+
map: undefined,
|
|
8579
|
+
media: undefined
|
|
8580
|
+
}), inject("data-v-09385b80_1", {
|
|
8581
|
+
source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
|
|
8378
8582
|
map: undefined,
|
|
8379
8583
|
media: undefined
|
|
8380
8584
|
});
|
|
@@ -8382,7 +8586,7 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8382
8586
|
/* scoped */
|
|
8383
8587
|
|
|
8384
8588
|
|
|
8385
|
-
const __vue_scope_id__$7 = "data-v-
|
|
8589
|
+
const __vue_scope_id__$7 = "data-v-09385b80";
|
|
8386
8590
|
/* module identifier */
|
|
8387
8591
|
|
|
8388
8592
|
const __vue_module_identifier__$7 = undefined;
|
|
@@ -16426,27 +16630,27 @@ var filters = {
|
|
|
16426
16630
|
|
|
16427
16631
|
var components = /*#__PURE__*/Object.freeze({
|
|
16428
16632
|
__proto__: null,
|
|
16429
|
-
NsButton: __vue_component__$
|
|
16430
|
-
NsEmptyState: __vue_component__$
|
|
16633
|
+
NsButton: __vue_component__$R,
|
|
16634
|
+
NsEmptyState: __vue_component__$M,
|
|
16431
16635
|
NsPictogram: NsPictogram,
|
|
16432
|
-
NsCodeSnippet: __vue_component__$
|
|
16636
|
+
NsCodeSnippet: __vue_component__$K,
|
|
16433
16637
|
NsInlineNotification: NsInlineNotification,
|
|
16434
16638
|
NsProgressBar: NsProgressBar,
|
|
16435
16639
|
NsSvg: NsSvg,
|
|
16436
|
-
NsTile: __vue_component__$
|
|
16437
|
-
NsToastNotification: __vue_component__$
|
|
16438
|
-
NsInfoCard: __vue_component__$
|
|
16439
|
-
NsStatusCard: __vue_component__$
|
|
16440
|
-
NsSystemdServiceCard: __vue_component__$
|
|
16441
|
-
NsPasswordInput: __vue_component__$
|
|
16442
|
-
NsIconMenu: __vue_component__$
|
|
16443
|
-
NsMeterChart: __vue_component__$
|
|
16444
|
-
NsPieChart: __vue_component__$
|
|
16640
|
+
NsTile: __vue_component__$E,
|
|
16641
|
+
NsToastNotification: __vue_component__$C,
|
|
16642
|
+
NsInfoCard: __vue_component__$A,
|
|
16643
|
+
NsStatusCard: __vue_component__$y,
|
|
16644
|
+
NsSystemdServiceCard: __vue_component__$w,
|
|
16645
|
+
NsPasswordInput: __vue_component__$u,
|
|
16646
|
+
NsIconMenu: __vue_component__$s,
|
|
16647
|
+
NsMeterChart: __vue_component__$q,
|
|
16648
|
+
NsPieChart: __vue_component__$o,
|
|
16445
16649
|
NsLottieAnimation: NsLottieAnimation,
|
|
16446
|
-
NsDangerDeleteModal: __vue_component__$
|
|
16650
|
+
NsDangerDeleteModal: __vue_component__$m,
|
|
16447
16651
|
NsCircleTimer: NsCircleTimer,
|
|
16448
|
-
NsDropdownAction: __vue_component__$
|
|
16449
|
-
NsTextInput: __vue_component__$
|
|
16652
|
+
NsDropdownAction: __vue_component__$k,
|
|
16653
|
+
NsTextInput: __vue_component__$i,
|
|
16450
16654
|
NsBackupCard: __vue_component__$f,
|
|
16451
16655
|
NsWizard: __vue_component__$d,
|
|
16452
16656
|
ExclamationMark: ExclamationMark,
|
|
@@ -16476,4 +16680,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16476
16680
|
});
|
|
16477
16681
|
}; // Create module definition for Vue.use()
|
|
16478
16682
|
|
|
16479
|
-
export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$f as NsBackupCard, __vue_component__$
|
|
16683
|
+
export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$f as NsBackupCard, __vue_component__$R as NsButton, NsCircleTimer, __vue_component__$K as NsCodeSnippet, __vue_component__$m as NsDangerDeleteModal, __vue_component__$k as NsDropdownAction, __vue_component__$M as NsEmptyState, __vue_component__$s as NsIconMenu, __vue_component__$A as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$q as NsMeterChart, __vue_component__$u as NsPasswordInput, NsPictogram, __vue_component__$o as NsPieChart, NsProgressBar, __vue_component__$y as NsStatusCard, NsSvg, __vue_component__$w as NsSystemdServiceCard, __vue_component__$i as NsTextInput, __vue_component__$E as NsTile, __vue_component__$C as NsToastNotification, __vue_component__$d as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
|