@nethserver/ns8-ui-lib 0.0.46 → 0.0.47
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 +483 -400
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +439 -385
- package/package.json +1 -1
- package/src/lib-components/NsMenuDivider.vue +14 -0
- package/src/lib-components/NsMenuItem.vue +57 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -73,11 +73,15 @@ import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
|
73
73
|
import ErrorFilled32 from '@carbon/icons-vue/es/error--filled/32';
|
|
74
74
|
import Warning16 from '@carbon/icons-vue/es/warning--filled/16';
|
|
75
75
|
import Warning32 from '@carbon/icons-vue/es/warning--filled/32';
|
|
76
|
+
import Power20 from '@carbon/icons-vue/es/power/20';
|
|
77
|
+
import Power32 from '@carbon/icons-vue/es/power/32';
|
|
76
78
|
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
79
|
+
import TrashCan20 from '@carbon/icons-vue/es/trash-can/20';
|
|
80
|
+
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
77
81
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
78
82
|
|
|
79
83
|
//
|
|
80
|
-
var script$
|
|
84
|
+
var script$p = {
|
|
81
85
|
name: "NsButton",
|
|
82
86
|
extends: CvButton,
|
|
83
87
|
props: {
|
|
@@ -240,10 +244,10 @@ function addStyle(id, css) {
|
|
|
240
244
|
}
|
|
241
245
|
|
|
242
246
|
/* script */
|
|
243
|
-
const __vue_script__$
|
|
247
|
+
const __vue_script__$p = script$p;
|
|
244
248
|
/* template */
|
|
245
249
|
|
|
246
|
-
var __vue_render__$
|
|
250
|
+
var __vue_render__$v = function () {
|
|
247
251
|
var _vm = this;
|
|
248
252
|
|
|
249
253
|
var _h = _vm.$createElement;
|
|
@@ -266,10 +270,10 @@ var __vue_render__$t = function () {
|
|
|
266
270
|
}) : _vm._e()], 2);
|
|
267
271
|
};
|
|
268
272
|
|
|
269
|
-
var __vue_staticRenderFns__$
|
|
273
|
+
var __vue_staticRenderFns__$v = [];
|
|
270
274
|
/* style */
|
|
271
275
|
|
|
272
|
-
const __vue_inject_styles__$
|
|
276
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
273
277
|
if (!inject) return;
|
|
274
278
|
inject("data-v-025b0f12_0", {
|
|
275
279
|
source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -280,23 +284,23 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
280
284
|
/* scoped */
|
|
281
285
|
|
|
282
286
|
|
|
283
|
-
const __vue_scope_id__$
|
|
287
|
+
const __vue_scope_id__$w = "data-v-025b0f12";
|
|
284
288
|
/* module identifier */
|
|
285
289
|
|
|
286
|
-
const __vue_module_identifier__$
|
|
290
|
+
const __vue_module_identifier__$w = undefined;
|
|
287
291
|
/* functional template */
|
|
288
292
|
|
|
289
|
-
const __vue_is_functional_template__$
|
|
293
|
+
const __vue_is_functional_template__$w = false;
|
|
290
294
|
/* style inject SSR */
|
|
291
295
|
|
|
292
296
|
/* style inject shadow dom */
|
|
293
297
|
|
|
294
|
-
const __vue_component__$
|
|
295
|
-
render: __vue_render__$
|
|
296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
297
|
-
}, __vue_inject_styles__$
|
|
298
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
299
|
+
render: __vue_render__$v,
|
|
300
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
301
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
298
302
|
|
|
299
|
-
var __vue_component__$
|
|
303
|
+
var __vue_component__$V = __vue_component__$U;
|
|
300
304
|
|
|
301
305
|
//
|
|
302
306
|
//
|
|
@@ -314,7 +318,7 @@ var __vue_component__$R = __vue_component__$Q;
|
|
|
314
318
|
//
|
|
315
319
|
//
|
|
316
320
|
//
|
|
317
|
-
var script$
|
|
321
|
+
var script$o = {
|
|
318
322
|
name: "NsPictogram",
|
|
319
323
|
props: {
|
|
320
324
|
title: {
|
|
@@ -337,10 +341,10 @@ var script$m = {
|
|
|
337
341
|
};
|
|
338
342
|
|
|
339
343
|
/* script */
|
|
340
|
-
const __vue_script__$
|
|
344
|
+
const __vue_script__$o = script$o;
|
|
341
345
|
/* template */
|
|
342
346
|
|
|
343
|
-
var __vue_render__$
|
|
347
|
+
var __vue_render__$u = function () {
|
|
344
348
|
var _vm = this;
|
|
345
349
|
|
|
346
350
|
var _h = _vm.$createElement;
|
|
@@ -368,34 +372,34 @@ var __vue_render__$s = function () {
|
|
|
368
372
|
}, [_vm._t("default")], 2)]);
|
|
369
373
|
};
|
|
370
374
|
|
|
371
|
-
var __vue_staticRenderFns__$
|
|
375
|
+
var __vue_staticRenderFns__$u = [];
|
|
372
376
|
/* style */
|
|
373
377
|
|
|
374
|
-
const __vue_inject_styles__$
|
|
378
|
+
const __vue_inject_styles__$v = undefined;
|
|
375
379
|
/* scoped */
|
|
376
380
|
|
|
377
|
-
const __vue_scope_id__$
|
|
381
|
+
const __vue_scope_id__$v = undefined;
|
|
378
382
|
/* module identifier */
|
|
379
383
|
|
|
380
|
-
const __vue_module_identifier__$
|
|
384
|
+
const __vue_module_identifier__$v = undefined;
|
|
381
385
|
/* functional template */
|
|
382
386
|
|
|
383
|
-
const __vue_is_functional_template__$
|
|
387
|
+
const __vue_is_functional_template__$v = false;
|
|
384
388
|
/* style inject */
|
|
385
389
|
|
|
386
390
|
/* style inject SSR */
|
|
387
391
|
|
|
388
392
|
/* style inject shadow dom */
|
|
389
393
|
|
|
390
|
-
const __vue_component__$
|
|
391
|
-
render: __vue_render__$
|
|
392
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
393
|
-
}, __vue_inject_styles__$
|
|
394
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
395
|
+
render: __vue_render__$u,
|
|
396
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
397
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
394
398
|
|
|
395
|
-
var NsPictogram = __vue_component__$
|
|
399
|
+
var NsPictogram = __vue_component__$T;
|
|
396
400
|
|
|
397
401
|
//
|
|
398
|
-
var script$
|
|
402
|
+
var script$n = {
|
|
399
403
|
name: "NsLottieAnimation",
|
|
400
404
|
components: {
|
|
401
405
|
LottieAnimation
|
|
@@ -451,10 +455,10 @@ var script$l = {
|
|
|
451
455
|
};
|
|
452
456
|
|
|
453
457
|
/* script */
|
|
454
|
-
const __vue_script__$
|
|
458
|
+
const __vue_script__$n = script$n;
|
|
455
459
|
/* template */
|
|
456
460
|
|
|
457
|
-
var __vue_render__$
|
|
461
|
+
var __vue_render__$t = function () {
|
|
458
462
|
var _vm = this;
|
|
459
463
|
|
|
460
464
|
var _h = _vm.$createElement;
|
|
@@ -481,36 +485,36 @@ var __vue_render__$r = function () {
|
|
|
481
485
|
})], 1);
|
|
482
486
|
};
|
|
483
487
|
|
|
484
|
-
var __vue_staticRenderFns__$
|
|
488
|
+
var __vue_staticRenderFns__$t = [];
|
|
485
489
|
/* style */
|
|
486
490
|
|
|
487
|
-
const __vue_inject_styles__$
|
|
491
|
+
const __vue_inject_styles__$u = undefined;
|
|
488
492
|
/* scoped */
|
|
489
493
|
|
|
490
|
-
const __vue_scope_id__$
|
|
494
|
+
const __vue_scope_id__$u = "data-v-14e97a70";
|
|
491
495
|
/* module identifier */
|
|
492
496
|
|
|
493
|
-
const __vue_module_identifier__$
|
|
497
|
+
const __vue_module_identifier__$u = undefined;
|
|
494
498
|
/* functional template */
|
|
495
499
|
|
|
496
|
-
const __vue_is_functional_template__$
|
|
500
|
+
const __vue_is_functional_template__$u = false;
|
|
497
501
|
/* style inject */
|
|
498
502
|
|
|
499
503
|
/* style inject SSR */
|
|
500
504
|
|
|
501
505
|
/* style inject shadow dom */
|
|
502
506
|
|
|
503
|
-
const __vue_component__$
|
|
504
|
-
render: __vue_render__$
|
|
505
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
506
|
-
}, __vue_inject_styles__$
|
|
507
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
508
|
+
render: __vue_render__$t,
|
|
509
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
510
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
507
511
|
|
|
508
|
-
var NsLottieAnimation = __vue_component__$
|
|
512
|
+
var NsLottieAnimation = __vue_component__$S;
|
|
509
513
|
|
|
510
514
|
/* script */
|
|
511
515
|
|
|
512
516
|
/* template */
|
|
513
|
-
var __vue_render__$
|
|
517
|
+
var __vue_render__$s = function () {
|
|
514
518
|
var _vm = this;
|
|
515
519
|
|
|
516
520
|
var _h = _vm.$createElement;
|
|
@@ -525,34 +529,34 @@ var __vue_render__$q = function () {
|
|
|
525
529
|
});
|
|
526
530
|
};
|
|
527
531
|
|
|
528
|
-
var __vue_staticRenderFns__$
|
|
532
|
+
var __vue_staticRenderFns__$s = [];
|
|
529
533
|
/* style */
|
|
530
534
|
|
|
531
|
-
const __vue_inject_styles__$
|
|
535
|
+
const __vue_inject_styles__$t = undefined;
|
|
532
536
|
/* scoped */
|
|
533
537
|
|
|
534
|
-
const __vue_scope_id__$
|
|
538
|
+
const __vue_scope_id__$t = undefined;
|
|
535
539
|
/* module identifier */
|
|
536
540
|
|
|
537
|
-
const __vue_module_identifier__$
|
|
541
|
+
const __vue_module_identifier__$t = undefined;
|
|
538
542
|
/* functional template */
|
|
539
543
|
|
|
540
|
-
const __vue_is_functional_template__$
|
|
544
|
+
const __vue_is_functional_template__$t = false;
|
|
541
545
|
/* style inject */
|
|
542
546
|
|
|
543
547
|
/* style inject SSR */
|
|
544
548
|
|
|
545
549
|
/* style inject shadow dom */
|
|
546
550
|
|
|
547
|
-
const __vue_component__$
|
|
548
|
-
render: __vue_render__$
|
|
549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
550
|
-
}, __vue_inject_styles__$
|
|
551
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
552
|
+
render: __vue_render__$s,
|
|
553
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
554
|
+
}, __vue_inject_styles__$t, {}, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
551
555
|
|
|
552
|
-
var ExclamationMark = __vue_component__$
|
|
556
|
+
var ExclamationMark = __vue_component__$R;
|
|
553
557
|
|
|
554
558
|
//
|
|
555
|
-
var script$
|
|
559
|
+
var script$m = {
|
|
556
560
|
name: "NsEmptyState",
|
|
557
561
|
components: {
|
|
558
562
|
NsPictogram,
|
|
@@ -584,10 +588,10 @@ var script$k = {
|
|
|
584
588
|
};
|
|
585
589
|
|
|
586
590
|
/* script */
|
|
587
|
-
const __vue_script__$
|
|
591
|
+
const __vue_script__$m = script$m;
|
|
588
592
|
/* template */
|
|
589
593
|
|
|
590
|
-
var __vue_render__$
|
|
594
|
+
var __vue_render__$r = function () {
|
|
591
595
|
var _vm = this;
|
|
592
596
|
|
|
593
597
|
var _h = _vm.$createElement;
|
|
@@ -617,10 +621,10 @@ var __vue_render__$p = function () {
|
|
|
617
621
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
618
622
|
};
|
|
619
623
|
|
|
620
|
-
var __vue_staticRenderFns__$
|
|
624
|
+
var __vue_staticRenderFns__$r = [];
|
|
621
625
|
/* style */
|
|
622
626
|
|
|
623
|
-
const __vue_inject_styles__$
|
|
627
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
624
628
|
if (!inject) return;
|
|
625
629
|
inject("data-v-d5a46c1c_0", {
|
|
626
630
|
source: ".empty-state[data-v-d5a46c1c]{text-align:center;padding:2rem}.empty-state .image[data-v-d5a46c1c]{margin-bottom:1rem}.empty-state .description[data-v-d5a46c1c]{margin-top:1rem}.animation[data-v-d5a46c1c]{display:inline-block;width:64px;height:64px}",
|
|
@@ -631,26 +635,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
631
635
|
/* scoped */
|
|
632
636
|
|
|
633
637
|
|
|
634
|
-
const __vue_scope_id__$
|
|
638
|
+
const __vue_scope_id__$s = "data-v-d5a46c1c";
|
|
635
639
|
/* module identifier */
|
|
636
640
|
|
|
637
|
-
const __vue_module_identifier__$
|
|
641
|
+
const __vue_module_identifier__$s = undefined;
|
|
638
642
|
/* functional template */
|
|
639
643
|
|
|
640
|
-
const __vue_is_functional_template__$
|
|
644
|
+
const __vue_is_functional_template__$s = false;
|
|
641
645
|
/* style inject SSR */
|
|
642
646
|
|
|
643
647
|
/* style inject shadow dom */
|
|
644
648
|
|
|
645
|
-
const __vue_component__$
|
|
646
|
-
render: __vue_render__$
|
|
647
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
648
|
-
}, __vue_inject_styles__$
|
|
649
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
650
|
+
render: __vue_render__$r,
|
|
651
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
652
|
+
}, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
649
653
|
|
|
650
|
-
var __vue_component__$
|
|
654
|
+
var __vue_component__$Q = __vue_component__$P;
|
|
651
655
|
|
|
652
656
|
//
|
|
653
|
-
var script$
|
|
657
|
+
var script$l = {
|
|
654
658
|
name: "NsCodeSnippet",
|
|
655
659
|
components: {
|
|
656
660
|
CvButton,
|
|
@@ -762,10 +766,10 @@ var script$j = {
|
|
|
762
766
|
};
|
|
763
767
|
|
|
764
768
|
/* script */
|
|
765
|
-
const __vue_script__$
|
|
769
|
+
const __vue_script__$l = script$l;
|
|
766
770
|
/* template */
|
|
767
771
|
|
|
768
|
-
var __vue_render__$
|
|
772
|
+
var __vue_render__$q = function () {
|
|
769
773
|
var _vm = this;
|
|
770
774
|
|
|
771
775
|
var _h = _vm.$createElement;
|
|
@@ -827,10 +831,10 @@ var __vue_render__$o = function () {
|
|
|
827
831
|
})], 1) : _vm._e()], 1);
|
|
828
832
|
};
|
|
829
833
|
|
|
830
|
-
var __vue_staticRenderFns__$
|
|
834
|
+
var __vue_staticRenderFns__$q = [];
|
|
831
835
|
/* style */
|
|
832
836
|
|
|
833
|
-
const __vue_inject_styles__$
|
|
837
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
834
838
|
if (!inject) return;
|
|
835
839
|
inject("data-v-59cb538c_0", {
|
|
836
840
|
source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
|
|
@@ -841,23 +845,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
841
845
|
/* scoped */
|
|
842
846
|
|
|
843
847
|
|
|
844
|
-
const __vue_scope_id__$
|
|
848
|
+
const __vue_scope_id__$r = "data-v-59cb538c";
|
|
845
849
|
/* module identifier */
|
|
846
850
|
|
|
847
|
-
const __vue_module_identifier__$
|
|
851
|
+
const __vue_module_identifier__$r = undefined;
|
|
848
852
|
/* functional template */
|
|
849
853
|
|
|
850
|
-
const __vue_is_functional_template__$
|
|
854
|
+
const __vue_is_functional_template__$r = false;
|
|
851
855
|
/* style inject SSR */
|
|
852
856
|
|
|
853
857
|
/* style inject shadow dom */
|
|
854
858
|
|
|
855
|
-
const __vue_component__$
|
|
856
|
-
render: __vue_render__$
|
|
857
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
858
|
-
}, __vue_inject_styles__$
|
|
859
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
860
|
+
render: __vue_render__$q,
|
|
861
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
862
|
+
}, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
859
863
|
|
|
860
|
-
var __vue_component__$
|
|
864
|
+
var __vue_component__$O = __vue_component__$N;
|
|
861
865
|
|
|
862
866
|
//
|
|
863
867
|
//
|
|
@@ -888,7 +892,7 @@ var __vue_component__$K = __vue_component__$J;
|
|
|
888
892
|
//
|
|
889
893
|
//
|
|
890
894
|
//
|
|
891
|
-
var script$
|
|
895
|
+
var script$k = {
|
|
892
896
|
name: "NsCircleTimer",
|
|
893
897
|
props: {
|
|
894
898
|
timeLimit: {
|
|
@@ -948,10 +952,10 @@ var script$i = {
|
|
|
948
952
|
};
|
|
949
953
|
|
|
950
954
|
/* script */
|
|
951
|
-
const __vue_script__$
|
|
955
|
+
const __vue_script__$k = script$k;
|
|
952
956
|
/* template */
|
|
953
957
|
|
|
954
|
-
var __vue_render__$
|
|
958
|
+
var __vue_render__$p = function () {
|
|
955
959
|
var _vm = this;
|
|
956
960
|
|
|
957
961
|
var _h = _vm.$createElement;
|
|
@@ -987,10 +991,10 @@ var __vue_render__$n = function () {
|
|
|
987
991
|
})])])]);
|
|
988
992
|
};
|
|
989
993
|
|
|
990
|
-
var __vue_staticRenderFns__$
|
|
994
|
+
var __vue_staticRenderFns__$p = [];
|
|
991
995
|
/* style */
|
|
992
996
|
|
|
993
|
-
const __vue_inject_styles__$
|
|
997
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
994
998
|
if (!inject) return;
|
|
995
999
|
inject("data-v-45b59790_0", {
|
|
996
1000
|
source: ".base-timer[data-v-45b59790]{position:relative}.base-timer__circle[data-v-45b59790]{fill:none;stroke:none}.base-timer__path-remaining[data-v-45b59790]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-45b59790]{transform:scaleX(-1)}",
|
|
@@ -1001,26 +1005,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1001
1005
|
/* scoped */
|
|
1002
1006
|
|
|
1003
1007
|
|
|
1004
|
-
const __vue_scope_id__$
|
|
1008
|
+
const __vue_scope_id__$q = "data-v-45b59790";
|
|
1005
1009
|
/* module identifier */
|
|
1006
1010
|
|
|
1007
|
-
const __vue_module_identifier__$
|
|
1011
|
+
const __vue_module_identifier__$q = undefined;
|
|
1008
1012
|
/* functional template */
|
|
1009
1013
|
|
|
1010
|
-
const __vue_is_functional_template__$
|
|
1014
|
+
const __vue_is_functional_template__$q = false;
|
|
1011
1015
|
/* style inject SSR */
|
|
1012
1016
|
|
|
1013
1017
|
/* style inject shadow dom */
|
|
1014
1018
|
|
|
1015
|
-
const __vue_component__$
|
|
1016
|
-
render: __vue_render__$
|
|
1017
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1018
|
-
}, __vue_inject_styles__$
|
|
1019
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
1020
|
+
render: __vue_render__$p,
|
|
1021
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
1022
|
+
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
1019
1023
|
|
|
1020
|
-
var NsCircleTimer = __vue_component__$
|
|
1024
|
+
var NsCircleTimer = __vue_component__$M;
|
|
1021
1025
|
|
|
1022
1026
|
//
|
|
1023
|
-
var script$
|
|
1027
|
+
var script$j = {
|
|
1024
1028
|
name: "NsInlineNotification",
|
|
1025
1029
|
extends: CvInlineNotification,
|
|
1026
1030
|
components: {
|
|
@@ -1057,10 +1061,10 @@ var script$h = {
|
|
|
1057
1061
|
};
|
|
1058
1062
|
|
|
1059
1063
|
/* script */
|
|
1060
|
-
const __vue_script__$
|
|
1064
|
+
const __vue_script__$j = script$j;
|
|
1061
1065
|
/* template */
|
|
1062
1066
|
|
|
1063
|
-
var __vue_render__$
|
|
1067
|
+
var __vue_render__$o = function () {
|
|
1064
1068
|
var _obj;
|
|
1065
1069
|
|
|
1066
1070
|
var _vm = this;
|
|
@@ -1131,10 +1135,10 @@ var __vue_render__$m = function () {
|
|
|
1131
1135
|
})], 1) : _vm._e()]);
|
|
1132
1136
|
};
|
|
1133
1137
|
|
|
1134
|
-
var __vue_staticRenderFns__$
|
|
1138
|
+
var __vue_staticRenderFns__$o = [];
|
|
1135
1139
|
/* style */
|
|
1136
1140
|
|
|
1137
|
-
const __vue_inject_styles__$
|
|
1141
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
1138
1142
|
if (!inject) return;
|
|
1139
1143
|
inject("data-v-1e5d2ff7_0", {
|
|
1140
1144
|
source: ".title[data-v-1e5d2ff7]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-1e5d2ff7]{margin-right:.75rem}.details[data-v-1e5d2ff7]{flex-grow:0}.bx--inline-notification__close-button[data-v-1e5d2ff7]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-1e5d2ff7]{padding-right:0!important}",
|
|
@@ -1145,23 +1149,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
1145
1149
|
/* scoped */
|
|
1146
1150
|
|
|
1147
1151
|
|
|
1148
|
-
const __vue_scope_id__$
|
|
1152
|
+
const __vue_scope_id__$p = "data-v-1e5d2ff7";
|
|
1149
1153
|
/* module identifier */
|
|
1150
1154
|
|
|
1151
|
-
const __vue_module_identifier__$
|
|
1155
|
+
const __vue_module_identifier__$p = undefined;
|
|
1152
1156
|
/* functional template */
|
|
1153
1157
|
|
|
1154
|
-
const __vue_is_functional_template__$
|
|
1158
|
+
const __vue_is_functional_template__$p = false;
|
|
1155
1159
|
/* style inject SSR */
|
|
1156
1160
|
|
|
1157
1161
|
/* style inject shadow dom */
|
|
1158
1162
|
|
|
1159
|
-
const __vue_component__$
|
|
1160
|
-
render: __vue_render__$
|
|
1161
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1162
|
-
}, __vue_inject_styles__$
|
|
1163
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
1164
|
+
render: __vue_render__$o,
|
|
1165
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
1166
|
+
}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
1163
1167
|
|
|
1164
|
-
var NsInlineNotification = __vue_component__$
|
|
1168
|
+
var NsInlineNotification = __vue_component__$L;
|
|
1165
1169
|
|
|
1166
1170
|
//
|
|
1167
1171
|
//
|
|
@@ -1180,7 +1184,7 @@ var NsInlineNotification = __vue_component__$H;
|
|
|
1180
1184
|
//
|
|
1181
1185
|
//
|
|
1182
1186
|
//
|
|
1183
|
-
var script$
|
|
1187
|
+
var script$i = {
|
|
1184
1188
|
name: "NsProgressBar",
|
|
1185
1189
|
props: {
|
|
1186
1190
|
value: {
|
|
@@ -1211,10 +1215,10 @@ var script$g = {
|
|
|
1211
1215
|
};
|
|
1212
1216
|
|
|
1213
1217
|
/* script */
|
|
1214
|
-
const __vue_script__$
|
|
1218
|
+
const __vue_script__$i = script$i;
|
|
1215
1219
|
/* template */
|
|
1216
1220
|
|
|
1217
|
-
var __vue_render__$
|
|
1221
|
+
var __vue_render__$n = function () {
|
|
1218
1222
|
var _vm = this;
|
|
1219
1223
|
|
|
1220
1224
|
var _h = _vm.$createElement;
|
|
@@ -1239,10 +1243,10 @@ var __vue_render__$l = function () {
|
|
|
1239
1243
|
})]], 2)]);
|
|
1240
1244
|
};
|
|
1241
1245
|
|
|
1242
|
-
var __vue_staticRenderFns__$
|
|
1246
|
+
var __vue_staticRenderFns__$n = [];
|
|
1243
1247
|
/* style */
|
|
1244
1248
|
|
|
1245
|
-
const __vue_inject_styles__$
|
|
1249
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
1246
1250
|
if (!inject) return;
|
|
1247
1251
|
inject("data-v-2bcd6519_0", {
|
|
1248
1252
|
source: ".progress-bar-container[data-v-2bcd6519]{width:100%;position:relative}.slider[data-v-2bcd6519]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-2bcd6519]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-2bcd6519]{position:absolute;height:5px}.indeterminate-line[data-v-2bcd6519]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-2bcd6519]{position:absolute;height:5px}.inc[data-v-2bcd6519]{animation:increase-data-v-2bcd6519 2s infinite}.dec[data-v-2bcd6519]{animation:decrease-data-v-2bcd6519 2s .5s infinite}@keyframes increase-data-v-2bcd6519{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2bcd6519{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1253,25 +1257,25 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1253
1257
|
/* scoped */
|
|
1254
1258
|
|
|
1255
1259
|
|
|
1256
|
-
const __vue_scope_id__$
|
|
1260
|
+
const __vue_scope_id__$o = "data-v-2bcd6519";
|
|
1257
1261
|
/* module identifier */
|
|
1258
1262
|
|
|
1259
|
-
const __vue_module_identifier__$
|
|
1263
|
+
const __vue_module_identifier__$o = undefined;
|
|
1260
1264
|
/* functional template */
|
|
1261
1265
|
|
|
1262
|
-
const __vue_is_functional_template__$
|
|
1266
|
+
const __vue_is_functional_template__$o = false;
|
|
1263
1267
|
/* style inject SSR */
|
|
1264
1268
|
|
|
1265
1269
|
/* style inject shadow dom */
|
|
1266
1270
|
|
|
1267
|
-
const __vue_component__$
|
|
1268
|
-
render: __vue_render__$
|
|
1269
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1270
|
-
}, __vue_inject_styles__$
|
|
1271
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
1272
|
+
render: __vue_render__$n,
|
|
1273
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1274
|
+
}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
1271
1275
|
|
|
1272
|
-
var NsProgressBar = __vue_component__$
|
|
1276
|
+
var NsProgressBar = __vue_component__$K;
|
|
1273
1277
|
|
|
1274
|
-
var script$
|
|
1278
|
+
var script$h = {
|
|
1275
1279
|
name: "NsSvg",
|
|
1276
1280
|
props: {
|
|
1277
1281
|
svg: {
|
|
@@ -1330,33 +1334,33 @@ var script$f = {
|
|
|
1330
1334
|
};
|
|
1331
1335
|
|
|
1332
1336
|
/* script */
|
|
1333
|
-
const __vue_script__$
|
|
1337
|
+
const __vue_script__$h = script$h;
|
|
1334
1338
|
/* template */
|
|
1335
1339
|
|
|
1336
1340
|
/* style */
|
|
1337
1341
|
|
|
1338
|
-
const __vue_inject_styles__$
|
|
1342
|
+
const __vue_inject_styles__$n = undefined;
|
|
1339
1343
|
/* scoped */
|
|
1340
1344
|
|
|
1341
|
-
const __vue_scope_id__$
|
|
1345
|
+
const __vue_scope_id__$n = undefined;
|
|
1342
1346
|
/* module identifier */
|
|
1343
1347
|
|
|
1344
|
-
const __vue_module_identifier__$
|
|
1348
|
+
const __vue_module_identifier__$n = undefined;
|
|
1345
1349
|
/* functional template */
|
|
1346
1350
|
|
|
1347
|
-
const __vue_is_functional_template__$
|
|
1351
|
+
const __vue_is_functional_template__$n = undefined;
|
|
1348
1352
|
/* style inject */
|
|
1349
1353
|
|
|
1350
1354
|
/* style inject SSR */
|
|
1351
1355
|
|
|
1352
1356
|
/* style inject shadow dom */
|
|
1353
1357
|
|
|
1354
|
-
const __vue_component__$
|
|
1358
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
1355
1359
|
|
|
1356
|
-
var NsSvg = __vue_component__$
|
|
1360
|
+
var NsSvg = __vue_component__$J;
|
|
1357
1361
|
|
|
1358
1362
|
//
|
|
1359
|
-
var script$
|
|
1363
|
+
var script$g = {
|
|
1360
1364
|
name: "NsTile",
|
|
1361
1365
|
extends: CvTile,
|
|
1362
1366
|
inheritAttrs: false,
|
|
@@ -1424,10 +1428,10 @@ var script$e = {
|
|
|
1424
1428
|
};
|
|
1425
1429
|
|
|
1426
1430
|
/* script */
|
|
1427
|
-
const __vue_script__$
|
|
1431
|
+
const __vue_script__$g = script$g;
|
|
1428
1432
|
/* template */
|
|
1429
1433
|
|
|
1430
|
-
var __vue_render__$
|
|
1434
|
+
var __vue_render__$m = function () {
|
|
1431
1435
|
var _obj;
|
|
1432
1436
|
|
|
1433
1437
|
var _vm = this;
|
|
@@ -1464,10 +1468,10 @@ var __vue_render__$k = function () {
|
|
|
1464
1468
|
}) : _vm._e()], 1);
|
|
1465
1469
|
};
|
|
1466
1470
|
|
|
1467
|
-
var __vue_staticRenderFns__$
|
|
1471
|
+
var __vue_staticRenderFns__$m = [];
|
|
1468
1472
|
/* style */
|
|
1469
1473
|
|
|
1470
|
-
const __vue_inject_styles__$
|
|
1474
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
1471
1475
|
if (!inject) return;
|
|
1472
1476
|
inject("data-v-bbf09f9e_0", {
|
|
1473
1477
|
source: ".ns-tile[data-v-bbf09f9e]{margin-bottom:2rem}.container[data-v-bbf09f9e]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-bbf09f9e]{text-align:center}.large[data-v-bbf09f9e]{min-height:10rem}.tile-icon[data-v-bbf09f9e]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-bbf09f9e]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-bbf09f9e]{padding-bottom:4rem}",
|
|
@@ -1478,23 +1482,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
1478
1482
|
/* scoped */
|
|
1479
1483
|
|
|
1480
1484
|
|
|
1481
|
-
const __vue_scope_id__$
|
|
1485
|
+
const __vue_scope_id__$m = "data-v-bbf09f9e";
|
|
1482
1486
|
/* module identifier */
|
|
1483
1487
|
|
|
1484
|
-
const __vue_module_identifier__$
|
|
1488
|
+
const __vue_module_identifier__$m = undefined;
|
|
1485
1489
|
/* functional template */
|
|
1486
1490
|
|
|
1487
|
-
const __vue_is_functional_template__$
|
|
1491
|
+
const __vue_is_functional_template__$m = false;
|
|
1488
1492
|
/* style inject SSR */
|
|
1489
1493
|
|
|
1490
1494
|
/* style inject shadow dom */
|
|
1491
1495
|
|
|
1492
|
-
const __vue_component__$
|
|
1493
|
-
render: __vue_render__$
|
|
1494
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1495
|
-
}, __vue_inject_styles__$
|
|
1496
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
1497
|
+
render: __vue_render__$m,
|
|
1498
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
1499
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
1496
1500
|
|
|
1497
|
-
var __vue_component__$
|
|
1501
|
+
var __vue_component__$I = __vue_component__$H;
|
|
1498
1502
|
|
|
1499
1503
|
function toInteger(dirtyNumber) {
|
|
1500
1504
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6091,7 +6095,7 @@ var DateTimeService = {
|
|
|
6091
6095
|
};
|
|
6092
6096
|
|
|
6093
6097
|
//
|
|
6094
|
-
var script$
|
|
6098
|
+
var script$f = {
|
|
6095
6099
|
name: "NsToastNotification",
|
|
6096
6100
|
extends: CvToastNotification,
|
|
6097
6101
|
components: {
|
|
@@ -6133,10 +6137,10 @@ var script$d = {
|
|
|
6133
6137
|
};
|
|
6134
6138
|
|
|
6135
6139
|
/* script */
|
|
6136
|
-
const __vue_script__$
|
|
6140
|
+
const __vue_script__$f = script$f;
|
|
6137
6141
|
/* template */
|
|
6138
6142
|
|
|
6139
|
-
var __vue_render__$
|
|
6143
|
+
var __vue_render__$l = function () {
|
|
6140
6144
|
var _obj;
|
|
6141
6145
|
|
|
6142
6146
|
var _vm = this;
|
|
@@ -6219,10 +6223,10 @@ var __vue_render__$j = function () {
|
|
|
6219
6223
|
})], 1) : _vm._e()], 1)]);
|
|
6220
6224
|
};
|
|
6221
6225
|
|
|
6222
|
-
var __vue_staticRenderFns__$
|
|
6226
|
+
var __vue_staticRenderFns__$l = [];
|
|
6223
6227
|
/* style */
|
|
6224
6228
|
|
|
6225
|
-
const __vue_inject_styles__$
|
|
6229
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6226
6230
|
if (!inject) return;
|
|
6227
6231
|
inject("data-v-79bd81d3_0", {
|
|
6228
6232
|
source: ".notification[data-v-79bd81d3]{margin-bottom:0;margin-right:0}.action[data-v-79bd81d3]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-79bd81d3]{margin-left:-16px}.notification-description-and-progress[data-v-79bd81d3]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-79bd81d3]{margin-bottom:0}.progress[data-v-79bd81d3]{margin-top:.75rem}.progress-bar-spacer[data-v-79bd81d3]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:100%;cursor:pointer}.notification-read[data-v-79bd81d3]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-79bd81d3]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-79bd81d3]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-79bd81d3]{font-weight:400}.cv-notifiation .timestamp[data-v-79bd81d3]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-79bd81d3]{color:#c6c6c6}.bx--tooltip__trigger[data-v-79bd81d3]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-79bd81d3]::before{border-bottom-color:#161616}div.row[data-v-79bd81d3]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-79bd81d3]{flex-grow:1}",
|
|
@@ -6237,26 +6241,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6237
6241
|
/* scoped */
|
|
6238
6242
|
|
|
6239
6243
|
|
|
6240
|
-
const __vue_scope_id__$
|
|
6244
|
+
const __vue_scope_id__$l = "data-v-79bd81d3";
|
|
6241
6245
|
/* module identifier */
|
|
6242
6246
|
|
|
6243
|
-
const __vue_module_identifier__$
|
|
6247
|
+
const __vue_module_identifier__$l = undefined;
|
|
6244
6248
|
/* functional template */
|
|
6245
6249
|
|
|
6246
|
-
const __vue_is_functional_template__$
|
|
6250
|
+
const __vue_is_functional_template__$l = false;
|
|
6247
6251
|
/* style inject SSR */
|
|
6248
6252
|
|
|
6249
6253
|
/* style inject shadow dom */
|
|
6250
6254
|
|
|
6251
|
-
const __vue_component__$
|
|
6252
|
-
render: __vue_render__$
|
|
6253
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6254
|
-
}, __vue_inject_styles__$
|
|
6255
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6256
|
+
render: __vue_render__$l,
|
|
6257
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6258
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6255
6259
|
|
|
6256
|
-
var __vue_component__$
|
|
6260
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6257
6261
|
|
|
6258
6262
|
//
|
|
6259
|
-
var script$
|
|
6263
|
+
var script$e = {
|
|
6260
6264
|
name: "NsInfoCard",
|
|
6261
6265
|
//components added for storybook to work
|
|
6262
6266
|
components: {
|
|
@@ -6291,10 +6295,10 @@ var script$c = {
|
|
|
6291
6295
|
};
|
|
6292
6296
|
|
|
6293
6297
|
/* script */
|
|
6294
|
-
const __vue_script__$
|
|
6298
|
+
const __vue_script__$e = script$e;
|
|
6295
6299
|
/* template */
|
|
6296
6300
|
|
|
6297
|
-
var __vue_render__$
|
|
6301
|
+
var __vue_render__$k = function () {
|
|
6298
6302
|
var _vm = this;
|
|
6299
6303
|
|
|
6300
6304
|
var _h = _vm.$createElement;
|
|
@@ -6326,10 +6330,10 @@ var __vue_render__$i = function () {
|
|
|
6326
6330
|
}, [_vm._t("content")], 2)], 2);
|
|
6327
6331
|
};
|
|
6328
6332
|
|
|
6329
|
-
var __vue_staticRenderFns__$
|
|
6333
|
+
var __vue_staticRenderFns__$k = [];
|
|
6330
6334
|
/* style */
|
|
6331
6335
|
|
|
6332
|
-
const __vue_inject_styles__$
|
|
6336
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6333
6337
|
if (!inject) return;
|
|
6334
6338
|
inject("data-v-5f0f76db_0", {
|
|
6335
6339
|
source: ".info-card[data-v-5f0f76db]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.row[data-v-5f0f76db]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-5f0f76db]{margin-top:.5rem}",
|
|
@@ -6340,26 +6344,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6340
6344
|
/* scoped */
|
|
6341
6345
|
|
|
6342
6346
|
|
|
6343
|
-
const __vue_scope_id__$
|
|
6347
|
+
const __vue_scope_id__$k = "data-v-5f0f76db";
|
|
6344
6348
|
/* module identifier */
|
|
6345
6349
|
|
|
6346
|
-
const __vue_module_identifier__$
|
|
6350
|
+
const __vue_module_identifier__$k = undefined;
|
|
6347
6351
|
/* functional template */
|
|
6348
6352
|
|
|
6349
|
-
const __vue_is_functional_template__$
|
|
6353
|
+
const __vue_is_functional_template__$k = false;
|
|
6350
6354
|
/* style inject SSR */
|
|
6351
6355
|
|
|
6352
6356
|
/* style inject shadow dom */
|
|
6353
6357
|
|
|
6354
|
-
const __vue_component__$
|
|
6355
|
-
render: __vue_render__$
|
|
6356
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6357
|
-
}, __vue_inject_styles__$
|
|
6358
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6359
|
+
render: __vue_render__$k,
|
|
6360
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6361
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6358
6362
|
|
|
6359
|
-
var __vue_component__$
|
|
6363
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6360
6364
|
|
|
6361
6365
|
//
|
|
6362
|
-
var script$
|
|
6366
|
+
var script$d = {
|
|
6363
6367
|
name: "NsStatusCard",
|
|
6364
6368
|
//components added for storybook to work
|
|
6365
6369
|
components: {
|
|
@@ -6406,10 +6410,10 @@ var script$b = {
|
|
|
6406
6410
|
};
|
|
6407
6411
|
|
|
6408
6412
|
/* script */
|
|
6409
|
-
const __vue_script__$
|
|
6413
|
+
const __vue_script__$d = script$d;
|
|
6410
6414
|
/* template */
|
|
6411
6415
|
|
|
6412
|
-
var __vue_render__$
|
|
6416
|
+
var __vue_render__$j = function () {
|
|
6413
6417
|
var _vm = this;
|
|
6414
6418
|
|
|
6415
6419
|
var _h = _vm.$createElement;
|
|
@@ -6478,10 +6482,10 @@ var __vue_render__$h = function () {
|
|
|
6478
6482
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6479
6483
|
};
|
|
6480
6484
|
|
|
6481
|
-
var __vue_staticRenderFns__$
|
|
6485
|
+
var __vue_staticRenderFns__$j = [];
|
|
6482
6486
|
/* style */
|
|
6483
6487
|
|
|
6484
|
-
const __vue_inject_styles__$
|
|
6488
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6485
6489
|
if (!inject) return;
|
|
6486
6490
|
inject("data-v-e4a14fb4_0", {
|
|
6487
6491
|
source: ".status-card[data-v-e4a14fb4]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e4a14fb4]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.label[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e4a14fb4]{margin-right:.25rem}.error-icon[data-v-e4a14fb4]{margin-right:.25rem}.warning-icon[data-v-e4a14fb4]{margin-right:.25rem}.stats[data-v-e4a14fb4]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6492,26 +6496,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
6492
6496
|
/* scoped */
|
|
6493
6497
|
|
|
6494
6498
|
|
|
6495
|
-
const __vue_scope_id__$
|
|
6499
|
+
const __vue_scope_id__$j = "data-v-e4a14fb4";
|
|
6496
6500
|
/* module identifier */
|
|
6497
6501
|
|
|
6498
|
-
const __vue_module_identifier__$
|
|
6502
|
+
const __vue_module_identifier__$j = undefined;
|
|
6499
6503
|
/* functional template */
|
|
6500
6504
|
|
|
6501
|
-
const __vue_is_functional_template__$
|
|
6505
|
+
const __vue_is_functional_template__$j = false;
|
|
6502
6506
|
/* style inject SSR */
|
|
6503
6507
|
|
|
6504
6508
|
/* style inject shadow dom */
|
|
6505
6509
|
|
|
6506
|
-
const __vue_component__$
|
|
6507
|
-
render: __vue_render__$
|
|
6508
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6509
|
-
}, __vue_inject_styles__$
|
|
6510
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6511
|
+
render: __vue_render__$j,
|
|
6512
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6513
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6510
6514
|
|
|
6511
|
-
var __vue_component__$
|
|
6515
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6512
6516
|
|
|
6513
6517
|
//
|
|
6514
|
-
var script$
|
|
6518
|
+
var script$c = {
|
|
6515
6519
|
name: "NsSystemdServiceCard",
|
|
6516
6520
|
//components added for storybook to work
|
|
6517
6521
|
components: {
|
|
@@ -6565,10 +6569,10 @@ var script$a = {
|
|
|
6565
6569
|
};
|
|
6566
6570
|
|
|
6567
6571
|
/* script */
|
|
6568
|
-
const __vue_script__$
|
|
6572
|
+
const __vue_script__$c = script$c;
|
|
6569
6573
|
/* template */
|
|
6570
6574
|
|
|
6571
|
-
var __vue_render__$
|
|
6575
|
+
var __vue_render__$i = function () {
|
|
6572
6576
|
var _vm = this;
|
|
6573
6577
|
|
|
6574
6578
|
var _h = _vm.$createElement;
|
|
@@ -6623,10 +6627,10 @@ var __vue_render__$g = function () {
|
|
|
6623
6627
|
})], 1)])]);
|
|
6624
6628
|
};
|
|
6625
6629
|
|
|
6626
|
-
var __vue_staticRenderFns__$
|
|
6630
|
+
var __vue_staticRenderFns__$i = [];
|
|
6627
6631
|
/* style */
|
|
6628
6632
|
|
|
6629
|
-
const __vue_inject_styles__$
|
|
6633
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
6630
6634
|
if (!inject) return;
|
|
6631
6635
|
inject("data-v-e13a5ce6_0", {
|
|
6632
6636
|
source: ".service-card[data-v-e13a5ce6]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e13a5ce6]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-e13a5ce6]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e13a5ce6]{margin-right:.25rem}.error-icon[data-v-e13a5ce6]{margin-right:.25rem}.warning-icon[data-v-e13a5ce6]{margin-right:.25rem}.stats[data-v-e13a5ce6]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6637,23 +6641,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
6637
6641
|
/* scoped */
|
|
6638
6642
|
|
|
6639
6643
|
|
|
6640
|
-
const __vue_scope_id__$
|
|
6644
|
+
const __vue_scope_id__$i = "data-v-e13a5ce6";
|
|
6641
6645
|
/* module identifier */
|
|
6642
6646
|
|
|
6643
|
-
const __vue_module_identifier__$
|
|
6647
|
+
const __vue_module_identifier__$i = undefined;
|
|
6644
6648
|
/* functional template */
|
|
6645
6649
|
|
|
6646
|
-
const __vue_is_functional_template__$
|
|
6650
|
+
const __vue_is_functional_template__$i = false;
|
|
6647
6651
|
/* style inject SSR */
|
|
6648
6652
|
|
|
6649
6653
|
/* style inject shadow dom */
|
|
6650
6654
|
|
|
6651
|
-
const __vue_component__$
|
|
6652
|
-
render: __vue_render__$
|
|
6653
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6654
|
-
}, __vue_inject_styles__$
|
|
6655
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
6656
|
+
render: __vue_render__$i,
|
|
6657
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
6658
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
6655
6659
|
|
|
6656
|
-
var __vue_component__$
|
|
6660
|
+
var __vue_component__$A = __vue_component__$z;
|
|
6657
6661
|
|
|
6658
6662
|
var UtilService = {
|
|
6659
6663
|
name: "UtilService",
|
|
@@ -6825,7 +6829,7 @@ var UtilService = {
|
|
|
6825
6829
|
};
|
|
6826
6830
|
|
|
6827
6831
|
//
|
|
6828
|
-
var script$
|
|
6832
|
+
var script$b = {
|
|
6829
6833
|
name: "NsPasswordInput",
|
|
6830
6834
|
components: CvTextInput,
|
|
6831
6835
|
mixins: [UtilService],
|
|
@@ -6981,10 +6985,10 @@ var script$9 = {
|
|
|
6981
6985
|
};
|
|
6982
6986
|
|
|
6983
6987
|
/* script */
|
|
6984
|
-
const __vue_script__$
|
|
6988
|
+
const __vue_script__$b = script$b;
|
|
6985
6989
|
/* template */
|
|
6986
6990
|
|
|
6987
|
-
var __vue_render__$
|
|
6991
|
+
var __vue_render__$h = function () {
|
|
6988
6992
|
var _vm = this;
|
|
6989
6993
|
|
|
6990
6994
|
var _h = _vm.$createElement;
|
|
@@ -7073,10 +7077,10 @@ var __vue_render__$f = function () {
|
|
|
7073
7077
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7074
7078
|
};
|
|
7075
7079
|
|
|
7076
|
-
var __vue_staticRenderFns__$
|
|
7080
|
+
var __vue_staticRenderFns__$h = [];
|
|
7077
7081
|
/* style */
|
|
7078
7082
|
|
|
7079
|
-
const __vue_inject_styles__$
|
|
7083
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7080
7084
|
if (!inject) return;
|
|
7081
7085
|
inject("data-v-1598af82_0", {
|
|
7082
7086
|
source: ".new-password-container[data-v-1598af82]{margin-bottom:1rem}.new-password[data-v-1598af82]{margin-bottom:.25rem}.confirm-password[data-v-1598af82]{margin-bottom:.25rem}.password-meter[data-v-1598af82]{display:flex}@media (min-width:672px){.password-meter[data-v-1598af82]{max-width:38rem}}.requirement[data-v-1598af82]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-1598af82]{background-color:#fff}.requirement[data-v-1598af82]:first-child{margin-left:0}.requirement-ok[data-v-1598af82]{color:#fff;background-color:#198038}",
|
|
@@ -7087,26 +7091,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
7087
7091
|
/* scoped */
|
|
7088
7092
|
|
|
7089
7093
|
|
|
7090
|
-
const __vue_scope_id__$
|
|
7094
|
+
const __vue_scope_id__$h = "data-v-1598af82";
|
|
7091
7095
|
/* module identifier */
|
|
7092
7096
|
|
|
7093
|
-
const __vue_module_identifier__$
|
|
7097
|
+
const __vue_module_identifier__$h = undefined;
|
|
7094
7098
|
/* functional template */
|
|
7095
7099
|
|
|
7096
|
-
const __vue_is_functional_template__$
|
|
7100
|
+
const __vue_is_functional_template__$h = false;
|
|
7097
7101
|
/* style inject SSR */
|
|
7098
7102
|
|
|
7099
7103
|
/* style inject shadow dom */
|
|
7100
7104
|
|
|
7101
|
-
const __vue_component__$
|
|
7102
|
-
render: __vue_render__$
|
|
7103
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7104
|
-
}, __vue_inject_styles__$
|
|
7105
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7106
|
+
render: __vue_render__$h,
|
|
7107
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7108
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7105
7109
|
|
|
7106
|
-
var __vue_component__$
|
|
7110
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7107
7111
|
|
|
7108
7112
|
//
|
|
7109
|
-
var script$
|
|
7113
|
+
var script$a = {
|
|
7110
7114
|
name: "NsIconMenu",
|
|
7111
7115
|
extends: CvOverflowMenu,
|
|
7112
7116
|
props: {
|
|
@@ -7135,10 +7139,10 @@ var script$8 = {
|
|
|
7135
7139
|
};
|
|
7136
7140
|
|
|
7137
7141
|
/* script */
|
|
7138
|
-
const __vue_script__$
|
|
7142
|
+
const __vue_script__$a = script$a;
|
|
7139
7143
|
/* template */
|
|
7140
7144
|
|
|
7141
|
-
var __vue_render__$
|
|
7145
|
+
var __vue_render__$g = function () {
|
|
7142
7146
|
var _obj, _obj$1;
|
|
7143
7147
|
|
|
7144
7148
|
var _vm = this;
|
|
@@ -7250,35 +7254,35 @@ var __vue_render__$e = function () {
|
|
|
7250
7254
|
})])]);
|
|
7251
7255
|
};
|
|
7252
7256
|
|
|
7253
|
-
var __vue_staticRenderFns__$
|
|
7257
|
+
var __vue_staticRenderFns__$g = [];
|
|
7254
7258
|
/* style */
|
|
7255
7259
|
|
|
7256
|
-
const __vue_inject_styles__$
|
|
7260
|
+
const __vue_inject_styles__$g = undefined;
|
|
7257
7261
|
/* scoped */
|
|
7258
7262
|
|
|
7259
|
-
const __vue_scope_id__$
|
|
7263
|
+
const __vue_scope_id__$g = undefined;
|
|
7260
7264
|
/* module identifier */
|
|
7261
7265
|
|
|
7262
|
-
const __vue_module_identifier__$
|
|
7266
|
+
const __vue_module_identifier__$g = undefined;
|
|
7263
7267
|
/* functional template */
|
|
7264
7268
|
|
|
7265
|
-
const __vue_is_functional_template__$
|
|
7269
|
+
const __vue_is_functional_template__$g = false;
|
|
7266
7270
|
/* style inject */
|
|
7267
7271
|
|
|
7268
7272
|
/* style inject SSR */
|
|
7269
7273
|
|
|
7270
7274
|
/* style inject shadow dom */
|
|
7271
7275
|
|
|
7272
|
-
const __vue_component__$
|
|
7273
|
-
render: __vue_render__$
|
|
7274
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7275
|
-
}, __vue_inject_styles__$
|
|
7276
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7277
|
+
render: __vue_render__$g,
|
|
7278
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7279
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
7276
7280
|
|
|
7277
|
-
var __vue_component__$
|
|
7281
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7278
7282
|
|
|
7279
7283
|
//
|
|
7280
7284
|
Vue.use(chartsVue);
|
|
7281
|
-
var script$
|
|
7285
|
+
var script$9 = {
|
|
7282
7286
|
name: "NsMeterChart",
|
|
7283
7287
|
components: {
|
|
7284
7288
|
CcvMeterChart
|
|
@@ -7352,10 +7356,10 @@ var script$7 = {
|
|
|
7352
7356
|
};
|
|
7353
7357
|
|
|
7354
7358
|
/* script */
|
|
7355
|
-
const __vue_script__$
|
|
7359
|
+
const __vue_script__$9 = script$9;
|
|
7356
7360
|
/* template */
|
|
7357
7361
|
|
|
7358
|
-
var __vue_render__$
|
|
7362
|
+
var __vue_render__$f = function () {
|
|
7359
7363
|
var _vm = this;
|
|
7360
7364
|
|
|
7361
7365
|
var _h = _vm.$createElement;
|
|
@@ -7370,35 +7374,35 @@ var __vue_render__$d = function () {
|
|
|
7370
7374
|
});
|
|
7371
7375
|
};
|
|
7372
7376
|
|
|
7373
|
-
var __vue_staticRenderFns__$
|
|
7377
|
+
var __vue_staticRenderFns__$f = [];
|
|
7374
7378
|
/* style */
|
|
7375
7379
|
|
|
7376
|
-
const __vue_inject_styles__$
|
|
7380
|
+
const __vue_inject_styles__$f = undefined;
|
|
7377
7381
|
/* scoped */
|
|
7378
7382
|
|
|
7379
|
-
const __vue_scope_id__$
|
|
7383
|
+
const __vue_scope_id__$f = undefined;
|
|
7380
7384
|
/* module identifier */
|
|
7381
7385
|
|
|
7382
|
-
const __vue_module_identifier__$
|
|
7386
|
+
const __vue_module_identifier__$f = undefined;
|
|
7383
7387
|
/* functional template */
|
|
7384
7388
|
|
|
7385
|
-
const __vue_is_functional_template__$
|
|
7389
|
+
const __vue_is_functional_template__$f = false;
|
|
7386
7390
|
/* style inject */
|
|
7387
7391
|
|
|
7388
7392
|
/* style inject SSR */
|
|
7389
7393
|
|
|
7390
7394
|
/* style inject shadow dom */
|
|
7391
7395
|
|
|
7392
|
-
const __vue_component__$
|
|
7393
|
-
render: __vue_render__$
|
|
7394
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7395
|
-
}, __vue_inject_styles__$
|
|
7396
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7397
|
+
render: __vue_render__$f,
|
|
7398
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7399
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
7396
7400
|
|
|
7397
|
-
var __vue_component__$
|
|
7401
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7398
7402
|
|
|
7399
7403
|
//
|
|
7400
7404
|
Vue.use(chartsVue);
|
|
7401
|
-
var script$
|
|
7405
|
+
var script$8 = {
|
|
7402
7406
|
name: "NsPieChart",
|
|
7403
7407
|
components: {},
|
|
7404
7408
|
props: {
|
|
@@ -7454,10 +7458,10 @@ var script$6 = {
|
|
|
7454
7458
|
};
|
|
7455
7459
|
|
|
7456
7460
|
/* script */
|
|
7457
|
-
const __vue_script__$
|
|
7461
|
+
const __vue_script__$8 = script$8;
|
|
7458
7462
|
/* template */
|
|
7459
7463
|
|
|
7460
|
-
var __vue_render__$
|
|
7464
|
+
var __vue_render__$e = function () {
|
|
7461
7465
|
var _vm = this;
|
|
7462
7466
|
|
|
7463
7467
|
var _h = _vm.$createElement;
|
|
@@ -7472,34 +7476,34 @@ var __vue_render__$c = function () {
|
|
|
7472
7476
|
});
|
|
7473
7477
|
};
|
|
7474
7478
|
|
|
7475
|
-
var __vue_staticRenderFns__$
|
|
7479
|
+
var __vue_staticRenderFns__$e = [];
|
|
7476
7480
|
/* style */
|
|
7477
7481
|
|
|
7478
|
-
const __vue_inject_styles__$
|
|
7482
|
+
const __vue_inject_styles__$e = undefined;
|
|
7479
7483
|
/* scoped */
|
|
7480
7484
|
|
|
7481
|
-
const __vue_scope_id__$
|
|
7485
|
+
const __vue_scope_id__$e = undefined;
|
|
7482
7486
|
/* module identifier */
|
|
7483
7487
|
|
|
7484
|
-
const __vue_module_identifier__$
|
|
7488
|
+
const __vue_module_identifier__$e = undefined;
|
|
7485
7489
|
/* functional template */
|
|
7486
7490
|
|
|
7487
|
-
const __vue_is_functional_template__$
|
|
7491
|
+
const __vue_is_functional_template__$e = false;
|
|
7488
7492
|
/* style inject */
|
|
7489
7493
|
|
|
7490
7494
|
/* style inject SSR */
|
|
7491
7495
|
|
|
7492
7496
|
/* style inject shadow dom */
|
|
7493
7497
|
|
|
7494
|
-
const __vue_component__$
|
|
7495
|
-
render: __vue_render__$
|
|
7496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7497
|
-
}, __vue_inject_styles__$
|
|
7498
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7499
|
+
render: __vue_render__$e,
|
|
7500
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7501
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
7498
7502
|
|
|
7499
|
-
var __vue_component__$
|
|
7503
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7500
7504
|
|
|
7501
7505
|
//
|
|
7502
|
-
var script$
|
|
7506
|
+
var script$7 = {
|
|
7503
7507
|
name: "NsDangerDeleteModal",
|
|
7504
7508
|
//component added for storybook to work
|
|
7505
7509
|
components: {
|
|
@@ -7582,10 +7586,10 @@ var script$5 = {
|
|
|
7582
7586
|
};
|
|
7583
7587
|
|
|
7584
7588
|
/* script */
|
|
7585
|
-
const __vue_script__$
|
|
7589
|
+
const __vue_script__$7 = script$7;
|
|
7586
7590
|
/* template */
|
|
7587
7591
|
|
|
7588
|
-
var __vue_render__$
|
|
7592
|
+
var __vue_render__$d = function () {
|
|
7589
7593
|
var _vm = this;
|
|
7590
7594
|
|
|
7591
7595
|
var _h = _vm.$createElement;
|
|
@@ -7646,10 +7650,10 @@ var __vue_render__$b = function () {
|
|
|
7646
7650
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7647
7651
|
};
|
|
7648
7652
|
|
|
7649
|
-
var __vue_staticRenderFns__$
|
|
7653
|
+
var __vue_staticRenderFns__$d = [];
|
|
7650
7654
|
/* style */
|
|
7651
7655
|
|
|
7652
|
-
const __vue_inject_styles__$
|
|
7656
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
7653
7657
|
if (!inject) return;
|
|
7654
7658
|
inject("data-v-97f667a6_0", {
|
|
7655
7659
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7660,23 +7664,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
7660
7664
|
/* scoped */
|
|
7661
7665
|
|
|
7662
7666
|
|
|
7663
|
-
const __vue_scope_id__$
|
|
7667
|
+
const __vue_scope_id__$d = "data-v-97f667a6";
|
|
7664
7668
|
/* module identifier */
|
|
7665
7669
|
|
|
7666
|
-
const __vue_module_identifier__$
|
|
7670
|
+
const __vue_module_identifier__$d = undefined;
|
|
7667
7671
|
/* functional template */
|
|
7668
7672
|
|
|
7669
|
-
const __vue_is_functional_template__$
|
|
7673
|
+
const __vue_is_functional_template__$d = false;
|
|
7670
7674
|
/* style inject SSR */
|
|
7671
7675
|
|
|
7672
7676
|
/* style inject shadow dom */
|
|
7673
7677
|
|
|
7674
|
-
const __vue_component__$
|
|
7675
|
-
render: __vue_render__$
|
|
7676
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7677
|
-
}, __vue_inject_styles__$
|
|
7678
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
7679
|
+
render: __vue_render__$d,
|
|
7680
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7681
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
7678
7682
|
|
|
7679
|
-
var __vue_component__$
|
|
7683
|
+
var __vue_component__$q = __vue_component__$p;
|
|
7680
7684
|
|
|
7681
7685
|
var IconService = {
|
|
7682
7686
|
name: "IconService",
|
|
@@ -7695,6 +7699,7 @@ var IconService = {
|
|
|
7695
7699
|
Reset20,
|
|
7696
7700
|
Download20,
|
|
7697
7701
|
Launch20,
|
|
7702
|
+
// open app, open external link
|
|
7698
7703
|
Upgrade20,
|
|
7699
7704
|
Settings20,
|
|
7700
7705
|
ChevronDown20,
|
|
@@ -7707,6 +7712,7 @@ var IconService = {
|
|
|
7707
7712
|
Application32,
|
|
7708
7713
|
Add20,
|
|
7709
7714
|
Rocket20,
|
|
7715
|
+
// run
|
|
7710
7716
|
Rocket32,
|
|
7711
7717
|
Chip20,
|
|
7712
7718
|
// cluster nodes
|
|
@@ -7728,6 +7734,7 @@ var IconService = {
|
|
|
7728
7734
|
Edit20,
|
|
7729
7735
|
Password20,
|
|
7730
7736
|
Star20,
|
|
7737
|
+
// favorite apps
|
|
7731
7738
|
Checkmark20,
|
|
7732
7739
|
ZoomIn20,
|
|
7733
7740
|
// used to open details
|
|
@@ -7764,14 +7771,17 @@ var IconService = {
|
|
|
7764
7771
|
Warning16,
|
|
7765
7772
|
// warning
|
|
7766
7773
|
Warning20,
|
|
7767
|
-
Warning32
|
|
7774
|
+
Warning32,
|
|
7775
|
+
Power20,
|
|
7776
|
+
// enable, disable
|
|
7777
|
+
Power32
|
|
7768
7778
|
};
|
|
7769
7779
|
}
|
|
7770
7780
|
|
|
7771
7781
|
};
|
|
7772
7782
|
|
|
7773
7783
|
//
|
|
7774
|
-
var script$
|
|
7784
|
+
var script$6 = {
|
|
7775
7785
|
name: "NsDropdownAction",
|
|
7776
7786
|
extends: CvOverflowMenu,
|
|
7777
7787
|
components: {
|
|
@@ -7803,10 +7813,10 @@ var script$4 = {
|
|
|
7803
7813
|
};
|
|
7804
7814
|
|
|
7805
7815
|
/* script */
|
|
7806
|
-
const __vue_script__$
|
|
7816
|
+
const __vue_script__$6 = script$6;
|
|
7807
7817
|
/* template */
|
|
7808
7818
|
|
|
7809
|
-
var __vue_render__$
|
|
7819
|
+
var __vue_render__$c = function () {
|
|
7810
7820
|
var _obj, _obj$1;
|
|
7811
7821
|
|
|
7812
7822
|
var _vm = this;
|
|
@@ -7906,34 +7916,34 @@ var __vue_render__$a = function () {
|
|
|
7906
7916
|
})])]);
|
|
7907
7917
|
};
|
|
7908
7918
|
|
|
7909
|
-
var __vue_staticRenderFns__$
|
|
7919
|
+
var __vue_staticRenderFns__$c = [];
|
|
7910
7920
|
/* style */
|
|
7911
7921
|
|
|
7912
|
-
const __vue_inject_styles__$
|
|
7922
|
+
const __vue_inject_styles__$c = undefined;
|
|
7913
7923
|
/* scoped */
|
|
7914
7924
|
|
|
7915
|
-
const __vue_scope_id__$
|
|
7925
|
+
const __vue_scope_id__$c = "data-v-31925b9d";
|
|
7916
7926
|
/* module identifier */
|
|
7917
7927
|
|
|
7918
|
-
const __vue_module_identifier__$
|
|
7928
|
+
const __vue_module_identifier__$c = undefined;
|
|
7919
7929
|
/* functional template */
|
|
7920
7930
|
|
|
7921
|
-
const __vue_is_functional_template__$
|
|
7931
|
+
const __vue_is_functional_template__$c = false;
|
|
7922
7932
|
/* style inject */
|
|
7923
7933
|
|
|
7924
7934
|
/* style inject SSR */
|
|
7925
7935
|
|
|
7926
7936
|
/* style inject shadow dom */
|
|
7927
7937
|
|
|
7928
|
-
const __vue_component__$
|
|
7929
|
-
render: __vue_render__$
|
|
7930
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7931
|
-
}, __vue_inject_styles__$
|
|
7938
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
7939
|
+
render: __vue_render__$c,
|
|
7940
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7941
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
7932
7942
|
|
|
7933
|
-
var __vue_component__$
|
|
7943
|
+
var __vue_component__$o = __vue_component__$n;
|
|
7934
7944
|
|
|
7935
7945
|
//
|
|
7936
|
-
var script$
|
|
7946
|
+
var script$5 = {
|
|
7937
7947
|
name: "NsTextInput",
|
|
7938
7948
|
extends: CvTextInput,
|
|
7939
7949
|
components: {
|
|
@@ -7987,10 +7997,10 @@ var script$3 = {
|
|
|
7987
7997
|
};
|
|
7988
7998
|
|
|
7989
7999
|
/* script */
|
|
7990
|
-
const __vue_script__$
|
|
8000
|
+
const __vue_script__$5 = script$5;
|
|
7991
8001
|
/* template */
|
|
7992
8002
|
|
|
7993
|
-
var __vue_render__$
|
|
8003
|
+
var __vue_render__$b = function () {
|
|
7994
8004
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
7995
8005
|
|
|
7996
8006
|
var _vm = this;
|
|
@@ -8068,10 +8078,10 @@ var __vue_render__$9 = function () {
|
|
|
8068
8078
|
})], 2) : _vm._e()]);
|
|
8069
8079
|
};
|
|
8070
8080
|
|
|
8071
|
-
var __vue_staticRenderFns__$
|
|
8081
|
+
var __vue_staticRenderFns__$b = [];
|
|
8072
8082
|
/* style */
|
|
8073
8083
|
|
|
8074
|
-
const __vue_inject_styles__$
|
|
8084
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8075
8085
|
if (!inject) return;
|
|
8076
8086
|
inject("data-v-1a7ed132_0", {
|
|
8077
8087
|
source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
|
|
@@ -8086,26 +8096,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8086
8096
|
/* scoped */
|
|
8087
8097
|
|
|
8088
8098
|
|
|
8089
|
-
const __vue_scope_id__$
|
|
8099
|
+
const __vue_scope_id__$b = "data-v-1a7ed132";
|
|
8090
8100
|
/* module identifier */
|
|
8091
8101
|
|
|
8092
|
-
const __vue_module_identifier__$
|
|
8102
|
+
const __vue_module_identifier__$b = undefined;
|
|
8093
8103
|
/* functional template */
|
|
8094
8104
|
|
|
8095
|
-
const __vue_is_functional_template__$
|
|
8105
|
+
const __vue_is_functional_template__$b = false;
|
|
8096
8106
|
/* style inject SSR */
|
|
8097
8107
|
|
|
8098
8108
|
/* style inject shadow dom */
|
|
8099
8109
|
|
|
8100
|
-
const __vue_component__$
|
|
8101
|
-
render: __vue_render__$
|
|
8102
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8103
|
-
}, __vue_inject_styles__$
|
|
8110
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8111
|
+
render: __vue_render__$b,
|
|
8112
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8113
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8104
8114
|
|
|
8105
|
-
var __vue_component__$
|
|
8115
|
+
var __vue_component__$m = __vue_component__$l;
|
|
8106
8116
|
|
|
8107
8117
|
//
|
|
8108
|
-
var script$
|
|
8118
|
+
var script$4 = {
|
|
8109
8119
|
name: "NsBackupCardDetails",
|
|
8110
8120
|
mixins: [DateTimeService],
|
|
8111
8121
|
props: {
|
|
@@ -8136,83 +8146,15 @@ var script$2 = {
|
|
|
8136
8146
|
totalFileCountLabel: {
|
|
8137
8147
|
type: String,
|
|
8138
8148
|
required: true
|
|
8139
|
-
}
|
|
8140
|
-
|
|
8141
|
-
// required: true,
|
|
8142
|
-
// },
|
|
8143
|
-
// moduleUiName: { ////
|
|
8144
|
-
// type: String,
|
|
8145
|
-
// default: "",
|
|
8146
|
-
// },
|
|
8147
|
-
// repositories: {
|
|
8148
|
-
// type: Array,
|
|
8149
|
-
// required: true,
|
|
8150
|
-
// },
|
|
8151
|
-
// backups: {
|
|
8152
|
-
// type: Array,
|
|
8153
|
-
// required: true,
|
|
8154
|
-
// },
|
|
8155
|
-
// loading: {
|
|
8156
|
-
// type: Boolean,
|
|
8157
|
-
// default: false,
|
|
8158
|
-
// },
|
|
8159
|
-
// coreContext: {
|
|
8160
|
-
// type: Object,
|
|
8161
|
-
// required: true,
|
|
8162
|
-
// },
|
|
8163
|
-
// light: Boolean,
|
|
8164
|
-
|
|
8165
|
-
} // data() { ////
|
|
8166
|
-
// return {
|
|
8167
|
-
// backupsContainingInstance: [],
|
|
8168
|
-
// status: [],
|
|
8169
|
-
// };
|
|
8170
|
-
// },
|
|
8171
|
-
// watch: {
|
|
8172
|
-
// repositories: function () {
|
|
8173
|
-
// this.updateData();
|
|
8174
|
-
// },
|
|
8175
|
-
// backups: function () {
|
|
8176
|
-
// this.updateData();
|
|
8177
|
-
// },
|
|
8178
|
-
// },
|
|
8179
|
-
// created() {
|
|
8180
|
-
// this.updateData();
|
|
8181
|
-
// },
|
|
8182
|
-
// methods: { ////
|
|
8183
|
-
// updateData() {
|
|
8184
|
-
// let backupsContainingInstance = [];
|
|
8185
|
-
// for (const backup of this.backups) {
|
|
8186
|
-
// for (const instance of backup.instances) {
|
|
8187
|
-
// if (instance.module_id == this.moduleId) {
|
|
8188
|
-
// backupsContainingInstance.push(backup);
|
|
8189
|
-
// }
|
|
8190
|
-
// }
|
|
8191
|
-
// }
|
|
8192
|
-
// this.backupsContainingInstance = backupsContainingInstance;
|
|
8193
|
-
// // status
|
|
8194
|
-
// for (const backup of this.backupsContainingInstance) {
|
|
8195
|
-
// const instance = backup.instances.find(
|
|
8196
|
-
// (i) => i.module_id == this.moduleId
|
|
8197
|
-
// );
|
|
8198
|
-
// const status = instance.status;
|
|
8199
|
-
// this.status[backup.id] = status;
|
|
8200
|
-
// }
|
|
8201
|
-
// },
|
|
8202
|
-
// goToBackup() {
|
|
8203
|
-
// if (this.coreContext && this.coreContext.$router) {
|
|
8204
|
-
// this.coreContext.$router.push("/backup");
|
|
8205
|
-
// }
|
|
8206
|
-
// },
|
|
8207
|
-
// },
|
|
8208
|
-
|
|
8149
|
+
}
|
|
8150
|
+
}
|
|
8209
8151
|
};
|
|
8210
8152
|
|
|
8211
8153
|
/* script */
|
|
8212
|
-
const __vue_script__$
|
|
8154
|
+
const __vue_script__$4 = script$4;
|
|
8213
8155
|
/* template */
|
|
8214
8156
|
|
|
8215
|
-
var __vue_render__$
|
|
8157
|
+
var __vue_render__$a = function () {
|
|
8216
8158
|
var _vm = this;
|
|
8217
8159
|
|
|
8218
8160
|
var _h = _vm.$createElement;
|
|
@@ -8266,13 +8208,13 @@ var __vue_render__$8 = function () {
|
|
|
8266
8208
|
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("humanFormat")(_vm.status[_vm.backup.id].total_file_count)) + "\n (" + _vm._s(_vm.status[_vm.backup.id].total_file_count) + ")\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
8267
8209
|
};
|
|
8268
8210
|
|
|
8269
|
-
var __vue_staticRenderFns__$
|
|
8211
|
+
var __vue_staticRenderFns__$a = [];
|
|
8270
8212
|
/* style */
|
|
8271
8213
|
|
|
8272
|
-
const __vue_inject_styles__$
|
|
8214
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8273
8215
|
if (!inject) return;
|
|
8274
|
-
inject("data-v-
|
|
8275
|
-
source: ".ns-backup-card-details[data-v-
|
|
8216
|
+
inject("data-v-61bac27a_0", {
|
|
8217
|
+
source: ".ns-backup-card-details[data-v-61bac27a]{display:contents}.tr[data-v-61bac27a]{display:table-row}.td[data-v-61bac27a]{display:table-cell}.label[data-v-61bac27a]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
8276
8218
|
map: undefined,
|
|
8277
8219
|
media: undefined
|
|
8278
8220
|
});
|
|
@@ -8280,26 +8222,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8280
8222
|
/* scoped */
|
|
8281
8223
|
|
|
8282
8224
|
|
|
8283
|
-
const __vue_scope_id__$
|
|
8225
|
+
const __vue_scope_id__$a = "data-v-61bac27a";
|
|
8284
8226
|
/* module identifier */
|
|
8285
8227
|
|
|
8286
|
-
const __vue_module_identifier__$
|
|
8228
|
+
const __vue_module_identifier__$a = undefined;
|
|
8287
8229
|
/* functional template */
|
|
8288
8230
|
|
|
8289
|
-
const __vue_is_functional_template__$
|
|
8231
|
+
const __vue_is_functional_template__$a = false;
|
|
8290
8232
|
/* style inject SSR */
|
|
8291
8233
|
|
|
8292
8234
|
/* style inject shadow dom */
|
|
8293
8235
|
|
|
8294
|
-
const __vue_component__$
|
|
8295
|
-
render: __vue_render__$
|
|
8296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8297
|
-
}, __vue_inject_styles__$
|
|
8236
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
8237
|
+
render: __vue_render__$a,
|
|
8238
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8239
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
8298
8240
|
|
|
8299
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8241
|
+
var NsBackupCardDetails = __vue_component__$k;
|
|
8300
8242
|
|
|
8301
8243
|
//
|
|
8302
|
-
var script$
|
|
8244
|
+
var script$3 = {
|
|
8303
8245
|
name: "NsBackupCard",
|
|
8304
8246
|
components: {
|
|
8305
8247
|
NsBackupCardDetails
|
|
@@ -8444,10 +8386,10 @@ var script$1 = {
|
|
|
8444
8386
|
};
|
|
8445
8387
|
|
|
8446
8388
|
/* script */
|
|
8447
|
-
const __vue_script__$
|
|
8389
|
+
const __vue_script__$3 = script$3;
|
|
8448
8390
|
/* template */
|
|
8449
8391
|
|
|
8450
|
-
var __vue_render__$
|
|
8392
|
+
var __vue_render__$9 = function () {
|
|
8451
8393
|
var _vm = this;
|
|
8452
8394
|
|
|
8453
8395
|
var _h = _vm.$createElement;
|
|
@@ -8568,10 +8510,10 @@ var __vue_render__$7 = function () {
|
|
|
8568
8510
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
8569
8511
|
};
|
|
8570
8512
|
|
|
8571
|
-
var __vue_staticRenderFns__$
|
|
8513
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8572
8514
|
/* style */
|
|
8573
8515
|
|
|
8574
|
-
const __vue_inject_styles__$
|
|
8516
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
8575
8517
|
if (!inject) return;
|
|
8576
8518
|
inject("data-v-09385b80_0", {
|
|
8577
8519
|
source: ".ns-backup-card[data-v-09385b80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-09385b80]{margin-bottom:1rem}.backup[data-v-09385b80]:last-child{margin-bottom:0}.row[data-v-09385b80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-09385b80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-09385b80]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-09385b80]{display:table}.tr[data-v-09385b80]{display:table-row}.td[data-v-09385b80]{display:table-cell}.label[data-v-09385b80]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-09385b80]{font-weight:700}.backup-status-icon[data-v-09385b80]{margin-right:.25rem}",
|
|
@@ -8586,26 +8528,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8586
8528
|
/* scoped */
|
|
8587
8529
|
|
|
8588
8530
|
|
|
8589
|
-
const __vue_scope_id__$
|
|
8531
|
+
const __vue_scope_id__$9 = "data-v-09385b80";
|
|
8590
8532
|
/* module identifier */
|
|
8591
8533
|
|
|
8592
|
-
const __vue_module_identifier__$
|
|
8534
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8593
8535
|
/* functional template */
|
|
8594
8536
|
|
|
8595
|
-
const __vue_is_functional_template__$
|
|
8537
|
+
const __vue_is_functional_template__$9 = false;
|
|
8596
8538
|
/* style inject SSR */
|
|
8597
8539
|
|
|
8598
8540
|
/* style inject shadow dom */
|
|
8599
8541
|
|
|
8600
|
-
const __vue_component__$
|
|
8601
|
-
render: __vue_render__$
|
|
8602
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8603
|
-
}, __vue_inject_styles__$
|
|
8542
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
8543
|
+
render: __vue_render__$9,
|
|
8544
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8545
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
8604
8546
|
|
|
8605
|
-
var __vue_component__$
|
|
8547
|
+
var __vue_component__$j = __vue_component__$i;
|
|
8606
8548
|
|
|
8607
8549
|
//
|
|
8608
|
-
var script = {
|
|
8550
|
+
var script$2 = {
|
|
8609
8551
|
name: "NsWizard",
|
|
8610
8552
|
extends: CvModal,
|
|
8611
8553
|
mixins: [IconService],
|
|
@@ -8636,10 +8578,10 @@ var script = {
|
|
|
8636
8578
|
};
|
|
8637
8579
|
|
|
8638
8580
|
/* script */
|
|
8639
|
-
const __vue_script__ = script;
|
|
8581
|
+
const __vue_script__$2 = script$2;
|
|
8640
8582
|
/* template */
|
|
8641
8583
|
|
|
8642
|
-
var __vue_render__$
|
|
8584
|
+
var __vue_render__$8 = function () {
|
|
8643
8585
|
var _obj, _obj$1;
|
|
8644
8586
|
|
|
8645
8587
|
var _vm = this;
|
|
@@ -8778,13 +8720,152 @@ var __vue_render__$6 = function () {
|
|
|
8778
8720
|
})], 1)]);
|
|
8779
8721
|
};
|
|
8780
8722
|
|
|
8723
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8724
|
+
/* style */
|
|
8725
|
+
|
|
8726
|
+
const __vue_inject_styles__$8 = undefined;
|
|
8727
|
+
/* scoped */
|
|
8728
|
+
|
|
8729
|
+
const __vue_scope_id__$8 = undefined;
|
|
8730
|
+
/* module identifier */
|
|
8731
|
+
|
|
8732
|
+
const __vue_module_identifier__$8 = undefined;
|
|
8733
|
+
/* functional template */
|
|
8734
|
+
|
|
8735
|
+
const __vue_is_functional_template__$8 = false;
|
|
8736
|
+
/* style inject */
|
|
8737
|
+
|
|
8738
|
+
/* style inject SSR */
|
|
8739
|
+
|
|
8740
|
+
/* style inject shadow dom */
|
|
8741
|
+
|
|
8742
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
8743
|
+
render: __vue_render__$8,
|
|
8744
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
8745
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
8746
|
+
|
|
8747
|
+
var __vue_component__$h = __vue_component__$g;
|
|
8748
|
+
|
|
8749
|
+
//
|
|
8750
|
+
var script$1 = {
|
|
8751
|
+
name: "NsMenuItem",
|
|
8752
|
+
components: {
|
|
8753
|
+
Edit20,
|
|
8754
|
+
TrashCan20,
|
|
8755
|
+
Power20,
|
|
8756
|
+
Rocket20,
|
|
8757
|
+
Launch20,
|
|
8758
|
+
Star20
|
|
8759
|
+
},
|
|
8760
|
+
props: {
|
|
8761
|
+
label: {
|
|
8762
|
+
type: String,
|
|
8763
|
+
required: true
|
|
8764
|
+
},
|
|
8765
|
+
icon: {
|
|
8766
|
+
type: String,
|
|
8767
|
+
validator: value => ["", "edit", "trash", "power", "rocket", "launch", "star"].includes(value)
|
|
8768
|
+
}
|
|
8769
|
+
},
|
|
8770
|
+
computed: {
|
|
8771
|
+
hasIconSlot() {
|
|
8772
|
+
return !!this.$slots.icon;
|
|
8773
|
+
}
|
|
8774
|
+
|
|
8775
|
+
}
|
|
8776
|
+
};
|
|
8777
|
+
|
|
8778
|
+
/* script */
|
|
8779
|
+
const __vue_script__$1 = script$1;
|
|
8780
|
+
/* template */
|
|
8781
|
+
|
|
8782
|
+
var __vue_render__$7 = function () {
|
|
8783
|
+
var _vm = this;
|
|
8784
|
+
|
|
8785
|
+
var _h = _vm.$createElement;
|
|
8786
|
+
|
|
8787
|
+
var _c = _vm._self._c || _h;
|
|
8788
|
+
|
|
8789
|
+
return _c('div', {
|
|
8790
|
+
staticClass: "ns-menu-item"
|
|
8791
|
+
}, [_vm.icon == 'edit' ? _c('span', {
|
|
8792
|
+
staticClass: "icon"
|
|
8793
|
+
}, [_c('Edit20')], 1) : _vm.icon == 'trash' ? _c('span', {
|
|
8794
|
+
staticClass: "icon"
|
|
8795
|
+
}, [_c('TrashCan20')], 1) : _vm.icon == 'power' ? _c('span', {
|
|
8796
|
+
staticClass: "icon"
|
|
8797
|
+
}, [_c('Power20')], 1) : _vm.icon == 'rocket' ? _c('span', {
|
|
8798
|
+
staticClass: "icon"
|
|
8799
|
+
}, [_c('Rocket20')], 1) : _vm.icon == 'launch' ? _c('span', {
|
|
8800
|
+
staticClass: "icon"
|
|
8801
|
+
}, [_c('Launch20')], 1) : _vm.icon == 'star' ? _c('span', {
|
|
8802
|
+
staticClass: "icon"
|
|
8803
|
+
}, [_c('Star20')], 1) : _vm.hasIconSlot ? _c('span', {
|
|
8804
|
+
staticClass: "icon"
|
|
8805
|
+
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
8806
|
+
};
|
|
8807
|
+
|
|
8808
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8809
|
+
/* style */
|
|
8810
|
+
|
|
8811
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
8812
|
+
if (!inject) return;
|
|
8813
|
+
inject("data-v-6f0a7acc_0", {
|
|
8814
|
+
source: ".ns-menu-item[data-v-6f0a7acc]{display:flex;align-items:center}.icon[data-v-6f0a7acc]{margin-right:.5rem}",
|
|
8815
|
+
map: undefined,
|
|
8816
|
+
media: undefined
|
|
8817
|
+
});
|
|
8818
|
+
};
|
|
8819
|
+
/* scoped */
|
|
8820
|
+
|
|
8821
|
+
|
|
8822
|
+
const __vue_scope_id__$7 = "data-v-6f0a7acc";
|
|
8823
|
+
/* module identifier */
|
|
8824
|
+
|
|
8825
|
+
const __vue_module_identifier__$7 = undefined;
|
|
8826
|
+
/* functional template */
|
|
8827
|
+
|
|
8828
|
+
const __vue_is_functional_template__$7 = false;
|
|
8829
|
+
/* style inject SSR */
|
|
8830
|
+
|
|
8831
|
+
/* style inject shadow dom */
|
|
8832
|
+
|
|
8833
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
8834
|
+
render: __vue_render__$7,
|
|
8835
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
8836
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
8837
|
+
|
|
8838
|
+
var __vue_component__$f = __vue_component__$e;
|
|
8839
|
+
|
|
8840
|
+
//
|
|
8841
|
+
var script = {
|
|
8842
|
+
name: "NsMenuDivider",
|
|
8843
|
+
components: {
|
|
8844
|
+
CvSideNavDivider
|
|
8845
|
+
}
|
|
8846
|
+
};
|
|
8847
|
+
|
|
8848
|
+
/* script */
|
|
8849
|
+
const __vue_script__ = script;
|
|
8850
|
+
/* template */
|
|
8851
|
+
|
|
8852
|
+
var __vue_render__$6 = function () {
|
|
8853
|
+
var _vm = this;
|
|
8854
|
+
|
|
8855
|
+
var _h = _vm.$createElement;
|
|
8856
|
+
|
|
8857
|
+
var _c = _vm._self._c || _h;
|
|
8858
|
+
|
|
8859
|
+
return _c('cv-side-nav-divider');
|
|
8860
|
+
};
|
|
8861
|
+
|
|
8781
8862
|
var __vue_staticRenderFns__$6 = [];
|
|
8782
8863
|
/* style */
|
|
8783
8864
|
|
|
8784
8865
|
const __vue_inject_styles__$6 = undefined;
|
|
8785
8866
|
/* scoped */
|
|
8786
8867
|
|
|
8787
|
-
const __vue_scope_id__$6 =
|
|
8868
|
+
const __vue_scope_id__$6 = "data-v-c2c8c17e";
|
|
8788
8869
|
/* module identifier */
|
|
8789
8870
|
|
|
8790
8871
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -16630,29 +16711,31 @@ var filters = {
|
|
|
16630
16711
|
|
|
16631
16712
|
var components = /*#__PURE__*/Object.freeze({
|
|
16632
16713
|
__proto__: null,
|
|
16633
|
-
NsButton: __vue_component__$
|
|
16634
|
-
NsEmptyState: __vue_component__$
|
|
16714
|
+
NsButton: __vue_component__$V,
|
|
16715
|
+
NsEmptyState: __vue_component__$Q,
|
|
16635
16716
|
NsPictogram: NsPictogram,
|
|
16636
|
-
NsCodeSnippet: __vue_component__$
|
|
16717
|
+
NsCodeSnippet: __vue_component__$O,
|
|
16637
16718
|
NsInlineNotification: NsInlineNotification,
|
|
16638
16719
|
NsProgressBar: NsProgressBar,
|
|
16639
16720
|
NsSvg: NsSvg,
|
|
16640
|
-
NsTile: __vue_component__$
|
|
16641
|
-
NsToastNotification: __vue_component__$
|
|
16642
|
-
NsInfoCard: __vue_component__$
|
|
16643
|
-
NsStatusCard: __vue_component__$
|
|
16644
|
-
NsSystemdServiceCard: __vue_component__$
|
|
16645
|
-
NsPasswordInput: __vue_component__$
|
|
16646
|
-
NsIconMenu: __vue_component__$
|
|
16647
|
-
NsMeterChart: __vue_component__$
|
|
16648
|
-
NsPieChart: __vue_component__$
|
|
16721
|
+
NsTile: __vue_component__$I,
|
|
16722
|
+
NsToastNotification: __vue_component__$G,
|
|
16723
|
+
NsInfoCard: __vue_component__$E,
|
|
16724
|
+
NsStatusCard: __vue_component__$C,
|
|
16725
|
+
NsSystemdServiceCard: __vue_component__$A,
|
|
16726
|
+
NsPasswordInput: __vue_component__$y,
|
|
16727
|
+
NsIconMenu: __vue_component__$w,
|
|
16728
|
+
NsMeterChart: __vue_component__$u,
|
|
16729
|
+
NsPieChart: __vue_component__$s,
|
|
16649
16730
|
NsLottieAnimation: NsLottieAnimation,
|
|
16650
|
-
NsDangerDeleteModal: __vue_component__$
|
|
16731
|
+
NsDangerDeleteModal: __vue_component__$q,
|
|
16651
16732
|
NsCircleTimer: NsCircleTimer,
|
|
16652
|
-
NsDropdownAction: __vue_component__$
|
|
16653
|
-
NsTextInput: __vue_component__$
|
|
16654
|
-
NsBackupCard: __vue_component__$
|
|
16655
|
-
NsWizard: __vue_component__$
|
|
16733
|
+
NsDropdownAction: __vue_component__$o,
|
|
16734
|
+
NsTextInput: __vue_component__$m,
|
|
16735
|
+
NsBackupCard: __vue_component__$j,
|
|
16736
|
+
NsWizard: __vue_component__$h,
|
|
16737
|
+
NsMenuItem: __vue_component__$f,
|
|
16738
|
+
NsMenuDivider: __vue_component__$d,
|
|
16656
16739
|
ExclamationMark: ExclamationMark,
|
|
16657
16740
|
Gear: __vue_component__$b,
|
|
16658
16741
|
Love: __vue_component__$9,
|
|
@@ -16680,4 +16763,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16680
16763
|
});
|
|
16681
16764
|
}; // Create module definition for Vue.use()
|
|
16682
16765
|
|
|
16683
|
-
export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$
|
|
16766
|
+
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__$j as NsBackupCard, __vue_component__$V as NsButton, NsCircleTimer, __vue_component__$O as NsCodeSnippet, __vue_component__$q as NsDangerDeleteModal, __vue_component__$o as NsDropdownAction, __vue_component__$Q as NsEmptyState, __vue_component__$w as NsIconMenu, __vue_component__$E as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$d as NsMenuDivider, __vue_component__$f as NsMenuItem, __vue_component__$u as NsMeterChart, __vue_component__$y as NsPasswordInput, NsPictogram, __vue_component__$s as NsPieChart, NsProgressBar, __vue_component__$C as NsStatusCard, NsSvg, __vue_component__$A as NsSystemdServiceCard, __vue_component__$m as NsTextInput, __vue_component__$I as NsTile, __vue_component__$G as NsToastNotification, __vue_component__$h as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
|