@nethserver/ns8-ui-lib 0.0.40 → 0.0.44
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 +914 -391
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +877 -378
- package/package.json +3 -2
- package/src/lib-components/NsBackupCard.vue +357 -0
- package/src/lib-components/NsIconMenu.vue +0 -2
- package/src/lib-components/NsTextInput.vue +179 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -67,13 +67,17 @@ import Time20 from '@carbon/icons-vue/es/time/20';
|
|
|
67
67
|
import Time32 from '@carbon/icons-vue/es/time/32';
|
|
68
68
|
import Hourglass20 from '@carbon/icons-vue/es/hourglass/20';
|
|
69
69
|
import Hourglass32 from '@carbon/icons-vue/es/hourglass/32';
|
|
70
|
-
import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
71
70
|
import CheckmarkFilled16 from '@carbon/icons-vue/es/checkmark--filled/16';
|
|
72
|
-
import
|
|
71
|
+
import CheckmarkFilled32 from '@carbon/icons-vue/es/checkmark--filled/32';
|
|
72
|
+
import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
73
|
+
import ErrorFilled32 from '@carbon/icons-vue/es/error--filled/32';
|
|
74
|
+
import Warning16 from '@carbon/icons-vue/es/warning--filled/16';
|
|
75
|
+
import Warning32 from '@carbon/icons-vue/es/warning--filled/32';
|
|
76
|
+
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
73
77
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
74
78
|
|
|
75
79
|
//
|
|
76
|
-
var script$
|
|
80
|
+
var script$l = {
|
|
77
81
|
name: "NsButton",
|
|
78
82
|
extends: CvButton,
|
|
79
83
|
props: {
|
|
@@ -236,10 +240,10 @@ function addStyle(id, css) {
|
|
|
236
240
|
}
|
|
237
241
|
|
|
238
242
|
/* script */
|
|
239
|
-
const __vue_script__$
|
|
243
|
+
const __vue_script__$l = script$l;
|
|
240
244
|
/* template */
|
|
241
245
|
|
|
242
|
-
var __vue_render__$
|
|
246
|
+
var __vue_render__$r = function () {
|
|
243
247
|
var _vm = this;
|
|
244
248
|
|
|
245
249
|
var _h = _vm.$createElement;
|
|
@@ -262,10 +266,10 @@ var __vue_render__$p = function () {
|
|
|
262
266
|
}) : _vm._e()], 2);
|
|
263
267
|
};
|
|
264
268
|
|
|
265
|
-
var __vue_staticRenderFns__$
|
|
269
|
+
var __vue_staticRenderFns__$r = [];
|
|
266
270
|
/* style */
|
|
267
271
|
|
|
268
|
-
const __vue_inject_styles__$
|
|
272
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
269
273
|
if (!inject) return;
|
|
270
274
|
inject("data-v-025b0f12_0", {
|
|
271
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)}}",
|
|
@@ -276,23 +280,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
276
280
|
/* scoped */
|
|
277
281
|
|
|
278
282
|
|
|
279
|
-
const __vue_scope_id__$
|
|
283
|
+
const __vue_scope_id__$s = "data-v-025b0f12";
|
|
280
284
|
/* module identifier */
|
|
281
285
|
|
|
282
|
-
const __vue_module_identifier__$
|
|
286
|
+
const __vue_module_identifier__$s = undefined;
|
|
283
287
|
/* functional template */
|
|
284
288
|
|
|
285
|
-
const __vue_is_functional_template__$
|
|
289
|
+
const __vue_is_functional_template__$s = false;
|
|
286
290
|
/* style inject SSR */
|
|
287
291
|
|
|
288
292
|
/* style inject shadow dom */
|
|
289
293
|
|
|
290
|
-
const __vue_component__$
|
|
291
|
-
render: __vue_render__$
|
|
292
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
293
|
-
}, __vue_inject_styles__$
|
|
294
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
295
|
+
render: __vue_render__$r,
|
|
296
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
297
|
+
}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
294
298
|
|
|
295
|
-
var __vue_component__$
|
|
299
|
+
var __vue_component__$O = __vue_component__$N;
|
|
296
300
|
|
|
297
301
|
//
|
|
298
302
|
//
|
|
@@ -310,7 +314,7 @@ var __vue_component__$K = __vue_component__$J;
|
|
|
310
314
|
//
|
|
311
315
|
//
|
|
312
316
|
//
|
|
313
|
-
var script$
|
|
317
|
+
var script$k = {
|
|
314
318
|
name: "NsPictogram",
|
|
315
319
|
props: {
|
|
316
320
|
title: {
|
|
@@ -333,10 +337,10 @@ var script$i = {
|
|
|
333
337
|
};
|
|
334
338
|
|
|
335
339
|
/* script */
|
|
336
|
-
const __vue_script__$
|
|
340
|
+
const __vue_script__$k = script$k;
|
|
337
341
|
/* template */
|
|
338
342
|
|
|
339
|
-
var __vue_render__$
|
|
343
|
+
var __vue_render__$q = function () {
|
|
340
344
|
var _vm = this;
|
|
341
345
|
|
|
342
346
|
var _h = _vm.$createElement;
|
|
@@ -364,34 +368,34 @@ var __vue_render__$o = function () {
|
|
|
364
368
|
}, [_vm._t("default")], 2)]);
|
|
365
369
|
};
|
|
366
370
|
|
|
367
|
-
var __vue_staticRenderFns__$
|
|
371
|
+
var __vue_staticRenderFns__$q = [];
|
|
368
372
|
/* style */
|
|
369
373
|
|
|
370
|
-
const __vue_inject_styles__$
|
|
374
|
+
const __vue_inject_styles__$r = undefined;
|
|
371
375
|
/* scoped */
|
|
372
376
|
|
|
373
|
-
const __vue_scope_id__$
|
|
377
|
+
const __vue_scope_id__$r = undefined;
|
|
374
378
|
/* module identifier */
|
|
375
379
|
|
|
376
|
-
const __vue_module_identifier__$
|
|
380
|
+
const __vue_module_identifier__$r = undefined;
|
|
377
381
|
/* functional template */
|
|
378
382
|
|
|
379
|
-
const __vue_is_functional_template__$
|
|
383
|
+
const __vue_is_functional_template__$r = false;
|
|
380
384
|
/* style inject */
|
|
381
385
|
|
|
382
386
|
/* style inject SSR */
|
|
383
387
|
|
|
384
388
|
/* style inject shadow dom */
|
|
385
389
|
|
|
386
|
-
const __vue_component__$
|
|
387
|
-
render: __vue_render__$
|
|
388
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
389
|
-
}, __vue_inject_styles__$
|
|
390
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
391
|
+
render: __vue_render__$q,
|
|
392
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
393
|
+
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
|
|
390
394
|
|
|
391
|
-
var NsPictogram = __vue_component__$
|
|
395
|
+
var NsPictogram = __vue_component__$M;
|
|
392
396
|
|
|
393
397
|
//
|
|
394
|
-
var script$
|
|
398
|
+
var script$j = {
|
|
395
399
|
name: "NsLottieAnimation",
|
|
396
400
|
components: {
|
|
397
401
|
LottieAnimation
|
|
@@ -447,10 +451,10 @@ var script$h = {
|
|
|
447
451
|
};
|
|
448
452
|
|
|
449
453
|
/* script */
|
|
450
|
-
const __vue_script__$
|
|
454
|
+
const __vue_script__$j = script$j;
|
|
451
455
|
/* template */
|
|
452
456
|
|
|
453
|
-
var __vue_render__$
|
|
457
|
+
var __vue_render__$p = function () {
|
|
454
458
|
var _vm = this;
|
|
455
459
|
|
|
456
460
|
var _h = _vm.$createElement;
|
|
@@ -477,36 +481,36 @@ var __vue_render__$n = function () {
|
|
|
477
481
|
})], 1);
|
|
478
482
|
};
|
|
479
483
|
|
|
480
|
-
var __vue_staticRenderFns__$
|
|
484
|
+
var __vue_staticRenderFns__$p = [];
|
|
481
485
|
/* style */
|
|
482
486
|
|
|
483
|
-
const __vue_inject_styles__$
|
|
487
|
+
const __vue_inject_styles__$q = undefined;
|
|
484
488
|
/* scoped */
|
|
485
489
|
|
|
486
|
-
const __vue_scope_id__$
|
|
490
|
+
const __vue_scope_id__$q = "data-v-14e97a70";
|
|
487
491
|
/* module identifier */
|
|
488
492
|
|
|
489
|
-
const __vue_module_identifier__$
|
|
493
|
+
const __vue_module_identifier__$q = undefined;
|
|
490
494
|
/* functional template */
|
|
491
495
|
|
|
492
|
-
const __vue_is_functional_template__$
|
|
496
|
+
const __vue_is_functional_template__$q = false;
|
|
493
497
|
/* style inject */
|
|
494
498
|
|
|
495
499
|
/* style inject SSR */
|
|
496
500
|
|
|
497
501
|
/* style inject shadow dom */
|
|
498
502
|
|
|
499
|
-
const __vue_component__$
|
|
500
|
-
render: __vue_render__$
|
|
501
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
502
|
-
}, __vue_inject_styles__$
|
|
503
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
504
|
+
render: __vue_render__$p,
|
|
505
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
506
|
+
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
503
507
|
|
|
504
|
-
var NsLottieAnimation = __vue_component__$
|
|
508
|
+
var NsLottieAnimation = __vue_component__$L;
|
|
505
509
|
|
|
506
510
|
/* script */
|
|
507
511
|
|
|
508
512
|
/* template */
|
|
509
|
-
var __vue_render__$
|
|
513
|
+
var __vue_render__$o = function () {
|
|
510
514
|
var _vm = this;
|
|
511
515
|
|
|
512
516
|
var _h = _vm.$createElement;
|
|
@@ -521,34 +525,34 @@ var __vue_render__$m = function () {
|
|
|
521
525
|
});
|
|
522
526
|
};
|
|
523
527
|
|
|
524
|
-
var __vue_staticRenderFns__$
|
|
528
|
+
var __vue_staticRenderFns__$o = [];
|
|
525
529
|
/* style */
|
|
526
530
|
|
|
527
|
-
const __vue_inject_styles__$
|
|
531
|
+
const __vue_inject_styles__$p = undefined;
|
|
528
532
|
/* scoped */
|
|
529
533
|
|
|
530
|
-
const __vue_scope_id__$
|
|
534
|
+
const __vue_scope_id__$p = undefined;
|
|
531
535
|
/* module identifier */
|
|
532
536
|
|
|
533
|
-
const __vue_module_identifier__$
|
|
537
|
+
const __vue_module_identifier__$p = undefined;
|
|
534
538
|
/* functional template */
|
|
535
539
|
|
|
536
|
-
const __vue_is_functional_template__$
|
|
540
|
+
const __vue_is_functional_template__$p = false;
|
|
537
541
|
/* style inject */
|
|
538
542
|
|
|
539
543
|
/* style inject SSR */
|
|
540
544
|
|
|
541
545
|
/* style inject shadow dom */
|
|
542
546
|
|
|
543
|
-
const __vue_component__$
|
|
544
|
-
render: __vue_render__$
|
|
545
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
546
|
-
}, __vue_inject_styles__$
|
|
547
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
548
|
+
render: __vue_render__$o,
|
|
549
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
550
|
+
}, __vue_inject_styles__$p, {}, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
547
551
|
|
|
548
|
-
var ExclamationMark = __vue_component__$
|
|
552
|
+
var ExclamationMark = __vue_component__$K;
|
|
549
553
|
|
|
550
554
|
//
|
|
551
|
-
var script$
|
|
555
|
+
var script$i = {
|
|
552
556
|
name: "NsEmptyState",
|
|
553
557
|
components: {
|
|
554
558
|
NsPictogram,
|
|
@@ -580,10 +584,10 @@ var script$g = {
|
|
|
580
584
|
};
|
|
581
585
|
|
|
582
586
|
/* script */
|
|
583
|
-
const __vue_script__$
|
|
587
|
+
const __vue_script__$i = script$i;
|
|
584
588
|
/* template */
|
|
585
589
|
|
|
586
|
-
var __vue_render__$
|
|
590
|
+
var __vue_render__$n = function () {
|
|
587
591
|
var _vm = this;
|
|
588
592
|
|
|
589
593
|
var _h = _vm.$createElement;
|
|
@@ -613,10 +617,10 @@ var __vue_render__$l = function () {
|
|
|
613
617
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
614
618
|
};
|
|
615
619
|
|
|
616
|
-
var __vue_staticRenderFns__$
|
|
620
|
+
var __vue_staticRenderFns__$n = [];
|
|
617
621
|
/* style */
|
|
618
622
|
|
|
619
|
-
const __vue_inject_styles__$
|
|
623
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
620
624
|
if (!inject) return;
|
|
621
625
|
inject("data-v-d5a46c1c_0", {
|
|
622
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}",
|
|
@@ -627,26 +631,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
627
631
|
/* scoped */
|
|
628
632
|
|
|
629
633
|
|
|
630
|
-
const __vue_scope_id__$
|
|
634
|
+
const __vue_scope_id__$o = "data-v-d5a46c1c";
|
|
631
635
|
/* module identifier */
|
|
632
636
|
|
|
633
|
-
const __vue_module_identifier__$
|
|
637
|
+
const __vue_module_identifier__$o = undefined;
|
|
634
638
|
/* functional template */
|
|
635
639
|
|
|
636
|
-
const __vue_is_functional_template__$
|
|
640
|
+
const __vue_is_functional_template__$o = false;
|
|
637
641
|
/* style inject SSR */
|
|
638
642
|
|
|
639
643
|
/* style inject shadow dom */
|
|
640
644
|
|
|
641
|
-
const __vue_component__$
|
|
642
|
-
render: __vue_render__$
|
|
643
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
644
|
-
}, __vue_inject_styles__$
|
|
645
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
646
|
+
render: __vue_render__$n,
|
|
647
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
648
|
+
}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
645
649
|
|
|
646
|
-
var __vue_component__$
|
|
650
|
+
var __vue_component__$J = __vue_component__$I;
|
|
647
651
|
|
|
648
652
|
//
|
|
649
|
-
var script$
|
|
653
|
+
var script$h = {
|
|
650
654
|
name: "NsCodeSnippet",
|
|
651
655
|
components: {
|
|
652
656
|
CvButton,
|
|
@@ -758,10 +762,10 @@ var script$f = {
|
|
|
758
762
|
};
|
|
759
763
|
|
|
760
764
|
/* script */
|
|
761
|
-
const __vue_script__$
|
|
765
|
+
const __vue_script__$h = script$h;
|
|
762
766
|
/* template */
|
|
763
767
|
|
|
764
|
-
var __vue_render__$
|
|
768
|
+
var __vue_render__$m = function () {
|
|
765
769
|
var _vm = this;
|
|
766
770
|
|
|
767
771
|
var _h = _vm.$createElement;
|
|
@@ -823,10 +827,10 @@ var __vue_render__$k = function () {
|
|
|
823
827
|
})], 1) : _vm._e()], 1);
|
|
824
828
|
};
|
|
825
829
|
|
|
826
|
-
var __vue_staticRenderFns__$
|
|
830
|
+
var __vue_staticRenderFns__$m = [];
|
|
827
831
|
/* style */
|
|
828
832
|
|
|
829
|
-
const __vue_inject_styles__$
|
|
833
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
830
834
|
if (!inject) return;
|
|
831
835
|
inject("data-v-59cb538c_0", {
|
|
832
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}",
|
|
@@ -837,23 +841,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
837
841
|
/* scoped */
|
|
838
842
|
|
|
839
843
|
|
|
840
|
-
const __vue_scope_id__$
|
|
844
|
+
const __vue_scope_id__$n = "data-v-59cb538c";
|
|
841
845
|
/* module identifier */
|
|
842
846
|
|
|
843
|
-
const __vue_module_identifier__$
|
|
847
|
+
const __vue_module_identifier__$n = undefined;
|
|
844
848
|
/* functional template */
|
|
845
849
|
|
|
846
|
-
const __vue_is_functional_template__$
|
|
850
|
+
const __vue_is_functional_template__$n = false;
|
|
847
851
|
/* style inject SSR */
|
|
848
852
|
|
|
849
853
|
/* style inject shadow dom */
|
|
850
854
|
|
|
851
|
-
const __vue_component__$
|
|
852
|
-
render: __vue_render__$
|
|
853
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
854
|
-
}, __vue_inject_styles__$
|
|
855
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
856
|
+
render: __vue_render__$m,
|
|
857
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
858
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
855
859
|
|
|
856
|
-
var __vue_component__$
|
|
860
|
+
var __vue_component__$H = __vue_component__$G;
|
|
857
861
|
|
|
858
862
|
//
|
|
859
863
|
//
|
|
@@ -884,7 +888,7 @@ var __vue_component__$D = __vue_component__$C;
|
|
|
884
888
|
//
|
|
885
889
|
//
|
|
886
890
|
//
|
|
887
|
-
var script$
|
|
891
|
+
var script$g = {
|
|
888
892
|
name: "NsCircleTimer",
|
|
889
893
|
props: {
|
|
890
894
|
timeLimit: {
|
|
@@ -944,10 +948,10 @@ var script$e = {
|
|
|
944
948
|
};
|
|
945
949
|
|
|
946
950
|
/* script */
|
|
947
|
-
const __vue_script__$
|
|
951
|
+
const __vue_script__$g = script$g;
|
|
948
952
|
/* template */
|
|
949
953
|
|
|
950
|
-
var __vue_render__$
|
|
954
|
+
var __vue_render__$l = function () {
|
|
951
955
|
var _vm = this;
|
|
952
956
|
|
|
953
957
|
var _h = _vm.$createElement;
|
|
@@ -983,10 +987,10 @@ var __vue_render__$j = function () {
|
|
|
983
987
|
})])])]);
|
|
984
988
|
};
|
|
985
989
|
|
|
986
|
-
var __vue_staticRenderFns__$
|
|
990
|
+
var __vue_staticRenderFns__$l = [];
|
|
987
991
|
/* style */
|
|
988
992
|
|
|
989
|
-
const __vue_inject_styles__$
|
|
993
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
990
994
|
if (!inject) return;
|
|
991
995
|
inject("data-v-45b59790_0", {
|
|
992
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)}",
|
|
@@ -997,26 +1001,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
997
1001
|
/* scoped */
|
|
998
1002
|
|
|
999
1003
|
|
|
1000
|
-
const __vue_scope_id__$
|
|
1004
|
+
const __vue_scope_id__$m = "data-v-45b59790";
|
|
1001
1005
|
/* module identifier */
|
|
1002
1006
|
|
|
1003
|
-
const __vue_module_identifier__$
|
|
1007
|
+
const __vue_module_identifier__$m = undefined;
|
|
1004
1008
|
/* functional template */
|
|
1005
1009
|
|
|
1006
|
-
const __vue_is_functional_template__$
|
|
1010
|
+
const __vue_is_functional_template__$m = false;
|
|
1007
1011
|
/* style inject SSR */
|
|
1008
1012
|
|
|
1009
1013
|
/* style inject shadow dom */
|
|
1010
1014
|
|
|
1011
|
-
const __vue_component__$
|
|
1012
|
-
render: __vue_render__$
|
|
1013
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1014
|
-
}, __vue_inject_styles__$
|
|
1015
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
1016
|
+
render: __vue_render__$l,
|
|
1017
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
1018
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
1015
1019
|
|
|
1016
|
-
var NsCircleTimer = __vue_component__$
|
|
1020
|
+
var NsCircleTimer = __vue_component__$F;
|
|
1017
1021
|
|
|
1018
1022
|
//
|
|
1019
|
-
var script$
|
|
1023
|
+
var script$f = {
|
|
1020
1024
|
name: "NsInlineNotification",
|
|
1021
1025
|
extends: CvInlineNotification,
|
|
1022
1026
|
components: {
|
|
@@ -1053,10 +1057,10 @@ var script$d = {
|
|
|
1053
1057
|
};
|
|
1054
1058
|
|
|
1055
1059
|
/* script */
|
|
1056
|
-
const __vue_script__$
|
|
1060
|
+
const __vue_script__$f = script$f;
|
|
1057
1061
|
/* template */
|
|
1058
1062
|
|
|
1059
|
-
var __vue_render__$
|
|
1063
|
+
var __vue_render__$k = function () {
|
|
1060
1064
|
var _obj;
|
|
1061
1065
|
|
|
1062
1066
|
var _vm = this;
|
|
@@ -1127,10 +1131,10 @@ var __vue_render__$i = function () {
|
|
|
1127
1131
|
})], 1) : _vm._e()]);
|
|
1128
1132
|
};
|
|
1129
1133
|
|
|
1130
|
-
var __vue_staticRenderFns__$
|
|
1134
|
+
var __vue_staticRenderFns__$k = [];
|
|
1131
1135
|
/* style */
|
|
1132
1136
|
|
|
1133
|
-
const __vue_inject_styles__$
|
|
1137
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
1134
1138
|
if (!inject) return;
|
|
1135
1139
|
inject("data-v-1e5d2ff7_0", {
|
|
1136
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}",
|
|
@@ -1141,23 +1145,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
1141
1145
|
/* scoped */
|
|
1142
1146
|
|
|
1143
1147
|
|
|
1144
|
-
const __vue_scope_id__$
|
|
1148
|
+
const __vue_scope_id__$l = "data-v-1e5d2ff7";
|
|
1145
1149
|
/* module identifier */
|
|
1146
1150
|
|
|
1147
|
-
const __vue_module_identifier__$
|
|
1151
|
+
const __vue_module_identifier__$l = undefined;
|
|
1148
1152
|
/* functional template */
|
|
1149
1153
|
|
|
1150
|
-
const __vue_is_functional_template__$
|
|
1154
|
+
const __vue_is_functional_template__$l = false;
|
|
1151
1155
|
/* style inject SSR */
|
|
1152
1156
|
|
|
1153
1157
|
/* style inject shadow dom */
|
|
1154
1158
|
|
|
1155
|
-
const __vue_component__$
|
|
1156
|
-
render: __vue_render__$
|
|
1157
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1158
|
-
}, __vue_inject_styles__$
|
|
1159
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
1160
|
+
render: __vue_render__$k,
|
|
1161
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
1162
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
1159
1163
|
|
|
1160
|
-
var NsInlineNotification = __vue_component__$
|
|
1164
|
+
var NsInlineNotification = __vue_component__$E;
|
|
1161
1165
|
|
|
1162
1166
|
//
|
|
1163
1167
|
//
|
|
@@ -1176,7 +1180,7 @@ var NsInlineNotification = __vue_component__$A;
|
|
|
1176
1180
|
//
|
|
1177
1181
|
//
|
|
1178
1182
|
//
|
|
1179
|
-
var script$
|
|
1183
|
+
var script$e = {
|
|
1180
1184
|
name: "NsProgressBar",
|
|
1181
1185
|
props: {
|
|
1182
1186
|
value: {
|
|
@@ -1207,10 +1211,10 @@ var script$c = {
|
|
|
1207
1211
|
};
|
|
1208
1212
|
|
|
1209
1213
|
/* script */
|
|
1210
|
-
const __vue_script__$
|
|
1214
|
+
const __vue_script__$e = script$e;
|
|
1211
1215
|
/* template */
|
|
1212
1216
|
|
|
1213
|
-
var __vue_render__$
|
|
1217
|
+
var __vue_render__$j = function () {
|
|
1214
1218
|
var _vm = this;
|
|
1215
1219
|
|
|
1216
1220
|
var _h = _vm.$createElement;
|
|
@@ -1235,10 +1239,10 @@ var __vue_render__$h = function () {
|
|
|
1235
1239
|
})]], 2)]);
|
|
1236
1240
|
};
|
|
1237
1241
|
|
|
1238
|
-
var __vue_staticRenderFns__$
|
|
1242
|
+
var __vue_staticRenderFns__$j = [];
|
|
1239
1243
|
/* style */
|
|
1240
1244
|
|
|
1241
|
-
const __vue_inject_styles__$
|
|
1245
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
1242
1246
|
if (!inject) return;
|
|
1243
1247
|
inject("data-v-2bcd6519_0", {
|
|
1244
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%}}",
|
|
@@ -1249,25 +1253,25 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
1249
1253
|
/* scoped */
|
|
1250
1254
|
|
|
1251
1255
|
|
|
1252
|
-
const __vue_scope_id__$
|
|
1256
|
+
const __vue_scope_id__$k = "data-v-2bcd6519";
|
|
1253
1257
|
/* module identifier */
|
|
1254
1258
|
|
|
1255
|
-
const __vue_module_identifier__$
|
|
1259
|
+
const __vue_module_identifier__$k = undefined;
|
|
1256
1260
|
/* functional template */
|
|
1257
1261
|
|
|
1258
|
-
const __vue_is_functional_template__$
|
|
1262
|
+
const __vue_is_functional_template__$k = false;
|
|
1259
1263
|
/* style inject SSR */
|
|
1260
1264
|
|
|
1261
1265
|
/* style inject shadow dom */
|
|
1262
1266
|
|
|
1263
|
-
const __vue_component__$
|
|
1264
|
-
render: __vue_render__$
|
|
1265
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1266
|
-
}, __vue_inject_styles__$
|
|
1267
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
1268
|
+
render: __vue_render__$j,
|
|
1269
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
1270
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
1267
1271
|
|
|
1268
|
-
var NsProgressBar = __vue_component__$
|
|
1272
|
+
var NsProgressBar = __vue_component__$D;
|
|
1269
1273
|
|
|
1270
|
-
var script$
|
|
1274
|
+
var script$d = {
|
|
1271
1275
|
name: "NsSvg",
|
|
1272
1276
|
props: {
|
|
1273
1277
|
svg: {
|
|
@@ -1326,33 +1330,33 @@ var script$b = {
|
|
|
1326
1330
|
};
|
|
1327
1331
|
|
|
1328
1332
|
/* script */
|
|
1329
|
-
const __vue_script__$
|
|
1333
|
+
const __vue_script__$d = script$d;
|
|
1330
1334
|
/* template */
|
|
1331
1335
|
|
|
1332
1336
|
/* style */
|
|
1333
1337
|
|
|
1334
|
-
const __vue_inject_styles__$
|
|
1338
|
+
const __vue_inject_styles__$j = undefined;
|
|
1335
1339
|
/* scoped */
|
|
1336
1340
|
|
|
1337
|
-
const __vue_scope_id__$
|
|
1341
|
+
const __vue_scope_id__$j = undefined;
|
|
1338
1342
|
/* module identifier */
|
|
1339
1343
|
|
|
1340
|
-
const __vue_module_identifier__$
|
|
1344
|
+
const __vue_module_identifier__$j = undefined;
|
|
1341
1345
|
/* functional template */
|
|
1342
1346
|
|
|
1343
|
-
const __vue_is_functional_template__$
|
|
1347
|
+
const __vue_is_functional_template__$j = undefined;
|
|
1344
1348
|
/* style inject */
|
|
1345
1349
|
|
|
1346
1350
|
/* style inject SSR */
|
|
1347
1351
|
|
|
1348
1352
|
/* style inject shadow dom */
|
|
1349
1353
|
|
|
1350
|
-
const __vue_component__$
|
|
1354
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
1351
1355
|
|
|
1352
|
-
var NsSvg = __vue_component__$
|
|
1356
|
+
var NsSvg = __vue_component__$C;
|
|
1353
1357
|
|
|
1354
1358
|
//
|
|
1355
|
-
var script$
|
|
1359
|
+
var script$c = {
|
|
1356
1360
|
name: "NsTile",
|
|
1357
1361
|
extends: CvTile,
|
|
1358
1362
|
inheritAttrs: false,
|
|
@@ -1420,10 +1424,10 @@ var script$a = {
|
|
|
1420
1424
|
};
|
|
1421
1425
|
|
|
1422
1426
|
/* script */
|
|
1423
|
-
const __vue_script__$
|
|
1427
|
+
const __vue_script__$c = script$c;
|
|
1424
1428
|
/* template */
|
|
1425
1429
|
|
|
1426
|
-
var __vue_render__$
|
|
1430
|
+
var __vue_render__$i = function () {
|
|
1427
1431
|
var _obj;
|
|
1428
1432
|
|
|
1429
1433
|
var _vm = this;
|
|
@@ -1460,10 +1464,10 @@ var __vue_render__$g = function () {
|
|
|
1460
1464
|
}) : _vm._e()], 1);
|
|
1461
1465
|
};
|
|
1462
1466
|
|
|
1463
|
-
var __vue_staticRenderFns__$
|
|
1467
|
+
var __vue_staticRenderFns__$i = [];
|
|
1464
1468
|
/* style */
|
|
1465
1469
|
|
|
1466
|
-
const __vue_inject_styles__$
|
|
1470
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
1467
1471
|
if (!inject) return;
|
|
1468
1472
|
inject("data-v-bbf09f9e_0", {
|
|
1469
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}",
|
|
@@ -1474,23 +1478,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
1474
1478
|
/* scoped */
|
|
1475
1479
|
|
|
1476
1480
|
|
|
1477
|
-
const __vue_scope_id__$
|
|
1481
|
+
const __vue_scope_id__$i = "data-v-bbf09f9e";
|
|
1478
1482
|
/* module identifier */
|
|
1479
1483
|
|
|
1480
|
-
const __vue_module_identifier__$
|
|
1484
|
+
const __vue_module_identifier__$i = undefined;
|
|
1481
1485
|
/* functional template */
|
|
1482
1486
|
|
|
1483
|
-
const __vue_is_functional_template__$
|
|
1487
|
+
const __vue_is_functional_template__$i = false;
|
|
1484
1488
|
/* style inject SSR */
|
|
1485
1489
|
|
|
1486
1490
|
/* style inject shadow dom */
|
|
1487
1491
|
|
|
1488
|
-
const __vue_component__$
|
|
1489
|
-
render: __vue_render__$
|
|
1490
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1491
|
-
}, __vue_inject_styles__$
|
|
1492
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
1493
|
+
render: __vue_render__$i,
|
|
1494
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
1495
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
1492
1496
|
|
|
1493
|
-
var __vue_component__$
|
|
1497
|
+
var __vue_component__$B = __vue_component__$A;
|
|
1494
1498
|
|
|
1495
1499
|
function toInteger(dirtyNumber) {
|
|
1496
1500
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6087,7 +6091,7 @@ var DateTimeService = {
|
|
|
6087
6091
|
};
|
|
6088
6092
|
|
|
6089
6093
|
//
|
|
6090
|
-
var script$
|
|
6094
|
+
var script$b = {
|
|
6091
6095
|
name: "NsToastNotification",
|
|
6092
6096
|
extends: CvToastNotification,
|
|
6093
6097
|
components: {
|
|
@@ -6129,10 +6133,10 @@ var script$9 = {
|
|
|
6129
6133
|
};
|
|
6130
6134
|
|
|
6131
6135
|
/* script */
|
|
6132
|
-
const __vue_script__$
|
|
6136
|
+
const __vue_script__$b = script$b;
|
|
6133
6137
|
/* template */
|
|
6134
6138
|
|
|
6135
|
-
var __vue_render__$
|
|
6139
|
+
var __vue_render__$h = function () {
|
|
6136
6140
|
var _obj;
|
|
6137
6141
|
|
|
6138
6142
|
var _vm = this;
|
|
@@ -6215,10 +6219,10 @@ var __vue_render__$f = function () {
|
|
|
6215
6219
|
})], 1) : _vm._e()], 1)]);
|
|
6216
6220
|
};
|
|
6217
6221
|
|
|
6218
|
-
var __vue_staticRenderFns__$
|
|
6222
|
+
var __vue_staticRenderFns__$h = [];
|
|
6219
6223
|
/* style */
|
|
6220
6224
|
|
|
6221
|
-
const __vue_inject_styles__$
|
|
6225
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
6222
6226
|
if (!inject) return;
|
|
6223
6227
|
inject("data-v-79bd81d3_0", {
|
|
6224
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}",
|
|
@@ -6233,26 +6237,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
6233
6237
|
/* scoped */
|
|
6234
6238
|
|
|
6235
6239
|
|
|
6236
|
-
const __vue_scope_id__$
|
|
6240
|
+
const __vue_scope_id__$h = "data-v-79bd81d3";
|
|
6237
6241
|
/* module identifier */
|
|
6238
6242
|
|
|
6239
|
-
const __vue_module_identifier__$
|
|
6243
|
+
const __vue_module_identifier__$h = undefined;
|
|
6240
6244
|
/* functional template */
|
|
6241
6245
|
|
|
6242
|
-
const __vue_is_functional_template__$
|
|
6246
|
+
const __vue_is_functional_template__$h = false;
|
|
6243
6247
|
/* style inject SSR */
|
|
6244
6248
|
|
|
6245
6249
|
/* style inject shadow dom */
|
|
6246
6250
|
|
|
6247
|
-
const __vue_component__$
|
|
6248
|
-
render: __vue_render__$
|
|
6249
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6250
|
-
}, __vue_inject_styles__$
|
|
6251
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
6252
|
+
render: __vue_render__$h,
|
|
6253
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
6254
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
6251
6255
|
|
|
6252
|
-
var __vue_component__$
|
|
6256
|
+
var __vue_component__$z = __vue_component__$y;
|
|
6253
6257
|
|
|
6254
6258
|
//
|
|
6255
|
-
var script$
|
|
6259
|
+
var script$a = {
|
|
6256
6260
|
name: "NsInfoCard",
|
|
6257
6261
|
//components added for storybook to work
|
|
6258
6262
|
components: {
|
|
@@ -6287,10 +6291,10 @@ var script$8 = {
|
|
|
6287
6291
|
};
|
|
6288
6292
|
|
|
6289
6293
|
/* script */
|
|
6290
|
-
const __vue_script__$
|
|
6294
|
+
const __vue_script__$a = script$a;
|
|
6291
6295
|
/* template */
|
|
6292
6296
|
|
|
6293
|
-
var __vue_render__$
|
|
6297
|
+
var __vue_render__$g = function () {
|
|
6294
6298
|
var _vm = this;
|
|
6295
6299
|
|
|
6296
6300
|
var _h = _vm.$createElement;
|
|
@@ -6322,10 +6326,10 @@ var __vue_render__$e = function () {
|
|
|
6322
6326
|
}, [_vm._t("content")], 2)], 2);
|
|
6323
6327
|
};
|
|
6324
6328
|
|
|
6325
|
-
var __vue_staticRenderFns__$
|
|
6329
|
+
var __vue_staticRenderFns__$g = [];
|
|
6326
6330
|
/* style */
|
|
6327
6331
|
|
|
6328
|
-
const __vue_inject_styles__$
|
|
6332
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
6329
6333
|
if (!inject) return;
|
|
6330
6334
|
inject("data-v-5f0f76db_0", {
|
|
6331
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}",
|
|
@@ -6336,26 +6340,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
6336
6340
|
/* scoped */
|
|
6337
6341
|
|
|
6338
6342
|
|
|
6339
|
-
const __vue_scope_id__$
|
|
6343
|
+
const __vue_scope_id__$g = "data-v-5f0f76db";
|
|
6340
6344
|
/* module identifier */
|
|
6341
6345
|
|
|
6342
|
-
const __vue_module_identifier__$
|
|
6346
|
+
const __vue_module_identifier__$g = undefined;
|
|
6343
6347
|
/* functional template */
|
|
6344
6348
|
|
|
6345
|
-
const __vue_is_functional_template__$
|
|
6349
|
+
const __vue_is_functional_template__$g = false;
|
|
6346
6350
|
/* style inject SSR */
|
|
6347
6351
|
|
|
6348
6352
|
/* style inject shadow dom */
|
|
6349
6353
|
|
|
6350
|
-
const __vue_component__$
|
|
6351
|
-
render: __vue_render__$
|
|
6352
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6353
|
-
}, __vue_inject_styles__$
|
|
6354
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
6355
|
+
render: __vue_render__$g,
|
|
6356
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
6357
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
6354
6358
|
|
|
6355
|
-
var __vue_component__$
|
|
6359
|
+
var __vue_component__$x = __vue_component__$w;
|
|
6356
6360
|
|
|
6357
6361
|
//
|
|
6358
|
-
var script$
|
|
6362
|
+
var script$9 = {
|
|
6359
6363
|
name: "NsStatusCard",
|
|
6360
6364
|
//components added for storybook to work
|
|
6361
6365
|
components: {
|
|
@@ -6402,10 +6406,10 @@ var script$7 = {
|
|
|
6402
6406
|
};
|
|
6403
6407
|
|
|
6404
6408
|
/* script */
|
|
6405
|
-
const __vue_script__$
|
|
6409
|
+
const __vue_script__$9 = script$9;
|
|
6406
6410
|
/* template */
|
|
6407
6411
|
|
|
6408
|
-
var __vue_render__$
|
|
6412
|
+
var __vue_render__$f = function () {
|
|
6409
6413
|
var _vm = this;
|
|
6410
6414
|
|
|
6411
6415
|
var _h = _vm.$createElement;
|
|
@@ -6474,10 +6478,10 @@ var __vue_render__$d = function () {
|
|
|
6474
6478
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6475
6479
|
};
|
|
6476
6480
|
|
|
6477
|
-
var __vue_staticRenderFns__$
|
|
6481
|
+
var __vue_staticRenderFns__$f = [];
|
|
6478
6482
|
/* style */
|
|
6479
6483
|
|
|
6480
|
-
const __vue_inject_styles__$
|
|
6484
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
6481
6485
|
if (!inject) return;
|
|
6482
6486
|
inject("data-v-e4a14fb4_0", {
|
|
6483
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}",
|
|
@@ -6488,26 +6492,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
6488
6492
|
/* scoped */
|
|
6489
6493
|
|
|
6490
6494
|
|
|
6491
|
-
const __vue_scope_id__$
|
|
6495
|
+
const __vue_scope_id__$f = "data-v-e4a14fb4";
|
|
6492
6496
|
/* module identifier */
|
|
6493
6497
|
|
|
6494
|
-
const __vue_module_identifier__$
|
|
6498
|
+
const __vue_module_identifier__$f = undefined;
|
|
6495
6499
|
/* functional template */
|
|
6496
6500
|
|
|
6497
|
-
const __vue_is_functional_template__$
|
|
6501
|
+
const __vue_is_functional_template__$f = false;
|
|
6498
6502
|
/* style inject SSR */
|
|
6499
6503
|
|
|
6500
6504
|
/* style inject shadow dom */
|
|
6501
6505
|
|
|
6502
|
-
const __vue_component__$
|
|
6503
|
-
render: __vue_render__$
|
|
6504
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6505
|
-
}, __vue_inject_styles__$
|
|
6506
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
6507
|
+
render: __vue_render__$f,
|
|
6508
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
6509
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
6506
6510
|
|
|
6507
|
-
var __vue_component__$
|
|
6511
|
+
var __vue_component__$v = __vue_component__$u;
|
|
6508
6512
|
|
|
6509
6513
|
//
|
|
6510
|
-
var script$
|
|
6514
|
+
var script$8 = {
|
|
6511
6515
|
name: "NsSystemdServiceCard",
|
|
6512
6516
|
//components added for storybook to work
|
|
6513
6517
|
components: {
|
|
@@ -6561,10 +6565,10 @@ var script$6 = {
|
|
|
6561
6565
|
};
|
|
6562
6566
|
|
|
6563
6567
|
/* script */
|
|
6564
|
-
const __vue_script__$
|
|
6568
|
+
const __vue_script__$8 = script$8;
|
|
6565
6569
|
/* template */
|
|
6566
6570
|
|
|
6567
|
-
var __vue_render__$
|
|
6571
|
+
var __vue_render__$e = function () {
|
|
6568
6572
|
var _vm = this;
|
|
6569
6573
|
|
|
6570
6574
|
var _h = _vm.$createElement;
|
|
@@ -6619,10 +6623,10 @@ var __vue_render__$c = function () {
|
|
|
6619
6623
|
})], 1)])]);
|
|
6620
6624
|
};
|
|
6621
6625
|
|
|
6622
|
-
var __vue_staticRenderFns__$
|
|
6626
|
+
var __vue_staticRenderFns__$e = [];
|
|
6623
6627
|
/* style */
|
|
6624
6628
|
|
|
6625
|
-
const __vue_inject_styles__$
|
|
6629
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
6626
6630
|
if (!inject) return;
|
|
6627
6631
|
inject("data-v-e13a5ce6_0", {
|
|
6628
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}",
|
|
@@ -6633,31 +6637,34 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
6633
6637
|
/* scoped */
|
|
6634
6638
|
|
|
6635
6639
|
|
|
6636
|
-
const __vue_scope_id__$
|
|
6640
|
+
const __vue_scope_id__$e = "data-v-e13a5ce6";
|
|
6637
6641
|
/* module identifier */
|
|
6638
6642
|
|
|
6639
|
-
const __vue_module_identifier__$
|
|
6643
|
+
const __vue_module_identifier__$e = undefined;
|
|
6640
6644
|
/* functional template */
|
|
6641
6645
|
|
|
6642
|
-
const __vue_is_functional_template__$
|
|
6646
|
+
const __vue_is_functional_template__$e = false;
|
|
6643
6647
|
/* style inject SSR */
|
|
6644
6648
|
|
|
6645
6649
|
/* style inject shadow dom */
|
|
6646
6650
|
|
|
6647
|
-
const __vue_component__$
|
|
6648
|
-
render: __vue_render__$
|
|
6649
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6650
|
-
}, __vue_inject_styles__$
|
|
6651
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
6652
|
+
render: __vue_render__$e,
|
|
6653
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
6654
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
6651
6655
|
|
|
6652
|
-
var __vue_component__$
|
|
6656
|
+
var __vue_component__$t = __vue_component__$s;
|
|
6653
6657
|
|
|
6654
6658
|
var UtilService = {
|
|
6655
6659
|
name: "UtilService",
|
|
6656
6660
|
|
|
6657
6661
|
data() {
|
|
6658
6662
|
return {
|
|
6659
|
-
DELETE_DELAY: 7000
|
|
6660
|
-
|
|
6663
|
+
DELETE_DELAY: 7000,
|
|
6664
|
+
// you have 7 seconds to cancel object deletion
|
|
6665
|
+
time24HourPattern: /([01]\d|2[0-3]):?([0-5]\d)/,
|
|
6666
|
+
time24HourPatternString: "([01]\\d|2[0-3]):?([0-5]\\d)",
|
|
6667
|
+
time24HourPlaceholder: "hh:mm"
|
|
6661
6668
|
};
|
|
6662
6669
|
},
|
|
6663
6670
|
|
|
@@ -6805,13 +6812,20 @@ var UtilService = {
|
|
|
6805
6812
|
}
|
|
6806
6813
|
|
|
6807
6814
|
return i18nCategories.join(", ");
|
|
6815
|
+
},
|
|
6816
|
+
|
|
6817
|
+
/**
|
|
6818
|
+
* Used in views and components containing an accordion
|
|
6819
|
+
*/
|
|
6820
|
+
toggleAccordion(ev) {
|
|
6821
|
+
this.$refs.accordion.state.map((item, index) => index === ev.changedIndex);
|
|
6808
6822
|
}
|
|
6809
6823
|
|
|
6810
6824
|
}
|
|
6811
6825
|
};
|
|
6812
6826
|
|
|
6813
6827
|
//
|
|
6814
|
-
var script$
|
|
6828
|
+
var script$7 = {
|
|
6815
6829
|
name: "NsPasswordInput",
|
|
6816
6830
|
components: CvTextInput,
|
|
6817
6831
|
mixins: [UtilService],
|
|
@@ -6967,10 +6981,10 @@ var script$5 = {
|
|
|
6967
6981
|
};
|
|
6968
6982
|
|
|
6969
6983
|
/* script */
|
|
6970
|
-
const __vue_script__$
|
|
6984
|
+
const __vue_script__$7 = script$7;
|
|
6971
6985
|
/* template */
|
|
6972
6986
|
|
|
6973
|
-
var __vue_render__$
|
|
6987
|
+
var __vue_render__$d = function () {
|
|
6974
6988
|
var _vm = this;
|
|
6975
6989
|
|
|
6976
6990
|
var _h = _vm.$createElement;
|
|
@@ -7059,10 +7073,10 @@ var __vue_render__$b = function () {
|
|
|
7059
7073
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7060
7074
|
};
|
|
7061
7075
|
|
|
7062
|
-
var __vue_staticRenderFns__$
|
|
7076
|
+
var __vue_staticRenderFns__$d = [];
|
|
7063
7077
|
/* style */
|
|
7064
7078
|
|
|
7065
|
-
const __vue_inject_styles__$
|
|
7079
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
7066
7080
|
if (!inject) return;
|
|
7067
7081
|
inject("data-v-1598af82_0", {
|
|
7068
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}",
|
|
@@ -7073,27 +7087,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
7073
7087
|
/* scoped */
|
|
7074
7088
|
|
|
7075
7089
|
|
|
7076
|
-
const __vue_scope_id__$
|
|
7090
|
+
const __vue_scope_id__$d = "data-v-1598af82";
|
|
7077
7091
|
/* module identifier */
|
|
7078
7092
|
|
|
7079
|
-
const __vue_module_identifier__$
|
|
7093
|
+
const __vue_module_identifier__$d = undefined;
|
|
7080
7094
|
/* functional template */
|
|
7081
7095
|
|
|
7082
|
-
const __vue_is_functional_template__$
|
|
7096
|
+
const __vue_is_functional_template__$d = false;
|
|
7083
7097
|
/* style inject SSR */
|
|
7084
7098
|
|
|
7085
7099
|
/* style inject shadow dom */
|
|
7086
7100
|
|
|
7087
|
-
const __vue_component__$
|
|
7088
|
-
render: __vue_render__$
|
|
7089
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7090
|
-
}, __vue_inject_styles__$
|
|
7101
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
7102
|
+
render: __vue_render__$d,
|
|
7103
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7104
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
7091
7105
|
|
|
7092
|
-
var __vue_component__$
|
|
7106
|
+
var __vue_component__$r = __vue_component__$q;
|
|
7093
7107
|
|
|
7094
7108
|
//
|
|
7095
|
-
|
|
7096
|
-
var script$4 = {
|
|
7109
|
+
var script$6 = {
|
|
7097
7110
|
name: "NsIconMenu",
|
|
7098
7111
|
extends: CvOverflowMenu,
|
|
7099
7112
|
props: {
|
|
@@ -7122,10 +7135,10 @@ var script$4 = {
|
|
|
7122
7135
|
};
|
|
7123
7136
|
|
|
7124
7137
|
/* script */
|
|
7125
|
-
const __vue_script__$
|
|
7138
|
+
const __vue_script__$6 = script$6;
|
|
7126
7139
|
/* template */
|
|
7127
7140
|
|
|
7128
|
-
var __vue_render__$
|
|
7141
|
+
var __vue_render__$c = function () {
|
|
7129
7142
|
var _obj, _obj$1;
|
|
7130
7143
|
|
|
7131
7144
|
var _vm = this;
|
|
@@ -7237,35 +7250,35 @@ var __vue_render__$a = function () {
|
|
|
7237
7250
|
})])]);
|
|
7238
7251
|
};
|
|
7239
7252
|
|
|
7240
|
-
var __vue_staticRenderFns__$
|
|
7253
|
+
var __vue_staticRenderFns__$c = [];
|
|
7241
7254
|
/* style */
|
|
7242
7255
|
|
|
7243
|
-
const __vue_inject_styles__$
|
|
7256
|
+
const __vue_inject_styles__$c = undefined;
|
|
7244
7257
|
/* scoped */
|
|
7245
7258
|
|
|
7246
|
-
const __vue_scope_id__$
|
|
7259
|
+
const __vue_scope_id__$c = undefined;
|
|
7247
7260
|
/* module identifier */
|
|
7248
7261
|
|
|
7249
|
-
const __vue_module_identifier__$
|
|
7262
|
+
const __vue_module_identifier__$c = undefined;
|
|
7250
7263
|
/* functional template */
|
|
7251
7264
|
|
|
7252
|
-
const __vue_is_functional_template__$
|
|
7265
|
+
const __vue_is_functional_template__$c = false;
|
|
7253
7266
|
/* style inject */
|
|
7254
7267
|
|
|
7255
7268
|
/* style inject SSR */
|
|
7256
7269
|
|
|
7257
7270
|
/* style inject shadow dom */
|
|
7258
7271
|
|
|
7259
|
-
const __vue_component__$
|
|
7260
|
-
render: __vue_render__$
|
|
7261
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7262
|
-
}, __vue_inject_styles__$
|
|
7272
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
7273
|
+
render: __vue_render__$c,
|
|
7274
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7275
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
7263
7276
|
|
|
7264
|
-
var __vue_component__$
|
|
7277
|
+
var __vue_component__$p = __vue_component__$o;
|
|
7265
7278
|
|
|
7266
7279
|
//
|
|
7267
7280
|
Vue.use(chartsVue);
|
|
7268
|
-
var script$
|
|
7281
|
+
var script$5 = {
|
|
7269
7282
|
name: "NsMeterChart",
|
|
7270
7283
|
components: {
|
|
7271
7284
|
CcvMeterChart
|
|
@@ -7339,10 +7352,10 @@ var script$3 = {
|
|
|
7339
7352
|
};
|
|
7340
7353
|
|
|
7341
7354
|
/* script */
|
|
7342
|
-
const __vue_script__$
|
|
7355
|
+
const __vue_script__$5 = script$5;
|
|
7343
7356
|
/* template */
|
|
7344
7357
|
|
|
7345
|
-
var __vue_render__$
|
|
7358
|
+
var __vue_render__$b = function () {
|
|
7346
7359
|
var _vm = this;
|
|
7347
7360
|
|
|
7348
7361
|
var _h = _vm.$createElement;
|
|
@@ -7357,35 +7370,35 @@ var __vue_render__$9 = function () {
|
|
|
7357
7370
|
});
|
|
7358
7371
|
};
|
|
7359
7372
|
|
|
7360
|
-
var __vue_staticRenderFns__$
|
|
7373
|
+
var __vue_staticRenderFns__$b = [];
|
|
7361
7374
|
/* style */
|
|
7362
7375
|
|
|
7363
|
-
const __vue_inject_styles__$
|
|
7376
|
+
const __vue_inject_styles__$b = undefined;
|
|
7364
7377
|
/* scoped */
|
|
7365
7378
|
|
|
7366
|
-
const __vue_scope_id__$
|
|
7379
|
+
const __vue_scope_id__$b = undefined;
|
|
7367
7380
|
/* module identifier */
|
|
7368
7381
|
|
|
7369
|
-
const __vue_module_identifier__$
|
|
7382
|
+
const __vue_module_identifier__$b = undefined;
|
|
7370
7383
|
/* functional template */
|
|
7371
7384
|
|
|
7372
|
-
const __vue_is_functional_template__$
|
|
7385
|
+
const __vue_is_functional_template__$b = false;
|
|
7373
7386
|
/* style inject */
|
|
7374
7387
|
|
|
7375
7388
|
/* style inject SSR */
|
|
7376
7389
|
|
|
7377
7390
|
/* style inject shadow dom */
|
|
7378
7391
|
|
|
7379
|
-
const __vue_component__$
|
|
7380
|
-
render: __vue_render__$
|
|
7381
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7382
|
-
}, __vue_inject_styles__$
|
|
7392
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
7393
|
+
render: __vue_render__$b,
|
|
7394
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
7395
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
7383
7396
|
|
|
7384
|
-
var __vue_component__$
|
|
7397
|
+
var __vue_component__$n = __vue_component__$m;
|
|
7385
7398
|
|
|
7386
7399
|
//
|
|
7387
7400
|
Vue.use(chartsVue);
|
|
7388
|
-
var script$
|
|
7401
|
+
var script$4 = {
|
|
7389
7402
|
name: "NsPieChart",
|
|
7390
7403
|
components: {},
|
|
7391
7404
|
props: {
|
|
@@ -7441,10 +7454,10 @@ var script$2 = {
|
|
|
7441
7454
|
};
|
|
7442
7455
|
|
|
7443
7456
|
/* script */
|
|
7444
|
-
const __vue_script__$
|
|
7457
|
+
const __vue_script__$4 = script$4;
|
|
7445
7458
|
/* template */
|
|
7446
7459
|
|
|
7447
|
-
var __vue_render__$
|
|
7460
|
+
var __vue_render__$a = function () {
|
|
7448
7461
|
var _vm = this;
|
|
7449
7462
|
|
|
7450
7463
|
var _h = _vm.$createElement;
|
|
@@ -7459,34 +7472,34 @@ var __vue_render__$8 = function () {
|
|
|
7459
7472
|
});
|
|
7460
7473
|
};
|
|
7461
7474
|
|
|
7462
|
-
var __vue_staticRenderFns__$
|
|
7475
|
+
var __vue_staticRenderFns__$a = [];
|
|
7463
7476
|
/* style */
|
|
7464
7477
|
|
|
7465
|
-
const __vue_inject_styles__$
|
|
7478
|
+
const __vue_inject_styles__$a = undefined;
|
|
7466
7479
|
/* scoped */
|
|
7467
7480
|
|
|
7468
|
-
const __vue_scope_id__$
|
|
7481
|
+
const __vue_scope_id__$a = undefined;
|
|
7469
7482
|
/* module identifier */
|
|
7470
7483
|
|
|
7471
|
-
const __vue_module_identifier__$
|
|
7484
|
+
const __vue_module_identifier__$a = undefined;
|
|
7472
7485
|
/* functional template */
|
|
7473
7486
|
|
|
7474
|
-
const __vue_is_functional_template__$
|
|
7487
|
+
const __vue_is_functional_template__$a = false;
|
|
7475
7488
|
/* style inject */
|
|
7476
7489
|
|
|
7477
7490
|
/* style inject SSR */
|
|
7478
7491
|
|
|
7479
7492
|
/* style inject shadow dom */
|
|
7480
7493
|
|
|
7481
|
-
const __vue_component__$
|
|
7482
|
-
render: __vue_render__$
|
|
7483
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7484
|
-
}, __vue_inject_styles__$
|
|
7494
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
7495
|
+
render: __vue_render__$a,
|
|
7496
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
7497
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
7485
7498
|
|
|
7486
|
-
var __vue_component__$
|
|
7499
|
+
var __vue_component__$l = __vue_component__$k;
|
|
7487
7500
|
|
|
7488
7501
|
//
|
|
7489
|
-
var script$
|
|
7502
|
+
var script$3 = {
|
|
7490
7503
|
name: "NsDangerDeleteModal",
|
|
7491
7504
|
//component added for storybook to work
|
|
7492
7505
|
components: {
|
|
@@ -7569,10 +7582,10 @@ var script$1 = {
|
|
|
7569
7582
|
};
|
|
7570
7583
|
|
|
7571
7584
|
/* script */
|
|
7572
|
-
const __vue_script__$
|
|
7585
|
+
const __vue_script__$3 = script$3;
|
|
7573
7586
|
/* template */
|
|
7574
7587
|
|
|
7575
|
-
var __vue_render__$
|
|
7588
|
+
var __vue_render__$9 = function () {
|
|
7576
7589
|
var _vm = this;
|
|
7577
7590
|
|
|
7578
7591
|
var _h = _vm.$createElement;
|
|
@@ -7633,10 +7646,10 @@ var __vue_render__$7 = function () {
|
|
|
7633
7646
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7634
7647
|
};
|
|
7635
7648
|
|
|
7636
|
-
var __vue_staticRenderFns__$
|
|
7649
|
+
var __vue_staticRenderFns__$9 = [];
|
|
7637
7650
|
/* style */
|
|
7638
7651
|
|
|
7639
|
-
const __vue_inject_styles__$
|
|
7652
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
7640
7653
|
if (!inject) return;
|
|
7641
7654
|
inject("data-v-97f667a6_0", {
|
|
7642
7655
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7647,23 +7660,23 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
7647
7660
|
/* scoped */
|
|
7648
7661
|
|
|
7649
7662
|
|
|
7650
|
-
const __vue_scope_id__$
|
|
7663
|
+
const __vue_scope_id__$9 = "data-v-97f667a6";
|
|
7651
7664
|
/* module identifier */
|
|
7652
7665
|
|
|
7653
|
-
const __vue_module_identifier__$
|
|
7666
|
+
const __vue_module_identifier__$9 = undefined;
|
|
7654
7667
|
/* functional template */
|
|
7655
7668
|
|
|
7656
|
-
const __vue_is_functional_template__$
|
|
7669
|
+
const __vue_is_functional_template__$9 = false;
|
|
7657
7670
|
/* style inject SSR */
|
|
7658
7671
|
|
|
7659
7672
|
/* style inject shadow dom */
|
|
7660
7673
|
|
|
7661
|
-
const __vue_component__$
|
|
7662
|
-
render: __vue_render__$
|
|
7663
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7664
|
-
}, __vue_inject_styles__$
|
|
7674
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
7675
|
+
render: __vue_render__$9,
|
|
7676
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
7677
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
7665
7678
|
|
|
7666
|
-
var __vue_component__$
|
|
7679
|
+
var __vue_component__$j = __vue_component__$i;
|
|
7667
7680
|
|
|
7668
7681
|
var IconService = {
|
|
7669
7682
|
name: "IconService",
|
|
@@ -7690,31 +7703,28 @@ var IconService = {
|
|
|
7690
7703
|
ChevronRight20,
|
|
7691
7704
|
Information20,
|
|
7692
7705
|
Application20,
|
|
7693
|
-
//
|
|
7706
|
+
// apps, module instances and software center
|
|
7707
|
+
Application32,
|
|
7694
7708
|
Add20,
|
|
7695
7709
|
Rocket20,
|
|
7696
7710
|
Rocket32,
|
|
7697
7711
|
Chip20,
|
|
7698
|
-
//
|
|
7712
|
+
// cluster nodes
|
|
7699
7713
|
Chip32,
|
|
7700
|
-
// used for cluster nodes
|
|
7701
7714
|
Save20,
|
|
7715
|
+
// save buttons and backups
|
|
7702
7716
|
Save32,
|
|
7703
7717
|
Copy20,
|
|
7704
|
-
Application32,
|
|
7705
|
-
// used for apps, module instances and software center
|
|
7706
7718
|
EdgeNode20,
|
|
7707
7719
|
EdgeNode32,
|
|
7708
7720
|
Cube32,
|
|
7709
|
-
//
|
|
7710
|
-
EdgeCluster32,
|
|
7711
|
-
// used for cluster
|
|
7721
|
+
// systemd services
|
|
7712
7722
|
EdgeCluster20,
|
|
7713
|
-
//
|
|
7723
|
+
// cluster
|
|
7724
|
+
EdgeCluster32,
|
|
7714
7725
|
Connect32,
|
|
7715
|
-
//
|
|
7726
|
+
// join cluster
|
|
7716
7727
|
Connect20,
|
|
7717
|
-
// used for join cluster
|
|
7718
7728
|
Edit20,
|
|
7719
7729
|
Password20,
|
|
7720
7730
|
Star20,
|
|
@@ -7722,18 +7732,18 @@ var IconService = {
|
|
|
7722
7732
|
ZoomIn20,
|
|
7723
7733
|
// used to open details
|
|
7724
7734
|
Events32,
|
|
7725
|
-
//
|
|
7726
|
-
Link32,
|
|
7727
|
-
// used for URLs and external domain providers
|
|
7735
|
+
// domains
|
|
7728
7736
|
Link20,
|
|
7729
|
-
//
|
|
7730
|
-
|
|
7737
|
+
// URLs and external domain providers
|
|
7738
|
+
Link32,
|
|
7731
7739
|
WarningAlt20,
|
|
7740
|
+
WarningAlt32,
|
|
7732
7741
|
Tools20,
|
|
7733
7742
|
Tools32,
|
|
7734
7743
|
Network_220,
|
|
7735
7744
|
Network_232,
|
|
7736
7745
|
DataBase20,
|
|
7746
|
+
// backup repositories
|
|
7737
7747
|
DataBase32,
|
|
7738
7748
|
DataBackup20,
|
|
7739
7749
|
DataBackup32,
|
|
@@ -7742,40 +7752,491 @@ var IconService = {
|
|
|
7742
7752
|
Time20,
|
|
7743
7753
|
Time32,
|
|
7744
7754
|
Hourglass20,
|
|
7745
|
-
Hourglass32
|
|
7755
|
+
Hourglass32,
|
|
7756
|
+
CheckmarkFilled16,
|
|
7757
|
+
// success
|
|
7758
|
+
CheckmarkFilled20,
|
|
7759
|
+
CheckmarkFilled32,
|
|
7760
|
+
ErrorFilled16,
|
|
7761
|
+
// error
|
|
7762
|
+
ErrorFilled20,
|
|
7763
|
+
ErrorFilled32,
|
|
7764
|
+
Warning16,
|
|
7765
|
+
// warning
|
|
7766
|
+
Warning20,
|
|
7767
|
+
Warning32
|
|
7746
7768
|
};
|
|
7747
7769
|
}
|
|
7748
7770
|
|
|
7749
7771
|
};
|
|
7750
7772
|
|
|
7751
|
-
//
|
|
7773
|
+
//
|
|
7774
|
+
var script$2 = {
|
|
7775
|
+
name: "NsDropdownAction",
|
|
7776
|
+
extends: CvOverflowMenu,
|
|
7777
|
+
components: {
|
|
7778
|
+
NsSvg
|
|
7779
|
+
},
|
|
7780
|
+
mixins: [IconService],
|
|
7781
|
+
props: {
|
|
7782
|
+
kind: {
|
|
7783
|
+
type: String,
|
|
7784
|
+
default: "secondary",
|
|
7785
|
+
validator: val => ["default", "primary", "secondary", "tertiary", "ghost", "danger", "danger--ghost", "danger--tertiary"].includes(val)
|
|
7786
|
+
},
|
|
7787
|
+
up: Boolean,
|
|
7788
|
+
offset: {
|
|
7789
|
+
type: Object,
|
|
7790
|
+
|
|
7791
|
+
validator(value) {
|
|
7792
|
+
return value && value.left !== undefined && value.top !== undefined;
|
|
7793
|
+
}
|
|
7794
|
+
|
|
7795
|
+
}
|
|
7796
|
+
},
|
|
7797
|
+
computed: {
|
|
7798
|
+
lowerCaseKind() {
|
|
7799
|
+
return this.kind.toLowerCase();
|
|
7800
|
+
}
|
|
7801
|
+
|
|
7802
|
+
}
|
|
7803
|
+
};
|
|
7804
|
+
|
|
7805
|
+
/* script */
|
|
7806
|
+
const __vue_script__$2 = script$2;
|
|
7807
|
+
/* template */
|
|
7808
|
+
|
|
7809
|
+
var __vue_render__$8 = function () {
|
|
7810
|
+
var _obj, _obj$1;
|
|
7811
|
+
|
|
7812
|
+
var _vm = this;
|
|
7813
|
+
|
|
7814
|
+
var _h = _vm.$createElement;
|
|
7815
|
+
|
|
7816
|
+
var _c = _vm._self._c || _h;
|
|
7817
|
+
|
|
7818
|
+
return _c('div', {
|
|
7819
|
+
class: ["cv-overflow-menu"],
|
|
7820
|
+
attrs: {
|
|
7821
|
+
"data-overflow-menu": "",
|
|
7822
|
+
"id": _vm.uid
|
|
7823
|
+
}
|
|
7824
|
+
}, [_c('button', {
|
|
7825
|
+
ref: "trigger",
|
|
7826
|
+
class: ["bx--btn--" + _vm.lowerCaseKind, 'bx--btn', 'bx--btn--field', (_obj = {}, _obj[_vm.carbonPrefix + "--overflow-menu--open"] = _vm.open, _obj)],
|
|
7827
|
+
attrs: {
|
|
7828
|
+
"aria-haspopup": "",
|
|
7829
|
+
"type": "button",
|
|
7830
|
+
"aria-expanded": _vm.open ? 'true' : 'false',
|
|
7831
|
+
"aria-controls": _vm.uid + "-menu",
|
|
7832
|
+
"id": _vm.uid + "-trigger"
|
|
7833
|
+
},
|
|
7834
|
+
on: {
|
|
7835
|
+
"click": _vm.doToggle,
|
|
7836
|
+
"keydown": [function ($event) {
|
|
7837
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7838
|
+
return null;
|
|
7839
|
+
}
|
|
7840
|
+
|
|
7841
|
+
$event.preventDefault();
|
|
7842
|
+
}, function ($event) {
|
|
7843
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
|
|
7844
|
+
return null;
|
|
7845
|
+
}
|
|
7846
|
+
|
|
7847
|
+
$event.preventDefault();
|
|
7848
|
+
return _vm.doToggle.apply(null, arguments);
|
|
7849
|
+
}, function ($event) {
|
|
7850
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
|
|
7851
|
+
return null;
|
|
7852
|
+
}
|
|
7853
|
+
|
|
7854
|
+
return _vm.onOverflowMenuTab.apply(null, arguments);
|
|
7855
|
+
}],
|
|
7856
|
+
"keyup": function ($event) {
|
|
7857
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7858
|
+
return null;
|
|
7859
|
+
}
|
|
7860
|
+
|
|
7861
|
+
$event.preventDefault();
|
|
7862
|
+
return _vm.doToggle.apply(null, arguments);
|
|
7863
|
+
}
|
|
7864
|
+
}
|
|
7865
|
+
}, [_vm._t("trigger"), _vm._v(" "), _c('NsSvg', {
|
|
7866
|
+
class: _vm.carbonPrefix + "--btn__icon",
|
|
7867
|
+
attrs: {
|
|
7868
|
+
"svg": _vm.ChevronDown20
|
|
7869
|
+
}
|
|
7870
|
+
})], 2), _vm._v(" "), _c('div', {
|
|
7871
|
+
ref: "popup",
|
|
7872
|
+
class: [_vm.carbonPrefix + "--overflow-menu-options", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--overflow-menu-options--open"] = _vm.open, _obj$1)],
|
|
7873
|
+
style: {
|
|
7874
|
+
left: _vm.left + 'px',
|
|
7875
|
+
top: _vm.top + 'px'
|
|
7876
|
+
},
|
|
7877
|
+
attrs: {
|
|
7878
|
+
"tabindex": "-1",
|
|
7879
|
+
"aria-labelledby": _vm.uid + "-trigger",
|
|
7880
|
+
"id": _vm.uid + "-menu"
|
|
7881
|
+
},
|
|
7882
|
+
on: {
|
|
7883
|
+
"focusout": _vm.checkFocusOut,
|
|
7884
|
+
"mousedown": function ($event) {
|
|
7885
|
+
$event.preventDefault();
|
|
7886
|
+
return _vm.preventFocusOut.apply(null, arguments);
|
|
7887
|
+
}
|
|
7888
|
+
}
|
|
7889
|
+
}, [_c('ul', {
|
|
7890
|
+
class: _vm.carbonPrefix + "--overflow-menu-options__content"
|
|
7891
|
+
}, [_vm._t("default")], 2), _vm._v(" "), _c('div', {
|
|
7892
|
+
ref: "afterContent",
|
|
7893
|
+
staticClass: "cv-overflow-menu__after-content",
|
|
7894
|
+
staticStyle: {
|
|
7895
|
+
"position": "absolute",
|
|
7896
|
+
"height": "1px",
|
|
7897
|
+
"width": "1px",
|
|
7898
|
+
"left": "-9999px"
|
|
7899
|
+
},
|
|
7900
|
+
attrs: {
|
|
7901
|
+
"tabindex": "0"
|
|
7902
|
+
},
|
|
7903
|
+
on: {
|
|
7904
|
+
"focus": _vm.focusAfterContent
|
|
7905
|
+
}
|
|
7906
|
+
})])]);
|
|
7907
|
+
};
|
|
7908
|
+
|
|
7909
|
+
var __vue_staticRenderFns__$8 = [];
|
|
7910
|
+
/* style */
|
|
7911
|
+
|
|
7912
|
+
const __vue_inject_styles__$8 = undefined;
|
|
7913
|
+
/* scoped */
|
|
7914
|
+
|
|
7915
|
+
const __vue_scope_id__$8 = "data-v-31925b9d";
|
|
7916
|
+
/* module identifier */
|
|
7917
|
+
|
|
7918
|
+
const __vue_module_identifier__$8 = undefined;
|
|
7919
|
+
/* functional template */
|
|
7920
|
+
|
|
7921
|
+
const __vue_is_functional_template__$8 = false;
|
|
7922
|
+
/* style inject */
|
|
7923
|
+
|
|
7924
|
+
/* style inject SSR */
|
|
7925
|
+
|
|
7926
|
+
/* style inject shadow dom */
|
|
7927
|
+
|
|
7928
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
7929
|
+
render: __vue_render__$8,
|
|
7930
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
7931
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
7932
|
+
|
|
7933
|
+
var __vue_component__$h = __vue_component__$g;
|
|
7934
|
+
|
|
7935
|
+
//
|
|
7936
|
+
var script$1 = {
|
|
7937
|
+
name: "NsTextInput",
|
|
7938
|
+
extends: CvTextInput,
|
|
7939
|
+
components: {
|
|
7940
|
+
WarningFilled16,
|
|
7941
|
+
WarningAltFilled16,
|
|
7942
|
+
View16,
|
|
7943
|
+
ViewOff16
|
|
7944
|
+
},
|
|
7945
|
+
props: {
|
|
7946
|
+
helperText: {
|
|
7947
|
+
type: String,
|
|
7948
|
+
default: undefined
|
|
7949
|
+
},
|
|
7950
|
+
invalidMessage: {
|
|
7951
|
+
type: String,
|
|
7952
|
+
default: undefined
|
|
7953
|
+
},
|
|
7954
|
+
label: String,
|
|
7955
|
+
passwordHideLabel: {
|
|
7956
|
+
type: String,
|
|
7957
|
+
default: "Hide password"
|
|
7958
|
+
},
|
|
7959
|
+
passwordShowLabel: {
|
|
7960
|
+
type: String,
|
|
7961
|
+
default: "Show password"
|
|
7962
|
+
},
|
|
7963
|
+
passwordVisible: Boolean,
|
|
7964
|
+
type: String,
|
|
7965
|
+
value: String,
|
|
7966
|
+
warnText: {
|
|
7967
|
+
type: String,
|
|
7968
|
+
default: undefined
|
|
7969
|
+
},
|
|
7970
|
+
tooltipAlignment: {
|
|
7971
|
+
type: String,
|
|
7972
|
+
default: "center",
|
|
7973
|
+
validator: val => ["start", "center", "end"].includes(val)
|
|
7974
|
+
},
|
|
7975
|
+
tooltipDirection: {
|
|
7976
|
+
type: String,
|
|
7977
|
+
default: "bottom",
|
|
7978
|
+
validator: val => ["top", "left", "bottom", "right".includes(val)]
|
|
7979
|
+
}
|
|
7980
|
+
},
|
|
7981
|
+
computed: {
|
|
7982
|
+
hasTooltipSlot() {
|
|
7983
|
+
return !!this.$slots.tooltip;
|
|
7984
|
+
}
|
|
7985
|
+
|
|
7986
|
+
}
|
|
7987
|
+
};
|
|
7988
|
+
|
|
7989
|
+
/* script */
|
|
7990
|
+
const __vue_script__$1 = script$1;
|
|
7991
|
+
/* template */
|
|
7992
|
+
|
|
7993
|
+
var __vue_render__$7 = function () {
|
|
7994
|
+
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
7995
|
+
|
|
7996
|
+
var _vm = this;
|
|
7997
|
+
|
|
7998
|
+
var _h = _vm.$createElement;
|
|
7999
|
+
|
|
8000
|
+
var _c = _vm._self._c || _h;
|
|
8001
|
+
|
|
8002
|
+
return _c('div', {
|
|
8003
|
+
class: ["cv-text-input", "ns-text-input", _vm.carbonPrefix + "--form-item", _vm.carbonPrefix + "--text-input-wrapper", (_obj = {}, _obj[_vm.carbonPrefix + "--password-input-wrapper"] = _vm.isPassword, _obj)]
|
|
8004
|
+
}, [_vm.hasTooltipSlot ? _c('div', [_c('label', {
|
|
8005
|
+
class: [_vm.carbonPrefix + "--label", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$1)],
|
|
8006
|
+
attrs: {
|
|
8007
|
+
"for": _vm.uid
|
|
8008
|
+
}
|
|
8009
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
|
|
8010
|
+
staticClass: "tooltip",
|
|
8011
|
+
attrs: {
|
|
8012
|
+
"alignment": _vm.tooltipAlignment,
|
|
8013
|
+
"direction": _vm.tooltipDirection
|
|
8014
|
+
}
|
|
8015
|
+
}, [_c('template', {
|
|
8016
|
+
slot: "content"
|
|
8017
|
+
}, [_vm._t("tooltip")], 2)], 2)], 1) : _c('label', {
|
|
8018
|
+
class: [_vm.carbonPrefix + "--label", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$2)],
|
|
8019
|
+
attrs: {
|
|
8020
|
+
"for": _vm.uid
|
|
8021
|
+
}
|
|
8022
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('div', {
|
|
8023
|
+
class: [_vm.carbonPrefix + "--text-input__field-wrapper", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input__field-wrapper--warning"] = !_vm.isInvalid && _vm.isWarn, _obj$3)],
|
|
8024
|
+
attrs: {
|
|
8025
|
+
"data-invalid": _vm.isInvalid
|
|
8026
|
+
}
|
|
8027
|
+
}, [_vm.isInvalid ? _c('WarningFilled16', {
|
|
8028
|
+
class: _vm.carbonPrefix + "--text-input__invalid-icon"
|
|
8029
|
+
}) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('WarningAltFilled16', {
|
|
8030
|
+
class: _vm.carbonPrefix + "--text-input__invalid-icon " + _vm.carbonPrefix + "--text-input__invalid-icon--warning"
|
|
8031
|
+
}) : _vm._e(), _vm._v(" "), _c('input', _vm._g(_vm._b({
|
|
8032
|
+
ref: "input",
|
|
8033
|
+
class: [_vm.carbonPrefix + "--text-input", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$4[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$4[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$4[_vm.carbonPrefix + "--password-input"] = _vm.isPassword, _obj$4)],
|
|
8034
|
+
attrs: {
|
|
8035
|
+
"id": _vm.uid,
|
|
8036
|
+
"data-toggle-password-visibility": _vm.isPassword,
|
|
8037
|
+
"type": _vm.dataType
|
|
8038
|
+
},
|
|
8039
|
+
domProps: {
|
|
8040
|
+
"value": _vm.value
|
|
8041
|
+
}
|
|
8042
|
+
}, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _vm.isPassword ? _c('button', {
|
|
8043
|
+
class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-center"],
|
|
8044
|
+
attrs: {
|
|
8045
|
+
"type": "button"
|
|
8046
|
+
},
|
|
8047
|
+
on: {
|
|
8048
|
+
"click": _vm.togglePasswordVisibility
|
|
8049
|
+
}
|
|
8050
|
+
}, [_c('span', {
|
|
8051
|
+
class: _vm.carbonPrefix + "--assistive-text"
|
|
8052
|
+
}, [_vm._v(_vm._s(_vm.passwordHideShowLabel))]), _vm._v(" "), _vm.isPasswordVisible ? _c('ViewOff16', {
|
|
8053
|
+
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
8054
|
+
}) : _c('View16', {
|
|
8055
|
+
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
8056
|
+
})], 1) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
8057
|
+
class: _vm.carbonPrefix + "--form-requirement"
|
|
8058
|
+
}, [_vm._t("invalid-message", function () {
|
|
8059
|
+
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
8060
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('div', {
|
|
8061
|
+
class: _vm.carbonPrefix + "--form__requirement"
|
|
8062
|
+
}, [_vm._t("warn-text", function () {
|
|
8063
|
+
return [_vm._v(_vm._s(_vm.warnText))];
|
|
8064
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isHelper ? _c('div', {
|
|
8065
|
+
class: [_vm.carbonPrefix + "--form__helper-text", (_obj$5 = {}, _obj$5[_vm.carbonPrefix + "--form__helper-text--disabled"] = _vm.$attrs.disabled, _obj$5)]
|
|
8066
|
+
}, [_vm._t("helper-text", function () {
|
|
8067
|
+
return [_vm._v(_vm._s(_vm.helperText))];
|
|
8068
|
+
})], 2) : _vm._e()]);
|
|
8069
|
+
};
|
|
8070
|
+
|
|
8071
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8072
|
+
/* style */
|
|
8073
|
+
|
|
8074
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
8075
|
+
if (!inject) return;
|
|
8076
|
+
inject("data-v-1a7ed132_0", {
|
|
8077
|
+
source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
|
|
8078
|
+
map: undefined,
|
|
8079
|
+
media: undefined
|
|
8080
|
+
}), inject("data-v-1a7ed132_1", {
|
|
8081
|
+
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
8082
|
+
map: undefined,
|
|
8083
|
+
media: undefined
|
|
8084
|
+
});
|
|
8085
|
+
};
|
|
8086
|
+
/* scoped */
|
|
8087
|
+
|
|
8088
|
+
|
|
8089
|
+
const __vue_scope_id__$7 = "data-v-1a7ed132";
|
|
8090
|
+
/* module identifier */
|
|
8091
|
+
|
|
8092
|
+
const __vue_module_identifier__$7 = undefined;
|
|
8093
|
+
/* functional template */
|
|
8094
|
+
|
|
8095
|
+
const __vue_is_functional_template__$7 = false;
|
|
8096
|
+
/* style inject SSR */
|
|
8097
|
+
|
|
8098
|
+
/* style inject shadow dom */
|
|
8099
|
+
|
|
8100
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
8101
|
+
render: __vue_render__$7,
|
|
8102
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
8103
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
8104
|
+
|
|
8105
|
+
var __vue_component__$f = __vue_component__$e;
|
|
7752
8106
|
|
|
8107
|
+
//
|
|
7753
8108
|
var script = {
|
|
7754
|
-
name: "
|
|
7755
|
-
|
|
7756
|
-
components: {
|
|
7757
|
-
NsSvg
|
|
7758
|
-
},
|
|
7759
|
-
mixins: [IconService],
|
|
8109
|
+
name: "NsBackupCard",
|
|
8110
|
+
mixins: [IconService, DateTimeService],
|
|
7760
8111
|
props: {
|
|
7761
|
-
|
|
8112
|
+
title: {
|
|
7762
8113
|
type: String,
|
|
7763
|
-
default: "
|
|
7764
|
-
validator: val => ["default", "primary", "secondary", "tertiary", "ghost", "danger", "danger--ghost", "danger--tertiary"].includes(val)
|
|
8114
|
+
default: "Backup"
|
|
7765
8115
|
},
|
|
7766
|
-
|
|
7767
|
-
|
|
8116
|
+
noBackupMessage: {
|
|
8117
|
+
type: String,
|
|
8118
|
+
default: "No backup configured"
|
|
8119
|
+
},
|
|
8120
|
+
scheduleBackupLabel: {
|
|
8121
|
+
type: String,
|
|
8122
|
+
default: "Configure"
|
|
8123
|
+
},
|
|
8124
|
+
goToBackupLabel: {
|
|
8125
|
+
type: String,
|
|
8126
|
+
default: "Go to Backup"
|
|
8127
|
+
},
|
|
8128
|
+
repositoryLabel: {
|
|
8129
|
+
type: String,
|
|
8130
|
+
default: "Repository"
|
|
8131
|
+
},
|
|
8132
|
+
statusLabel: {
|
|
8133
|
+
type: String,
|
|
8134
|
+
default: "Status"
|
|
8135
|
+
},
|
|
8136
|
+
statusSuccessLabel: {
|
|
8137
|
+
type: String,
|
|
8138
|
+
default: "Success"
|
|
8139
|
+
},
|
|
8140
|
+
statusNotRunLabel: {
|
|
8141
|
+
type: String,
|
|
8142
|
+
default: "Backup has not run yet"
|
|
8143
|
+
},
|
|
8144
|
+
statusErrorLabel: {
|
|
8145
|
+
type: String,
|
|
8146
|
+
default: "Error"
|
|
8147
|
+
},
|
|
8148
|
+
completedLabel: {
|
|
8149
|
+
type: String,
|
|
8150
|
+
default: "Completed"
|
|
8151
|
+
},
|
|
8152
|
+
durationLabel: {
|
|
8153
|
+
type: String,
|
|
8154
|
+
default: "Duration"
|
|
8155
|
+
},
|
|
8156
|
+
totalSizeLabel: {
|
|
8157
|
+
type: String,
|
|
8158
|
+
default: "Total size"
|
|
8159
|
+
},
|
|
8160
|
+
totalFileCountLabel: {
|
|
8161
|
+
type: String,
|
|
8162
|
+
default: "Total file count"
|
|
8163
|
+
},
|
|
8164
|
+
backupDisabledLabel: {
|
|
8165
|
+
type: String,
|
|
8166
|
+
default: "Disabled"
|
|
8167
|
+
},
|
|
8168
|
+
moduleId: {
|
|
8169
|
+
type: String,
|
|
8170
|
+
required: true
|
|
8171
|
+
},
|
|
8172
|
+
moduleUiName: {
|
|
8173
|
+
type: String,
|
|
8174
|
+
default: ""
|
|
8175
|
+
},
|
|
8176
|
+
repositories: {
|
|
8177
|
+
type: Array,
|
|
8178
|
+
required: true
|
|
8179
|
+
},
|
|
8180
|
+
backups: {
|
|
8181
|
+
type: Array,
|
|
8182
|
+
required: true
|
|
8183
|
+
},
|
|
8184
|
+
loading: {
|
|
8185
|
+
type: Boolean,
|
|
8186
|
+
default: false
|
|
8187
|
+
},
|
|
8188
|
+
coreContext: {
|
|
7768
8189
|
type: Object,
|
|
8190
|
+
required: true
|
|
8191
|
+
},
|
|
8192
|
+
light: Boolean
|
|
8193
|
+
},
|
|
7769
8194
|
|
|
7770
|
-
|
|
7771
|
-
|
|
7772
|
-
|
|
8195
|
+
data() {
|
|
8196
|
+
return {
|
|
8197
|
+
backupsContainingInstance: [],
|
|
8198
|
+
status: []
|
|
8199
|
+
};
|
|
8200
|
+
},
|
|
7773
8201
|
|
|
8202
|
+
watch: {
|
|
8203
|
+
repositories: function () {
|
|
8204
|
+
this.updateData();
|
|
8205
|
+
},
|
|
8206
|
+
backups: function () {
|
|
8207
|
+
this.updateData();
|
|
7774
8208
|
}
|
|
7775
8209
|
},
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
|
|
8210
|
+
|
|
8211
|
+
created() {
|
|
8212
|
+
this.updateData();
|
|
8213
|
+
},
|
|
8214
|
+
|
|
8215
|
+
methods: {
|
|
8216
|
+
updateData() {
|
|
8217
|
+
let backupsContainingInstance = [];
|
|
8218
|
+
|
|
8219
|
+
for (const backup of this.backups) {
|
|
8220
|
+
for (const instance of backup.instances) {
|
|
8221
|
+
if (instance.module_id == this.moduleId) {
|
|
8222
|
+
backupsContainingInstance.push(backup);
|
|
8223
|
+
}
|
|
8224
|
+
}
|
|
8225
|
+
}
|
|
8226
|
+
|
|
8227
|
+
this.backupsContainingInstance = backupsContainingInstance; // status
|
|
8228
|
+
|
|
8229
|
+
for (const backup of this.backupsContainingInstance) {
|
|
8230
|
+
const instance = backup.instances.find(i => i.module_id == this.moduleId);
|
|
8231
|
+
const status = instance.status;
|
|
8232
|
+
this.status[backup.id] = status;
|
|
8233
|
+
}
|
|
8234
|
+
},
|
|
8235
|
+
|
|
8236
|
+
goToBackup() {
|
|
8237
|
+
if (this.coreContext && this.coreContext.$router) {
|
|
8238
|
+
this.coreContext.$router.push("/backup");
|
|
8239
|
+
}
|
|
7779
8240
|
}
|
|
7780
8241
|
|
|
7781
8242
|
}
|
|
@@ -7786,120 +8247,148 @@ const __vue_script__ = script;
|
|
|
7786
8247
|
/* template */
|
|
7787
8248
|
|
|
7788
8249
|
var __vue_render__$6 = function () {
|
|
7789
|
-
var _obj, _obj$1;
|
|
7790
|
-
|
|
7791
8250
|
var _vm = this;
|
|
7792
8251
|
|
|
7793
8252
|
var _h = _vm.$createElement;
|
|
7794
8253
|
|
|
7795
8254
|
var _c = _vm._self._c || _h;
|
|
7796
8255
|
|
|
7797
|
-
return _c('
|
|
7798
|
-
|
|
8256
|
+
return _c('cv-tile', {
|
|
8257
|
+
staticClass: "ns-backup-card",
|
|
7799
8258
|
attrs: {
|
|
7800
|
-
"
|
|
7801
|
-
"
|
|
8259
|
+
"kind": "standard",
|
|
8260
|
+
"light": _vm.light
|
|
7802
8261
|
}
|
|
7803
|
-
}, [_c('
|
|
7804
|
-
|
|
7805
|
-
|
|
8262
|
+
}, [_c('div', {
|
|
8263
|
+
staticClass: "row"
|
|
8264
|
+
}, [_c('NsSvg', {
|
|
7806
8265
|
attrs: {
|
|
7807
|
-
"
|
|
7808
|
-
"type": "button",
|
|
7809
|
-
"aria-expanded": _vm.open ? 'true' : 'false',
|
|
7810
|
-
"aria-controls": _vm.uid + "-menu",
|
|
7811
|
-
"id": _vm.uid + "-trigger"
|
|
7812
|
-
},
|
|
7813
|
-
on: {
|
|
7814
|
-
"click": _vm.doToggle,
|
|
7815
|
-
"keydown": [function ($event) {
|
|
7816
|
-
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7817
|
-
return null;
|
|
7818
|
-
}
|
|
7819
|
-
|
|
7820
|
-
$event.preventDefault();
|
|
7821
|
-
}, function ($event) {
|
|
7822
|
-
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
|
|
7823
|
-
return null;
|
|
7824
|
-
}
|
|
7825
|
-
|
|
7826
|
-
$event.preventDefault();
|
|
7827
|
-
return _vm.doToggle.apply(null, arguments);
|
|
7828
|
-
}, function ($event) {
|
|
7829
|
-
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
|
|
7830
|
-
return null;
|
|
7831
|
-
}
|
|
7832
|
-
|
|
7833
|
-
return _vm.onOverflowMenuTab.apply(null, arguments);
|
|
7834
|
-
}],
|
|
7835
|
-
"keyup": function ($event) {
|
|
7836
|
-
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7837
|
-
return null;
|
|
7838
|
-
}
|
|
7839
|
-
|
|
7840
|
-
$event.preventDefault();
|
|
7841
|
-
return _vm.doToggle.apply(null, arguments);
|
|
7842
|
-
}
|
|
8266
|
+
"svg": _vm.Save32
|
|
7843
8267
|
}
|
|
7844
|
-
},
|
|
7845
|
-
|
|
8268
|
+
})], 1), _vm._v(" "), _c('div', {
|
|
8269
|
+
staticClass: "row"
|
|
8270
|
+
}, [_c('h3', {
|
|
8271
|
+
staticClass: "title"
|
|
8272
|
+
}, [_vm._v(_vm._s(_vm.title))])]), _vm._v(" "), _vm.loading ? _c('div', {
|
|
8273
|
+
staticClass: "row"
|
|
8274
|
+
}, [_c('cv-skeleton-text', {
|
|
8275
|
+
staticClass: "mg-top-sm",
|
|
7846
8276
|
attrs: {
|
|
7847
|
-
"
|
|
8277
|
+
"paragraph": true,
|
|
8278
|
+
"line-count": 5
|
|
7848
8279
|
}
|
|
7849
|
-
})],
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
style: {
|
|
7853
|
-
left: _vm.left + 'px',
|
|
7854
|
-
top: _vm.top + 'px'
|
|
7855
|
-
},
|
|
8280
|
+
})], 1) : !_vm.backupsContainingInstance.length ? [_c('div', {
|
|
8281
|
+
staticClass: "row"
|
|
8282
|
+
}, [_c('NsInlineNotification', {
|
|
7856
8283
|
attrs: {
|
|
7857
|
-
"
|
|
7858
|
-
"
|
|
7859
|
-
"
|
|
8284
|
+
"kind": "warning",
|
|
8285
|
+
"title": _vm.noBackupMessage,
|
|
8286
|
+
"showCloseButton": false,
|
|
8287
|
+
"actionLabel": _vm.scheduleBackupLabel
|
|
7860
8288
|
},
|
|
7861
8289
|
on: {
|
|
7862
|
-
"
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
8290
|
+
"action": _vm.goToBackup
|
|
8291
|
+
}
|
|
8292
|
+
})], 1)] : _vm._l(_vm.backupsContainingInstance, function (backup) {
|
|
8293
|
+
return _c('div', {
|
|
8294
|
+
key: backup.id
|
|
8295
|
+
}, [_c('div', {
|
|
8296
|
+
staticClass: "row"
|
|
8297
|
+
}, [_vm.backupsContainingInstance.length > 1 ? _c('h5', {
|
|
8298
|
+
staticClass: "title mg-top-sm"
|
|
8299
|
+
}, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
8300
|
+
staticClass: "table-wrapper"
|
|
8301
|
+
}, [_c('div', {
|
|
8302
|
+
staticClass: "table"
|
|
8303
|
+
}, [_c('div', {
|
|
8304
|
+
staticClass: "tr"
|
|
8305
|
+
}, [_c('div', {
|
|
8306
|
+
staticClass: "td label"
|
|
8307
|
+
}, [_vm._v(_vm._s(_vm.statusLabel))]), _vm._v(" "), _c('div', {
|
|
8308
|
+
staticClass: "td status"
|
|
8309
|
+
}, [!backup.enabled ? _c('span', {
|
|
8310
|
+
staticClass: "ns-warning"
|
|
8311
|
+
}, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
|
|
8312
|
+
staticClass: "ns-success"
|
|
8313
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.statusSuccessLabel))])]) : _vm.status[backup.id] && _vm.status[backup.id].success == false ? _c('span', {
|
|
8314
|
+
staticClass: "ns-error"
|
|
8315
|
+
}, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
|
|
8316
|
+
staticClass: "ns-warning"
|
|
8317
|
+
}, [_vm._v("\n " + _vm._s(_vm.statusNotRunLabel) + "\n ")])])]), _vm._v(" "), _c('div', {
|
|
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",
|
|
8331
|
+
attrs: {
|
|
8332
|
+
"alignment": "center",
|
|
8333
|
+
"direction": "bottom",
|
|
8334
|
+
"tip": _vm._f("date")(_vm.status[backup.id].end * 1000, 'yyyy-MM-dd HH:mm:ss')
|
|
7866
8335
|
}
|
|
7867
|
-
}
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
|
|
7878
|
-
|
|
8336
|
+
}, [_vm._v("\n " + _vm._s(_vm.formatDateDistance(_vm.status[backup.id].end * 1000, new Date(), {
|
|
8337
|
+
addSuffix: true
|
|
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"
|
|
8352
|
+
}, [_c('div', {
|
|
8353
|
+
staticClass: "td label"
|
|
8354
|
+
}, [_vm._v(_vm._s(_vm.totalFileCountLabel))]), _vm._v(" "), _c('div', {
|
|
8355
|
+
staticClass: "td"
|
|
8356
|
+
}, [_vm.status[backup.id] && _vm.status[backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("humanFormat")(_vm.status[backup.id].total_file_count)) + "\n (" + _vm._s(_vm.status[backup.id].total_file_count) + ")\n ")]) : _c('span', [_vm._v("-")])])])])])]);
|
|
8357
|
+
}), _vm._v(" "), _c('div', [_c('div', {
|
|
8358
|
+
staticClass: "row mg-top-sm"
|
|
8359
|
+
}, [_c('NsButton', {
|
|
7879
8360
|
attrs: {
|
|
7880
|
-
"
|
|
8361
|
+
"kind": "ghost",
|
|
8362
|
+
"icon": _vm.ArrowRight20,
|
|
8363
|
+
"disabled": _vm.loading
|
|
7881
8364
|
},
|
|
7882
8365
|
on: {
|
|
7883
|
-
"
|
|
8366
|
+
"click": _vm.goToBackup
|
|
7884
8367
|
}
|
|
7885
|
-
})])]);
|
|
8368
|
+
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
7886
8369
|
};
|
|
7887
8370
|
|
|
7888
8371
|
var __vue_staticRenderFns__$6 = [];
|
|
7889
8372
|
/* style */
|
|
7890
8373
|
|
|
7891
|
-
const __vue_inject_styles__$6 =
|
|
8374
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
8375
|
+
if (!inject) return;
|
|
8376
|
+
inject("data-v-c645ad74_0", {
|
|
8377
|
+
source: ".ns-backup-card[data-v-c645ad74]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-c645ad74]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-c645ad74]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-c645ad74]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-c645ad74]{display:table}.tr[data-v-c645ad74]{display:table-row}.td[data-v-c645ad74]{display:table-cell}.label[data-v-c645ad74]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-c645ad74]{font-weight:700}.backup-status-icon[data-v-c645ad74]{margin-right:.25rem}",
|
|
8378
|
+
map: undefined,
|
|
8379
|
+
media: undefined
|
|
8380
|
+
});
|
|
8381
|
+
};
|
|
7892
8382
|
/* scoped */
|
|
7893
8383
|
|
|
7894
|
-
|
|
8384
|
+
|
|
8385
|
+
const __vue_scope_id__$6 = "data-v-c645ad74";
|
|
7895
8386
|
/* module identifier */
|
|
7896
8387
|
|
|
7897
8388
|
const __vue_module_identifier__$6 = undefined;
|
|
7898
8389
|
/* functional template */
|
|
7899
8390
|
|
|
7900
8391
|
const __vue_is_functional_template__$6 = false;
|
|
7901
|
-
/* style inject */
|
|
7902
|
-
|
|
7903
8392
|
/* style inject SSR */
|
|
7904
8393
|
|
|
7905
8394
|
/* style inject shadow dom */
|
|
@@ -7907,7 +8396,7 @@ const __vue_is_functional_template__$6 = false;
|
|
|
7907
8396
|
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
7908
8397
|
render: __vue_render__$6,
|
|
7909
8398
|
staticRenderFns: __vue_staticRenderFns__$6
|
|
7910
|
-
}, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false,
|
|
8399
|
+
}, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
7911
8400
|
|
|
7912
8401
|
var __vue_component__$d = __vue_component__$c;
|
|
7913
8402
|
|
|
@@ -8445,7 +8934,7 @@ var task = {
|
|
|
8445
8934
|
return CheckmarkFilled16;
|
|
8446
8935
|
|
|
8447
8936
|
case "pending":
|
|
8448
|
-
return
|
|
8937
|
+
return Warning16;
|
|
8449
8938
|
|
|
8450
8939
|
default:
|
|
8451
8940
|
return InformationFilled16;
|
|
@@ -15691,6 +16180,38 @@ var filters = {
|
|
|
15691
16180
|
return result;
|
|
15692
16181
|
},
|
|
15693
16182
|
secondsFormat: function (value) {
|
|
16183
|
+
if (value < 0) {
|
|
16184
|
+
return "-";
|
|
16185
|
+
}
|
|
16186
|
+
|
|
16187
|
+
let hours = parseInt(Math.floor(value / 3600));
|
|
16188
|
+
let minutes = parseInt(Math.floor((value - hours * 3600) / 60));
|
|
16189
|
+
let seconds = parseInt((value - (hours * 3600 + minutes * 60)) % 60);
|
|
16190
|
+
let duration = "";
|
|
16191
|
+
|
|
16192
|
+
if (hours > 0) {
|
|
16193
|
+
duration += hours + "h ";
|
|
16194
|
+
}
|
|
16195
|
+
|
|
16196
|
+
if (minutes > 0) {
|
|
16197
|
+
duration += minutes + "m ";
|
|
16198
|
+
}
|
|
16199
|
+
|
|
16200
|
+
if (seconds > 0) {
|
|
16201
|
+
duration += seconds + "s";
|
|
16202
|
+
}
|
|
16203
|
+
|
|
16204
|
+
if (!duration) {
|
|
16205
|
+
return "0s";
|
|
16206
|
+
}
|
|
16207
|
+
|
|
16208
|
+
return duration.trim();
|
|
16209
|
+
},
|
|
16210
|
+
secondsLongFormat: function (value) {
|
|
16211
|
+
if (value < 0) {
|
|
16212
|
+
return "-";
|
|
16213
|
+
}
|
|
16214
|
+
|
|
15694
16215
|
let hours = parseInt(Math.floor(value / 3600));
|
|
15695
16216
|
let minutes = parseInt(Math.floor((value - hours * 3600) / 60));
|
|
15696
16217
|
let seconds = parseInt((value - (hours * 3600 + minutes * 60)) % 60);
|
|
@@ -15705,26 +16226,28 @@ var filters = {
|
|
|
15705
16226
|
|
|
15706
16227
|
var components = /*#__PURE__*/Object.freeze({
|
|
15707
16228
|
__proto__: null,
|
|
15708
|
-
NsButton: __vue_component__$
|
|
15709
|
-
NsEmptyState: __vue_component__$
|
|
16229
|
+
NsButton: __vue_component__$O,
|
|
16230
|
+
NsEmptyState: __vue_component__$J,
|
|
15710
16231
|
NsPictogram: NsPictogram,
|
|
15711
|
-
NsCodeSnippet: __vue_component__$
|
|
16232
|
+
NsCodeSnippet: __vue_component__$H,
|
|
15712
16233
|
NsInlineNotification: NsInlineNotification,
|
|
15713
16234
|
NsProgressBar: NsProgressBar,
|
|
15714
16235
|
NsSvg: NsSvg,
|
|
15715
|
-
NsTile: __vue_component__$
|
|
15716
|
-
NsToastNotification: __vue_component__$
|
|
15717
|
-
NsInfoCard: __vue_component__$
|
|
15718
|
-
NsStatusCard: __vue_component__$
|
|
15719
|
-
NsSystemdServiceCard: __vue_component__$
|
|
15720
|
-
NsPasswordInput: __vue_component__$
|
|
15721
|
-
NsIconMenu: __vue_component__$
|
|
15722
|
-
NsMeterChart: __vue_component__$
|
|
15723
|
-
NsPieChart: __vue_component__$
|
|
16236
|
+
NsTile: __vue_component__$B,
|
|
16237
|
+
NsToastNotification: __vue_component__$z,
|
|
16238
|
+
NsInfoCard: __vue_component__$x,
|
|
16239
|
+
NsStatusCard: __vue_component__$v,
|
|
16240
|
+
NsSystemdServiceCard: __vue_component__$t,
|
|
16241
|
+
NsPasswordInput: __vue_component__$r,
|
|
16242
|
+
NsIconMenu: __vue_component__$p,
|
|
16243
|
+
NsMeterChart: __vue_component__$n,
|
|
16244
|
+
NsPieChart: __vue_component__$l,
|
|
15724
16245
|
NsLottieAnimation: NsLottieAnimation,
|
|
15725
|
-
NsDangerDeleteModal: __vue_component__$
|
|
16246
|
+
NsDangerDeleteModal: __vue_component__$j,
|
|
15726
16247
|
NsCircleTimer: NsCircleTimer,
|
|
15727
|
-
NsDropdownAction: __vue_component__$
|
|
16248
|
+
NsDropdownAction: __vue_component__$h,
|
|
16249
|
+
NsTextInput: __vue_component__$f,
|
|
16250
|
+
NsBackupCard: __vue_component__$d,
|
|
15728
16251
|
ExclamationMark: ExclamationMark,
|
|
15729
16252
|
Gear: __vue_component__$b,
|
|
15730
16253
|
Love: __vue_component__$9,
|
|
@@ -15752,4 +16275,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
15752
16275
|
});
|
|
15753
16276
|
}; // Create module definition for Vue.use()
|
|
15754
16277
|
|
|
15755
|
-
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__$
|
|
16278
|
+
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__$d as NsBackupCard, __vue_component__$O as NsButton, NsCircleTimer, __vue_component__$H as NsCodeSnippet, __vue_component__$j as NsDangerDeleteModal, __vue_component__$h as NsDropdownAction, __vue_component__$J as NsEmptyState, __vue_component__$p as NsIconMenu, __vue_component__$x as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$n as NsMeterChart, __vue_component__$r as NsPasswordInput, NsPictogram, __vue_component__$l as NsPieChart, NsProgressBar, __vue_component__$v as NsStatusCard, NsSvg, __vue_component__$t as NsSystemdServiceCard, __vue_component__$f as NsTextInput, __vue_component__$B as NsTile, __vue_component__$z as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
|