@nethserver/ns8-ui-lib 0.0.91 → 0.0.92
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 +556 -406
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +494 -389
- package/package.json +1 -1
- package/src/lib-components/NsToggle.vue +84 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox } from '@carbon/vue';
|
|
1
|
+
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox, CvToggle } from '@carbon/vue';
|
|
2
2
|
import LottieAnimation from 'lottie-web-vue';
|
|
3
3
|
import Copy20 from '@carbon/icons-vue/es/copy/20';
|
|
4
4
|
import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
|
|
@@ -94,13 +94,15 @@ import Column20 from '@carbon/icons-vue/es/column/20';
|
|
|
94
94
|
import Catalog20 from '@carbon/icons-vue/es/catalog/20';
|
|
95
95
|
import Catalog32 from '@carbon/icons-vue/es/catalog/32';
|
|
96
96
|
import Group20 from '@carbon/icons-vue/es/group/20';
|
|
97
|
+
import Router32 from '@carbon/icons-vue/es/router/32';
|
|
98
|
+
import Certificate32 from '@carbon/icons-vue/es/certificate/32';
|
|
97
99
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
98
100
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
99
101
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
100
102
|
import ChevronRight16 from '@carbon/icons-vue/es/chevron--right/16';
|
|
101
103
|
|
|
102
104
|
//
|
|
103
|
-
var script$
|
|
105
|
+
var script$u = {
|
|
104
106
|
name: "NsButton",
|
|
105
107
|
extends: CvButton,
|
|
106
108
|
props: {
|
|
@@ -263,10 +265,10 @@ function addStyle(id, css) {
|
|
|
263
265
|
}
|
|
264
266
|
|
|
265
267
|
/* script */
|
|
266
|
-
const __vue_script__$
|
|
268
|
+
const __vue_script__$u = script$u;
|
|
267
269
|
/* template */
|
|
268
270
|
|
|
269
|
-
var __vue_render__$
|
|
271
|
+
var __vue_render__$A = function () {
|
|
270
272
|
var _vm = this;
|
|
271
273
|
|
|
272
274
|
var _h = _vm.$createElement;
|
|
@@ -289,10 +291,10 @@ var __vue_render__$z = function () {
|
|
|
289
291
|
}) : _vm._e()], 2);
|
|
290
292
|
};
|
|
291
293
|
|
|
292
|
-
var __vue_staticRenderFns__$
|
|
294
|
+
var __vue_staticRenderFns__$A = [];
|
|
293
295
|
/* style */
|
|
294
296
|
|
|
295
|
-
const __vue_inject_styles__$
|
|
297
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
296
298
|
if (!inject) return;
|
|
297
299
|
inject("data-v-025b0f12_0", {
|
|
298
300
|
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)}}",
|
|
@@ -303,23 +305,23 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
303
305
|
/* scoped */
|
|
304
306
|
|
|
305
307
|
|
|
306
|
-
const __vue_scope_id__$
|
|
308
|
+
const __vue_scope_id__$C = "data-v-025b0f12";
|
|
307
309
|
/* module identifier */
|
|
308
310
|
|
|
309
|
-
const __vue_module_identifier__$
|
|
311
|
+
const __vue_module_identifier__$C = undefined;
|
|
310
312
|
/* functional template */
|
|
311
313
|
|
|
312
|
-
const __vue_is_functional_template__$
|
|
314
|
+
const __vue_is_functional_template__$C = false;
|
|
313
315
|
/* style inject SSR */
|
|
314
316
|
|
|
315
317
|
/* style inject shadow dom */
|
|
316
318
|
|
|
317
|
-
const __vue_component__
|
|
318
|
-
render: __vue_render__$
|
|
319
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
320
|
-
}, __vue_inject_styles__$
|
|
319
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
320
|
+
render: __vue_render__$A,
|
|
321
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
322
|
+
}, __vue_inject_styles__$C, __vue_script__$u, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
321
323
|
|
|
322
|
-
var NsButton = __vue_component__
|
|
324
|
+
var NsButton = __vue_component__$11;
|
|
323
325
|
|
|
324
326
|
//
|
|
325
327
|
//
|
|
@@ -337,7 +339,7 @@ var NsButton = __vue_component__$$;
|
|
|
337
339
|
//
|
|
338
340
|
//
|
|
339
341
|
//
|
|
340
|
-
var script$
|
|
342
|
+
var script$t = {
|
|
341
343
|
name: "NsPictogram",
|
|
342
344
|
props: {
|
|
343
345
|
title: {
|
|
@@ -360,10 +362,10 @@ var script$s = {
|
|
|
360
362
|
};
|
|
361
363
|
|
|
362
364
|
/* script */
|
|
363
|
-
const __vue_script__$
|
|
365
|
+
const __vue_script__$t = script$t;
|
|
364
366
|
/* template */
|
|
365
367
|
|
|
366
|
-
var __vue_render__$
|
|
368
|
+
var __vue_render__$z = function () {
|
|
367
369
|
var _vm = this;
|
|
368
370
|
|
|
369
371
|
var _h = _vm.$createElement;
|
|
@@ -391,34 +393,34 @@ var __vue_render__$y = function () {
|
|
|
391
393
|
}, [_vm._t("default")], 2)]);
|
|
392
394
|
};
|
|
393
395
|
|
|
394
|
-
var __vue_staticRenderFns__$
|
|
396
|
+
var __vue_staticRenderFns__$z = [];
|
|
395
397
|
/* style */
|
|
396
398
|
|
|
397
|
-
const __vue_inject_styles__$
|
|
399
|
+
const __vue_inject_styles__$B = undefined;
|
|
398
400
|
/* scoped */
|
|
399
401
|
|
|
400
|
-
const __vue_scope_id__$
|
|
402
|
+
const __vue_scope_id__$B = undefined;
|
|
401
403
|
/* module identifier */
|
|
402
404
|
|
|
403
|
-
const __vue_module_identifier__$
|
|
405
|
+
const __vue_module_identifier__$B = undefined;
|
|
404
406
|
/* functional template */
|
|
405
407
|
|
|
406
|
-
const __vue_is_functional_template__$
|
|
408
|
+
const __vue_is_functional_template__$B = false;
|
|
407
409
|
/* style inject */
|
|
408
410
|
|
|
409
411
|
/* style inject SSR */
|
|
410
412
|
|
|
411
413
|
/* style inject shadow dom */
|
|
412
414
|
|
|
413
|
-
const __vue_component__$
|
|
414
|
-
render: __vue_render__$
|
|
415
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
416
|
-
}, __vue_inject_styles__$
|
|
415
|
+
const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
416
|
+
render: __vue_render__$z,
|
|
417
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
418
|
+
}, __vue_inject_styles__$B, __vue_script__$t, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
|
|
417
419
|
|
|
418
|
-
var NsPictogram = __vue_component__$
|
|
420
|
+
var NsPictogram = __vue_component__$10;
|
|
419
421
|
|
|
420
422
|
//
|
|
421
|
-
var script$
|
|
423
|
+
var script$s = {
|
|
422
424
|
name: "NsLottieAnimation",
|
|
423
425
|
components: {
|
|
424
426
|
LottieAnimation
|
|
@@ -474,10 +476,10 @@ var script$r = {
|
|
|
474
476
|
};
|
|
475
477
|
|
|
476
478
|
/* script */
|
|
477
|
-
const __vue_script__$
|
|
479
|
+
const __vue_script__$s = script$s;
|
|
478
480
|
/* template */
|
|
479
481
|
|
|
480
|
-
var __vue_render__$
|
|
482
|
+
var __vue_render__$y = function () {
|
|
481
483
|
var _vm = this;
|
|
482
484
|
|
|
483
485
|
var _h = _vm.$createElement;
|
|
@@ -504,36 +506,36 @@ var __vue_render__$x = function () {
|
|
|
504
506
|
})], 1);
|
|
505
507
|
};
|
|
506
508
|
|
|
507
|
-
var __vue_staticRenderFns__$
|
|
509
|
+
var __vue_staticRenderFns__$y = [];
|
|
508
510
|
/* style */
|
|
509
511
|
|
|
510
|
-
const __vue_inject_styles__$
|
|
512
|
+
const __vue_inject_styles__$A = undefined;
|
|
511
513
|
/* scoped */
|
|
512
514
|
|
|
513
|
-
const __vue_scope_id__$
|
|
515
|
+
const __vue_scope_id__$A = "data-v-14e97a70";
|
|
514
516
|
/* module identifier */
|
|
515
517
|
|
|
516
|
-
const __vue_module_identifier__$
|
|
518
|
+
const __vue_module_identifier__$A = undefined;
|
|
517
519
|
/* functional template */
|
|
518
520
|
|
|
519
|
-
const __vue_is_functional_template__$
|
|
521
|
+
const __vue_is_functional_template__$A = false;
|
|
520
522
|
/* style inject */
|
|
521
523
|
|
|
522
524
|
/* style inject SSR */
|
|
523
525
|
|
|
524
526
|
/* style inject shadow dom */
|
|
525
527
|
|
|
526
|
-
const __vue_component__
|
|
527
|
-
render: __vue_render__$
|
|
528
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
529
|
-
}, __vue_inject_styles__$
|
|
528
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
529
|
+
render: __vue_render__$y,
|
|
530
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
531
|
+
}, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
|
|
530
532
|
|
|
531
|
-
var NsLottieAnimation = __vue_component__
|
|
533
|
+
var NsLottieAnimation = __vue_component__$$;
|
|
532
534
|
|
|
533
535
|
/* script */
|
|
534
536
|
|
|
535
537
|
/* template */
|
|
536
|
-
var __vue_render__$
|
|
538
|
+
var __vue_render__$x = function () {
|
|
537
539
|
var _vm = this;
|
|
538
540
|
|
|
539
541
|
var _h = _vm.$createElement;
|
|
@@ -548,34 +550,34 @@ var __vue_render__$w = function () {
|
|
|
548
550
|
});
|
|
549
551
|
};
|
|
550
552
|
|
|
551
|
-
var __vue_staticRenderFns__$
|
|
553
|
+
var __vue_staticRenderFns__$x = [];
|
|
552
554
|
/* style */
|
|
553
555
|
|
|
554
|
-
const __vue_inject_styles__$
|
|
556
|
+
const __vue_inject_styles__$z = undefined;
|
|
555
557
|
/* scoped */
|
|
556
558
|
|
|
557
|
-
const __vue_scope_id__$
|
|
559
|
+
const __vue_scope_id__$z = undefined;
|
|
558
560
|
/* module identifier */
|
|
559
561
|
|
|
560
|
-
const __vue_module_identifier__$
|
|
562
|
+
const __vue_module_identifier__$z = undefined;
|
|
561
563
|
/* functional template */
|
|
562
564
|
|
|
563
|
-
const __vue_is_functional_template__$
|
|
565
|
+
const __vue_is_functional_template__$z = false;
|
|
564
566
|
/* style inject */
|
|
565
567
|
|
|
566
568
|
/* style inject SSR */
|
|
567
569
|
|
|
568
570
|
/* style inject shadow dom */
|
|
569
571
|
|
|
570
|
-
const __vue_component__$
|
|
571
|
-
render: __vue_render__$
|
|
572
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
573
|
-
}, __vue_inject_styles__$
|
|
572
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
573
|
+
render: __vue_render__$x,
|
|
574
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
575
|
+
}, __vue_inject_styles__$z, {}, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
574
576
|
|
|
575
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
577
|
+
var ExclamationMarkPictogram = __vue_component__$_;
|
|
576
578
|
|
|
577
579
|
//
|
|
578
|
-
var script$
|
|
580
|
+
var script$r = {
|
|
579
581
|
name: "NsEmptyState",
|
|
580
582
|
components: {
|
|
581
583
|
NsPictogram,
|
|
@@ -607,10 +609,10 @@ var script$q = {
|
|
|
607
609
|
};
|
|
608
610
|
|
|
609
611
|
/* script */
|
|
610
|
-
const __vue_script__$
|
|
612
|
+
const __vue_script__$r = script$r;
|
|
611
613
|
/* template */
|
|
612
614
|
|
|
613
|
-
var __vue_render__$
|
|
615
|
+
var __vue_render__$w = function () {
|
|
614
616
|
var _vm = this;
|
|
615
617
|
|
|
616
618
|
var _h = _vm.$createElement;
|
|
@@ -640,10 +642,10 @@ var __vue_render__$v = function () {
|
|
|
640
642
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
641
643
|
};
|
|
642
644
|
|
|
643
|
-
var __vue_staticRenderFns__$
|
|
645
|
+
var __vue_staticRenderFns__$w = [];
|
|
644
646
|
/* style */
|
|
645
647
|
|
|
646
|
-
const __vue_inject_styles__$
|
|
648
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
647
649
|
if (!inject) return;
|
|
648
650
|
inject("data-v-2d5d3a58_0", {
|
|
649
651
|
source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
|
|
@@ -654,26 +656,26 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
654
656
|
/* scoped */
|
|
655
657
|
|
|
656
658
|
|
|
657
|
-
const __vue_scope_id__$
|
|
659
|
+
const __vue_scope_id__$y = "data-v-2d5d3a58";
|
|
658
660
|
/* module identifier */
|
|
659
661
|
|
|
660
|
-
const __vue_module_identifier__$
|
|
662
|
+
const __vue_module_identifier__$y = undefined;
|
|
661
663
|
/* functional template */
|
|
662
664
|
|
|
663
|
-
const __vue_is_functional_template__$
|
|
665
|
+
const __vue_is_functional_template__$y = false;
|
|
664
666
|
/* style inject SSR */
|
|
665
667
|
|
|
666
668
|
/* style inject shadow dom */
|
|
667
669
|
|
|
668
|
-
const __vue_component__$
|
|
669
|
-
render: __vue_render__$
|
|
670
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
671
|
-
}, __vue_inject_styles__$
|
|
670
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
671
|
+
render: __vue_render__$w,
|
|
672
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
673
|
+
}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
672
674
|
|
|
673
|
-
var __vue_component__$
|
|
675
|
+
var __vue_component__$Z = __vue_component__$Y;
|
|
674
676
|
|
|
675
677
|
//
|
|
676
|
-
var script$
|
|
678
|
+
var script$q = {
|
|
677
679
|
name: "NsCodeSnippet",
|
|
678
680
|
components: {
|
|
679
681
|
CvButton,
|
|
@@ -785,10 +787,10 @@ var script$p = {
|
|
|
785
787
|
};
|
|
786
788
|
|
|
787
789
|
/* script */
|
|
788
|
-
const __vue_script__$
|
|
790
|
+
const __vue_script__$q = script$q;
|
|
789
791
|
/* template */
|
|
790
792
|
|
|
791
|
-
var __vue_render__$
|
|
793
|
+
var __vue_render__$v = function () {
|
|
792
794
|
var _vm = this;
|
|
793
795
|
|
|
794
796
|
var _h = _vm.$createElement;
|
|
@@ -850,10 +852,10 @@ var __vue_render__$u = function () {
|
|
|
850
852
|
})], 1) : _vm._e()], 1);
|
|
851
853
|
};
|
|
852
854
|
|
|
853
|
-
var __vue_staticRenderFns__$
|
|
855
|
+
var __vue_staticRenderFns__$v = [];
|
|
854
856
|
/* style */
|
|
855
857
|
|
|
856
|
-
const __vue_inject_styles__$
|
|
858
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
857
859
|
if (!inject) return;
|
|
858
860
|
inject("data-v-59cb538c_0", {
|
|
859
861
|
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}",
|
|
@@ -864,23 +866,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
864
866
|
/* scoped */
|
|
865
867
|
|
|
866
868
|
|
|
867
|
-
const __vue_scope_id__$
|
|
869
|
+
const __vue_scope_id__$x = "data-v-59cb538c";
|
|
868
870
|
/* module identifier */
|
|
869
871
|
|
|
870
|
-
const __vue_module_identifier__$
|
|
872
|
+
const __vue_module_identifier__$x = undefined;
|
|
871
873
|
/* functional template */
|
|
872
874
|
|
|
873
|
-
const __vue_is_functional_template__$
|
|
875
|
+
const __vue_is_functional_template__$x = false;
|
|
874
876
|
/* style inject SSR */
|
|
875
877
|
|
|
876
878
|
/* style inject shadow dom */
|
|
877
879
|
|
|
878
|
-
const __vue_component__$
|
|
879
|
-
render: __vue_render__$
|
|
880
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
881
|
-
}, __vue_inject_styles__$
|
|
880
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
881
|
+
render: __vue_render__$v,
|
|
882
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
883
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
882
884
|
|
|
883
|
-
var __vue_component__$
|
|
885
|
+
var __vue_component__$X = __vue_component__$W;
|
|
884
886
|
|
|
885
887
|
//
|
|
886
888
|
//
|
|
@@ -911,7 +913,7 @@ var __vue_component__$V = __vue_component__$U;
|
|
|
911
913
|
//
|
|
912
914
|
//
|
|
913
915
|
//
|
|
914
|
-
var script$
|
|
916
|
+
var script$p = {
|
|
915
917
|
name: "NsCircleTimer",
|
|
916
918
|
props: {
|
|
917
919
|
timeLimit: {
|
|
@@ -975,10 +977,10 @@ var script$o = {
|
|
|
975
977
|
};
|
|
976
978
|
|
|
977
979
|
/* script */
|
|
978
|
-
const __vue_script__$
|
|
980
|
+
const __vue_script__$p = script$p;
|
|
979
981
|
/* template */
|
|
980
982
|
|
|
981
|
-
var __vue_render__$
|
|
983
|
+
var __vue_render__$u = function () {
|
|
982
984
|
var _vm = this;
|
|
983
985
|
|
|
984
986
|
var _h = _vm.$createElement;
|
|
@@ -1014,10 +1016,10 @@ var __vue_render__$t = function () {
|
|
|
1014
1016
|
})])])]);
|
|
1015
1017
|
};
|
|
1016
1018
|
|
|
1017
|
-
var __vue_staticRenderFns__$
|
|
1019
|
+
var __vue_staticRenderFns__$u = [];
|
|
1018
1020
|
/* style */
|
|
1019
1021
|
|
|
1020
|
-
const __vue_inject_styles__$
|
|
1022
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
1021
1023
|
if (!inject) return;
|
|
1022
1024
|
inject("data-v-79cb7082_0", {
|
|
1023
1025
|
source: ".base-timer[data-v-79cb7082]{position:relative}.base-timer__circle[data-v-79cb7082]{fill:none;stroke:none}.base-timer__path-remaining[data-v-79cb7082]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-79cb7082]{transform:scaleX(-1)}",
|
|
@@ -1028,26 +1030,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
1028
1030
|
/* scoped */
|
|
1029
1031
|
|
|
1030
1032
|
|
|
1031
|
-
const __vue_scope_id__$
|
|
1033
|
+
const __vue_scope_id__$w = "data-v-79cb7082";
|
|
1032
1034
|
/* module identifier */
|
|
1033
1035
|
|
|
1034
|
-
const __vue_module_identifier__$
|
|
1036
|
+
const __vue_module_identifier__$w = undefined;
|
|
1035
1037
|
/* functional template */
|
|
1036
1038
|
|
|
1037
|
-
const __vue_is_functional_template__$
|
|
1039
|
+
const __vue_is_functional_template__$w = false;
|
|
1038
1040
|
/* style inject SSR */
|
|
1039
1041
|
|
|
1040
1042
|
/* style inject shadow dom */
|
|
1041
1043
|
|
|
1042
|
-
const __vue_component__$
|
|
1043
|
-
render: __vue_render__$
|
|
1044
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1045
|
-
}, __vue_inject_styles__$
|
|
1044
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
1045
|
+
render: __vue_render__$u,
|
|
1046
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
1047
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
1046
1048
|
|
|
1047
|
-
var NsCircleTimer = __vue_component__$
|
|
1049
|
+
var NsCircleTimer = __vue_component__$V;
|
|
1048
1050
|
|
|
1049
1051
|
//
|
|
1050
|
-
var script$
|
|
1052
|
+
var script$o = {
|
|
1051
1053
|
name: "NsInlineNotification",
|
|
1052
1054
|
extends: CvInlineNotification,
|
|
1053
1055
|
components: {
|
|
@@ -1084,10 +1086,10 @@ var script$n = {
|
|
|
1084
1086
|
};
|
|
1085
1087
|
|
|
1086
1088
|
/* script */
|
|
1087
|
-
const __vue_script__$
|
|
1089
|
+
const __vue_script__$o = script$o;
|
|
1088
1090
|
/* template */
|
|
1089
1091
|
|
|
1090
|
-
var __vue_render__$
|
|
1092
|
+
var __vue_render__$t = function () {
|
|
1091
1093
|
var _obj;
|
|
1092
1094
|
|
|
1093
1095
|
var _vm = this;
|
|
@@ -1158,10 +1160,10 @@ var __vue_render__$s = function () {
|
|
|
1158
1160
|
})], 1) : _vm._e()]);
|
|
1159
1161
|
};
|
|
1160
1162
|
|
|
1161
|
-
var __vue_staticRenderFns__$
|
|
1163
|
+
var __vue_staticRenderFns__$t = [];
|
|
1162
1164
|
/* style */
|
|
1163
1165
|
|
|
1164
|
-
const __vue_inject_styles__$
|
|
1166
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
1165
1167
|
if (!inject) return;
|
|
1166
1168
|
inject("data-v-59312d66_0", {
|
|
1167
1169
|
source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
|
|
@@ -1172,23 +1174,23 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
1172
1174
|
/* scoped */
|
|
1173
1175
|
|
|
1174
1176
|
|
|
1175
|
-
const __vue_scope_id__$
|
|
1177
|
+
const __vue_scope_id__$v = "data-v-59312d66";
|
|
1176
1178
|
/* module identifier */
|
|
1177
1179
|
|
|
1178
|
-
const __vue_module_identifier__$
|
|
1180
|
+
const __vue_module_identifier__$v = undefined;
|
|
1179
1181
|
/* functional template */
|
|
1180
1182
|
|
|
1181
|
-
const __vue_is_functional_template__$
|
|
1183
|
+
const __vue_is_functional_template__$v = false;
|
|
1182
1184
|
/* style inject SSR */
|
|
1183
1185
|
|
|
1184
1186
|
/* style inject shadow dom */
|
|
1185
1187
|
|
|
1186
|
-
const __vue_component__$
|
|
1187
|
-
render: __vue_render__$
|
|
1188
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1189
|
-
}, __vue_inject_styles__$
|
|
1188
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
1189
|
+
render: __vue_render__$t,
|
|
1190
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
1191
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
1190
1192
|
|
|
1191
|
-
var NsInlineNotification = __vue_component__$
|
|
1193
|
+
var NsInlineNotification = __vue_component__$U;
|
|
1192
1194
|
|
|
1193
1195
|
//
|
|
1194
1196
|
//
|
|
@@ -1227,7 +1229,7 @@ var NsInlineNotification = __vue_component__$S;
|
|
|
1227
1229
|
//
|
|
1228
1230
|
//
|
|
1229
1231
|
//
|
|
1230
|
-
var script$
|
|
1232
|
+
var script$n = {
|
|
1231
1233
|
name: "NsProgressBar",
|
|
1232
1234
|
props: {
|
|
1233
1235
|
value: {
|
|
@@ -1301,10 +1303,10 @@ var script$m = {
|
|
|
1301
1303
|
};
|
|
1302
1304
|
|
|
1303
1305
|
/* script */
|
|
1304
|
-
const __vue_script__$
|
|
1306
|
+
const __vue_script__$n = script$n;
|
|
1305
1307
|
/* template */
|
|
1306
1308
|
|
|
1307
|
-
var __vue_render__$
|
|
1309
|
+
var __vue_render__$s = function () {
|
|
1308
1310
|
var _vm = this;
|
|
1309
1311
|
|
|
1310
1312
|
var _h = _vm.$createElement;
|
|
@@ -1343,13 +1345,13 @@ var __vue_render__$r = function () {
|
|
|
1343
1345
|
})]], 2)]);
|
|
1344
1346
|
};
|
|
1345
1347
|
|
|
1346
|
-
var __vue_staticRenderFns__$
|
|
1348
|
+
var __vue_staticRenderFns__$s = [];
|
|
1347
1349
|
/* style */
|
|
1348
1350
|
|
|
1349
|
-
const __vue_inject_styles__$
|
|
1351
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
1350
1352
|
if (!inject) return;
|
|
1351
|
-
inject("data-v-
|
|
1352
|
-
source: ".progress-bar-container[data-v-
|
|
1353
|
+
inject("data-v-7c7ba0aa_0", {
|
|
1354
|
+
source: ".progress-bar-container[data-v-7c7ba0aa]{width:100%;position:relative}.slider[data-v-7c7ba0aa]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-7c7ba0aa]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-7c7ba0aa]{position:absolute}.indeterminate-line[data-v-7c7ba0aa]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-7c7ba0aa]{position:absolute}.inc[data-v-7c7ba0aa]{animation:increase-data-v-7c7ba0aa 2s infinite}.dec[data-v-7c7ba0aa]{animation:decrease-data-v-7c7ba0aa 2s .5s infinite}@keyframes increase-data-v-7c7ba0aa{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-7c7ba0aa{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
1353
1355
|
map: undefined,
|
|
1354
1356
|
media: undefined
|
|
1355
1357
|
});
|
|
@@ -1357,25 +1359,25 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
1357
1359
|
/* scoped */
|
|
1358
1360
|
|
|
1359
1361
|
|
|
1360
|
-
const __vue_scope_id__$
|
|
1362
|
+
const __vue_scope_id__$u = "data-v-7c7ba0aa";
|
|
1361
1363
|
/* module identifier */
|
|
1362
1364
|
|
|
1363
|
-
const __vue_module_identifier__$
|
|
1365
|
+
const __vue_module_identifier__$u = undefined;
|
|
1364
1366
|
/* functional template */
|
|
1365
1367
|
|
|
1366
|
-
const __vue_is_functional_template__$
|
|
1368
|
+
const __vue_is_functional_template__$u = false;
|
|
1367
1369
|
/* style inject SSR */
|
|
1368
1370
|
|
|
1369
1371
|
/* style inject shadow dom */
|
|
1370
1372
|
|
|
1371
|
-
const __vue_component__$
|
|
1372
|
-
render: __vue_render__$
|
|
1373
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1374
|
-
}, __vue_inject_styles__$
|
|
1373
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
1374
|
+
render: __vue_render__$s,
|
|
1375
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
1376
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
1375
1377
|
|
|
1376
|
-
var NsProgressBar = __vue_component__$
|
|
1378
|
+
var NsProgressBar = __vue_component__$T;
|
|
1377
1379
|
|
|
1378
|
-
var script$
|
|
1380
|
+
var script$m = {
|
|
1379
1381
|
name: "NsSvg",
|
|
1380
1382
|
props: {
|
|
1381
1383
|
svg: {
|
|
@@ -1434,33 +1436,33 @@ var script$l = {
|
|
|
1434
1436
|
};
|
|
1435
1437
|
|
|
1436
1438
|
/* script */
|
|
1437
|
-
const __vue_script__$
|
|
1439
|
+
const __vue_script__$m = script$m;
|
|
1438
1440
|
/* template */
|
|
1439
1441
|
|
|
1440
1442
|
/* style */
|
|
1441
1443
|
|
|
1442
|
-
const __vue_inject_styles__$
|
|
1444
|
+
const __vue_inject_styles__$t = undefined;
|
|
1443
1445
|
/* scoped */
|
|
1444
1446
|
|
|
1445
|
-
const __vue_scope_id__$
|
|
1447
|
+
const __vue_scope_id__$t = undefined;
|
|
1446
1448
|
/* module identifier */
|
|
1447
1449
|
|
|
1448
|
-
const __vue_module_identifier__$
|
|
1450
|
+
const __vue_module_identifier__$t = undefined;
|
|
1449
1451
|
/* functional template */
|
|
1450
1452
|
|
|
1451
|
-
const __vue_is_functional_template__$
|
|
1453
|
+
const __vue_is_functional_template__$t = undefined;
|
|
1452
1454
|
/* style inject */
|
|
1453
1455
|
|
|
1454
1456
|
/* style inject SSR */
|
|
1455
1457
|
|
|
1456
1458
|
/* style inject shadow dom */
|
|
1457
1459
|
|
|
1458
|
-
const __vue_component__$
|
|
1460
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
1459
1461
|
|
|
1460
|
-
var NsSvg = __vue_component__$
|
|
1462
|
+
var NsSvg = __vue_component__$S;
|
|
1461
1463
|
|
|
1462
1464
|
//
|
|
1463
|
-
var script$
|
|
1465
|
+
var script$l = {
|
|
1464
1466
|
name: "NsTile",
|
|
1465
1467
|
extends: CvTile,
|
|
1466
1468
|
inheritAttrs: false,
|
|
@@ -1534,10 +1536,10 @@ var script$k = {
|
|
|
1534
1536
|
};
|
|
1535
1537
|
|
|
1536
1538
|
/* script */
|
|
1537
|
-
const __vue_script__$
|
|
1539
|
+
const __vue_script__$l = script$l;
|
|
1538
1540
|
/* template */
|
|
1539
1541
|
|
|
1540
|
-
var __vue_render__$
|
|
1542
|
+
var __vue_render__$r = function () {
|
|
1541
1543
|
var _obj;
|
|
1542
1544
|
|
|
1543
1545
|
var _vm = this;
|
|
@@ -1576,10 +1578,10 @@ var __vue_render__$q = function () {
|
|
|
1576
1578
|
}) : _vm._e()], 1);
|
|
1577
1579
|
};
|
|
1578
1580
|
|
|
1579
|
-
var __vue_staticRenderFns__$
|
|
1581
|
+
var __vue_staticRenderFns__$r = [];
|
|
1580
1582
|
/* style */
|
|
1581
1583
|
|
|
1582
|
-
const __vue_inject_styles__$
|
|
1584
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
1583
1585
|
if (!inject) return;
|
|
1584
1586
|
inject("data-v-443a91f0_0", {
|
|
1585
1587
|
source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
|
|
@@ -1590,23 +1592,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
1590
1592
|
/* scoped */
|
|
1591
1593
|
|
|
1592
1594
|
|
|
1593
|
-
const __vue_scope_id__$
|
|
1595
|
+
const __vue_scope_id__$s = "data-v-443a91f0";
|
|
1594
1596
|
/* module identifier */
|
|
1595
1597
|
|
|
1596
|
-
const __vue_module_identifier__$
|
|
1598
|
+
const __vue_module_identifier__$s = undefined;
|
|
1597
1599
|
/* functional template */
|
|
1598
1600
|
|
|
1599
|
-
const __vue_is_functional_template__$
|
|
1601
|
+
const __vue_is_functional_template__$s = false;
|
|
1600
1602
|
/* style inject SSR */
|
|
1601
1603
|
|
|
1602
1604
|
/* style inject shadow dom */
|
|
1603
1605
|
|
|
1604
|
-
const __vue_component__$
|
|
1605
|
-
render: __vue_render__$
|
|
1606
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1607
|
-
}, __vue_inject_styles__$
|
|
1606
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
1607
|
+
render: __vue_render__$r,
|
|
1608
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
1609
|
+
}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
1608
1610
|
|
|
1609
|
-
var __vue_component__$
|
|
1611
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
1610
1612
|
|
|
1611
1613
|
function toInteger(dirtyNumber) {
|
|
1612
1614
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6203,7 +6205,7 @@ var DateTimeService = {
|
|
|
6203
6205
|
};
|
|
6204
6206
|
|
|
6205
6207
|
//
|
|
6206
|
-
var script$
|
|
6208
|
+
var script$k = {
|
|
6207
6209
|
name: "NsToastNotification",
|
|
6208
6210
|
extends: CvToastNotification,
|
|
6209
6211
|
components: {
|
|
@@ -6281,10 +6283,10 @@ var script$j = {
|
|
|
6281
6283
|
};
|
|
6282
6284
|
|
|
6283
6285
|
/* script */
|
|
6284
|
-
const __vue_script__$
|
|
6286
|
+
const __vue_script__$k = script$k;
|
|
6285
6287
|
/* template */
|
|
6286
6288
|
|
|
6287
|
-
var __vue_render__$
|
|
6289
|
+
var __vue_render__$q = function () {
|
|
6288
6290
|
var _obj;
|
|
6289
6291
|
|
|
6290
6292
|
var _vm = this;
|
|
@@ -6382,10 +6384,10 @@ var __vue_render__$p = function () {
|
|
|
6382
6384
|
})], 1) : _vm._e()], 1)]);
|
|
6383
6385
|
};
|
|
6384
6386
|
|
|
6385
|
-
var __vue_staticRenderFns__$
|
|
6387
|
+
var __vue_staticRenderFns__$q = [];
|
|
6386
6388
|
/* style */
|
|
6387
6389
|
|
|
6388
|
-
const __vue_inject_styles__$
|
|
6390
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
6389
6391
|
if (!inject) return;
|
|
6390
6392
|
inject("data-v-6ff0b515_0", {
|
|
6391
6393
|
source: ".notification[data-v-6ff0b515]{margin-bottom:0;margin-right:0}.action[data-v-6ff0b515]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-6ff0b515]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-6ff0b515]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-6ff0b515]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-6ff0b515]{margin-bottom:0}.progress[data-v-6ff0b515]{margin-top:.75rem}.progress-bar-spacer[data-v-6ff0b515]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:100%;cursor:pointer}.notification-read[data-v-6ff0b515]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-6ff0b515]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-6ff0b515]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-6ff0b515]{font-weight:400}.cv-notifiation .timestamp[data-v-6ff0b515]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-6ff0b515]{color:#c6c6c6}.bx--tooltip__trigger[data-v-6ff0b515]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-6ff0b515]::before{border-bottom-color:#161616}div.row[data-v-6ff0b515]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-6ff0b515]{flex-grow:1}",
|
|
@@ -6400,26 +6402,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
6400
6402
|
/* scoped */
|
|
6401
6403
|
|
|
6402
6404
|
|
|
6403
|
-
const __vue_scope_id__$
|
|
6405
|
+
const __vue_scope_id__$r = "data-v-6ff0b515";
|
|
6404
6406
|
/* module identifier */
|
|
6405
6407
|
|
|
6406
|
-
const __vue_module_identifier__$
|
|
6408
|
+
const __vue_module_identifier__$r = undefined;
|
|
6407
6409
|
/* functional template */
|
|
6408
6410
|
|
|
6409
|
-
const __vue_is_functional_template__$
|
|
6411
|
+
const __vue_is_functional_template__$r = false;
|
|
6410
6412
|
/* style inject SSR */
|
|
6411
6413
|
|
|
6412
6414
|
/* style inject shadow dom */
|
|
6413
6415
|
|
|
6414
|
-
const __vue_component__$
|
|
6415
|
-
render: __vue_render__$
|
|
6416
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6417
|
-
}, __vue_inject_styles__$
|
|
6416
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
6417
|
+
render: __vue_render__$q,
|
|
6418
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
6419
|
+
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
6418
6420
|
|
|
6419
|
-
var __vue_component__$
|
|
6421
|
+
var __vue_component__$P = __vue_component__$O;
|
|
6420
6422
|
|
|
6421
6423
|
//
|
|
6422
|
-
var script$
|
|
6424
|
+
var script$j = {
|
|
6423
6425
|
name: "NsInfoCard",
|
|
6424
6426
|
components: {
|
|
6425
6427
|
NsSvg,
|
|
@@ -6470,10 +6472,10 @@ var script$i = {
|
|
|
6470
6472
|
};
|
|
6471
6473
|
|
|
6472
6474
|
/* script */
|
|
6473
|
-
const __vue_script__$
|
|
6475
|
+
const __vue_script__$j = script$j;
|
|
6474
6476
|
/* template */
|
|
6475
6477
|
|
|
6476
|
-
var __vue_render__$
|
|
6478
|
+
var __vue_render__$p = function () {
|
|
6477
6479
|
var _vm = this;
|
|
6478
6480
|
|
|
6479
6481
|
var _h = _vm.$createElement;
|
|
@@ -6530,10 +6532,10 @@ var __vue_render__$o = function () {
|
|
|
6530
6532
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6531
6533
|
};
|
|
6532
6534
|
|
|
6533
|
-
var __vue_staticRenderFns__$
|
|
6535
|
+
var __vue_staticRenderFns__$p = [];
|
|
6534
6536
|
/* style */
|
|
6535
6537
|
|
|
6536
|
-
const __vue_inject_styles__$
|
|
6538
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
6537
6539
|
if (!inject) return;
|
|
6538
6540
|
inject("data-v-aefc1c3e_0", {
|
|
6539
6541
|
source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
|
|
@@ -6544,26 +6546,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
6544
6546
|
/* scoped */
|
|
6545
6547
|
|
|
6546
6548
|
|
|
6547
|
-
const __vue_scope_id__$
|
|
6549
|
+
const __vue_scope_id__$q = "data-v-aefc1c3e";
|
|
6548
6550
|
/* module identifier */
|
|
6549
6551
|
|
|
6550
|
-
const __vue_module_identifier__$
|
|
6552
|
+
const __vue_module_identifier__$q = undefined;
|
|
6551
6553
|
/* functional template */
|
|
6552
6554
|
|
|
6553
|
-
const __vue_is_functional_template__$
|
|
6555
|
+
const __vue_is_functional_template__$q = false;
|
|
6554
6556
|
/* style inject SSR */
|
|
6555
6557
|
|
|
6556
6558
|
/* style inject shadow dom */
|
|
6557
6559
|
|
|
6558
|
-
const __vue_component__$
|
|
6559
|
-
render: __vue_render__$
|
|
6560
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6561
|
-
}, __vue_inject_styles__$
|
|
6560
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
6561
|
+
render: __vue_render__$p,
|
|
6562
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
6563
|
+
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
6562
6564
|
|
|
6563
|
-
var __vue_component__$
|
|
6565
|
+
var __vue_component__$N = __vue_component__$M;
|
|
6564
6566
|
|
|
6565
6567
|
//
|
|
6566
|
-
var script$
|
|
6568
|
+
var script$i = {
|
|
6567
6569
|
name: "NsStatusCard",
|
|
6568
6570
|
//components added for storybook to work
|
|
6569
6571
|
components: {
|
|
@@ -6610,10 +6612,10 @@ var script$h = {
|
|
|
6610
6612
|
};
|
|
6611
6613
|
|
|
6612
6614
|
/* script */
|
|
6613
|
-
const __vue_script__$
|
|
6615
|
+
const __vue_script__$i = script$i;
|
|
6614
6616
|
/* template */
|
|
6615
6617
|
|
|
6616
|
-
var __vue_render__$
|
|
6618
|
+
var __vue_render__$o = function () {
|
|
6617
6619
|
var _vm = this;
|
|
6618
6620
|
|
|
6619
6621
|
var _h = _vm.$createElement;
|
|
@@ -6682,10 +6684,10 @@ var __vue_render__$n = function () {
|
|
|
6682
6684
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6683
6685
|
};
|
|
6684
6686
|
|
|
6685
|
-
var __vue_staticRenderFns__$
|
|
6687
|
+
var __vue_staticRenderFns__$o = [];
|
|
6686
6688
|
/* style */
|
|
6687
6689
|
|
|
6688
|
-
const __vue_inject_styles__$
|
|
6690
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
6689
6691
|
if (!inject) return;
|
|
6690
6692
|
inject("data-v-496044f0_0", {
|
|
6691
6693
|
source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6696,26 +6698,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
6696
6698
|
/* scoped */
|
|
6697
6699
|
|
|
6698
6700
|
|
|
6699
|
-
const __vue_scope_id__$
|
|
6701
|
+
const __vue_scope_id__$p = "data-v-496044f0";
|
|
6700
6702
|
/* module identifier */
|
|
6701
6703
|
|
|
6702
|
-
const __vue_module_identifier__$
|
|
6704
|
+
const __vue_module_identifier__$p = undefined;
|
|
6703
6705
|
/* functional template */
|
|
6704
6706
|
|
|
6705
|
-
const __vue_is_functional_template__$
|
|
6707
|
+
const __vue_is_functional_template__$p = false;
|
|
6706
6708
|
/* style inject SSR */
|
|
6707
6709
|
|
|
6708
6710
|
/* style inject shadow dom */
|
|
6709
6711
|
|
|
6710
|
-
const __vue_component__$
|
|
6711
|
-
render: __vue_render__$
|
|
6712
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6713
|
-
}, __vue_inject_styles__$
|
|
6712
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
6713
|
+
render: __vue_render__$o,
|
|
6714
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
6715
|
+
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
6714
6716
|
|
|
6715
|
-
var __vue_component__$
|
|
6717
|
+
var __vue_component__$L = __vue_component__$K;
|
|
6716
6718
|
|
|
6717
6719
|
//
|
|
6718
|
-
var script$
|
|
6720
|
+
var script$h = {
|
|
6719
6721
|
name: "NsSystemdServiceCard",
|
|
6720
6722
|
//components added for storybook to work
|
|
6721
6723
|
components: {
|
|
@@ -6769,10 +6771,10 @@ var script$g = {
|
|
|
6769
6771
|
};
|
|
6770
6772
|
|
|
6771
6773
|
/* script */
|
|
6772
|
-
const __vue_script__$
|
|
6774
|
+
const __vue_script__$h = script$h;
|
|
6773
6775
|
/* template */
|
|
6774
6776
|
|
|
6775
|
-
var __vue_render__$
|
|
6777
|
+
var __vue_render__$n = function () {
|
|
6776
6778
|
var _vm = this;
|
|
6777
6779
|
|
|
6778
6780
|
var _h = _vm.$createElement;
|
|
@@ -6827,10 +6829,10 @@ var __vue_render__$m = function () {
|
|
|
6827
6829
|
})], 1)])]);
|
|
6828
6830
|
};
|
|
6829
6831
|
|
|
6830
|
-
var __vue_staticRenderFns__$
|
|
6832
|
+
var __vue_staticRenderFns__$n = [];
|
|
6831
6833
|
/* style */
|
|
6832
6834
|
|
|
6833
|
-
const __vue_inject_styles__$
|
|
6835
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
6834
6836
|
if (!inject) return;
|
|
6835
6837
|
inject("data-v-bf751eca_0", {
|
|
6836
6838
|
source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6841,26 +6843,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6841
6843
|
/* scoped */
|
|
6842
6844
|
|
|
6843
6845
|
|
|
6844
|
-
const __vue_scope_id__$
|
|
6846
|
+
const __vue_scope_id__$o = "data-v-bf751eca";
|
|
6845
6847
|
/* module identifier */
|
|
6846
6848
|
|
|
6847
|
-
const __vue_module_identifier__$
|
|
6849
|
+
const __vue_module_identifier__$o = undefined;
|
|
6848
6850
|
/* functional template */
|
|
6849
6851
|
|
|
6850
|
-
const __vue_is_functional_template__$
|
|
6852
|
+
const __vue_is_functional_template__$o = false;
|
|
6851
6853
|
/* style inject SSR */
|
|
6852
6854
|
|
|
6853
6855
|
/* style inject shadow dom */
|
|
6854
6856
|
|
|
6855
|
-
const __vue_component__$
|
|
6856
|
-
render: __vue_render__$
|
|
6857
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6858
|
-
}, __vue_inject_styles__$
|
|
6857
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
6858
|
+
render: __vue_render__$n,
|
|
6859
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
6860
|
+
}, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
6859
6861
|
|
|
6860
|
-
var __vue_component__$
|
|
6862
|
+
var __vue_component__$J = __vue_component__$I;
|
|
6861
6863
|
|
|
6862
6864
|
//
|
|
6863
|
-
var script$
|
|
6865
|
+
var script$g = {
|
|
6864
6866
|
name: "NsTextInput",
|
|
6865
6867
|
extends: CvTextInput,
|
|
6866
6868
|
components: {
|
|
@@ -6915,10 +6917,10 @@ var script$f = {
|
|
|
6915
6917
|
};
|
|
6916
6918
|
|
|
6917
6919
|
/* script */
|
|
6918
|
-
const __vue_script__$
|
|
6920
|
+
const __vue_script__$g = script$g;
|
|
6919
6921
|
/* template */
|
|
6920
6922
|
|
|
6921
|
-
var __vue_render__$
|
|
6923
|
+
var __vue_render__$m = function () {
|
|
6922
6924
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
6923
6925
|
|
|
6924
6926
|
var _vm = this;
|
|
@@ -7000,10 +7002,10 @@ var __vue_render__$l = function () {
|
|
|
7000
7002
|
})], 2) : _vm._e()]);
|
|
7001
7003
|
};
|
|
7002
7004
|
|
|
7003
|
-
var __vue_staticRenderFns__$
|
|
7005
|
+
var __vue_staticRenderFns__$m = [];
|
|
7004
7006
|
/* style */
|
|
7005
7007
|
|
|
7006
|
-
const __vue_inject_styles__$
|
|
7008
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
7007
7009
|
if (!inject) return;
|
|
7008
7010
|
inject("data-v-eae7353a_0", {
|
|
7009
7011
|
source: ".tooltip[data-v-eae7353a]{display:inline-block;position:absolute}.prefix[data-v-eae7353a]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-eae7353a]{align-items:center}",
|
|
@@ -7018,23 +7020,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
7018
7020
|
/* scoped */
|
|
7019
7021
|
|
|
7020
7022
|
|
|
7021
|
-
const __vue_scope_id__$
|
|
7023
|
+
const __vue_scope_id__$n = "data-v-eae7353a";
|
|
7022
7024
|
/* module identifier */
|
|
7023
7025
|
|
|
7024
|
-
const __vue_module_identifier__$
|
|
7026
|
+
const __vue_module_identifier__$n = undefined;
|
|
7025
7027
|
/* functional template */
|
|
7026
7028
|
|
|
7027
|
-
const __vue_is_functional_template__$
|
|
7029
|
+
const __vue_is_functional_template__$n = false;
|
|
7028
7030
|
/* style inject SSR */
|
|
7029
7031
|
|
|
7030
7032
|
/* style inject shadow dom */
|
|
7031
7033
|
|
|
7032
|
-
const __vue_component__$
|
|
7033
|
-
render: __vue_render__$
|
|
7034
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7035
|
-
}, __vue_inject_styles__$
|
|
7034
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
7035
|
+
render: __vue_render__$m,
|
|
7036
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
7037
|
+
}, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
7036
7038
|
|
|
7037
|
-
var NsTextInput = __vue_component__$
|
|
7039
|
+
var NsTextInput = __vue_component__$H;
|
|
7038
7040
|
|
|
7039
7041
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
7040
7042
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7505,13 +7507,27 @@ var UtilService = {
|
|
|
7505
7507
|
*/
|
|
7506
7508
|
getUuid() {
|
|
7507
7509
|
return uuid_1.v4();
|
|
7510
|
+
},
|
|
7511
|
+
|
|
7512
|
+
/**
|
|
7513
|
+
* Get a readable label for a node
|
|
7514
|
+
*/
|
|
7515
|
+
getNodeLabel(node) {
|
|
7516
|
+
return node.ui_name ? node.ui_name + " (" + this.$t("common.node") + " " + node.id + ")" : this.$t("common.node") + " " + node.id;
|
|
7517
|
+
},
|
|
7518
|
+
|
|
7519
|
+
/**
|
|
7520
|
+
* Get a readable short label for a node
|
|
7521
|
+
*/
|
|
7522
|
+
getShortNodeLabel(node) {
|
|
7523
|
+
return node.ui_name ? node.ui_name : this.$t("common.node") + " " + node.id;
|
|
7508
7524
|
}
|
|
7509
7525
|
|
|
7510
7526
|
}
|
|
7511
7527
|
};
|
|
7512
7528
|
|
|
7513
7529
|
//
|
|
7514
|
-
var script$
|
|
7530
|
+
var script$f = {
|
|
7515
7531
|
name: "NsPasswordInput",
|
|
7516
7532
|
components: {
|
|
7517
7533
|
NsTextInput
|
|
@@ -7676,10 +7692,10 @@ var script$e = {
|
|
|
7676
7692
|
};
|
|
7677
7693
|
|
|
7678
7694
|
/* script */
|
|
7679
|
-
const __vue_script__$
|
|
7695
|
+
const __vue_script__$f = script$f;
|
|
7680
7696
|
/* template */
|
|
7681
7697
|
|
|
7682
|
-
var __vue_render__$
|
|
7698
|
+
var __vue_render__$l = function () {
|
|
7683
7699
|
var _vm = this;
|
|
7684
7700
|
|
|
7685
7701
|
var _h = _vm.$createElement;
|
|
@@ -7774,10 +7790,10 @@ var __vue_render__$k = function () {
|
|
|
7774
7790
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7775
7791
|
};
|
|
7776
7792
|
|
|
7777
|
-
var __vue_staticRenderFns__$
|
|
7793
|
+
var __vue_staticRenderFns__$l = [];
|
|
7778
7794
|
/* style */
|
|
7779
7795
|
|
|
7780
|
-
const __vue_inject_styles__$
|
|
7796
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
7781
7797
|
if (!inject) return;
|
|
7782
7798
|
inject("data-v-67b93b40_0", {
|
|
7783
7799
|
source: ".new-password-container[data-v-67b93b40]{margin-bottom:1rem}.new-password[data-v-67b93b40]{margin-bottom:.25rem}.confirm-password[data-v-67b93b40]{margin-bottom:.25rem}.password-meter[data-v-67b93b40]{display:flex}@media (min-width:672px){.password-meter[data-v-67b93b40]{max-width:38rem}}.requirement[data-v-67b93b40]{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-67b93b40]{background-color:#fff}.requirement[data-v-67b93b40]:first-child{margin-left:0}.requirement-ok[data-v-67b93b40]{color:#fff;background-color:#198038}.requirement-disabled[data-v-67b93b40]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
@@ -7788,26 +7804,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
7788
7804
|
/* scoped */
|
|
7789
7805
|
|
|
7790
7806
|
|
|
7791
|
-
const __vue_scope_id__$
|
|
7807
|
+
const __vue_scope_id__$m = "data-v-67b93b40";
|
|
7792
7808
|
/* module identifier */
|
|
7793
7809
|
|
|
7794
|
-
const __vue_module_identifier__$
|
|
7810
|
+
const __vue_module_identifier__$m = undefined;
|
|
7795
7811
|
/* functional template */
|
|
7796
7812
|
|
|
7797
|
-
const __vue_is_functional_template__$
|
|
7813
|
+
const __vue_is_functional_template__$m = false;
|
|
7798
7814
|
/* style inject SSR */
|
|
7799
7815
|
|
|
7800
7816
|
/* style inject shadow dom */
|
|
7801
7817
|
|
|
7802
|
-
const __vue_component__$
|
|
7803
|
-
render: __vue_render__$
|
|
7804
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7805
|
-
}, __vue_inject_styles__$
|
|
7818
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
7819
|
+
render: __vue_render__$l,
|
|
7820
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
7821
|
+
}, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
7806
7822
|
|
|
7807
|
-
var __vue_component__$
|
|
7823
|
+
var __vue_component__$G = __vue_component__$F;
|
|
7808
7824
|
|
|
7809
7825
|
//
|
|
7810
|
-
var script$
|
|
7826
|
+
var script$e = {
|
|
7811
7827
|
name: "NsIconMenu",
|
|
7812
7828
|
extends: CvOverflowMenu,
|
|
7813
7829
|
props: {
|
|
@@ -7851,10 +7867,10 @@ var script$d = {
|
|
|
7851
7867
|
};
|
|
7852
7868
|
|
|
7853
7869
|
/* script */
|
|
7854
|
-
const __vue_script__$
|
|
7870
|
+
const __vue_script__$e = script$e;
|
|
7855
7871
|
/* template */
|
|
7856
7872
|
|
|
7857
|
-
var __vue_render__$
|
|
7873
|
+
var __vue_render__$k = function () {
|
|
7858
7874
|
var _obj, _obj$1;
|
|
7859
7875
|
|
|
7860
7876
|
var _vm = this;
|
|
@@ -7970,10 +7986,10 @@ var __vue_render__$j = function () {
|
|
|
7970
7986
|
})])]);
|
|
7971
7987
|
};
|
|
7972
7988
|
|
|
7973
|
-
var __vue_staticRenderFns__$
|
|
7989
|
+
var __vue_staticRenderFns__$k = [];
|
|
7974
7990
|
/* style */
|
|
7975
7991
|
|
|
7976
|
-
const __vue_inject_styles__$
|
|
7992
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
7977
7993
|
if (!inject) return;
|
|
7978
7994
|
inject("data-v-2be14df6_0", {
|
|
7979
7995
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7984,26 +8000,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
7984
8000
|
/* scoped */
|
|
7985
8001
|
|
|
7986
8002
|
|
|
7987
|
-
const __vue_scope_id__$
|
|
8003
|
+
const __vue_scope_id__$l = "data-v-2be14df6";
|
|
7988
8004
|
/* module identifier */
|
|
7989
8005
|
|
|
7990
|
-
const __vue_module_identifier__$
|
|
8006
|
+
const __vue_module_identifier__$l = undefined;
|
|
7991
8007
|
/* functional template */
|
|
7992
8008
|
|
|
7993
|
-
const __vue_is_functional_template__$
|
|
8009
|
+
const __vue_is_functional_template__$l = false;
|
|
7994
8010
|
/* style inject SSR */
|
|
7995
8011
|
|
|
7996
8012
|
/* style inject shadow dom */
|
|
7997
8013
|
|
|
7998
|
-
const __vue_component__$
|
|
7999
|
-
render: __vue_render__$
|
|
8000
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8001
|
-
}, __vue_inject_styles__$
|
|
8014
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
8015
|
+
render: __vue_render__$k,
|
|
8016
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
8017
|
+
}, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
8002
8018
|
|
|
8003
|
-
var __vue_component__$
|
|
8019
|
+
var __vue_component__$E = __vue_component__$D;
|
|
8004
8020
|
|
|
8005
8021
|
//
|
|
8006
|
-
var script$
|
|
8022
|
+
var script$d = {
|
|
8007
8023
|
name: "NsMeterChart",
|
|
8008
8024
|
components: {
|
|
8009
8025
|
NsProgressBar
|
|
@@ -8038,10 +8054,10 @@ var script$c = {
|
|
|
8038
8054
|
};
|
|
8039
8055
|
|
|
8040
8056
|
/* script */
|
|
8041
|
-
const __vue_script__$
|
|
8057
|
+
const __vue_script__$d = script$d;
|
|
8042
8058
|
/* template */
|
|
8043
8059
|
|
|
8044
|
-
var __vue_render__$
|
|
8060
|
+
var __vue_render__$j = function () {
|
|
8045
8061
|
var _vm = this;
|
|
8046
8062
|
|
|
8047
8063
|
var _h = _vm.$createElement;
|
|
@@ -8064,10 +8080,10 @@ var __vue_render__$i = function () {
|
|
|
8064
8080
|
})], 1);
|
|
8065
8081
|
};
|
|
8066
8082
|
|
|
8067
|
-
var __vue_staticRenderFns__$
|
|
8083
|
+
var __vue_staticRenderFns__$j = [];
|
|
8068
8084
|
/* style */
|
|
8069
8085
|
|
|
8070
|
-
const __vue_inject_styles__$
|
|
8086
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
8071
8087
|
if (!inject) return;
|
|
8072
8088
|
inject("data-v-8d83456c_0", {
|
|
8073
8089
|
source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
|
|
@@ -8078,26 +8094,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
8078
8094
|
/* scoped */
|
|
8079
8095
|
|
|
8080
8096
|
|
|
8081
|
-
const __vue_scope_id__$
|
|
8097
|
+
const __vue_scope_id__$k = "data-v-8d83456c";
|
|
8082
8098
|
/* module identifier */
|
|
8083
8099
|
|
|
8084
|
-
const __vue_module_identifier__$
|
|
8100
|
+
const __vue_module_identifier__$k = undefined;
|
|
8085
8101
|
/* functional template */
|
|
8086
8102
|
|
|
8087
|
-
const __vue_is_functional_template__$
|
|
8103
|
+
const __vue_is_functional_template__$k = false;
|
|
8088
8104
|
/* style inject SSR */
|
|
8089
8105
|
|
|
8090
8106
|
/* style inject shadow dom */
|
|
8091
8107
|
|
|
8092
|
-
const __vue_component__$
|
|
8093
|
-
render: __vue_render__$
|
|
8094
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8095
|
-
}, __vue_inject_styles__$
|
|
8108
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
8109
|
+
render: __vue_render__$j,
|
|
8110
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
8111
|
+
}, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
8096
8112
|
|
|
8097
|
-
var __vue_component__$
|
|
8113
|
+
var __vue_component__$C = __vue_component__$B;
|
|
8098
8114
|
|
|
8099
8115
|
//
|
|
8100
|
-
var script$
|
|
8116
|
+
var script$c = {
|
|
8101
8117
|
name: "NsModal",
|
|
8102
8118
|
extends: CvModal,
|
|
8103
8119
|
components: {
|
|
@@ -8157,10 +8173,10 @@ var script$b = {
|
|
|
8157
8173
|
};
|
|
8158
8174
|
|
|
8159
8175
|
/* script */
|
|
8160
|
-
const __vue_script__$
|
|
8176
|
+
const __vue_script__$c = script$c;
|
|
8161
8177
|
/* template */
|
|
8162
8178
|
|
|
8163
|
-
var __vue_render__$
|
|
8179
|
+
var __vue_render__$i = function () {
|
|
8164
8180
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
8165
8181
|
|
|
8166
8182
|
var _vm = this;
|
|
@@ -8294,34 +8310,34 @@ var __vue_render__$h = function () {
|
|
|
8294
8310
|
})], 1)]);
|
|
8295
8311
|
};
|
|
8296
8312
|
|
|
8297
|
-
var __vue_staticRenderFns__$
|
|
8313
|
+
var __vue_staticRenderFns__$i = [];
|
|
8298
8314
|
/* style */
|
|
8299
8315
|
|
|
8300
|
-
const __vue_inject_styles__$
|
|
8316
|
+
const __vue_inject_styles__$j = undefined;
|
|
8301
8317
|
/* scoped */
|
|
8302
8318
|
|
|
8303
|
-
const __vue_scope_id__$
|
|
8319
|
+
const __vue_scope_id__$j = undefined;
|
|
8304
8320
|
/* module identifier */
|
|
8305
8321
|
|
|
8306
|
-
const __vue_module_identifier__$
|
|
8322
|
+
const __vue_module_identifier__$j = undefined;
|
|
8307
8323
|
/* functional template */
|
|
8308
8324
|
|
|
8309
|
-
const __vue_is_functional_template__$
|
|
8325
|
+
const __vue_is_functional_template__$j = false;
|
|
8310
8326
|
/* style inject */
|
|
8311
8327
|
|
|
8312
8328
|
/* style inject SSR */
|
|
8313
8329
|
|
|
8314
8330
|
/* style inject shadow dom */
|
|
8315
8331
|
|
|
8316
|
-
const __vue_component__$
|
|
8317
|
-
render: __vue_render__$
|
|
8318
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8319
|
-
}, __vue_inject_styles__$
|
|
8332
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
8333
|
+
render: __vue_render__$i,
|
|
8334
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
8335
|
+
}, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
8320
8336
|
|
|
8321
|
-
var NsModal = __vue_component__$
|
|
8337
|
+
var NsModal = __vue_component__$A;
|
|
8322
8338
|
|
|
8323
8339
|
//
|
|
8324
|
-
var script$
|
|
8340
|
+
var script$b = {
|
|
8325
8341
|
name: "NsDangerDeleteModal",
|
|
8326
8342
|
//component added for storybook to work
|
|
8327
8343
|
components: {
|
|
@@ -8417,10 +8433,10 @@ var script$a = {
|
|
|
8417
8433
|
};
|
|
8418
8434
|
|
|
8419
8435
|
/* script */
|
|
8420
|
-
const __vue_script__$
|
|
8436
|
+
const __vue_script__$b = script$b;
|
|
8421
8437
|
/* template */
|
|
8422
8438
|
|
|
8423
|
-
var __vue_render__$
|
|
8439
|
+
var __vue_render__$h = function () {
|
|
8424
8440
|
var _vm = this;
|
|
8425
8441
|
|
|
8426
8442
|
var _h = _vm.$createElement;
|
|
@@ -8488,10 +8504,10 @@ var __vue_render__$g = function () {
|
|
|
8488
8504
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
8489
8505
|
};
|
|
8490
8506
|
|
|
8491
|
-
var __vue_staticRenderFns__$
|
|
8507
|
+
var __vue_staticRenderFns__$h = [];
|
|
8492
8508
|
/* style */
|
|
8493
8509
|
|
|
8494
|
-
const __vue_inject_styles__$
|
|
8510
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
8495
8511
|
if (!inject) return;
|
|
8496
8512
|
inject("data-v-746a2de3_0", {
|
|
8497
8513
|
source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
|
|
@@ -8502,23 +8518,23 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
8502
8518
|
/* scoped */
|
|
8503
8519
|
|
|
8504
8520
|
|
|
8505
|
-
const __vue_scope_id__$
|
|
8521
|
+
const __vue_scope_id__$i = "data-v-746a2de3";
|
|
8506
8522
|
/* module identifier */
|
|
8507
8523
|
|
|
8508
|
-
const __vue_module_identifier__$
|
|
8524
|
+
const __vue_module_identifier__$i = undefined;
|
|
8509
8525
|
/* functional template */
|
|
8510
8526
|
|
|
8511
|
-
const __vue_is_functional_template__$
|
|
8527
|
+
const __vue_is_functional_template__$i = false;
|
|
8512
8528
|
/* style inject SSR */
|
|
8513
8529
|
|
|
8514
8530
|
/* style inject shadow dom */
|
|
8515
8531
|
|
|
8516
|
-
const __vue_component__$
|
|
8517
|
-
render: __vue_render__$
|
|
8518
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8519
|
-
}, __vue_inject_styles__$
|
|
8532
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
8533
|
+
render: __vue_render__$h,
|
|
8534
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
8535
|
+
}, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
8520
8536
|
|
|
8521
|
-
var __vue_component__$
|
|
8537
|
+
var __vue_component__$z = __vue_component__$y;
|
|
8522
8538
|
|
|
8523
8539
|
var IconService = {
|
|
8524
8540
|
name: "IconService",
|
|
@@ -8644,15 +8660,18 @@ var IconService = {
|
|
|
8644
8660
|
Catalog20,
|
|
8645
8661
|
// system logs
|
|
8646
8662
|
Catalog32,
|
|
8647
|
-
Group20
|
|
8648
|
-
|
|
8663
|
+
Group20,
|
|
8664
|
+
// users and groups
|
|
8665
|
+
Router32,
|
|
8666
|
+
// http routes
|
|
8667
|
+
Certificate32
|
|
8649
8668
|
};
|
|
8650
8669
|
}
|
|
8651
8670
|
|
|
8652
8671
|
};
|
|
8653
8672
|
|
|
8654
8673
|
//
|
|
8655
|
-
var script$
|
|
8674
|
+
var script$a = {
|
|
8656
8675
|
name: "NsDropdownAction",
|
|
8657
8676
|
extends: CvOverflowMenu,
|
|
8658
8677
|
components: {
|
|
@@ -8684,10 +8703,10 @@ var script$9 = {
|
|
|
8684
8703
|
};
|
|
8685
8704
|
|
|
8686
8705
|
/* script */
|
|
8687
|
-
const __vue_script__$
|
|
8706
|
+
const __vue_script__$a = script$a;
|
|
8688
8707
|
/* template */
|
|
8689
8708
|
|
|
8690
|
-
var __vue_render__$
|
|
8709
|
+
var __vue_render__$g = function () {
|
|
8691
8710
|
var _obj, _obj$1;
|
|
8692
8711
|
|
|
8693
8712
|
var _vm = this;
|
|
@@ -8787,34 +8806,34 @@ var __vue_render__$f = function () {
|
|
|
8787
8806
|
})])]);
|
|
8788
8807
|
};
|
|
8789
8808
|
|
|
8790
|
-
var __vue_staticRenderFns__$
|
|
8809
|
+
var __vue_staticRenderFns__$g = [];
|
|
8791
8810
|
/* style */
|
|
8792
8811
|
|
|
8793
|
-
const __vue_inject_styles__$
|
|
8812
|
+
const __vue_inject_styles__$h = undefined;
|
|
8794
8813
|
/* scoped */
|
|
8795
8814
|
|
|
8796
|
-
const __vue_scope_id__$
|
|
8815
|
+
const __vue_scope_id__$h = "data-v-31925b9d";
|
|
8797
8816
|
/* module identifier */
|
|
8798
8817
|
|
|
8799
|
-
const __vue_module_identifier__$
|
|
8818
|
+
const __vue_module_identifier__$h = undefined;
|
|
8800
8819
|
/* functional template */
|
|
8801
8820
|
|
|
8802
|
-
const __vue_is_functional_template__$
|
|
8821
|
+
const __vue_is_functional_template__$h = false;
|
|
8803
8822
|
/* style inject */
|
|
8804
8823
|
|
|
8805
8824
|
/* style inject SSR */
|
|
8806
8825
|
|
|
8807
8826
|
/* style inject shadow dom */
|
|
8808
8827
|
|
|
8809
|
-
const __vue_component__$
|
|
8810
|
-
render: __vue_render__$
|
|
8811
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8812
|
-
}, __vue_inject_styles__$
|
|
8828
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
8829
|
+
render: __vue_render__$g,
|
|
8830
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8831
|
+
}, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
8813
8832
|
|
|
8814
|
-
var __vue_component__$
|
|
8833
|
+
var __vue_component__$x = __vue_component__$w;
|
|
8815
8834
|
|
|
8816
8835
|
//
|
|
8817
|
-
var script$
|
|
8836
|
+
var script$9 = {
|
|
8818
8837
|
name: "NsBackupCardDetails",
|
|
8819
8838
|
mixins: [DateTimeService],
|
|
8820
8839
|
props: {
|
|
@@ -8850,10 +8869,10 @@ var script$8 = {
|
|
|
8850
8869
|
};
|
|
8851
8870
|
|
|
8852
8871
|
/* script */
|
|
8853
|
-
const __vue_script__$
|
|
8872
|
+
const __vue_script__$9 = script$9;
|
|
8854
8873
|
/* template */
|
|
8855
8874
|
|
|
8856
|
-
var __vue_render__$
|
|
8875
|
+
var __vue_render__$f = function () {
|
|
8857
8876
|
var _vm = this;
|
|
8858
8877
|
|
|
8859
8878
|
var _h = _vm.$createElement;
|
|
@@ -8907,10 +8926,10 @@ var __vue_render__$e = function () {
|
|
|
8907
8926
|
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm.status[_vm.backup.id].total_file_count) + "\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
8908
8927
|
};
|
|
8909
8928
|
|
|
8910
|
-
var __vue_staticRenderFns__$
|
|
8929
|
+
var __vue_staticRenderFns__$f = [];
|
|
8911
8930
|
/* style */
|
|
8912
8931
|
|
|
8913
|
-
const __vue_inject_styles__$
|
|
8932
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
8914
8933
|
if (!inject) return;
|
|
8915
8934
|
inject("data-v-25453d1c_0", {
|
|
8916
8935
|
source: ".ns-backup-card-details[data-v-25453d1c]{display:contents}.tr[data-v-25453d1c]{display:table-row}.td[data-v-25453d1c]{display:table-cell}.label[data-v-25453d1c]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
@@ -8921,26 +8940,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
8921
8940
|
/* scoped */
|
|
8922
8941
|
|
|
8923
8942
|
|
|
8924
|
-
const __vue_scope_id__$
|
|
8943
|
+
const __vue_scope_id__$g = "data-v-25453d1c";
|
|
8925
8944
|
/* module identifier */
|
|
8926
8945
|
|
|
8927
|
-
const __vue_module_identifier__$
|
|
8946
|
+
const __vue_module_identifier__$g = undefined;
|
|
8928
8947
|
/* functional template */
|
|
8929
8948
|
|
|
8930
|
-
const __vue_is_functional_template__$
|
|
8949
|
+
const __vue_is_functional_template__$g = false;
|
|
8931
8950
|
/* style inject SSR */
|
|
8932
8951
|
|
|
8933
8952
|
/* style inject shadow dom */
|
|
8934
8953
|
|
|
8935
|
-
const __vue_component__$
|
|
8936
|
-
render: __vue_render__$
|
|
8937
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8938
|
-
}, __vue_inject_styles__$
|
|
8954
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
8955
|
+
render: __vue_render__$f,
|
|
8956
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
8957
|
+
}, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
8939
8958
|
|
|
8940
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8959
|
+
var NsBackupCardDetails = __vue_component__$v;
|
|
8941
8960
|
|
|
8942
8961
|
//
|
|
8943
|
-
var script$
|
|
8962
|
+
var script$8 = {
|
|
8944
8963
|
name: "NsBackupCard",
|
|
8945
8964
|
components: {
|
|
8946
8965
|
NsBackupCardDetails
|
|
@@ -9081,10 +9100,10 @@ var script$7 = {
|
|
|
9081
9100
|
};
|
|
9082
9101
|
|
|
9083
9102
|
/* script */
|
|
9084
|
-
const __vue_script__$
|
|
9103
|
+
const __vue_script__$8 = script$8;
|
|
9085
9104
|
/* template */
|
|
9086
9105
|
|
|
9087
|
-
var __vue_render__$
|
|
9106
|
+
var __vue_render__$e = function () {
|
|
9088
9107
|
var _vm = this;
|
|
9089
9108
|
|
|
9090
9109
|
var _h = _vm.$createElement;
|
|
@@ -9200,10 +9219,10 @@ var __vue_render__$d = function () {
|
|
|
9200
9219
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
9201
9220
|
};
|
|
9202
9221
|
|
|
9203
|
-
var __vue_staticRenderFns__$
|
|
9222
|
+
var __vue_staticRenderFns__$e = [];
|
|
9204
9223
|
/* style */
|
|
9205
9224
|
|
|
9206
|
-
const __vue_inject_styles__$
|
|
9225
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
9207
9226
|
if (!inject) return;
|
|
9208
9227
|
inject("data-v-5a3b7738_0", {
|
|
9209
9228
|
source: ".ns-backup-card[data-v-5a3b7738]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-5a3b7738]{margin-bottom:1rem}.backup[data-v-5a3b7738]:last-child{margin-bottom:0}.row[data-v-5a3b7738]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5a3b7738]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-5a3b7738]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-5a3b7738]{display:table}.tr[data-v-5a3b7738]{display:table-row}.td[data-v-5a3b7738]{display:table-cell}.label[data-v-5a3b7738]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-5a3b7738]{font-weight:700}.backup-status-icon[data-v-5a3b7738]{margin-right:.25rem}",
|
|
@@ -9218,26 +9237,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
9218
9237
|
/* scoped */
|
|
9219
9238
|
|
|
9220
9239
|
|
|
9221
|
-
const __vue_scope_id__$
|
|
9240
|
+
const __vue_scope_id__$f = "data-v-5a3b7738";
|
|
9222
9241
|
/* module identifier */
|
|
9223
9242
|
|
|
9224
|
-
const __vue_module_identifier__$
|
|
9243
|
+
const __vue_module_identifier__$f = undefined;
|
|
9225
9244
|
/* functional template */
|
|
9226
9245
|
|
|
9227
|
-
const __vue_is_functional_template__$
|
|
9246
|
+
const __vue_is_functional_template__$f = false;
|
|
9228
9247
|
/* style inject SSR */
|
|
9229
9248
|
|
|
9230
9249
|
/* style inject shadow dom */
|
|
9231
9250
|
|
|
9232
|
-
const __vue_component__$
|
|
9233
|
-
render: __vue_render__$
|
|
9234
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9235
|
-
}, __vue_inject_styles__$
|
|
9251
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
9252
|
+
render: __vue_render__$e,
|
|
9253
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
9254
|
+
}, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
9236
9255
|
|
|
9237
|
-
var __vue_component__$
|
|
9256
|
+
var __vue_component__$u = __vue_component__$t;
|
|
9238
9257
|
|
|
9239
9258
|
//
|
|
9240
|
-
var script$
|
|
9259
|
+
var script$7 = {
|
|
9241
9260
|
name: "NsWizard",
|
|
9242
9261
|
extends: NsModal,
|
|
9243
9262
|
mixins: [IconService],
|
|
@@ -9281,10 +9300,10 @@ var script$6 = {
|
|
|
9281
9300
|
};
|
|
9282
9301
|
|
|
9283
9302
|
/* script */
|
|
9284
|
-
const __vue_script__$
|
|
9303
|
+
const __vue_script__$7 = script$7;
|
|
9285
9304
|
/* template */
|
|
9286
9305
|
|
|
9287
|
-
var __vue_render__$
|
|
9306
|
+
var __vue_render__$d = function () {
|
|
9288
9307
|
var _obj, _obj$1;
|
|
9289
9308
|
|
|
9290
9309
|
var _vm = this;
|
|
@@ -9426,34 +9445,34 @@ var __vue_render__$c = function () {
|
|
|
9426
9445
|
})], 1)]);
|
|
9427
9446
|
};
|
|
9428
9447
|
|
|
9429
|
-
var __vue_staticRenderFns__$
|
|
9448
|
+
var __vue_staticRenderFns__$d = [];
|
|
9430
9449
|
/* style */
|
|
9431
9450
|
|
|
9432
|
-
const __vue_inject_styles__$
|
|
9451
|
+
const __vue_inject_styles__$e = undefined;
|
|
9433
9452
|
/* scoped */
|
|
9434
9453
|
|
|
9435
|
-
const __vue_scope_id__$
|
|
9454
|
+
const __vue_scope_id__$e = undefined;
|
|
9436
9455
|
/* module identifier */
|
|
9437
9456
|
|
|
9438
|
-
const __vue_module_identifier__$
|
|
9457
|
+
const __vue_module_identifier__$e = undefined;
|
|
9439
9458
|
/* functional template */
|
|
9440
9459
|
|
|
9441
|
-
const __vue_is_functional_template__$
|
|
9460
|
+
const __vue_is_functional_template__$e = false;
|
|
9442
9461
|
/* style inject */
|
|
9443
9462
|
|
|
9444
9463
|
/* style inject SSR */
|
|
9445
9464
|
|
|
9446
9465
|
/* style inject shadow dom */
|
|
9447
9466
|
|
|
9448
|
-
const __vue_component__$
|
|
9449
|
-
render: __vue_render__$
|
|
9450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9451
|
-
}, __vue_inject_styles__$
|
|
9467
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
9468
|
+
render: __vue_render__$d,
|
|
9469
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
9470
|
+
}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
9452
9471
|
|
|
9453
|
-
var __vue_component__$
|
|
9472
|
+
var __vue_component__$s = __vue_component__$r;
|
|
9454
9473
|
|
|
9455
9474
|
//
|
|
9456
|
-
var script$
|
|
9475
|
+
var script$6 = {
|
|
9457
9476
|
name: "NsMenuItem",
|
|
9458
9477
|
components: {
|
|
9459
9478
|
NsSvg
|
|
@@ -9476,10 +9495,10 @@ var script$5 = {
|
|
|
9476
9495
|
};
|
|
9477
9496
|
|
|
9478
9497
|
/* script */
|
|
9479
|
-
const __vue_script__$
|
|
9498
|
+
const __vue_script__$6 = script$6;
|
|
9480
9499
|
/* template */
|
|
9481
9500
|
|
|
9482
|
-
var __vue_render__$
|
|
9501
|
+
var __vue_render__$c = function () {
|
|
9483
9502
|
var _vm = this;
|
|
9484
9503
|
|
|
9485
9504
|
var _h = _vm.$createElement;
|
|
@@ -9499,10 +9518,10 @@ var __vue_render__$b = function () {
|
|
|
9499
9518
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
9500
9519
|
};
|
|
9501
9520
|
|
|
9502
|
-
var __vue_staticRenderFns__$
|
|
9521
|
+
var __vue_staticRenderFns__$c = [];
|
|
9503
9522
|
/* style */
|
|
9504
9523
|
|
|
9505
|
-
const __vue_inject_styles__$
|
|
9524
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
9506
9525
|
if (!inject) return;
|
|
9507
9526
|
inject("data-v-35f08832_0", {
|
|
9508
9527
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9513,26 +9532,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
9513
9532
|
/* scoped */
|
|
9514
9533
|
|
|
9515
9534
|
|
|
9516
|
-
const __vue_scope_id__$
|
|
9535
|
+
const __vue_scope_id__$d = "data-v-35f08832";
|
|
9517
9536
|
/* module identifier */
|
|
9518
9537
|
|
|
9519
|
-
const __vue_module_identifier__$
|
|
9538
|
+
const __vue_module_identifier__$d = undefined;
|
|
9520
9539
|
/* functional template */
|
|
9521
9540
|
|
|
9522
|
-
const __vue_is_functional_template__$
|
|
9541
|
+
const __vue_is_functional_template__$d = false;
|
|
9523
9542
|
/* style inject SSR */
|
|
9524
9543
|
|
|
9525
9544
|
/* style inject shadow dom */
|
|
9526
9545
|
|
|
9527
|
-
const __vue_component__$
|
|
9528
|
-
render: __vue_render__$
|
|
9529
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9530
|
-
}, __vue_inject_styles__$
|
|
9546
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
9547
|
+
render: __vue_render__$c,
|
|
9548
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
9549
|
+
}, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
9531
9550
|
|
|
9532
|
-
var __vue_component__$
|
|
9551
|
+
var __vue_component__$q = __vue_component__$p;
|
|
9533
9552
|
|
|
9534
9553
|
//
|
|
9535
|
-
var script$
|
|
9554
|
+
var script$5 = {
|
|
9536
9555
|
name: "NsMenuDivider",
|
|
9537
9556
|
components: {
|
|
9538
9557
|
CvSideNavDivider
|
|
@@ -9540,10 +9559,10 @@ var script$4 = {
|
|
|
9540
9559
|
};
|
|
9541
9560
|
|
|
9542
9561
|
/* script */
|
|
9543
|
-
const __vue_script__$
|
|
9562
|
+
const __vue_script__$5 = script$5;
|
|
9544
9563
|
/* template */
|
|
9545
9564
|
|
|
9546
|
-
var __vue_render__$
|
|
9565
|
+
var __vue_render__$b = function () {
|
|
9547
9566
|
var _vm = this;
|
|
9548
9567
|
|
|
9549
9568
|
var _h = _vm.$createElement;
|
|
@@ -9553,34 +9572,34 @@ var __vue_render__$a = function () {
|
|
|
9553
9572
|
return _c('cv-side-nav-divider');
|
|
9554
9573
|
};
|
|
9555
9574
|
|
|
9556
|
-
var __vue_staticRenderFns__$
|
|
9575
|
+
var __vue_staticRenderFns__$b = [];
|
|
9557
9576
|
/* style */
|
|
9558
9577
|
|
|
9559
|
-
const __vue_inject_styles__$
|
|
9578
|
+
const __vue_inject_styles__$c = undefined;
|
|
9560
9579
|
/* scoped */
|
|
9561
9580
|
|
|
9562
|
-
const __vue_scope_id__$
|
|
9581
|
+
const __vue_scope_id__$c = "data-v-c2c8c17e";
|
|
9563
9582
|
/* module identifier */
|
|
9564
9583
|
|
|
9565
|
-
const __vue_module_identifier__$
|
|
9584
|
+
const __vue_module_identifier__$c = undefined;
|
|
9566
9585
|
/* functional template */
|
|
9567
9586
|
|
|
9568
|
-
const __vue_is_functional_template__$
|
|
9587
|
+
const __vue_is_functional_template__$c = false;
|
|
9569
9588
|
/* style inject */
|
|
9570
9589
|
|
|
9571
9590
|
/* style inject SSR */
|
|
9572
9591
|
|
|
9573
9592
|
/* style inject shadow dom */
|
|
9574
9593
|
|
|
9575
|
-
const __vue_component__$
|
|
9576
|
-
render: __vue_render__$
|
|
9577
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9578
|
-
}, __vue_inject_styles__$
|
|
9594
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
9595
|
+
render: __vue_render__$b,
|
|
9596
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
9597
|
+
}, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
9579
9598
|
|
|
9580
|
-
var __vue_component__$
|
|
9599
|
+
var __vue_component__$o = __vue_component__$n;
|
|
9581
9600
|
|
|
9582
9601
|
//
|
|
9583
|
-
var script$
|
|
9602
|
+
var script$4 = {
|
|
9584
9603
|
name: "NsSystemLogsCard",
|
|
9585
9604
|
mixins: [UtilService, IconService],
|
|
9586
9605
|
props: {
|
|
@@ -9699,10 +9718,10 @@ var script$3 = {
|
|
|
9699
9718
|
};
|
|
9700
9719
|
|
|
9701
9720
|
/* script */
|
|
9702
|
-
const __vue_script__$
|
|
9721
|
+
const __vue_script__$4 = script$4;
|
|
9703
9722
|
/* template */
|
|
9704
9723
|
|
|
9705
|
-
var __vue_render__$
|
|
9724
|
+
var __vue_render__$a = function () {
|
|
9706
9725
|
var _vm = this;
|
|
9707
9726
|
|
|
9708
9727
|
var _h = _vm.$createElement;
|
|
@@ -9729,34 +9748,34 @@ var __vue_render__$9 = function () {
|
|
|
9729
9748
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
9730
9749
|
};
|
|
9731
9750
|
|
|
9732
|
-
var __vue_staticRenderFns__$
|
|
9751
|
+
var __vue_staticRenderFns__$a = [];
|
|
9733
9752
|
/* style */
|
|
9734
9753
|
|
|
9735
|
-
const __vue_inject_styles__$
|
|
9754
|
+
const __vue_inject_styles__$b = undefined;
|
|
9736
9755
|
/* scoped */
|
|
9737
9756
|
|
|
9738
|
-
const __vue_scope_id__$
|
|
9757
|
+
const __vue_scope_id__$b = "data-v-aec74b8e";
|
|
9739
9758
|
/* module identifier */
|
|
9740
9759
|
|
|
9741
|
-
const __vue_module_identifier__$
|
|
9760
|
+
const __vue_module_identifier__$b = undefined;
|
|
9742
9761
|
/* functional template */
|
|
9743
9762
|
|
|
9744
|
-
const __vue_is_functional_template__$
|
|
9763
|
+
const __vue_is_functional_template__$b = false;
|
|
9745
9764
|
/* style inject */
|
|
9746
9765
|
|
|
9747
9766
|
/* style inject SSR */
|
|
9748
9767
|
|
|
9749
9768
|
/* style inject shadow dom */
|
|
9750
9769
|
|
|
9751
|
-
const __vue_component__$
|
|
9752
|
-
render: __vue_render__$
|
|
9753
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9754
|
-
}, __vue_inject_styles__$
|
|
9770
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
9771
|
+
render: __vue_render__$a,
|
|
9772
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
9773
|
+
}, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
9755
9774
|
|
|
9756
|
-
var __vue_component__$
|
|
9775
|
+
var __vue_component__$m = __vue_component__$l;
|
|
9757
9776
|
|
|
9758
9777
|
//
|
|
9759
|
-
var script$
|
|
9778
|
+
var script$3 = {
|
|
9760
9779
|
name: "NsTimePicker",
|
|
9761
9780
|
mixins: [uidMixin, carbonPrefixMixin, themeMixin],
|
|
9762
9781
|
props: {
|
|
@@ -9799,10 +9818,10 @@ var script$2 = {
|
|
|
9799
9818
|
};
|
|
9800
9819
|
|
|
9801
9820
|
/* script */
|
|
9802
|
-
const __vue_script__$
|
|
9821
|
+
const __vue_script__$3 = script$3;
|
|
9803
9822
|
/* template */
|
|
9804
9823
|
|
|
9805
|
-
var __vue_render__$
|
|
9824
|
+
var __vue_render__$9 = function () {
|
|
9806
9825
|
var _obj, _obj$1;
|
|
9807
9826
|
|
|
9808
9827
|
var _vm = this;
|
|
@@ -9846,10 +9865,10 @@ var __vue_render__$8 = function () {
|
|
|
9846
9865
|
})], 2) : _vm._e()]);
|
|
9847
9866
|
};
|
|
9848
9867
|
|
|
9849
|
-
var __vue_staticRenderFns__$
|
|
9868
|
+
var __vue_staticRenderFns__$9 = [];
|
|
9850
9869
|
/* style */
|
|
9851
9870
|
|
|
9852
|
-
const __vue_inject_styles__$
|
|
9871
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
9853
9872
|
if (!inject) return;
|
|
9854
9873
|
inject("data-v-e1e1beb2_0", {
|
|
9855
9874
|
source: ".ns-time-picker .time-picker-field[data-v-e1e1beb2]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-e1e1beb2]{width:4.875rem}",
|
|
@@ -9864,23 +9883,23 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
9864
9883
|
/* scoped */
|
|
9865
9884
|
|
|
9866
9885
|
|
|
9867
|
-
const __vue_scope_id__$
|
|
9886
|
+
const __vue_scope_id__$a = "data-v-e1e1beb2";
|
|
9868
9887
|
/* module identifier */
|
|
9869
9888
|
|
|
9870
|
-
const __vue_module_identifier__$
|
|
9889
|
+
const __vue_module_identifier__$a = undefined;
|
|
9871
9890
|
/* functional template */
|
|
9872
9891
|
|
|
9873
|
-
const __vue_is_functional_template__$
|
|
9892
|
+
const __vue_is_functional_template__$a = false;
|
|
9874
9893
|
/* style inject SSR */
|
|
9875
9894
|
|
|
9876
9895
|
/* style inject shadow dom */
|
|
9877
9896
|
|
|
9878
|
-
const __vue_component__$
|
|
9879
|
-
render: __vue_render__$
|
|
9880
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9881
|
-
}, __vue_inject_styles__$
|
|
9897
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
9898
|
+
render: __vue_render__$9,
|
|
9899
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
9900
|
+
}, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
9882
9901
|
|
|
9883
|
-
var __vue_component__$
|
|
9902
|
+
var __vue_component__$k = __vue_component__$j;
|
|
9884
9903
|
|
|
9885
9904
|
/*
|
|
9886
9905
|
* This component optionally wraps slotted content with the specified tag-type.
|
|
@@ -9919,7 +9938,7 @@ var NsWrapper = {
|
|
|
9919
9938
|
|
|
9920
9939
|
};
|
|
9921
9940
|
|
|
9922
|
-
var script$
|
|
9941
|
+
var script$2 = {
|
|
9923
9942
|
name: "NsPagination",
|
|
9924
9943
|
extends: CvPagination,
|
|
9925
9944
|
props: {
|
|
@@ -9997,12 +10016,12 @@ var script$1 = {
|
|
|
9997
10016
|
};
|
|
9998
10017
|
|
|
9999
10018
|
/* script */
|
|
10000
|
-
const __vue_script__$
|
|
10019
|
+
const __vue_script__$2 = script$2;
|
|
10001
10020
|
/* template */
|
|
10002
10021
|
|
|
10003
10022
|
/* style */
|
|
10004
10023
|
|
|
10005
|
-
const __vue_inject_styles__$
|
|
10024
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
10006
10025
|
if (!inject) return;
|
|
10007
10026
|
inject("data-v-01f52cb6_0", {
|
|
10008
10027
|
source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
|
|
@@ -10013,20 +10032,20 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
10013
10032
|
/* scoped */
|
|
10014
10033
|
|
|
10015
10034
|
|
|
10016
|
-
const __vue_scope_id__$
|
|
10035
|
+
const __vue_scope_id__$9 = undefined;
|
|
10017
10036
|
/* module identifier */
|
|
10018
10037
|
|
|
10019
|
-
const __vue_module_identifier__$
|
|
10038
|
+
const __vue_module_identifier__$9 = undefined;
|
|
10020
10039
|
/* functional template */
|
|
10021
10040
|
|
|
10022
|
-
const __vue_is_functional_template__$
|
|
10041
|
+
const __vue_is_functional_template__$9 = undefined;
|
|
10023
10042
|
/* style inject SSR */
|
|
10024
10043
|
|
|
10025
10044
|
/* style inject shadow dom */
|
|
10026
10045
|
|
|
10027
|
-
const __vue_component__$
|
|
10046
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
10028
10047
|
|
|
10029
|
-
var NsPagination = __vue_component__$
|
|
10048
|
+
var NsPagination = __vue_component__$i;
|
|
10030
10049
|
|
|
10031
10050
|
var v$3 = "5.6.1";
|
|
10032
10051
|
var fr$3 = 24;
|
|
@@ -17065,7 +17084,7 @@ var LottieService = {
|
|
|
17065
17084
|
};
|
|
17066
17085
|
|
|
17067
17086
|
//
|
|
17068
|
-
var script = {
|
|
17087
|
+
var script$1 = {
|
|
17069
17088
|
name: "NsDataTable",
|
|
17070
17089
|
extends: CvDataTable,
|
|
17071
17090
|
components: {
|
|
@@ -17362,10 +17381,10 @@ var script = {
|
|
|
17362
17381
|
};
|
|
17363
17382
|
|
|
17364
17383
|
/* script */
|
|
17365
|
-
const __vue_script__ = script;
|
|
17384
|
+
const __vue_script__$1 = script$1;
|
|
17366
17385
|
/* template */
|
|
17367
17386
|
|
|
17368
|
-
var __vue_render__$
|
|
17387
|
+
var __vue_render__$8 = function () {
|
|
17369
17388
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
17370
17389
|
|
|
17371
17390
|
var _vm = this;
|
|
@@ -17693,6 +17712,136 @@ var __vue_render__$7 = function () {
|
|
|
17693
17712
|
}, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
|
|
17694
17713
|
};
|
|
17695
17714
|
|
|
17715
|
+
var __vue_staticRenderFns__$8 = [];
|
|
17716
|
+
/* style */
|
|
17717
|
+
|
|
17718
|
+
const __vue_inject_styles__$8 = undefined;
|
|
17719
|
+
/* scoped */
|
|
17720
|
+
|
|
17721
|
+
const __vue_scope_id__$8 = undefined;
|
|
17722
|
+
/* module identifier */
|
|
17723
|
+
|
|
17724
|
+
const __vue_module_identifier__$8 = undefined;
|
|
17725
|
+
/* functional template */
|
|
17726
|
+
|
|
17727
|
+
const __vue_is_functional_template__$8 = false;
|
|
17728
|
+
/* style inject */
|
|
17729
|
+
|
|
17730
|
+
/* style inject SSR */
|
|
17731
|
+
|
|
17732
|
+
/* style inject shadow dom */
|
|
17733
|
+
|
|
17734
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
17735
|
+
render: __vue_render__$8,
|
|
17736
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
17737
|
+
}, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
17738
|
+
|
|
17739
|
+
var __vue_component__$h = __vue_component__$g;
|
|
17740
|
+
|
|
17741
|
+
//
|
|
17742
|
+
var script = {
|
|
17743
|
+
name: "NsToggle",
|
|
17744
|
+
extends: CvToggle,
|
|
17745
|
+
props: {
|
|
17746
|
+
small: Boolean,
|
|
17747
|
+
label: String,
|
|
17748
|
+
formItem: {
|
|
17749
|
+
type: Boolean,
|
|
17750
|
+
default: true
|
|
17751
|
+
},
|
|
17752
|
+
hideLabel: Boolean,
|
|
17753
|
+
tooltipAlignment: {
|
|
17754
|
+
type: String,
|
|
17755
|
+
default: "start",
|
|
17756
|
+
validator: val => ["start", "center", "end"].includes(val)
|
|
17757
|
+
},
|
|
17758
|
+
tooltipDirection: {
|
|
17759
|
+
type: String,
|
|
17760
|
+
default: "bottom",
|
|
17761
|
+
validator: val => ["top", "left", "bottom", "right".includes(val)]
|
|
17762
|
+
}
|
|
17763
|
+
},
|
|
17764
|
+
computed: {
|
|
17765
|
+
hasTooltipSlot() {
|
|
17766
|
+
return !!this.$slots.tooltip;
|
|
17767
|
+
}
|
|
17768
|
+
|
|
17769
|
+
}
|
|
17770
|
+
};
|
|
17771
|
+
|
|
17772
|
+
/* script */
|
|
17773
|
+
const __vue_script__ = script;
|
|
17774
|
+
/* template */
|
|
17775
|
+
|
|
17776
|
+
var __vue_render__$7 = function () {
|
|
17777
|
+
var _obj;
|
|
17778
|
+
|
|
17779
|
+
var _vm = this;
|
|
17780
|
+
|
|
17781
|
+
var _h = _vm.$createElement;
|
|
17782
|
+
|
|
17783
|
+
var _c = _vm._self._c || _h;
|
|
17784
|
+
|
|
17785
|
+
return _c('div', {
|
|
17786
|
+
class: (_obj = {}, _obj[_vm.carbonPrefix + "--form-item"] = _vm.formItem, _obj)
|
|
17787
|
+
}, [_c('input', _vm._g(_vm._b({
|
|
17788
|
+
ref: "input",
|
|
17789
|
+
class: [_vm.carbonPrefix + "--toggle-input", {
|
|
17790
|
+
'bx--toggle-input--small': _vm.small
|
|
17791
|
+
}],
|
|
17792
|
+
attrs: {
|
|
17793
|
+
"type": "checkbox",
|
|
17794
|
+
"id": _vm.uid,
|
|
17795
|
+
"aria-checked": "" + _vm.isChecked
|
|
17796
|
+
},
|
|
17797
|
+
domProps: {
|
|
17798
|
+
"checked": _vm.isChecked === true,
|
|
17799
|
+
"value": _vm.value
|
|
17800
|
+
}
|
|
17801
|
+
}, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _c('label', {
|
|
17802
|
+
class: _vm.carbonPrefix + "--toggle-input__label",
|
|
17803
|
+
attrs: {
|
|
17804
|
+
"for": _vm.uid,
|
|
17805
|
+
"aria-label": _vm.hiddenLabel
|
|
17806
|
+
}
|
|
17807
|
+
}, [_c('div', [_vm._v("\n " + _vm._s(_vm.visibleLabel) + "\n "), _vm._v(" "), _vm.hasTooltipSlot && !_vm.hideLabel ? _c('cv-interactive-tooltip', {
|
|
17808
|
+
staticClass: "tooltip info",
|
|
17809
|
+
attrs: {
|
|
17810
|
+
"alignment": _vm.tooltipAlignment,
|
|
17811
|
+
"direction": _vm.tooltipDirection
|
|
17812
|
+
}
|
|
17813
|
+
}, [_c('template', {
|
|
17814
|
+
slot: "content"
|
|
17815
|
+
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1), _vm._v(" "), _c('span', {
|
|
17816
|
+
class: _vm.carbonPrefix + "--toggle__switch"
|
|
17817
|
+
}, [_c('svg', {
|
|
17818
|
+
class: _vm.carbonPrefix + "--toggle__check",
|
|
17819
|
+
attrs: {
|
|
17820
|
+
"width": "6px",
|
|
17821
|
+
"height": "5px",
|
|
17822
|
+
"viewBox": "0 0 6 5"
|
|
17823
|
+
}
|
|
17824
|
+
}, [_c('path', {
|
|
17825
|
+
attrs: {
|
|
17826
|
+
"d": "M2.2 2.7L5 0 6 1 2.2 5 0 2.7 1 1.5z"
|
|
17827
|
+
}
|
|
17828
|
+
})]), _vm._v(" "), _c('span', {
|
|
17829
|
+
class: _vm.carbonPrefix + "--toggle__text--off",
|
|
17830
|
+
attrs: {
|
|
17831
|
+
"aria-hidden": "true"
|
|
17832
|
+
}
|
|
17833
|
+
}, [_vm._t("text-left", function () {
|
|
17834
|
+
return [_vm._v("Off")];
|
|
17835
|
+
})], 2), _vm._v(" "), _c('span', {
|
|
17836
|
+
class: _vm.carbonPrefix + "--toggle__text--on",
|
|
17837
|
+
attrs: {
|
|
17838
|
+
"aria-hidden": "true"
|
|
17839
|
+
}
|
|
17840
|
+
}, [_vm._t("text-right", function () {
|
|
17841
|
+
return [_vm._v("On")];
|
|
17842
|
+
})], 2)])])]);
|
|
17843
|
+
};
|
|
17844
|
+
|
|
17696
17845
|
var __vue_staticRenderFns__$7 = [];
|
|
17697
17846
|
/* style */
|
|
17698
17847
|
|
|
@@ -18517,34 +18666,35 @@ var filters = {
|
|
|
18517
18666
|
var components = /*#__PURE__*/Object.freeze({
|
|
18518
18667
|
__proto__: null,
|
|
18519
18668
|
NsButton: NsButton,
|
|
18520
|
-
NsEmptyState: __vue_component__$
|
|
18669
|
+
NsEmptyState: __vue_component__$Z,
|
|
18521
18670
|
NsPictogram: NsPictogram,
|
|
18522
|
-
NsCodeSnippet: __vue_component__$
|
|
18671
|
+
NsCodeSnippet: __vue_component__$X,
|
|
18523
18672
|
NsInlineNotification: NsInlineNotification,
|
|
18524
18673
|
NsProgressBar: NsProgressBar,
|
|
18525
18674
|
NsSvg: NsSvg,
|
|
18526
|
-
NsTile: __vue_component__$
|
|
18527
|
-
NsToastNotification: __vue_component__$
|
|
18528
|
-
NsInfoCard: __vue_component__$
|
|
18529
|
-
NsStatusCard: __vue_component__$
|
|
18530
|
-
NsSystemdServiceCard: __vue_component__$
|
|
18531
|
-
NsPasswordInput: __vue_component__$
|
|
18532
|
-
NsIconMenu: __vue_component__$
|
|
18533
|
-
NsMeterChart: __vue_component__$
|
|
18675
|
+
NsTile: __vue_component__$R,
|
|
18676
|
+
NsToastNotification: __vue_component__$P,
|
|
18677
|
+
NsInfoCard: __vue_component__$N,
|
|
18678
|
+
NsStatusCard: __vue_component__$L,
|
|
18679
|
+
NsSystemdServiceCard: __vue_component__$J,
|
|
18680
|
+
NsPasswordInput: __vue_component__$G,
|
|
18681
|
+
NsIconMenu: __vue_component__$E,
|
|
18682
|
+
NsMeterChart: __vue_component__$C,
|
|
18534
18683
|
NsLottieAnimation: NsLottieAnimation,
|
|
18535
|
-
NsDangerDeleteModal: __vue_component__$
|
|
18684
|
+
NsDangerDeleteModal: __vue_component__$z,
|
|
18536
18685
|
NsCircleTimer: NsCircleTimer,
|
|
18537
|
-
NsDropdownAction: __vue_component__$
|
|
18686
|
+
NsDropdownAction: __vue_component__$x,
|
|
18538
18687
|
NsTextInput: NsTextInput,
|
|
18539
|
-
NsBackupCard: __vue_component__$
|
|
18540
|
-
NsWizard: __vue_component__$
|
|
18541
|
-
NsMenuItem: __vue_component__$
|
|
18542
|
-
NsMenuDivider: __vue_component__$
|
|
18543
|
-
NsSystemLogsCard: __vue_component__$
|
|
18688
|
+
NsBackupCard: __vue_component__$u,
|
|
18689
|
+
NsWizard: __vue_component__$s,
|
|
18690
|
+
NsMenuItem: __vue_component__$q,
|
|
18691
|
+
NsMenuDivider: __vue_component__$o,
|
|
18692
|
+
NsSystemLogsCard: __vue_component__$m,
|
|
18544
18693
|
NsModal: NsModal,
|
|
18545
|
-
NsTimePicker: __vue_component__$
|
|
18546
|
-
NsDataTable: __vue_component__$
|
|
18694
|
+
NsTimePicker: __vue_component__$k,
|
|
18695
|
+
NsDataTable: __vue_component__$h,
|
|
18547
18696
|
NsPagination: NsPagination,
|
|
18697
|
+
NsToggle: __vue_component__$f,
|
|
18548
18698
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
18549
18699
|
GearPictogram: __vue_component__$d,
|
|
18550
18700
|
LovePictogram: __vue_component__$b,
|
|
@@ -18572,4 +18722,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
18572
18722
|
});
|
|
18573
18723
|
}; // Create module definition for Vue.use()
|
|
18574
18724
|
|
|
18575
|
-
export { __vue_component__$7 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, LottieService, __vue_component__$b as LovePictogram, __vue_component__$
|
|
18725
|
+
export { __vue_component__$7 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, LottieService, __vue_component__$b as LovePictogram, __vue_component__$u as NsBackupCard, NsButton, NsCircleTimer, __vue_component__$X as NsCodeSnippet, __vue_component__$z as NsDangerDeleteModal, __vue_component__$h as NsDataTable, __vue_component__$x as NsDropdownAction, __vue_component__$Z as NsEmptyState, __vue_component__$E as NsIconMenu, __vue_component__$N as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$o as NsMenuDivider, __vue_component__$q as NsMenuItem, __vue_component__$C as NsMeterChart, NsModal, NsPagination, __vue_component__$G as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$L as NsStatusCard, NsSvg, __vue_component__$m as NsSystemLogsCard, __vue_component__$J as NsSystemdServiceCard, NsTextInput, __vue_component__$R as NsTile, __vue_component__$k as NsTimePicker, __vue_component__$P as NsToastNotification, __vue_component__$f as NsToggle, __vue_component__$s as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };
|