@nethserver/ns8-ui-lib 0.0.88 → 0.0.91
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 +370 -425
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +348 -403
- package/package.json +1 -1
- package/src/lib-components/NsMeterChart.vue +36 -57
- package/src/lib-components/NsProgressBar.vue +68 -24
- package/src/lib-components/NsTextInput.vue +1 -0
- package/src/lib-components/NsPieChart.vue +0 -51
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -9,9 +9,6 @@ import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
|
|
|
9
9
|
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
10
10
|
import crypto from 'crypto';
|
|
11
11
|
import OverflowMenuVertical20 from '@carbon/icons-vue/es/overflow-menu--vertical/20';
|
|
12
|
-
import Vue from 'vue';
|
|
13
|
-
import '@carbon/charts/styles.css';
|
|
14
|
-
import chartsVue, { CcvMeterChart } from '@carbon/charts-vue';
|
|
15
12
|
import Close20 from '@carbon/icons-vue/es/close/20';
|
|
16
13
|
import ArrowRight20 from '@carbon/icons-vue/es/arrow--right/20';
|
|
17
14
|
import ArrowRight32 from '@carbon/icons-vue/es/arrow--right/32';
|
|
@@ -103,7 +100,7 @@ import Close16 from '@carbon/icons-vue/es/close/16';
|
|
|
103
100
|
import ChevronRight16 from '@carbon/icons-vue/es/chevron--right/16';
|
|
104
101
|
|
|
105
102
|
//
|
|
106
|
-
var script$
|
|
103
|
+
var script$t = {
|
|
107
104
|
name: "NsButton",
|
|
108
105
|
extends: CvButton,
|
|
109
106
|
props: {
|
|
@@ -266,10 +263,10 @@ function addStyle(id, css) {
|
|
|
266
263
|
}
|
|
267
264
|
|
|
268
265
|
/* script */
|
|
269
|
-
const __vue_script__$
|
|
266
|
+
const __vue_script__$t = script$t;
|
|
270
267
|
/* template */
|
|
271
268
|
|
|
272
|
-
var __vue_render__$
|
|
269
|
+
var __vue_render__$z = function () {
|
|
273
270
|
var _vm = this;
|
|
274
271
|
|
|
275
272
|
var _h = _vm.$createElement;
|
|
@@ -292,10 +289,10 @@ var __vue_render__$A = function () {
|
|
|
292
289
|
}) : _vm._e()], 2);
|
|
293
290
|
};
|
|
294
291
|
|
|
295
|
-
var __vue_staticRenderFns__$
|
|
292
|
+
var __vue_staticRenderFns__$z = [];
|
|
296
293
|
/* style */
|
|
297
294
|
|
|
298
|
-
const __vue_inject_styles__$
|
|
295
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
299
296
|
if (!inject) return;
|
|
300
297
|
inject("data-v-025b0f12_0", {
|
|
301
298
|
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)}}",
|
|
@@ -306,23 +303,23 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
306
303
|
/* scoped */
|
|
307
304
|
|
|
308
305
|
|
|
309
|
-
const __vue_scope_id__$
|
|
306
|
+
const __vue_scope_id__$B = "data-v-025b0f12";
|
|
310
307
|
/* module identifier */
|
|
311
308
|
|
|
312
|
-
const __vue_module_identifier__$
|
|
309
|
+
const __vue_module_identifier__$B = undefined;
|
|
313
310
|
/* functional template */
|
|
314
311
|
|
|
315
|
-
const __vue_is_functional_template__$
|
|
312
|
+
const __vue_is_functional_template__$B = false;
|
|
316
313
|
/* style inject SSR */
|
|
317
314
|
|
|
318
315
|
/* style inject shadow dom */
|
|
319
316
|
|
|
320
|
-
const __vue_component__
|
|
321
|
-
render: __vue_render__$
|
|
322
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
323
|
-
}, __vue_inject_styles__$
|
|
317
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
318
|
+
render: __vue_render__$z,
|
|
319
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
320
|
+
}, __vue_inject_styles__$B, __vue_script__$t, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
324
321
|
|
|
325
|
-
var NsButton = __vue_component__
|
|
322
|
+
var NsButton = __vue_component__$$;
|
|
326
323
|
|
|
327
324
|
//
|
|
328
325
|
//
|
|
@@ -340,7 +337,7 @@ var NsButton = __vue_component__$11;
|
|
|
340
337
|
//
|
|
341
338
|
//
|
|
342
339
|
//
|
|
343
|
-
var script$
|
|
340
|
+
var script$s = {
|
|
344
341
|
name: "NsPictogram",
|
|
345
342
|
props: {
|
|
346
343
|
title: {
|
|
@@ -363,10 +360,10 @@ var script$t = {
|
|
|
363
360
|
};
|
|
364
361
|
|
|
365
362
|
/* script */
|
|
366
|
-
const __vue_script__$
|
|
363
|
+
const __vue_script__$s = script$s;
|
|
367
364
|
/* template */
|
|
368
365
|
|
|
369
|
-
var __vue_render__$
|
|
366
|
+
var __vue_render__$y = function () {
|
|
370
367
|
var _vm = this;
|
|
371
368
|
|
|
372
369
|
var _h = _vm.$createElement;
|
|
@@ -394,34 +391,34 @@ var __vue_render__$z = function () {
|
|
|
394
391
|
}, [_vm._t("default")], 2)]);
|
|
395
392
|
};
|
|
396
393
|
|
|
397
|
-
var __vue_staticRenderFns__$
|
|
394
|
+
var __vue_staticRenderFns__$y = [];
|
|
398
395
|
/* style */
|
|
399
396
|
|
|
400
|
-
const __vue_inject_styles__$
|
|
397
|
+
const __vue_inject_styles__$A = undefined;
|
|
401
398
|
/* scoped */
|
|
402
399
|
|
|
403
|
-
const __vue_scope_id__$
|
|
400
|
+
const __vue_scope_id__$A = undefined;
|
|
404
401
|
/* module identifier */
|
|
405
402
|
|
|
406
|
-
const __vue_module_identifier__$
|
|
403
|
+
const __vue_module_identifier__$A = undefined;
|
|
407
404
|
/* functional template */
|
|
408
405
|
|
|
409
|
-
const __vue_is_functional_template__$
|
|
406
|
+
const __vue_is_functional_template__$A = false;
|
|
410
407
|
/* style inject */
|
|
411
408
|
|
|
412
409
|
/* style inject SSR */
|
|
413
410
|
|
|
414
411
|
/* style inject shadow dom */
|
|
415
412
|
|
|
416
|
-
const __vue_component__$
|
|
417
|
-
render: __vue_render__$
|
|
418
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
419
|
-
}, __vue_inject_styles__$
|
|
413
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
414
|
+
render: __vue_render__$y,
|
|
415
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
416
|
+
}, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
|
|
420
417
|
|
|
421
|
-
var NsPictogram = __vue_component__$
|
|
418
|
+
var NsPictogram = __vue_component__$_;
|
|
422
419
|
|
|
423
420
|
//
|
|
424
|
-
var script$
|
|
421
|
+
var script$r = {
|
|
425
422
|
name: "NsLottieAnimation",
|
|
426
423
|
components: {
|
|
427
424
|
LottieAnimation
|
|
@@ -477,10 +474,10 @@ var script$s = {
|
|
|
477
474
|
};
|
|
478
475
|
|
|
479
476
|
/* script */
|
|
480
|
-
const __vue_script__$
|
|
477
|
+
const __vue_script__$r = script$r;
|
|
481
478
|
/* template */
|
|
482
479
|
|
|
483
|
-
var __vue_render__$
|
|
480
|
+
var __vue_render__$x = function () {
|
|
484
481
|
var _vm = this;
|
|
485
482
|
|
|
486
483
|
var _h = _vm.$createElement;
|
|
@@ -507,36 +504,36 @@ var __vue_render__$y = function () {
|
|
|
507
504
|
})], 1);
|
|
508
505
|
};
|
|
509
506
|
|
|
510
|
-
var __vue_staticRenderFns__$
|
|
507
|
+
var __vue_staticRenderFns__$x = [];
|
|
511
508
|
/* style */
|
|
512
509
|
|
|
513
|
-
const __vue_inject_styles__$
|
|
510
|
+
const __vue_inject_styles__$z = undefined;
|
|
514
511
|
/* scoped */
|
|
515
512
|
|
|
516
|
-
const __vue_scope_id__$
|
|
513
|
+
const __vue_scope_id__$z = "data-v-14e97a70";
|
|
517
514
|
/* module identifier */
|
|
518
515
|
|
|
519
|
-
const __vue_module_identifier__$
|
|
516
|
+
const __vue_module_identifier__$z = undefined;
|
|
520
517
|
/* functional template */
|
|
521
518
|
|
|
522
|
-
const __vue_is_functional_template__$
|
|
519
|
+
const __vue_is_functional_template__$z = false;
|
|
523
520
|
/* style inject */
|
|
524
521
|
|
|
525
522
|
/* style inject SSR */
|
|
526
523
|
|
|
527
524
|
/* style inject shadow dom */
|
|
528
525
|
|
|
529
|
-
const __vue_component__
|
|
530
|
-
render: __vue_render__$
|
|
531
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
532
|
-
}, __vue_inject_styles__$
|
|
526
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
527
|
+
render: __vue_render__$x,
|
|
528
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
529
|
+
}, __vue_inject_styles__$z, __vue_script__$r, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
533
530
|
|
|
534
|
-
var NsLottieAnimation = __vue_component__
|
|
531
|
+
var NsLottieAnimation = __vue_component__$Z;
|
|
535
532
|
|
|
536
533
|
/* script */
|
|
537
534
|
|
|
538
535
|
/* template */
|
|
539
|
-
var __vue_render__$
|
|
536
|
+
var __vue_render__$w = function () {
|
|
540
537
|
var _vm = this;
|
|
541
538
|
|
|
542
539
|
var _h = _vm.$createElement;
|
|
@@ -551,34 +548,34 @@ var __vue_render__$x = function () {
|
|
|
551
548
|
});
|
|
552
549
|
};
|
|
553
550
|
|
|
554
|
-
var __vue_staticRenderFns__$
|
|
551
|
+
var __vue_staticRenderFns__$w = [];
|
|
555
552
|
/* style */
|
|
556
553
|
|
|
557
|
-
const __vue_inject_styles__$
|
|
554
|
+
const __vue_inject_styles__$y = undefined;
|
|
558
555
|
/* scoped */
|
|
559
556
|
|
|
560
|
-
const __vue_scope_id__$
|
|
557
|
+
const __vue_scope_id__$y = undefined;
|
|
561
558
|
/* module identifier */
|
|
562
559
|
|
|
563
|
-
const __vue_module_identifier__$
|
|
560
|
+
const __vue_module_identifier__$y = undefined;
|
|
564
561
|
/* functional template */
|
|
565
562
|
|
|
566
|
-
const __vue_is_functional_template__$
|
|
563
|
+
const __vue_is_functional_template__$y = false;
|
|
567
564
|
/* style inject */
|
|
568
565
|
|
|
569
566
|
/* style inject SSR */
|
|
570
567
|
|
|
571
568
|
/* style inject shadow dom */
|
|
572
569
|
|
|
573
|
-
const __vue_component__$
|
|
574
|
-
render: __vue_render__$
|
|
575
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
576
|
-
}, __vue_inject_styles__$
|
|
570
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
571
|
+
render: __vue_render__$w,
|
|
572
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
573
|
+
}, __vue_inject_styles__$y, {}, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
|
|
577
574
|
|
|
578
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
575
|
+
var ExclamationMarkPictogram = __vue_component__$Y;
|
|
579
576
|
|
|
580
577
|
//
|
|
581
|
-
var script$
|
|
578
|
+
var script$q = {
|
|
582
579
|
name: "NsEmptyState",
|
|
583
580
|
components: {
|
|
584
581
|
NsPictogram,
|
|
@@ -610,10 +607,10 @@ var script$r = {
|
|
|
610
607
|
};
|
|
611
608
|
|
|
612
609
|
/* script */
|
|
613
|
-
const __vue_script__$
|
|
610
|
+
const __vue_script__$q = script$q;
|
|
614
611
|
/* template */
|
|
615
612
|
|
|
616
|
-
var __vue_render__$
|
|
613
|
+
var __vue_render__$v = function () {
|
|
617
614
|
var _vm = this;
|
|
618
615
|
|
|
619
616
|
var _h = _vm.$createElement;
|
|
@@ -643,10 +640,10 @@ var __vue_render__$w = function () {
|
|
|
643
640
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
644
641
|
};
|
|
645
642
|
|
|
646
|
-
var __vue_staticRenderFns__$
|
|
643
|
+
var __vue_staticRenderFns__$v = [];
|
|
647
644
|
/* style */
|
|
648
645
|
|
|
649
|
-
const __vue_inject_styles__$
|
|
646
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
650
647
|
if (!inject) return;
|
|
651
648
|
inject("data-v-2d5d3a58_0", {
|
|
652
649
|
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}",
|
|
@@ -657,26 +654,26 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
657
654
|
/* scoped */
|
|
658
655
|
|
|
659
656
|
|
|
660
|
-
const __vue_scope_id__$
|
|
657
|
+
const __vue_scope_id__$x = "data-v-2d5d3a58";
|
|
661
658
|
/* module identifier */
|
|
662
659
|
|
|
663
|
-
const __vue_module_identifier__$
|
|
660
|
+
const __vue_module_identifier__$x = undefined;
|
|
664
661
|
/* functional template */
|
|
665
662
|
|
|
666
|
-
const __vue_is_functional_template__$
|
|
663
|
+
const __vue_is_functional_template__$x = false;
|
|
667
664
|
/* style inject SSR */
|
|
668
665
|
|
|
669
666
|
/* style inject shadow dom */
|
|
670
667
|
|
|
671
|
-
const __vue_component__$
|
|
672
|
-
render: __vue_render__$
|
|
673
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
674
|
-
}, __vue_inject_styles__$
|
|
668
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
669
|
+
render: __vue_render__$v,
|
|
670
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
671
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
675
672
|
|
|
676
|
-
var __vue_component__$
|
|
673
|
+
var __vue_component__$X = __vue_component__$W;
|
|
677
674
|
|
|
678
675
|
//
|
|
679
|
-
var script$
|
|
676
|
+
var script$p = {
|
|
680
677
|
name: "NsCodeSnippet",
|
|
681
678
|
components: {
|
|
682
679
|
CvButton,
|
|
@@ -788,10 +785,10 @@ var script$q = {
|
|
|
788
785
|
};
|
|
789
786
|
|
|
790
787
|
/* script */
|
|
791
|
-
const __vue_script__$
|
|
788
|
+
const __vue_script__$p = script$p;
|
|
792
789
|
/* template */
|
|
793
790
|
|
|
794
|
-
var __vue_render__$
|
|
791
|
+
var __vue_render__$u = function () {
|
|
795
792
|
var _vm = this;
|
|
796
793
|
|
|
797
794
|
var _h = _vm.$createElement;
|
|
@@ -853,10 +850,10 @@ var __vue_render__$v = function () {
|
|
|
853
850
|
})], 1) : _vm._e()], 1);
|
|
854
851
|
};
|
|
855
852
|
|
|
856
|
-
var __vue_staticRenderFns__$
|
|
853
|
+
var __vue_staticRenderFns__$u = [];
|
|
857
854
|
/* style */
|
|
858
855
|
|
|
859
|
-
const __vue_inject_styles__$
|
|
856
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
860
857
|
if (!inject) return;
|
|
861
858
|
inject("data-v-59cb538c_0", {
|
|
862
859
|
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}",
|
|
@@ -867,23 +864,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
867
864
|
/* scoped */
|
|
868
865
|
|
|
869
866
|
|
|
870
|
-
const __vue_scope_id__$
|
|
867
|
+
const __vue_scope_id__$w = "data-v-59cb538c";
|
|
871
868
|
/* module identifier */
|
|
872
869
|
|
|
873
|
-
const __vue_module_identifier__$
|
|
870
|
+
const __vue_module_identifier__$w = undefined;
|
|
874
871
|
/* functional template */
|
|
875
872
|
|
|
876
|
-
const __vue_is_functional_template__$
|
|
873
|
+
const __vue_is_functional_template__$w = false;
|
|
877
874
|
/* style inject SSR */
|
|
878
875
|
|
|
879
876
|
/* style inject shadow dom */
|
|
880
877
|
|
|
881
|
-
const __vue_component__$
|
|
882
|
-
render: __vue_render__$
|
|
883
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
884
|
-
}, __vue_inject_styles__$
|
|
878
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
879
|
+
render: __vue_render__$u,
|
|
880
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
881
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
885
882
|
|
|
886
|
-
var __vue_component__$
|
|
883
|
+
var __vue_component__$V = __vue_component__$U;
|
|
887
884
|
|
|
888
885
|
//
|
|
889
886
|
//
|
|
@@ -914,7 +911,7 @@ var __vue_component__$X = __vue_component__$W;
|
|
|
914
911
|
//
|
|
915
912
|
//
|
|
916
913
|
//
|
|
917
|
-
var script$
|
|
914
|
+
var script$o = {
|
|
918
915
|
name: "NsCircleTimer",
|
|
919
916
|
props: {
|
|
920
917
|
timeLimit: {
|
|
@@ -978,10 +975,10 @@ var script$p = {
|
|
|
978
975
|
};
|
|
979
976
|
|
|
980
977
|
/* script */
|
|
981
|
-
const __vue_script__$
|
|
978
|
+
const __vue_script__$o = script$o;
|
|
982
979
|
/* template */
|
|
983
980
|
|
|
984
|
-
var __vue_render__$
|
|
981
|
+
var __vue_render__$t = function () {
|
|
985
982
|
var _vm = this;
|
|
986
983
|
|
|
987
984
|
var _h = _vm.$createElement;
|
|
@@ -1017,10 +1014,10 @@ var __vue_render__$u = function () {
|
|
|
1017
1014
|
})])])]);
|
|
1018
1015
|
};
|
|
1019
1016
|
|
|
1020
|
-
var __vue_staticRenderFns__$
|
|
1017
|
+
var __vue_staticRenderFns__$t = [];
|
|
1021
1018
|
/* style */
|
|
1022
1019
|
|
|
1023
|
-
const __vue_inject_styles__$
|
|
1020
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
1024
1021
|
if (!inject) return;
|
|
1025
1022
|
inject("data-v-79cb7082_0", {
|
|
1026
1023
|
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)}",
|
|
@@ -1031,26 +1028,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
1031
1028
|
/* scoped */
|
|
1032
1029
|
|
|
1033
1030
|
|
|
1034
|
-
const __vue_scope_id__$
|
|
1031
|
+
const __vue_scope_id__$v = "data-v-79cb7082";
|
|
1035
1032
|
/* module identifier */
|
|
1036
1033
|
|
|
1037
|
-
const __vue_module_identifier__$
|
|
1034
|
+
const __vue_module_identifier__$v = undefined;
|
|
1038
1035
|
/* functional template */
|
|
1039
1036
|
|
|
1040
|
-
const __vue_is_functional_template__$
|
|
1037
|
+
const __vue_is_functional_template__$v = false;
|
|
1041
1038
|
/* style inject SSR */
|
|
1042
1039
|
|
|
1043
1040
|
/* style inject shadow dom */
|
|
1044
1041
|
|
|
1045
|
-
const __vue_component__$
|
|
1046
|
-
render: __vue_render__$
|
|
1047
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1048
|
-
}, __vue_inject_styles__$
|
|
1042
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
1043
|
+
render: __vue_render__$t,
|
|
1044
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
1045
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
1049
1046
|
|
|
1050
|
-
var NsCircleTimer = __vue_component__$
|
|
1047
|
+
var NsCircleTimer = __vue_component__$T;
|
|
1051
1048
|
|
|
1052
1049
|
//
|
|
1053
|
-
var script$
|
|
1050
|
+
var script$n = {
|
|
1054
1051
|
name: "NsInlineNotification",
|
|
1055
1052
|
extends: CvInlineNotification,
|
|
1056
1053
|
components: {
|
|
@@ -1087,10 +1084,10 @@ var script$o = {
|
|
|
1087
1084
|
};
|
|
1088
1085
|
|
|
1089
1086
|
/* script */
|
|
1090
|
-
const __vue_script__$
|
|
1087
|
+
const __vue_script__$n = script$n;
|
|
1091
1088
|
/* template */
|
|
1092
1089
|
|
|
1093
|
-
var __vue_render__$
|
|
1090
|
+
var __vue_render__$s = function () {
|
|
1094
1091
|
var _obj;
|
|
1095
1092
|
|
|
1096
1093
|
var _vm = this;
|
|
@@ -1161,10 +1158,10 @@ var __vue_render__$t = function () {
|
|
|
1161
1158
|
})], 1) : _vm._e()]);
|
|
1162
1159
|
};
|
|
1163
1160
|
|
|
1164
|
-
var __vue_staticRenderFns__$
|
|
1161
|
+
var __vue_staticRenderFns__$s = [];
|
|
1165
1162
|
/* style */
|
|
1166
1163
|
|
|
1167
|
-
const __vue_inject_styles__$
|
|
1164
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
1168
1165
|
if (!inject) return;
|
|
1169
1166
|
inject("data-v-59312d66_0", {
|
|
1170
1167
|
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}",
|
|
@@ -1175,23 +1172,23 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
1175
1172
|
/* scoped */
|
|
1176
1173
|
|
|
1177
1174
|
|
|
1178
|
-
const __vue_scope_id__$
|
|
1175
|
+
const __vue_scope_id__$u = "data-v-59312d66";
|
|
1179
1176
|
/* module identifier */
|
|
1180
1177
|
|
|
1181
|
-
const __vue_module_identifier__$
|
|
1178
|
+
const __vue_module_identifier__$u = undefined;
|
|
1182
1179
|
/* functional template */
|
|
1183
1180
|
|
|
1184
|
-
const __vue_is_functional_template__$
|
|
1181
|
+
const __vue_is_functional_template__$u = false;
|
|
1185
1182
|
/* style inject SSR */
|
|
1186
1183
|
|
|
1187
1184
|
/* style inject shadow dom */
|
|
1188
1185
|
|
|
1189
|
-
const __vue_component__$
|
|
1190
|
-
render: __vue_render__$
|
|
1191
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1192
|
-
}, __vue_inject_styles__$
|
|
1186
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
1187
|
+
render: __vue_render__$s,
|
|
1188
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
1189
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
1193
1190
|
|
|
1194
|
-
var NsInlineNotification = __vue_component__$
|
|
1191
|
+
var NsInlineNotification = __vue_component__$S;
|
|
1195
1192
|
|
|
1196
1193
|
//
|
|
1197
1194
|
//
|
|
@@ -1210,41 +1207,104 @@ var NsInlineNotification = __vue_component__$U;
|
|
|
1210
1207
|
//
|
|
1211
1208
|
//
|
|
1212
1209
|
//
|
|
1213
|
-
|
|
1210
|
+
//
|
|
1211
|
+
//
|
|
1212
|
+
//
|
|
1213
|
+
//
|
|
1214
|
+
//
|
|
1215
|
+
//
|
|
1216
|
+
//
|
|
1217
|
+
//
|
|
1218
|
+
//
|
|
1219
|
+
//
|
|
1220
|
+
//
|
|
1221
|
+
//
|
|
1222
|
+
//
|
|
1223
|
+
//
|
|
1224
|
+
//
|
|
1225
|
+
//
|
|
1226
|
+
//
|
|
1227
|
+
//
|
|
1228
|
+
//
|
|
1229
|
+
//
|
|
1230
|
+
var script$m = {
|
|
1214
1231
|
name: "NsProgressBar",
|
|
1215
1232
|
props: {
|
|
1216
1233
|
value: {
|
|
1217
1234
|
// a number between 0 and 100
|
|
1218
|
-
type: Number,
|
|
1235
|
+
type: [String, Number],
|
|
1219
1236
|
default: 0
|
|
1220
1237
|
},
|
|
1221
1238
|
indeterminate: {
|
|
1222
1239
|
type: Boolean,
|
|
1223
1240
|
default: false
|
|
1241
|
+
},
|
|
1242
|
+
height: {
|
|
1243
|
+
type: String,
|
|
1244
|
+
default: "5px"
|
|
1245
|
+
},
|
|
1246
|
+
warningThreshold: {
|
|
1247
|
+
type: Number,
|
|
1248
|
+
default: 70
|
|
1249
|
+
},
|
|
1250
|
+
dangerThreshold: {
|
|
1251
|
+
type: Number,
|
|
1252
|
+
default: 90
|
|
1253
|
+
},
|
|
1254
|
+
useStatusColors: {
|
|
1255
|
+
type: Boolean,
|
|
1256
|
+
default: false
|
|
1224
1257
|
}
|
|
1225
1258
|
},
|
|
1226
1259
|
|
|
1227
1260
|
data() {
|
|
1228
1261
|
return {
|
|
1229
|
-
|
|
1230
|
-
width: this.
|
|
1231
|
-
transition: "width 0.3s"
|
|
1262
|
+
progressLineStyle: {
|
|
1263
|
+
width: this.numericValue + "%",
|
|
1264
|
+
transition: "width 0.3s",
|
|
1265
|
+
height: this.height
|
|
1266
|
+
},
|
|
1267
|
+
heightStyle: {
|
|
1268
|
+
height: this.height
|
|
1232
1269
|
}
|
|
1233
1270
|
};
|
|
1234
1271
|
},
|
|
1235
1272
|
|
|
1273
|
+
created() {
|
|
1274
|
+
this.progressLineStyle.width = this.numericValue + "%";
|
|
1275
|
+
this.heightStyle.height = this.height;
|
|
1276
|
+
},
|
|
1277
|
+
|
|
1278
|
+
computed: {
|
|
1279
|
+
numericValue() {
|
|
1280
|
+
return Number(this.value) || 0;
|
|
1281
|
+
},
|
|
1282
|
+
|
|
1283
|
+
healthyStatus() {
|
|
1284
|
+
return this.useStatusColors && this.numericValue < this.warningThreshold;
|
|
1285
|
+
},
|
|
1286
|
+
|
|
1287
|
+
warningStatus() {
|
|
1288
|
+
return this.useStatusColors && this.numericValue >= this.warningThreshold && this.numericValue < this.dangerThreshold;
|
|
1289
|
+
},
|
|
1290
|
+
|
|
1291
|
+
dangerStatus() {
|
|
1292
|
+
return this.useStatusColors && this.numericValue >= this.dangerThreshold;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
},
|
|
1236
1296
|
watch: {
|
|
1237
1297
|
value: function () {
|
|
1238
|
-
this.
|
|
1298
|
+
this.progressLineStyle.width = this.numericValue + "%";
|
|
1239
1299
|
}
|
|
1240
1300
|
}
|
|
1241
1301
|
};
|
|
1242
1302
|
|
|
1243
1303
|
/* script */
|
|
1244
|
-
const __vue_script__$
|
|
1304
|
+
const __vue_script__$m = script$m;
|
|
1245
1305
|
/* template */
|
|
1246
1306
|
|
|
1247
|
-
var __vue_render__$
|
|
1307
|
+
var __vue_render__$r = function () {
|
|
1248
1308
|
var _vm = this;
|
|
1249
1309
|
|
|
1250
1310
|
var _h = _vm.$createElement;
|
|
@@ -1252,30 +1312,44 @@ var __vue_render__$s = function () {
|
|
|
1252
1312
|
var _c = _vm._self._c || _h;
|
|
1253
1313
|
|
|
1254
1314
|
return _c('div', {
|
|
1255
|
-
staticClass: "progress-bar-container"
|
|
1315
|
+
staticClass: "progress-bar-container",
|
|
1316
|
+
style: _vm.heightStyle
|
|
1256
1317
|
}, [_c('div', {
|
|
1257
|
-
staticClass: "slider"
|
|
1318
|
+
staticClass: "slider",
|
|
1319
|
+
style: _vm.heightStyle
|
|
1258
1320
|
}, [_vm.indeterminate ? [_c('div', {
|
|
1259
|
-
staticClass: "indeterminate-line"
|
|
1321
|
+
staticClass: "indeterminate-line",
|
|
1322
|
+
style: _vm.heightStyle
|
|
1260
1323
|
}), _vm._v(" "), _c('div', {
|
|
1261
|
-
staticClass: "indeterminate-subline inc"
|
|
1324
|
+
staticClass: "indeterminate-subline inc",
|
|
1325
|
+
style: _vm.heightStyle
|
|
1262
1326
|
}), _vm._v(" "), _c('div', {
|
|
1263
|
-
staticClass: "indeterminate-subline dec"
|
|
1327
|
+
staticClass: "indeterminate-subline dec",
|
|
1328
|
+
style: _vm.heightStyle
|
|
1264
1329
|
})] : [_c('div', {
|
|
1265
|
-
|
|
1330
|
+
class: ['line', {
|
|
1331
|
+
healthy: _vm.healthyStatus,
|
|
1332
|
+
warning: _vm.warningStatus,
|
|
1333
|
+
danger: _vm.dangerStatus
|
|
1334
|
+
}],
|
|
1335
|
+
style: _vm.heightStyle
|
|
1266
1336
|
}), _vm._v(" "), _c('div', {
|
|
1267
|
-
|
|
1268
|
-
|
|
1337
|
+
class: ['progress-line', {
|
|
1338
|
+
healthy: _vm.healthyStatus,
|
|
1339
|
+
warning: _vm.warningStatus,
|
|
1340
|
+
danger: _vm.dangerStatus
|
|
1341
|
+
}],
|
|
1342
|
+
style: _vm.progressLineStyle
|
|
1269
1343
|
})]], 2)]);
|
|
1270
1344
|
};
|
|
1271
1345
|
|
|
1272
|
-
var __vue_staticRenderFns__$
|
|
1346
|
+
var __vue_staticRenderFns__$r = [];
|
|
1273
1347
|
/* style */
|
|
1274
1348
|
|
|
1275
|
-
const __vue_inject_styles__$
|
|
1349
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
1276
1350
|
if (!inject) return;
|
|
1277
|
-
inject("data-v-
|
|
1278
|
-
source: ".progress-bar-container[data-v-
|
|
1351
|
+
inject("data-v-703889d8_0", {
|
|
1352
|
+
source: ".progress-bar-container[data-v-703889d8]{width:100%;position:relative}.slider[data-v-703889d8]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-703889d8]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-703889d8]{position:absolute}.indeterminate-line[data-v-703889d8]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-703889d8]{position:absolute}.inc[data-v-703889d8]{animation:increase-data-v-703889d8 2s infinite}.dec[data-v-703889d8]{animation:decrease-data-v-703889d8 2s .5s infinite}@keyframes increase-data-v-703889d8{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-703889d8{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
1279
1353
|
map: undefined,
|
|
1280
1354
|
media: undefined
|
|
1281
1355
|
});
|
|
@@ -1283,25 +1357,25 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
1283
1357
|
/* scoped */
|
|
1284
1358
|
|
|
1285
1359
|
|
|
1286
|
-
const __vue_scope_id__$
|
|
1360
|
+
const __vue_scope_id__$t = "data-v-703889d8";
|
|
1287
1361
|
/* module identifier */
|
|
1288
1362
|
|
|
1289
|
-
const __vue_module_identifier__$
|
|
1363
|
+
const __vue_module_identifier__$t = undefined;
|
|
1290
1364
|
/* functional template */
|
|
1291
1365
|
|
|
1292
|
-
const __vue_is_functional_template__$
|
|
1366
|
+
const __vue_is_functional_template__$t = false;
|
|
1293
1367
|
/* style inject SSR */
|
|
1294
1368
|
|
|
1295
1369
|
/* style inject shadow dom */
|
|
1296
1370
|
|
|
1297
|
-
const __vue_component__$
|
|
1298
|
-
render: __vue_render__$
|
|
1299
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1300
|
-
}, __vue_inject_styles__$
|
|
1371
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
1372
|
+
render: __vue_render__$r,
|
|
1373
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
1374
|
+
}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
1301
1375
|
|
|
1302
|
-
var NsProgressBar = __vue_component__$
|
|
1376
|
+
var NsProgressBar = __vue_component__$R;
|
|
1303
1377
|
|
|
1304
|
-
var script$
|
|
1378
|
+
var script$l = {
|
|
1305
1379
|
name: "NsSvg",
|
|
1306
1380
|
props: {
|
|
1307
1381
|
svg: {
|
|
@@ -1360,33 +1434,33 @@ var script$m = {
|
|
|
1360
1434
|
};
|
|
1361
1435
|
|
|
1362
1436
|
/* script */
|
|
1363
|
-
const __vue_script__$
|
|
1437
|
+
const __vue_script__$l = script$l;
|
|
1364
1438
|
/* template */
|
|
1365
1439
|
|
|
1366
1440
|
/* style */
|
|
1367
1441
|
|
|
1368
|
-
const __vue_inject_styles__$
|
|
1442
|
+
const __vue_inject_styles__$s = undefined;
|
|
1369
1443
|
/* scoped */
|
|
1370
1444
|
|
|
1371
|
-
const __vue_scope_id__$
|
|
1445
|
+
const __vue_scope_id__$s = undefined;
|
|
1372
1446
|
/* module identifier */
|
|
1373
1447
|
|
|
1374
|
-
const __vue_module_identifier__$
|
|
1448
|
+
const __vue_module_identifier__$s = undefined;
|
|
1375
1449
|
/* functional template */
|
|
1376
1450
|
|
|
1377
|
-
const __vue_is_functional_template__$
|
|
1451
|
+
const __vue_is_functional_template__$s = undefined;
|
|
1378
1452
|
/* style inject */
|
|
1379
1453
|
|
|
1380
1454
|
/* style inject SSR */
|
|
1381
1455
|
|
|
1382
1456
|
/* style inject shadow dom */
|
|
1383
1457
|
|
|
1384
|
-
const __vue_component__$
|
|
1458
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
1385
1459
|
|
|
1386
|
-
var NsSvg = __vue_component__$
|
|
1460
|
+
var NsSvg = __vue_component__$Q;
|
|
1387
1461
|
|
|
1388
1462
|
//
|
|
1389
|
-
var script$
|
|
1463
|
+
var script$k = {
|
|
1390
1464
|
name: "NsTile",
|
|
1391
1465
|
extends: CvTile,
|
|
1392
1466
|
inheritAttrs: false,
|
|
@@ -1460,10 +1534,10 @@ var script$l = {
|
|
|
1460
1534
|
};
|
|
1461
1535
|
|
|
1462
1536
|
/* script */
|
|
1463
|
-
const __vue_script__$
|
|
1537
|
+
const __vue_script__$k = script$k;
|
|
1464
1538
|
/* template */
|
|
1465
1539
|
|
|
1466
|
-
var __vue_render__$
|
|
1540
|
+
var __vue_render__$q = function () {
|
|
1467
1541
|
var _obj;
|
|
1468
1542
|
|
|
1469
1543
|
var _vm = this;
|
|
@@ -1502,10 +1576,10 @@ var __vue_render__$r = function () {
|
|
|
1502
1576
|
}) : _vm._e()], 1);
|
|
1503
1577
|
};
|
|
1504
1578
|
|
|
1505
|
-
var __vue_staticRenderFns__$
|
|
1579
|
+
var __vue_staticRenderFns__$q = [];
|
|
1506
1580
|
/* style */
|
|
1507
1581
|
|
|
1508
|
-
const __vue_inject_styles__$
|
|
1582
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1509
1583
|
if (!inject) return;
|
|
1510
1584
|
inject("data-v-443a91f0_0", {
|
|
1511
1585
|
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}",
|
|
@@ -1516,23 +1590,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
1516
1590
|
/* scoped */
|
|
1517
1591
|
|
|
1518
1592
|
|
|
1519
|
-
const __vue_scope_id__$
|
|
1593
|
+
const __vue_scope_id__$r = "data-v-443a91f0";
|
|
1520
1594
|
/* module identifier */
|
|
1521
1595
|
|
|
1522
|
-
const __vue_module_identifier__$
|
|
1596
|
+
const __vue_module_identifier__$r = undefined;
|
|
1523
1597
|
/* functional template */
|
|
1524
1598
|
|
|
1525
|
-
const __vue_is_functional_template__$
|
|
1599
|
+
const __vue_is_functional_template__$r = false;
|
|
1526
1600
|
/* style inject SSR */
|
|
1527
1601
|
|
|
1528
1602
|
/* style inject shadow dom */
|
|
1529
1603
|
|
|
1530
|
-
const __vue_component__$
|
|
1531
|
-
render: __vue_render__$
|
|
1532
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1533
|
-
}, __vue_inject_styles__$
|
|
1604
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
1605
|
+
render: __vue_render__$q,
|
|
1606
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
1607
|
+
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
1534
1608
|
|
|
1535
|
-
var __vue_component__$
|
|
1609
|
+
var __vue_component__$P = __vue_component__$O;
|
|
1536
1610
|
|
|
1537
1611
|
function toInteger(dirtyNumber) {
|
|
1538
1612
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6129,7 +6203,7 @@ var DateTimeService = {
|
|
|
6129
6203
|
};
|
|
6130
6204
|
|
|
6131
6205
|
//
|
|
6132
|
-
var script$
|
|
6206
|
+
var script$j = {
|
|
6133
6207
|
name: "NsToastNotification",
|
|
6134
6208
|
extends: CvToastNotification,
|
|
6135
6209
|
components: {
|
|
@@ -6207,10 +6281,10 @@ var script$k = {
|
|
|
6207
6281
|
};
|
|
6208
6282
|
|
|
6209
6283
|
/* script */
|
|
6210
|
-
const __vue_script__$
|
|
6284
|
+
const __vue_script__$j = script$j;
|
|
6211
6285
|
/* template */
|
|
6212
6286
|
|
|
6213
|
-
var __vue_render__$
|
|
6287
|
+
var __vue_render__$p = function () {
|
|
6214
6288
|
var _obj;
|
|
6215
6289
|
|
|
6216
6290
|
var _vm = this;
|
|
@@ -6308,10 +6382,10 @@ var __vue_render__$q = function () {
|
|
|
6308
6382
|
})], 1) : _vm._e()], 1)]);
|
|
6309
6383
|
};
|
|
6310
6384
|
|
|
6311
|
-
var __vue_staticRenderFns__$
|
|
6385
|
+
var __vue_staticRenderFns__$p = [];
|
|
6312
6386
|
/* style */
|
|
6313
6387
|
|
|
6314
|
-
const __vue_inject_styles__$
|
|
6388
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
6315
6389
|
if (!inject) return;
|
|
6316
6390
|
inject("data-v-6ff0b515_0", {
|
|
6317
6391
|
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}",
|
|
@@ -6326,26 +6400,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
6326
6400
|
/* scoped */
|
|
6327
6401
|
|
|
6328
6402
|
|
|
6329
|
-
const __vue_scope_id__$
|
|
6403
|
+
const __vue_scope_id__$q = "data-v-6ff0b515";
|
|
6330
6404
|
/* module identifier */
|
|
6331
6405
|
|
|
6332
|
-
const __vue_module_identifier__$
|
|
6406
|
+
const __vue_module_identifier__$q = undefined;
|
|
6333
6407
|
/* functional template */
|
|
6334
6408
|
|
|
6335
|
-
const __vue_is_functional_template__$
|
|
6409
|
+
const __vue_is_functional_template__$q = false;
|
|
6336
6410
|
/* style inject SSR */
|
|
6337
6411
|
|
|
6338
6412
|
/* style inject shadow dom */
|
|
6339
6413
|
|
|
6340
|
-
const __vue_component__$
|
|
6341
|
-
render: __vue_render__$
|
|
6342
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6343
|
-
}, __vue_inject_styles__$
|
|
6414
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
6415
|
+
render: __vue_render__$p,
|
|
6416
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
6417
|
+
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
6344
6418
|
|
|
6345
|
-
var __vue_component__$
|
|
6419
|
+
var __vue_component__$N = __vue_component__$M;
|
|
6346
6420
|
|
|
6347
6421
|
//
|
|
6348
|
-
var script$
|
|
6422
|
+
var script$i = {
|
|
6349
6423
|
name: "NsInfoCard",
|
|
6350
6424
|
components: {
|
|
6351
6425
|
NsSvg,
|
|
@@ -6396,10 +6470,10 @@ var script$j = {
|
|
|
6396
6470
|
};
|
|
6397
6471
|
|
|
6398
6472
|
/* script */
|
|
6399
|
-
const __vue_script__$
|
|
6473
|
+
const __vue_script__$i = script$i;
|
|
6400
6474
|
/* template */
|
|
6401
6475
|
|
|
6402
|
-
var __vue_render__$
|
|
6476
|
+
var __vue_render__$o = function () {
|
|
6403
6477
|
var _vm = this;
|
|
6404
6478
|
|
|
6405
6479
|
var _h = _vm.$createElement;
|
|
@@ -6456,10 +6530,10 @@ var __vue_render__$p = function () {
|
|
|
6456
6530
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6457
6531
|
};
|
|
6458
6532
|
|
|
6459
|
-
var __vue_staticRenderFns__$
|
|
6533
|
+
var __vue_staticRenderFns__$o = [];
|
|
6460
6534
|
/* style */
|
|
6461
6535
|
|
|
6462
|
-
const __vue_inject_styles__$
|
|
6536
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
6463
6537
|
if (!inject) return;
|
|
6464
6538
|
inject("data-v-aefc1c3e_0", {
|
|
6465
6539
|
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}",
|
|
@@ -6470,26 +6544,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
6470
6544
|
/* scoped */
|
|
6471
6545
|
|
|
6472
6546
|
|
|
6473
|
-
const __vue_scope_id__$
|
|
6547
|
+
const __vue_scope_id__$p = "data-v-aefc1c3e";
|
|
6474
6548
|
/* module identifier */
|
|
6475
6549
|
|
|
6476
|
-
const __vue_module_identifier__$
|
|
6550
|
+
const __vue_module_identifier__$p = undefined;
|
|
6477
6551
|
/* functional template */
|
|
6478
6552
|
|
|
6479
|
-
const __vue_is_functional_template__$
|
|
6553
|
+
const __vue_is_functional_template__$p = false;
|
|
6480
6554
|
/* style inject SSR */
|
|
6481
6555
|
|
|
6482
6556
|
/* style inject shadow dom */
|
|
6483
6557
|
|
|
6484
|
-
const __vue_component__$
|
|
6485
|
-
render: __vue_render__$
|
|
6486
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6487
|
-
}, __vue_inject_styles__$
|
|
6558
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
6559
|
+
render: __vue_render__$o,
|
|
6560
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
6561
|
+
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
6488
6562
|
|
|
6489
|
-
var __vue_component__$
|
|
6563
|
+
var __vue_component__$L = __vue_component__$K;
|
|
6490
6564
|
|
|
6491
6565
|
//
|
|
6492
|
-
var script$
|
|
6566
|
+
var script$h = {
|
|
6493
6567
|
name: "NsStatusCard",
|
|
6494
6568
|
//components added for storybook to work
|
|
6495
6569
|
components: {
|
|
@@ -6536,10 +6610,10 @@ var script$i = {
|
|
|
6536
6610
|
};
|
|
6537
6611
|
|
|
6538
6612
|
/* script */
|
|
6539
|
-
const __vue_script__$
|
|
6613
|
+
const __vue_script__$h = script$h;
|
|
6540
6614
|
/* template */
|
|
6541
6615
|
|
|
6542
|
-
var __vue_render__$
|
|
6616
|
+
var __vue_render__$n = function () {
|
|
6543
6617
|
var _vm = this;
|
|
6544
6618
|
|
|
6545
6619
|
var _h = _vm.$createElement;
|
|
@@ -6608,10 +6682,10 @@ var __vue_render__$o = function () {
|
|
|
6608
6682
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6609
6683
|
};
|
|
6610
6684
|
|
|
6611
|
-
var __vue_staticRenderFns__$
|
|
6685
|
+
var __vue_staticRenderFns__$n = [];
|
|
6612
6686
|
/* style */
|
|
6613
6687
|
|
|
6614
|
-
const __vue_inject_styles__$
|
|
6688
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
6615
6689
|
if (!inject) return;
|
|
6616
6690
|
inject("data-v-496044f0_0", {
|
|
6617
6691
|
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}",
|
|
@@ -6622,26 +6696,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
6622
6696
|
/* scoped */
|
|
6623
6697
|
|
|
6624
6698
|
|
|
6625
|
-
const __vue_scope_id__$
|
|
6699
|
+
const __vue_scope_id__$o = "data-v-496044f0";
|
|
6626
6700
|
/* module identifier */
|
|
6627
6701
|
|
|
6628
|
-
const __vue_module_identifier__$
|
|
6702
|
+
const __vue_module_identifier__$o = undefined;
|
|
6629
6703
|
/* functional template */
|
|
6630
6704
|
|
|
6631
|
-
const __vue_is_functional_template__$
|
|
6705
|
+
const __vue_is_functional_template__$o = false;
|
|
6632
6706
|
/* style inject SSR */
|
|
6633
6707
|
|
|
6634
6708
|
/* style inject shadow dom */
|
|
6635
6709
|
|
|
6636
|
-
const __vue_component__$
|
|
6637
|
-
render: __vue_render__$
|
|
6638
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6639
|
-
}, __vue_inject_styles__$
|
|
6710
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
6711
|
+
render: __vue_render__$n,
|
|
6712
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
6713
|
+
}, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
6640
6714
|
|
|
6641
|
-
var __vue_component__$
|
|
6715
|
+
var __vue_component__$J = __vue_component__$I;
|
|
6642
6716
|
|
|
6643
6717
|
//
|
|
6644
|
-
var script$
|
|
6718
|
+
var script$g = {
|
|
6645
6719
|
name: "NsSystemdServiceCard",
|
|
6646
6720
|
//components added for storybook to work
|
|
6647
6721
|
components: {
|
|
@@ -6695,10 +6769,10 @@ var script$h = {
|
|
|
6695
6769
|
};
|
|
6696
6770
|
|
|
6697
6771
|
/* script */
|
|
6698
|
-
const __vue_script__$
|
|
6772
|
+
const __vue_script__$g = script$g;
|
|
6699
6773
|
/* template */
|
|
6700
6774
|
|
|
6701
|
-
var __vue_render__$
|
|
6775
|
+
var __vue_render__$m = function () {
|
|
6702
6776
|
var _vm = this;
|
|
6703
6777
|
|
|
6704
6778
|
var _h = _vm.$createElement;
|
|
@@ -6753,10 +6827,10 @@ var __vue_render__$n = function () {
|
|
|
6753
6827
|
})], 1)])]);
|
|
6754
6828
|
};
|
|
6755
6829
|
|
|
6756
|
-
var __vue_staticRenderFns__$
|
|
6830
|
+
var __vue_staticRenderFns__$m = [];
|
|
6757
6831
|
/* style */
|
|
6758
6832
|
|
|
6759
|
-
const __vue_inject_styles__$
|
|
6833
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6760
6834
|
if (!inject) return;
|
|
6761
6835
|
inject("data-v-bf751eca_0", {
|
|
6762
6836
|
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}",
|
|
@@ -6767,26 +6841,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
6767
6841
|
/* scoped */
|
|
6768
6842
|
|
|
6769
6843
|
|
|
6770
|
-
const __vue_scope_id__$
|
|
6844
|
+
const __vue_scope_id__$n = "data-v-bf751eca";
|
|
6771
6845
|
/* module identifier */
|
|
6772
6846
|
|
|
6773
|
-
const __vue_module_identifier__$
|
|
6847
|
+
const __vue_module_identifier__$n = undefined;
|
|
6774
6848
|
/* functional template */
|
|
6775
6849
|
|
|
6776
|
-
const __vue_is_functional_template__$
|
|
6850
|
+
const __vue_is_functional_template__$n = false;
|
|
6777
6851
|
/* style inject SSR */
|
|
6778
6852
|
|
|
6779
6853
|
/* style inject shadow dom */
|
|
6780
6854
|
|
|
6781
|
-
const __vue_component__$
|
|
6782
|
-
render: __vue_render__$
|
|
6783
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6784
|
-
}, __vue_inject_styles__$
|
|
6855
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
6856
|
+
render: __vue_render__$m,
|
|
6857
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6858
|
+
}, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6785
6859
|
|
|
6786
|
-
var __vue_component__$
|
|
6860
|
+
var __vue_component__$H = __vue_component__$G;
|
|
6787
6861
|
|
|
6788
6862
|
//
|
|
6789
|
-
var script$
|
|
6863
|
+
var script$f = {
|
|
6790
6864
|
name: "NsTextInput",
|
|
6791
6865
|
extends: CvTextInput,
|
|
6792
6866
|
components: {
|
|
@@ -6841,10 +6915,10 @@ var script$g = {
|
|
|
6841
6915
|
};
|
|
6842
6916
|
|
|
6843
6917
|
/* script */
|
|
6844
|
-
const __vue_script__$
|
|
6918
|
+
const __vue_script__$f = script$f;
|
|
6845
6919
|
/* template */
|
|
6846
6920
|
|
|
6847
|
-
var __vue_render__$
|
|
6921
|
+
var __vue_render__$l = function () {
|
|
6848
6922
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
6849
6923
|
|
|
6850
6924
|
var _vm = this;
|
|
@@ -6926,16 +7000,16 @@ var __vue_render__$m = function () {
|
|
|
6926
7000
|
})], 2) : _vm._e()]);
|
|
6927
7001
|
};
|
|
6928
7002
|
|
|
6929
|
-
var __vue_staticRenderFns__$
|
|
7003
|
+
var __vue_staticRenderFns__$l = [];
|
|
6930
7004
|
/* style */
|
|
6931
7005
|
|
|
6932
|
-
const __vue_inject_styles__$
|
|
7006
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6933
7007
|
if (!inject) return;
|
|
6934
|
-
inject("data-v-
|
|
6935
|
-
source: ".tooltip[data-v-
|
|
7008
|
+
inject("data-v-eae7353a_0", {
|
|
7009
|
+
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}",
|
|
6936
7010
|
map: undefined,
|
|
6937
7011
|
media: undefined
|
|
6938
|
-
}), inject("data-v-
|
|
7012
|
+
}), inject("data-v-eae7353a_1", {
|
|
6939
7013
|
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
6940
7014
|
map: undefined,
|
|
6941
7015
|
media: undefined
|
|
@@ -6944,23 +7018,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6944
7018
|
/* scoped */
|
|
6945
7019
|
|
|
6946
7020
|
|
|
6947
|
-
const __vue_scope_id__$
|
|
7021
|
+
const __vue_scope_id__$m = "data-v-eae7353a";
|
|
6948
7022
|
/* module identifier */
|
|
6949
7023
|
|
|
6950
|
-
const __vue_module_identifier__$
|
|
7024
|
+
const __vue_module_identifier__$m = undefined;
|
|
6951
7025
|
/* functional template */
|
|
6952
7026
|
|
|
6953
|
-
const __vue_is_functional_template__$
|
|
7027
|
+
const __vue_is_functional_template__$m = false;
|
|
6954
7028
|
/* style inject SSR */
|
|
6955
7029
|
|
|
6956
7030
|
/* style inject shadow dom */
|
|
6957
7031
|
|
|
6958
|
-
const __vue_component__$
|
|
6959
|
-
render: __vue_render__$
|
|
6960
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6961
|
-
}, __vue_inject_styles__$
|
|
7032
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
7033
|
+
render: __vue_render__$l,
|
|
7034
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
7035
|
+
}, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6962
7036
|
|
|
6963
|
-
var NsTextInput = __vue_component__$
|
|
7037
|
+
var NsTextInput = __vue_component__$F;
|
|
6964
7038
|
|
|
6965
7039
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
6966
7040
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7437,7 +7511,7 @@ var UtilService = {
|
|
|
7437
7511
|
};
|
|
7438
7512
|
|
|
7439
7513
|
//
|
|
7440
|
-
var script$
|
|
7514
|
+
var script$e = {
|
|
7441
7515
|
name: "NsPasswordInput",
|
|
7442
7516
|
components: {
|
|
7443
7517
|
NsTextInput
|
|
@@ -7602,10 +7676,10 @@ var script$f = {
|
|
|
7602
7676
|
};
|
|
7603
7677
|
|
|
7604
7678
|
/* script */
|
|
7605
|
-
const __vue_script__$
|
|
7679
|
+
const __vue_script__$e = script$e;
|
|
7606
7680
|
/* template */
|
|
7607
7681
|
|
|
7608
|
-
var __vue_render__$
|
|
7682
|
+
var __vue_render__$k = function () {
|
|
7609
7683
|
var _vm = this;
|
|
7610
7684
|
|
|
7611
7685
|
var _h = _vm.$createElement;
|
|
@@ -7700,10 +7774,10 @@ var __vue_render__$l = function () {
|
|
|
7700
7774
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7701
7775
|
};
|
|
7702
7776
|
|
|
7703
|
-
var __vue_staticRenderFns__$
|
|
7777
|
+
var __vue_staticRenderFns__$k = [];
|
|
7704
7778
|
/* style */
|
|
7705
7779
|
|
|
7706
|
-
const __vue_inject_styles__$
|
|
7780
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
7707
7781
|
if (!inject) return;
|
|
7708
7782
|
inject("data-v-67b93b40_0", {
|
|
7709
7783
|
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}",
|
|
@@ -7714,26 +7788,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
7714
7788
|
/* scoped */
|
|
7715
7789
|
|
|
7716
7790
|
|
|
7717
|
-
const __vue_scope_id__$
|
|
7791
|
+
const __vue_scope_id__$l = "data-v-67b93b40";
|
|
7718
7792
|
/* module identifier */
|
|
7719
7793
|
|
|
7720
|
-
const __vue_module_identifier__$
|
|
7794
|
+
const __vue_module_identifier__$l = undefined;
|
|
7721
7795
|
/* functional template */
|
|
7722
7796
|
|
|
7723
|
-
const __vue_is_functional_template__$
|
|
7797
|
+
const __vue_is_functional_template__$l = false;
|
|
7724
7798
|
/* style inject SSR */
|
|
7725
7799
|
|
|
7726
7800
|
/* style inject shadow dom */
|
|
7727
7801
|
|
|
7728
|
-
const __vue_component__$
|
|
7729
|
-
render: __vue_render__$
|
|
7730
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7731
|
-
}, __vue_inject_styles__$
|
|
7802
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
7803
|
+
render: __vue_render__$k,
|
|
7804
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
7805
|
+
}, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
7732
7806
|
|
|
7733
|
-
var __vue_component__$
|
|
7807
|
+
var __vue_component__$E = __vue_component__$D;
|
|
7734
7808
|
|
|
7735
7809
|
//
|
|
7736
|
-
var script$
|
|
7810
|
+
var script$d = {
|
|
7737
7811
|
name: "NsIconMenu",
|
|
7738
7812
|
extends: CvOverflowMenu,
|
|
7739
7813
|
props: {
|
|
@@ -7777,10 +7851,10 @@ var script$e = {
|
|
|
7777
7851
|
};
|
|
7778
7852
|
|
|
7779
7853
|
/* script */
|
|
7780
|
-
const __vue_script__$
|
|
7854
|
+
const __vue_script__$d = script$d;
|
|
7781
7855
|
/* template */
|
|
7782
7856
|
|
|
7783
|
-
var __vue_render__$
|
|
7857
|
+
var __vue_render__$j = function () {
|
|
7784
7858
|
var _obj, _obj$1;
|
|
7785
7859
|
|
|
7786
7860
|
var _vm = this;
|
|
@@ -7896,10 +7970,10 @@ var __vue_render__$k = function () {
|
|
|
7896
7970
|
})])]);
|
|
7897
7971
|
};
|
|
7898
7972
|
|
|
7899
|
-
var __vue_staticRenderFns__$
|
|
7973
|
+
var __vue_staticRenderFns__$j = [];
|
|
7900
7974
|
/* style */
|
|
7901
7975
|
|
|
7902
|
-
const __vue_inject_styles__$
|
|
7976
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
7903
7977
|
if (!inject) return;
|
|
7904
7978
|
inject("data-v-2be14df6_0", {
|
|
7905
7979
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7910,199 +7984,57 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
7910
7984
|
/* scoped */
|
|
7911
7985
|
|
|
7912
7986
|
|
|
7913
|
-
const __vue_scope_id__$
|
|
7987
|
+
const __vue_scope_id__$k = "data-v-2be14df6";
|
|
7914
7988
|
/* module identifier */
|
|
7915
7989
|
|
|
7916
|
-
const __vue_module_identifier__$
|
|
7990
|
+
const __vue_module_identifier__$k = undefined;
|
|
7917
7991
|
/* functional template */
|
|
7918
7992
|
|
|
7919
|
-
const __vue_is_functional_template__$
|
|
7993
|
+
const __vue_is_functional_template__$k = false;
|
|
7920
7994
|
/* style inject SSR */
|
|
7921
7995
|
|
|
7922
7996
|
/* style inject shadow dom */
|
|
7923
7997
|
|
|
7924
|
-
const __vue_component__$
|
|
7925
|
-
render: __vue_render__$
|
|
7926
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7927
|
-
}, __vue_inject_styles__$
|
|
7998
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
7999
|
+
render: __vue_render__$j,
|
|
8000
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
8001
|
+
}, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
7928
8002
|
|
|
7929
|
-
var __vue_component__$
|
|
8003
|
+
var __vue_component__$C = __vue_component__$B;
|
|
7930
8004
|
|
|
7931
8005
|
//
|
|
7932
|
-
|
|
7933
|
-
var script$d = {
|
|
8006
|
+
var script$c = {
|
|
7934
8007
|
name: "NsMeterChart",
|
|
7935
8008
|
components: {
|
|
7936
|
-
|
|
8009
|
+
NsProgressBar
|
|
7937
8010
|
},
|
|
7938
8011
|
props: {
|
|
7939
|
-
title: {
|
|
7940
|
-
type: String,
|
|
7941
|
-
default: ""
|
|
7942
|
-
},
|
|
7943
8012
|
label: {
|
|
7944
8013
|
type: String,
|
|
7945
|
-
|
|
8014
|
+
required: true
|
|
7946
8015
|
},
|
|
7947
8016
|
value: {
|
|
7948
|
-
type: Number,
|
|
8017
|
+
type: [String, Number],
|
|
7949
8018
|
default: 0
|
|
7950
8019
|
},
|
|
7951
|
-
warningTh: {
|
|
7952
|
-
type: Number,
|
|
7953
|
-
default: 70
|
|
7954
|
-
},
|
|
7955
|
-
dangerTh: {
|
|
7956
|
-
type: Number,
|
|
7957
|
-
default: 90
|
|
7958
|
-
},
|
|
7959
|
-
height: {
|
|
7960
|
-
type: String,
|
|
7961
|
-
default: "6rem"
|
|
7962
|
-
}
|
|
7963
|
-
},
|
|
7964
|
-
|
|
7965
|
-
data() {
|
|
7966
|
-
return {
|
|
7967
|
-
data: [],
|
|
7968
|
-
options: {}
|
|
7969
|
-
};
|
|
7970
|
-
},
|
|
7971
|
-
|
|
7972
|
-
watch: {
|
|
7973
|
-
value: function () {
|
|
7974
|
-
this.data[0].value = this.value;
|
|
7975
|
-
}
|
|
7976
|
-
},
|
|
7977
|
-
|
|
7978
|
-
created() {
|
|
7979
|
-
this.data = [{
|
|
7980
|
-
group: this.label,
|
|
7981
|
-
value: this.value
|
|
7982
|
-
}];
|
|
7983
|
-
this.options = {
|
|
7984
|
-
title: this.title,
|
|
7985
|
-
meter: {
|
|
7986
|
-
peak: null,
|
|
7987
|
-
status: {
|
|
7988
|
-
ranges: [{
|
|
7989
|
-
range: [0, this.warningTh],
|
|
7990
|
-
status: "success"
|
|
7991
|
-
}, {
|
|
7992
|
-
range: [this.warningTh, this.dangerTh],
|
|
7993
|
-
status: "warning"
|
|
7994
|
-
}, {
|
|
7995
|
-
range: [this.dangerTh, 100],
|
|
7996
|
-
status: "danger"
|
|
7997
|
-
}]
|
|
7998
|
-
}
|
|
7999
|
-
},
|
|
8000
|
-
height: this.height
|
|
8001
|
-
};
|
|
8002
|
-
}
|
|
8003
|
-
|
|
8004
|
-
};
|
|
8005
|
-
|
|
8006
|
-
/* script */
|
|
8007
|
-
const __vue_script__$d = script$d;
|
|
8008
|
-
/* template */
|
|
8009
|
-
|
|
8010
|
-
var __vue_render__$j = function () {
|
|
8011
|
-
var _vm = this;
|
|
8012
|
-
|
|
8013
|
-
var _h = _vm.$createElement;
|
|
8014
|
-
|
|
8015
|
-
var _c = _vm._self._c || _h;
|
|
8016
|
-
|
|
8017
|
-
return _c('ccv-meter-chart', {
|
|
8018
|
-
attrs: {
|
|
8019
|
-
"data": _vm.data,
|
|
8020
|
-
"options": _vm.options
|
|
8021
|
-
}
|
|
8022
|
-
});
|
|
8023
|
-
};
|
|
8024
|
-
|
|
8025
|
-
var __vue_staticRenderFns__$j = [];
|
|
8026
|
-
/* style */
|
|
8027
|
-
|
|
8028
|
-
const __vue_inject_styles__$k = undefined;
|
|
8029
|
-
/* scoped */
|
|
8030
|
-
|
|
8031
|
-
const __vue_scope_id__$k = undefined;
|
|
8032
|
-
/* module identifier */
|
|
8033
|
-
|
|
8034
|
-
const __vue_module_identifier__$k = undefined;
|
|
8035
|
-
/* functional template */
|
|
8036
|
-
|
|
8037
|
-
const __vue_is_functional_template__$k = false;
|
|
8038
|
-
/* style inject */
|
|
8039
|
-
|
|
8040
|
-
/* style inject SSR */
|
|
8041
|
-
|
|
8042
|
-
/* style inject shadow dom */
|
|
8043
|
-
|
|
8044
|
-
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
8045
|
-
render: __vue_render__$j,
|
|
8046
|
-
staticRenderFns: __vue_staticRenderFns__$j
|
|
8047
|
-
}, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
8048
|
-
|
|
8049
|
-
var __vue_component__$C = __vue_component__$B;
|
|
8050
|
-
|
|
8051
|
-
//
|
|
8052
|
-
Vue.use(chartsVue);
|
|
8053
|
-
var script$c = {
|
|
8054
|
-
name: "NsPieChart",
|
|
8055
|
-
components: {},
|
|
8056
|
-
props: {
|
|
8057
|
-
data: Array,
|
|
8058
8020
|
loading: {
|
|
8059
8021
|
type: Boolean,
|
|
8060
8022
|
default: false
|
|
8061
8023
|
},
|
|
8062
|
-
|
|
8024
|
+
progressBarHeight: {
|
|
8063
8025
|
type: String,
|
|
8064
|
-
default: ""
|
|
8026
|
+
default: "10px"
|
|
8065
8027
|
},
|
|
8066
|
-
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
options: {}
|
|
8075
|
-
};
|
|
8076
|
-
},
|
|
8077
|
-
|
|
8078
|
-
watch: {
|
|
8079
|
-
loading: function () {
|
|
8080
|
-
if (this.loading) {
|
|
8081
|
-
// show skeleton
|
|
8082
|
-
this.options.data.loading = true;
|
|
8083
|
-
} else {
|
|
8084
|
-
this.options.data.loading = false;
|
|
8085
|
-
}
|
|
8028
|
+
// default value of following props is defined in NsProgressBar
|
|
8029
|
+
warningThreshold: {
|
|
8030
|
+
type: Number,
|
|
8031
|
+
default: undefined
|
|
8032
|
+
},
|
|
8033
|
+
dangerThreshold: {
|
|
8034
|
+
type: Number,
|
|
8035
|
+
default: undefined
|
|
8086
8036
|
}
|
|
8087
|
-
},
|
|
8088
|
-
|
|
8089
|
-
created() {
|
|
8090
|
-
this.options = {
|
|
8091
|
-
title: this.title,
|
|
8092
|
-
resizable: true,
|
|
8093
|
-
// legend: { ////
|
|
8094
|
-
// alignment: "center",
|
|
8095
|
-
// },
|
|
8096
|
-
// pie: {
|
|
8097
|
-
// alignment: "center",
|
|
8098
|
-
// },
|
|
8099
|
-
data: {
|
|
8100
|
-
loading: this.loading
|
|
8101
|
-
},
|
|
8102
|
-
height: this.height
|
|
8103
|
-
};
|
|
8104
8037
|
}
|
|
8105
|
-
|
|
8106
8038
|
};
|
|
8107
8039
|
|
|
8108
8040
|
/* script */
|
|
@@ -8116,29 +8048,43 @@ var __vue_render__$i = function () {
|
|
|
8116
8048
|
|
|
8117
8049
|
var _c = _vm._self._c || _h;
|
|
8118
8050
|
|
|
8119
|
-
return _c('
|
|
8051
|
+
return _c('div', [_c('div', {
|
|
8052
|
+
staticClass: "mg-bottom-sm"
|
|
8053
|
+
}, [_c('span', {
|
|
8054
|
+
staticClass: "label"
|
|
8055
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.loading || Number.isNaN(Number(_vm.value)) ? "-" : _vm.value + "%"))])]), _vm._v(" "), _c('NsProgressBar', {
|
|
8120
8056
|
attrs: {
|
|
8121
|
-
"
|
|
8122
|
-
"
|
|
8057
|
+
"value": _vm.value,
|
|
8058
|
+
"indeterminate": _vm.loading,
|
|
8059
|
+
"useStatusColors": true,
|
|
8060
|
+
"warningThreshold": _vm.warningThreshold,
|
|
8061
|
+
"dangerThreshold": _vm.dangerThreshold,
|
|
8062
|
+
"height": _vm.progressBarHeight
|
|
8123
8063
|
}
|
|
8124
|
-
});
|
|
8064
|
+
})], 1);
|
|
8125
8065
|
};
|
|
8126
8066
|
|
|
8127
8067
|
var __vue_staticRenderFns__$i = [];
|
|
8128
8068
|
/* style */
|
|
8129
8069
|
|
|
8130
|
-
const __vue_inject_styles__$j =
|
|
8070
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
8071
|
+
if (!inject) return;
|
|
8072
|
+
inject("data-v-8d83456c_0", {
|
|
8073
|
+
source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
|
|
8074
|
+
map: undefined,
|
|
8075
|
+
media: undefined
|
|
8076
|
+
});
|
|
8077
|
+
};
|
|
8131
8078
|
/* scoped */
|
|
8132
8079
|
|
|
8133
|
-
|
|
8080
|
+
|
|
8081
|
+
const __vue_scope_id__$j = "data-v-8d83456c";
|
|
8134
8082
|
/* module identifier */
|
|
8135
8083
|
|
|
8136
8084
|
const __vue_module_identifier__$j = undefined;
|
|
8137
8085
|
/* functional template */
|
|
8138
8086
|
|
|
8139
8087
|
const __vue_is_functional_template__$j = false;
|
|
8140
|
-
/* style inject */
|
|
8141
|
-
|
|
8142
8088
|
/* style inject SSR */
|
|
8143
8089
|
|
|
8144
8090
|
/* style inject shadow dom */
|
|
@@ -8146,7 +8092,7 @@ const __vue_is_functional_template__$j = false;
|
|
|
8146
8092
|
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
8147
8093
|
render: __vue_render__$i,
|
|
8148
8094
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
8149
|
-
}, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false,
|
|
8095
|
+
}, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
8150
8096
|
|
|
8151
8097
|
var __vue_component__$A = __vue_component__$z;
|
|
8152
8098
|
|
|
@@ -18571,21 +18517,20 @@ var filters = {
|
|
|
18571
18517
|
var components = /*#__PURE__*/Object.freeze({
|
|
18572
18518
|
__proto__: null,
|
|
18573
18519
|
NsButton: NsButton,
|
|
18574
|
-
NsEmptyState: __vue_component__$
|
|
18520
|
+
NsEmptyState: __vue_component__$X,
|
|
18575
18521
|
NsPictogram: NsPictogram,
|
|
18576
|
-
NsCodeSnippet: __vue_component__$
|
|
18522
|
+
NsCodeSnippet: __vue_component__$V,
|
|
18577
18523
|
NsInlineNotification: NsInlineNotification,
|
|
18578
18524
|
NsProgressBar: NsProgressBar,
|
|
18579
18525
|
NsSvg: NsSvg,
|
|
18580
|
-
NsTile: __vue_component__$
|
|
18581
|
-
NsToastNotification: __vue_component__$
|
|
18582
|
-
NsInfoCard: __vue_component__$
|
|
18583
|
-
NsStatusCard: __vue_component__$
|
|
18584
|
-
NsSystemdServiceCard: __vue_component__$
|
|
18585
|
-
NsPasswordInput: __vue_component__$
|
|
18586
|
-
NsIconMenu: __vue_component__$
|
|
18587
|
-
NsMeterChart: __vue_component__$
|
|
18588
|
-
NsPieChart: __vue_component__$A,
|
|
18526
|
+
NsTile: __vue_component__$P,
|
|
18527
|
+
NsToastNotification: __vue_component__$N,
|
|
18528
|
+
NsInfoCard: __vue_component__$L,
|
|
18529
|
+
NsStatusCard: __vue_component__$J,
|
|
18530
|
+
NsSystemdServiceCard: __vue_component__$H,
|
|
18531
|
+
NsPasswordInput: __vue_component__$E,
|
|
18532
|
+
NsIconMenu: __vue_component__$C,
|
|
18533
|
+
NsMeterChart: __vue_component__$A,
|
|
18589
18534
|
NsLottieAnimation: NsLottieAnimation,
|
|
18590
18535
|
NsDangerDeleteModal: __vue_component__$x,
|
|
18591
18536
|
NsCircleTimer: NsCircleTimer,
|
|
@@ -18627,4 +18572,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
18627
18572
|
});
|
|
18628
18573
|
}; // Create module definition for Vue.use()
|
|
18629
18574
|
|
|
18630
|
-
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__$s as NsBackupCard, NsButton, NsCircleTimer, __vue_component__$
|
|
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__$s as NsBackupCard, NsButton, NsCircleTimer, __vue_component__$V as NsCodeSnippet, __vue_component__$x as NsDangerDeleteModal, __vue_component__$f as NsDataTable, __vue_component__$v as NsDropdownAction, __vue_component__$X as NsEmptyState, __vue_component__$C as NsIconMenu, __vue_component__$L as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$m as NsMenuDivider, __vue_component__$o as NsMenuItem, __vue_component__$A as NsMeterChart, NsModal, NsPagination, __vue_component__$E as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$J as NsStatusCard, NsSvg, __vue_component__$k as NsSystemLogsCard, __vue_component__$H as NsSystemdServiceCard, NsTextInput, __vue_component__$P as NsTile, __vue_component__$i as NsTimePicker, __vue_component__$N as NsToastNotification, __vue_component__$q 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 };
|