@nethserver/ns8-ui-lib 0.1.6 → 0.1.7
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 +966 -502
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +783 -474
- package/package.json +1 -1
- package/src/lib-components/NsSlider.vue +400 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -138,7 +138,7 @@ import ChevronDown16 from '@carbon/icons-vue/es/chevron--down/16';
|
|
|
138
138
|
import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
|
|
139
139
|
|
|
140
140
|
//
|
|
141
|
-
var script$
|
|
141
|
+
var script$B = {
|
|
142
142
|
name: "NsButton",
|
|
143
143
|
extends: CvButton,
|
|
144
144
|
props: {
|
|
@@ -301,10 +301,10 @@ function addStyle(id, css) {
|
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
/* script */
|
|
304
|
-
const __vue_script__$
|
|
304
|
+
const __vue_script__$B = script$B;
|
|
305
305
|
/* template */
|
|
306
306
|
|
|
307
|
-
var __vue_render__$
|
|
307
|
+
var __vue_render__$G = function () {
|
|
308
308
|
var _vm = this;
|
|
309
309
|
|
|
310
310
|
var _h = _vm.$createElement;
|
|
@@ -327,10 +327,10 @@ var __vue_render__$F = function () {
|
|
|
327
327
|
}) : _vm._e()], 2);
|
|
328
328
|
};
|
|
329
329
|
|
|
330
|
-
var __vue_staticRenderFns__$
|
|
330
|
+
var __vue_staticRenderFns__$G = [];
|
|
331
331
|
/* style */
|
|
332
332
|
|
|
333
|
-
const __vue_inject_styles__$
|
|
333
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
334
334
|
if (!inject) return;
|
|
335
335
|
inject("data-v-025b0f12_0", {
|
|
336
336
|
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)}}",
|
|
@@ -341,23 +341,23 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
341
341
|
/* scoped */
|
|
342
342
|
|
|
343
343
|
|
|
344
|
-
const __vue_scope_id__$
|
|
344
|
+
const __vue_scope_id__$J = "data-v-025b0f12";
|
|
345
345
|
/* module identifier */
|
|
346
346
|
|
|
347
|
-
const __vue_module_identifier__$
|
|
347
|
+
const __vue_module_identifier__$J = undefined;
|
|
348
348
|
/* functional template */
|
|
349
349
|
|
|
350
|
-
const __vue_is_functional_template__$
|
|
350
|
+
const __vue_is_functional_template__$J = false;
|
|
351
351
|
/* style inject SSR */
|
|
352
352
|
|
|
353
353
|
/* style inject shadow dom */
|
|
354
354
|
|
|
355
|
-
const __vue_component__$
|
|
356
|
-
render: __vue_render__$
|
|
357
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
358
|
-
}, __vue_inject_styles__$
|
|
355
|
+
const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
356
|
+
render: __vue_render__$G,
|
|
357
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
358
|
+
}, __vue_inject_styles__$J, __vue_script__$B, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
359
359
|
|
|
360
|
-
var NsButton = __vue_component__$
|
|
360
|
+
var NsButton = __vue_component__$1e;
|
|
361
361
|
|
|
362
362
|
//
|
|
363
363
|
//
|
|
@@ -375,7 +375,7 @@ var NsButton = __vue_component__$1c;
|
|
|
375
375
|
//
|
|
376
376
|
//
|
|
377
377
|
//
|
|
378
|
-
var script$
|
|
378
|
+
var script$A = {
|
|
379
379
|
name: "NsPictogram",
|
|
380
380
|
props: {
|
|
381
381
|
title: {
|
|
@@ -398,10 +398,10 @@ var script$z = {
|
|
|
398
398
|
};
|
|
399
399
|
|
|
400
400
|
/* script */
|
|
401
|
-
const __vue_script__$
|
|
401
|
+
const __vue_script__$A = script$A;
|
|
402
402
|
/* template */
|
|
403
403
|
|
|
404
|
-
var __vue_render__$
|
|
404
|
+
var __vue_render__$F = function () {
|
|
405
405
|
var _vm = this;
|
|
406
406
|
|
|
407
407
|
var _h = _vm.$createElement;
|
|
@@ -429,34 +429,34 @@ var __vue_render__$E = function () {
|
|
|
429
429
|
}, [_vm._t("default")], 2)]);
|
|
430
430
|
};
|
|
431
431
|
|
|
432
|
-
var __vue_staticRenderFns__$
|
|
432
|
+
var __vue_staticRenderFns__$F = [];
|
|
433
433
|
/* style */
|
|
434
434
|
|
|
435
|
-
const __vue_inject_styles__$
|
|
435
|
+
const __vue_inject_styles__$I = undefined;
|
|
436
436
|
/* scoped */
|
|
437
437
|
|
|
438
|
-
const __vue_scope_id__$
|
|
438
|
+
const __vue_scope_id__$I = undefined;
|
|
439
439
|
/* module identifier */
|
|
440
440
|
|
|
441
|
-
const __vue_module_identifier__$
|
|
441
|
+
const __vue_module_identifier__$I = undefined;
|
|
442
442
|
/* functional template */
|
|
443
443
|
|
|
444
|
-
const __vue_is_functional_template__$
|
|
444
|
+
const __vue_is_functional_template__$I = false;
|
|
445
445
|
/* style inject */
|
|
446
446
|
|
|
447
447
|
/* style inject SSR */
|
|
448
448
|
|
|
449
449
|
/* style inject shadow dom */
|
|
450
450
|
|
|
451
|
-
const __vue_component__$
|
|
452
|
-
render: __vue_render__$
|
|
453
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
454
|
-
}, __vue_inject_styles__$
|
|
451
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
452
|
+
render: __vue_render__$F,
|
|
453
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
454
|
+
}, __vue_inject_styles__$I, __vue_script__$A, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
|
|
455
455
|
|
|
456
|
-
var NsPictogram = __vue_component__$
|
|
456
|
+
var NsPictogram = __vue_component__$1d;
|
|
457
457
|
|
|
458
458
|
//
|
|
459
|
-
var script$
|
|
459
|
+
var script$z = {
|
|
460
460
|
name: "NsLottieAnimation",
|
|
461
461
|
components: {
|
|
462
462
|
LottieAnimation
|
|
@@ -512,10 +512,10 @@ var script$y = {
|
|
|
512
512
|
};
|
|
513
513
|
|
|
514
514
|
/* script */
|
|
515
|
-
const __vue_script__$
|
|
515
|
+
const __vue_script__$z = script$z;
|
|
516
516
|
/* template */
|
|
517
517
|
|
|
518
|
-
var __vue_render__$
|
|
518
|
+
var __vue_render__$E = function () {
|
|
519
519
|
var _vm = this;
|
|
520
520
|
|
|
521
521
|
var _h = _vm.$createElement;
|
|
@@ -542,36 +542,36 @@ var __vue_render__$D = function () {
|
|
|
542
542
|
})], 1);
|
|
543
543
|
};
|
|
544
544
|
|
|
545
|
-
var __vue_staticRenderFns__$
|
|
545
|
+
var __vue_staticRenderFns__$E = [];
|
|
546
546
|
/* style */
|
|
547
547
|
|
|
548
|
-
const __vue_inject_styles__$
|
|
548
|
+
const __vue_inject_styles__$H = undefined;
|
|
549
549
|
/* scoped */
|
|
550
550
|
|
|
551
|
-
const __vue_scope_id__$
|
|
551
|
+
const __vue_scope_id__$H = "data-v-14e97a70";
|
|
552
552
|
/* module identifier */
|
|
553
553
|
|
|
554
|
-
const __vue_module_identifier__$
|
|
554
|
+
const __vue_module_identifier__$H = undefined;
|
|
555
555
|
/* functional template */
|
|
556
556
|
|
|
557
|
-
const __vue_is_functional_template__$
|
|
557
|
+
const __vue_is_functional_template__$H = false;
|
|
558
558
|
/* style inject */
|
|
559
559
|
|
|
560
560
|
/* style inject SSR */
|
|
561
561
|
|
|
562
562
|
/* style inject shadow dom */
|
|
563
563
|
|
|
564
|
-
const __vue_component__$
|
|
565
|
-
render: __vue_render__$
|
|
566
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
567
|
-
}, __vue_inject_styles__$
|
|
564
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
565
|
+
render: __vue_render__$E,
|
|
566
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
567
|
+
}, __vue_inject_styles__$H, __vue_script__$z, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
|
|
568
568
|
|
|
569
|
-
var NsLottieAnimation = __vue_component__$
|
|
569
|
+
var NsLottieAnimation = __vue_component__$1c;
|
|
570
570
|
|
|
571
571
|
/* script */
|
|
572
572
|
|
|
573
573
|
/* template */
|
|
574
|
-
var __vue_render__$
|
|
574
|
+
var __vue_render__$D = function () {
|
|
575
575
|
var _vm = this;
|
|
576
576
|
|
|
577
577
|
var _h = _vm.$createElement;
|
|
@@ -586,34 +586,34 @@ var __vue_render__$C = function () {
|
|
|
586
586
|
});
|
|
587
587
|
};
|
|
588
588
|
|
|
589
|
-
var __vue_staticRenderFns__$
|
|
589
|
+
var __vue_staticRenderFns__$D = [];
|
|
590
590
|
/* style */
|
|
591
591
|
|
|
592
|
-
const __vue_inject_styles__$
|
|
592
|
+
const __vue_inject_styles__$G = undefined;
|
|
593
593
|
/* scoped */
|
|
594
594
|
|
|
595
|
-
const __vue_scope_id__$
|
|
595
|
+
const __vue_scope_id__$G = undefined;
|
|
596
596
|
/* module identifier */
|
|
597
597
|
|
|
598
|
-
const __vue_module_identifier__$
|
|
598
|
+
const __vue_module_identifier__$G = undefined;
|
|
599
599
|
/* functional template */
|
|
600
600
|
|
|
601
|
-
const __vue_is_functional_template__$
|
|
601
|
+
const __vue_is_functional_template__$G = false;
|
|
602
602
|
/* style inject */
|
|
603
603
|
|
|
604
604
|
/* style inject SSR */
|
|
605
605
|
|
|
606
606
|
/* style inject shadow dom */
|
|
607
607
|
|
|
608
|
-
const __vue_component__$
|
|
609
|
-
render: __vue_render__$
|
|
610
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
611
|
-
}, __vue_inject_styles__$
|
|
608
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
609
|
+
render: __vue_render__$D,
|
|
610
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
611
|
+
}, __vue_inject_styles__$G, {}, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
|
|
612
612
|
|
|
613
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
613
|
+
var ExclamationMarkPictogram = __vue_component__$1b;
|
|
614
614
|
|
|
615
615
|
//
|
|
616
|
-
var script$
|
|
616
|
+
var script$y = {
|
|
617
617
|
name: "NsEmptyState",
|
|
618
618
|
components: {
|
|
619
619
|
NsPictogram,
|
|
@@ -645,10 +645,10 @@ var script$x = {
|
|
|
645
645
|
};
|
|
646
646
|
|
|
647
647
|
/* script */
|
|
648
|
-
const __vue_script__$
|
|
648
|
+
const __vue_script__$y = script$y;
|
|
649
649
|
/* template */
|
|
650
650
|
|
|
651
|
-
var __vue_render__$
|
|
651
|
+
var __vue_render__$C = function () {
|
|
652
652
|
var _vm = this;
|
|
653
653
|
|
|
654
654
|
var _h = _vm.$createElement;
|
|
@@ -678,10 +678,10 @@ var __vue_render__$B = function () {
|
|
|
678
678
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
679
679
|
};
|
|
680
680
|
|
|
681
|
-
var __vue_staticRenderFns__$
|
|
681
|
+
var __vue_staticRenderFns__$C = [];
|
|
682
682
|
/* style */
|
|
683
683
|
|
|
684
|
-
const __vue_inject_styles__$
|
|
684
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
685
685
|
if (!inject) return;
|
|
686
686
|
inject("data-v-2d5d3a58_0", {
|
|
687
687
|
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}",
|
|
@@ -692,26 +692,26 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
692
692
|
/* scoped */
|
|
693
693
|
|
|
694
694
|
|
|
695
|
-
const __vue_scope_id__$
|
|
695
|
+
const __vue_scope_id__$F = "data-v-2d5d3a58";
|
|
696
696
|
/* module identifier */
|
|
697
697
|
|
|
698
|
-
const __vue_module_identifier__$
|
|
698
|
+
const __vue_module_identifier__$F = undefined;
|
|
699
699
|
/* functional template */
|
|
700
700
|
|
|
701
|
-
const __vue_is_functional_template__$
|
|
701
|
+
const __vue_is_functional_template__$F = false;
|
|
702
702
|
/* style inject SSR */
|
|
703
703
|
|
|
704
704
|
/* style inject shadow dom */
|
|
705
705
|
|
|
706
|
-
const __vue_component__$
|
|
707
|
-
render: __vue_render__$
|
|
708
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
709
|
-
}, __vue_inject_styles__$
|
|
706
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
707
|
+
render: __vue_render__$C,
|
|
708
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
709
|
+
}, __vue_inject_styles__$F, __vue_script__$y, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
710
710
|
|
|
711
|
-
var __vue_component__$
|
|
711
|
+
var __vue_component__$1a = __vue_component__$19;
|
|
712
712
|
|
|
713
713
|
//
|
|
714
|
-
var script$
|
|
714
|
+
var script$x = {
|
|
715
715
|
name: "NsCodeSnippet",
|
|
716
716
|
components: {
|
|
717
717
|
CvButton,
|
|
@@ -823,10 +823,10 @@ var script$w = {
|
|
|
823
823
|
};
|
|
824
824
|
|
|
825
825
|
/* script */
|
|
826
|
-
const __vue_script__$
|
|
826
|
+
const __vue_script__$x = script$x;
|
|
827
827
|
/* template */
|
|
828
828
|
|
|
829
|
-
var __vue_render__$
|
|
829
|
+
var __vue_render__$B = function () {
|
|
830
830
|
var _vm = this;
|
|
831
831
|
|
|
832
832
|
var _h = _vm.$createElement;
|
|
@@ -888,10 +888,10 @@ var __vue_render__$A = function () {
|
|
|
888
888
|
})], 1) : _vm._e()], 1);
|
|
889
889
|
};
|
|
890
890
|
|
|
891
|
-
var __vue_staticRenderFns__$
|
|
891
|
+
var __vue_staticRenderFns__$B = [];
|
|
892
892
|
/* style */
|
|
893
893
|
|
|
894
|
-
const __vue_inject_styles__$
|
|
894
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
895
895
|
if (!inject) return;
|
|
896
896
|
inject("data-v-59cb538c_0", {
|
|
897
897
|
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}",
|
|
@@ -902,23 +902,23 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
902
902
|
/* scoped */
|
|
903
903
|
|
|
904
904
|
|
|
905
|
-
const __vue_scope_id__$
|
|
905
|
+
const __vue_scope_id__$E = "data-v-59cb538c";
|
|
906
906
|
/* module identifier */
|
|
907
907
|
|
|
908
|
-
const __vue_module_identifier__$
|
|
908
|
+
const __vue_module_identifier__$E = undefined;
|
|
909
909
|
/* functional template */
|
|
910
910
|
|
|
911
|
-
const __vue_is_functional_template__$
|
|
911
|
+
const __vue_is_functional_template__$E = false;
|
|
912
912
|
/* style inject SSR */
|
|
913
913
|
|
|
914
914
|
/* style inject shadow dom */
|
|
915
915
|
|
|
916
|
-
const __vue_component__$
|
|
917
|
-
render: __vue_render__$
|
|
918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
919
|
-
}, __vue_inject_styles__$
|
|
916
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
917
|
+
render: __vue_render__$B,
|
|
918
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
919
|
+
}, __vue_inject_styles__$E, __vue_script__$x, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
920
920
|
|
|
921
|
-
var __vue_component__$
|
|
921
|
+
var __vue_component__$18 = __vue_component__$17;
|
|
922
922
|
|
|
923
923
|
//
|
|
924
924
|
//
|
|
@@ -949,7 +949,7 @@ var __vue_component__$16 = __vue_component__$15;
|
|
|
949
949
|
//
|
|
950
950
|
//
|
|
951
951
|
//
|
|
952
|
-
var script$
|
|
952
|
+
var script$w = {
|
|
953
953
|
name: "NsCircleTimer",
|
|
954
954
|
props: {
|
|
955
955
|
timeLimit: {
|
|
@@ -1013,10 +1013,10 @@ var script$v = {
|
|
|
1013
1013
|
};
|
|
1014
1014
|
|
|
1015
1015
|
/* script */
|
|
1016
|
-
const __vue_script__$
|
|
1016
|
+
const __vue_script__$w = script$w;
|
|
1017
1017
|
/* template */
|
|
1018
1018
|
|
|
1019
|
-
var __vue_render__$
|
|
1019
|
+
var __vue_render__$A = function () {
|
|
1020
1020
|
var _vm = this;
|
|
1021
1021
|
|
|
1022
1022
|
var _h = _vm.$createElement;
|
|
@@ -1052,10 +1052,10 @@ var __vue_render__$z = function () {
|
|
|
1052
1052
|
})])])]);
|
|
1053
1053
|
};
|
|
1054
1054
|
|
|
1055
|
-
var __vue_staticRenderFns__$
|
|
1055
|
+
var __vue_staticRenderFns__$A = [];
|
|
1056
1056
|
/* style */
|
|
1057
1057
|
|
|
1058
|
-
const __vue_inject_styles__$
|
|
1058
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
1059
1059
|
if (!inject) return;
|
|
1060
1060
|
inject("data-v-79cb7082_0", {
|
|
1061
1061
|
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)}",
|
|
@@ -1066,26 +1066,26 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
1066
1066
|
/* scoped */
|
|
1067
1067
|
|
|
1068
1068
|
|
|
1069
|
-
const __vue_scope_id__$
|
|
1069
|
+
const __vue_scope_id__$D = "data-v-79cb7082";
|
|
1070
1070
|
/* module identifier */
|
|
1071
1071
|
|
|
1072
|
-
const __vue_module_identifier__$
|
|
1072
|
+
const __vue_module_identifier__$D = undefined;
|
|
1073
1073
|
/* functional template */
|
|
1074
1074
|
|
|
1075
|
-
const __vue_is_functional_template__$
|
|
1075
|
+
const __vue_is_functional_template__$D = false;
|
|
1076
1076
|
/* style inject SSR */
|
|
1077
1077
|
|
|
1078
1078
|
/* style inject shadow dom */
|
|
1079
1079
|
|
|
1080
|
-
const __vue_component__$
|
|
1081
|
-
render: __vue_render__$
|
|
1082
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1083
|
-
}, __vue_inject_styles__$
|
|
1080
|
+
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
1081
|
+
render: __vue_render__$A,
|
|
1082
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
1083
|
+
}, __vue_inject_styles__$D, __vue_script__$w, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
1084
1084
|
|
|
1085
|
-
var NsCircleTimer = __vue_component__$
|
|
1085
|
+
var NsCircleTimer = __vue_component__$16;
|
|
1086
1086
|
|
|
1087
1087
|
//
|
|
1088
|
-
var script$
|
|
1088
|
+
var script$v = {
|
|
1089
1089
|
name: "NsInlineNotification",
|
|
1090
1090
|
extends: CvInlineNotification,
|
|
1091
1091
|
components: {
|
|
@@ -1122,10 +1122,10 @@ var script$u = {
|
|
|
1122
1122
|
};
|
|
1123
1123
|
|
|
1124
1124
|
/* script */
|
|
1125
|
-
const __vue_script__$
|
|
1125
|
+
const __vue_script__$v = script$v;
|
|
1126
1126
|
/* template */
|
|
1127
1127
|
|
|
1128
|
-
var __vue_render__$
|
|
1128
|
+
var __vue_render__$z = function () {
|
|
1129
1129
|
var _obj;
|
|
1130
1130
|
|
|
1131
1131
|
var _vm = this;
|
|
@@ -1196,10 +1196,10 @@ var __vue_render__$y = function () {
|
|
|
1196
1196
|
})], 1) : _vm._e()]);
|
|
1197
1197
|
};
|
|
1198
1198
|
|
|
1199
|
-
var __vue_staticRenderFns__$
|
|
1199
|
+
var __vue_staticRenderFns__$z = [];
|
|
1200
1200
|
/* style */
|
|
1201
1201
|
|
|
1202
|
-
const __vue_inject_styles__$
|
|
1202
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
1203
1203
|
if (!inject) return;
|
|
1204
1204
|
inject("data-v-6b979488_0", {
|
|
1205
1205
|
source: ".title[data-v-6b979488]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-6b979488]{margin-right:.75rem}.action-button[data-v-6b979488]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-6b979488]{padding-right:0!important}",
|
|
@@ -1210,23 +1210,23 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
1210
1210
|
/* scoped */
|
|
1211
1211
|
|
|
1212
1212
|
|
|
1213
|
-
const __vue_scope_id__$
|
|
1213
|
+
const __vue_scope_id__$C = "data-v-6b979488";
|
|
1214
1214
|
/* module identifier */
|
|
1215
1215
|
|
|
1216
|
-
const __vue_module_identifier__$
|
|
1216
|
+
const __vue_module_identifier__$C = undefined;
|
|
1217
1217
|
/* functional template */
|
|
1218
1218
|
|
|
1219
|
-
const __vue_is_functional_template__$
|
|
1219
|
+
const __vue_is_functional_template__$C = false;
|
|
1220
1220
|
/* style inject SSR */
|
|
1221
1221
|
|
|
1222
1222
|
/* style inject shadow dom */
|
|
1223
1223
|
|
|
1224
|
-
const __vue_component__$
|
|
1225
|
-
render: __vue_render__$
|
|
1226
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1227
|
-
}, __vue_inject_styles__$
|
|
1224
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
1225
|
+
render: __vue_render__$z,
|
|
1226
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
1227
|
+
}, __vue_inject_styles__$C, __vue_script__$v, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
1228
1228
|
|
|
1229
|
-
var NsInlineNotification = __vue_component__$
|
|
1229
|
+
var NsInlineNotification = __vue_component__$15;
|
|
1230
1230
|
|
|
1231
1231
|
//
|
|
1232
1232
|
//
|
|
@@ -1265,7 +1265,7 @@ var NsInlineNotification = __vue_component__$13;
|
|
|
1265
1265
|
//
|
|
1266
1266
|
//
|
|
1267
1267
|
//
|
|
1268
|
-
var script$
|
|
1268
|
+
var script$u = {
|
|
1269
1269
|
name: "NsProgressBar",
|
|
1270
1270
|
props: {
|
|
1271
1271
|
value: {
|
|
@@ -1343,10 +1343,10 @@ var script$t = {
|
|
|
1343
1343
|
};
|
|
1344
1344
|
|
|
1345
1345
|
/* script */
|
|
1346
|
-
const __vue_script__$
|
|
1346
|
+
const __vue_script__$u = script$u;
|
|
1347
1347
|
/* template */
|
|
1348
1348
|
|
|
1349
|
-
var __vue_render__$
|
|
1349
|
+
var __vue_render__$y = function () {
|
|
1350
1350
|
var _vm = this;
|
|
1351
1351
|
|
|
1352
1352
|
var _h = _vm.$createElement;
|
|
@@ -1385,10 +1385,10 @@ var __vue_render__$x = function () {
|
|
|
1385
1385
|
})]], 2)]);
|
|
1386
1386
|
};
|
|
1387
1387
|
|
|
1388
|
-
var __vue_staticRenderFns__$
|
|
1388
|
+
var __vue_staticRenderFns__$y = [];
|
|
1389
1389
|
/* style */
|
|
1390
1390
|
|
|
1391
|
-
const __vue_inject_styles__$
|
|
1391
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
1392
1392
|
if (!inject) return;
|
|
1393
1393
|
inject("data-v-be01f286_0", {
|
|
1394
1394
|
source: ".progress-bar-container[data-v-be01f286]{width:100%;position:relative}.slider[data-v-be01f286]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-be01f286]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-be01f286]{position:absolute}.indeterminate-line[data-v-be01f286]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-be01f286]{position:absolute}.inc[data-v-be01f286]{animation:increase-data-v-be01f286 2s infinite}.dec[data-v-be01f286]{animation:decrease-data-v-be01f286 2s .5s infinite}@keyframes increase-data-v-be01f286{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-be01f286{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1399,25 +1399,25 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
1399
1399
|
/* scoped */
|
|
1400
1400
|
|
|
1401
1401
|
|
|
1402
|
-
const __vue_scope_id__$
|
|
1402
|
+
const __vue_scope_id__$B = "data-v-be01f286";
|
|
1403
1403
|
/* module identifier */
|
|
1404
1404
|
|
|
1405
|
-
const __vue_module_identifier__$
|
|
1405
|
+
const __vue_module_identifier__$B = undefined;
|
|
1406
1406
|
/* functional template */
|
|
1407
1407
|
|
|
1408
|
-
const __vue_is_functional_template__$
|
|
1408
|
+
const __vue_is_functional_template__$B = false;
|
|
1409
1409
|
/* style inject SSR */
|
|
1410
1410
|
|
|
1411
1411
|
/* style inject shadow dom */
|
|
1412
1412
|
|
|
1413
|
-
const __vue_component__$
|
|
1414
|
-
render: __vue_render__$
|
|
1415
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1416
|
-
}, __vue_inject_styles__$
|
|
1413
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
1414
|
+
render: __vue_render__$y,
|
|
1415
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
1416
|
+
}, __vue_inject_styles__$B, __vue_script__$u, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
1417
1417
|
|
|
1418
|
-
var NsProgressBar = __vue_component__$
|
|
1418
|
+
var NsProgressBar = __vue_component__$14;
|
|
1419
1419
|
|
|
1420
|
-
var script$
|
|
1420
|
+
var script$t = {
|
|
1421
1421
|
name: "NsSvg",
|
|
1422
1422
|
props: {
|
|
1423
1423
|
svg: {
|
|
@@ -1476,33 +1476,33 @@ var script$s = {
|
|
|
1476
1476
|
};
|
|
1477
1477
|
|
|
1478
1478
|
/* script */
|
|
1479
|
-
const __vue_script__$
|
|
1479
|
+
const __vue_script__$t = script$t;
|
|
1480
1480
|
/* template */
|
|
1481
1481
|
|
|
1482
1482
|
/* style */
|
|
1483
1483
|
|
|
1484
|
-
const __vue_inject_styles__$
|
|
1484
|
+
const __vue_inject_styles__$A = undefined;
|
|
1485
1485
|
/* scoped */
|
|
1486
1486
|
|
|
1487
|
-
const __vue_scope_id__$
|
|
1487
|
+
const __vue_scope_id__$A = undefined;
|
|
1488
1488
|
/* module identifier */
|
|
1489
1489
|
|
|
1490
|
-
const __vue_module_identifier__$
|
|
1490
|
+
const __vue_module_identifier__$A = undefined;
|
|
1491
1491
|
/* functional template */
|
|
1492
1492
|
|
|
1493
|
-
const __vue_is_functional_template__$
|
|
1493
|
+
const __vue_is_functional_template__$A = undefined;
|
|
1494
1494
|
/* style inject */
|
|
1495
1495
|
|
|
1496
1496
|
/* style inject SSR */
|
|
1497
1497
|
|
|
1498
1498
|
/* style inject shadow dom */
|
|
1499
1499
|
|
|
1500
|
-
const __vue_component__$
|
|
1500
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$A, __vue_script__$t, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
|
|
1501
1501
|
|
|
1502
|
-
var NsSvg = __vue_component__$
|
|
1502
|
+
var NsSvg = __vue_component__$13;
|
|
1503
1503
|
|
|
1504
1504
|
//
|
|
1505
|
-
var script$
|
|
1505
|
+
var script$s = {
|
|
1506
1506
|
name: "NsTile",
|
|
1507
1507
|
extends: CvTile,
|
|
1508
1508
|
inheritAttrs: false,
|
|
@@ -1576,10 +1576,10 @@ var script$r = {
|
|
|
1576
1576
|
};
|
|
1577
1577
|
|
|
1578
1578
|
/* script */
|
|
1579
|
-
const __vue_script__$
|
|
1579
|
+
const __vue_script__$s = script$s;
|
|
1580
1580
|
/* template */
|
|
1581
1581
|
|
|
1582
|
-
var __vue_render__$
|
|
1582
|
+
var __vue_render__$x = function () {
|
|
1583
1583
|
var _obj;
|
|
1584
1584
|
|
|
1585
1585
|
var _vm = this;
|
|
@@ -1618,10 +1618,10 @@ var __vue_render__$w = function () {
|
|
|
1618
1618
|
}) : _vm._e()], 1);
|
|
1619
1619
|
};
|
|
1620
1620
|
|
|
1621
|
-
var __vue_staticRenderFns__$
|
|
1621
|
+
var __vue_staticRenderFns__$x = [];
|
|
1622
1622
|
/* style */
|
|
1623
1623
|
|
|
1624
|
-
const __vue_inject_styles__$
|
|
1624
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
1625
1625
|
if (!inject) return;
|
|
1626
1626
|
inject("data-v-443a91f0_0", {
|
|
1627
1627
|
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}",
|
|
@@ -1632,23 +1632,23 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
1632
1632
|
/* scoped */
|
|
1633
1633
|
|
|
1634
1634
|
|
|
1635
|
-
const __vue_scope_id__$
|
|
1635
|
+
const __vue_scope_id__$z = "data-v-443a91f0";
|
|
1636
1636
|
/* module identifier */
|
|
1637
1637
|
|
|
1638
|
-
const __vue_module_identifier__$
|
|
1638
|
+
const __vue_module_identifier__$z = undefined;
|
|
1639
1639
|
/* functional template */
|
|
1640
1640
|
|
|
1641
|
-
const __vue_is_functional_template__$
|
|
1641
|
+
const __vue_is_functional_template__$z = false;
|
|
1642
1642
|
/* style inject SSR */
|
|
1643
1643
|
|
|
1644
1644
|
/* style inject shadow dom */
|
|
1645
1645
|
|
|
1646
|
-
const __vue_component__
|
|
1647
|
-
render: __vue_render__$
|
|
1648
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1649
|
-
}, __vue_inject_styles__$
|
|
1646
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
1647
|
+
render: __vue_render__$x,
|
|
1648
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
1649
|
+
}, __vue_inject_styles__$z, __vue_script__$s, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
1650
1650
|
|
|
1651
|
-
var __vue_component__$
|
|
1651
|
+
var __vue_component__$12 = __vue_component__$11;
|
|
1652
1652
|
|
|
1653
1653
|
function toInteger(dirtyNumber) {
|
|
1654
1654
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6245,7 +6245,7 @@ var DateTimeService = {
|
|
|
6245
6245
|
};
|
|
6246
6246
|
|
|
6247
6247
|
//
|
|
6248
|
-
var script$
|
|
6248
|
+
var script$r = {
|
|
6249
6249
|
name: "NsToastNotification",
|
|
6250
6250
|
extends: CvToastNotification,
|
|
6251
6251
|
components: {
|
|
@@ -6323,10 +6323,10 @@ var script$q = {
|
|
|
6323
6323
|
};
|
|
6324
6324
|
|
|
6325
6325
|
/* script */
|
|
6326
|
-
const __vue_script__$
|
|
6326
|
+
const __vue_script__$r = script$r;
|
|
6327
6327
|
/* template */
|
|
6328
6328
|
|
|
6329
|
-
var __vue_render__$
|
|
6329
|
+
var __vue_render__$w = function () {
|
|
6330
6330
|
var _obj;
|
|
6331
6331
|
|
|
6332
6332
|
var _vm = this;
|
|
@@ -6424,10 +6424,10 @@ var __vue_render__$v = function () {
|
|
|
6424
6424
|
})], 1) : _vm._e()], 1)]);
|
|
6425
6425
|
};
|
|
6426
6426
|
|
|
6427
|
-
var __vue_staticRenderFns__$
|
|
6427
|
+
var __vue_staticRenderFns__$w = [];
|
|
6428
6428
|
/* style */
|
|
6429
6429
|
|
|
6430
|
-
const __vue_inject_styles__$
|
|
6430
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
6431
6431
|
if (!inject) return;
|
|
6432
6432
|
inject("data-v-6ff0b515_0", {
|
|
6433
6433
|
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}",
|
|
@@ -6442,26 +6442,26 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
6442
6442
|
/* scoped */
|
|
6443
6443
|
|
|
6444
6444
|
|
|
6445
|
-
const __vue_scope_id__$
|
|
6445
|
+
const __vue_scope_id__$y = "data-v-6ff0b515";
|
|
6446
6446
|
/* module identifier */
|
|
6447
6447
|
|
|
6448
|
-
const __vue_module_identifier__$
|
|
6448
|
+
const __vue_module_identifier__$y = undefined;
|
|
6449
6449
|
/* functional template */
|
|
6450
6450
|
|
|
6451
|
-
const __vue_is_functional_template__$
|
|
6451
|
+
const __vue_is_functional_template__$y = false;
|
|
6452
6452
|
/* style inject SSR */
|
|
6453
6453
|
|
|
6454
6454
|
/* style inject shadow dom */
|
|
6455
6455
|
|
|
6456
|
-
const __vue_component__
|
|
6457
|
-
render: __vue_render__$
|
|
6458
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6459
|
-
}, __vue_inject_styles__$
|
|
6456
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
6457
|
+
render: __vue_render__$w,
|
|
6458
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
6459
|
+
}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
6460
6460
|
|
|
6461
|
-
var __vue_component__$
|
|
6461
|
+
var __vue_component__$10 = __vue_component__$$;
|
|
6462
6462
|
|
|
6463
6463
|
//
|
|
6464
|
-
var script$
|
|
6464
|
+
var script$q = {
|
|
6465
6465
|
name: "NsInfoCard",
|
|
6466
6466
|
components: {
|
|
6467
6467
|
NsSvg,
|
|
@@ -6512,10 +6512,10 @@ var script$p = {
|
|
|
6512
6512
|
};
|
|
6513
6513
|
|
|
6514
6514
|
/* script */
|
|
6515
|
-
const __vue_script__$
|
|
6515
|
+
const __vue_script__$q = script$q;
|
|
6516
6516
|
/* template */
|
|
6517
6517
|
|
|
6518
|
-
var __vue_render__$
|
|
6518
|
+
var __vue_render__$v = function () {
|
|
6519
6519
|
var _vm = this;
|
|
6520
6520
|
|
|
6521
6521
|
var _h = _vm.$createElement;
|
|
@@ -6572,10 +6572,10 @@ var __vue_render__$u = function () {
|
|
|
6572
6572
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6573
6573
|
};
|
|
6574
6574
|
|
|
6575
|
-
var __vue_staticRenderFns__$
|
|
6575
|
+
var __vue_staticRenderFns__$v = [];
|
|
6576
6576
|
/* style */
|
|
6577
6577
|
|
|
6578
|
-
const __vue_inject_styles__$
|
|
6578
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
6579
6579
|
if (!inject) return;
|
|
6580
6580
|
inject("data-v-aefc1c3e_0", {
|
|
6581
6581
|
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}",
|
|
@@ -6586,26 +6586,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
6586
6586
|
/* scoped */
|
|
6587
6587
|
|
|
6588
6588
|
|
|
6589
|
-
const __vue_scope_id__$
|
|
6589
|
+
const __vue_scope_id__$x = "data-v-aefc1c3e";
|
|
6590
6590
|
/* module identifier */
|
|
6591
6591
|
|
|
6592
|
-
const __vue_module_identifier__$
|
|
6592
|
+
const __vue_module_identifier__$x = undefined;
|
|
6593
6593
|
/* functional template */
|
|
6594
6594
|
|
|
6595
|
-
const __vue_is_functional_template__$
|
|
6595
|
+
const __vue_is_functional_template__$x = false;
|
|
6596
6596
|
/* style inject SSR */
|
|
6597
6597
|
|
|
6598
6598
|
/* style inject shadow dom */
|
|
6599
6599
|
|
|
6600
|
-
const __vue_component__$
|
|
6601
|
-
render: __vue_render__$
|
|
6602
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6603
|
-
}, __vue_inject_styles__$
|
|
6600
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
6601
|
+
render: __vue_render__$v,
|
|
6602
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
6603
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
6604
6604
|
|
|
6605
|
-
var __vue_component__$
|
|
6605
|
+
var __vue_component__$_ = __vue_component__$Z;
|
|
6606
6606
|
|
|
6607
6607
|
//
|
|
6608
|
-
var script$
|
|
6608
|
+
var script$p = {
|
|
6609
6609
|
name: "NsStatusCard",
|
|
6610
6610
|
//components added for storybook to work
|
|
6611
6611
|
components: {
|
|
@@ -6652,10 +6652,10 @@ var script$o = {
|
|
|
6652
6652
|
};
|
|
6653
6653
|
|
|
6654
6654
|
/* script */
|
|
6655
|
-
const __vue_script__$
|
|
6655
|
+
const __vue_script__$p = script$p;
|
|
6656
6656
|
/* template */
|
|
6657
6657
|
|
|
6658
|
-
var __vue_render__$
|
|
6658
|
+
var __vue_render__$u = function () {
|
|
6659
6659
|
var _vm = this;
|
|
6660
6660
|
|
|
6661
6661
|
var _h = _vm.$createElement;
|
|
@@ -6724,10 +6724,10 @@ var __vue_render__$t = function () {
|
|
|
6724
6724
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6725
6725
|
};
|
|
6726
6726
|
|
|
6727
|
-
var __vue_staticRenderFns__$
|
|
6727
|
+
var __vue_staticRenderFns__$u = [];
|
|
6728
6728
|
/* style */
|
|
6729
6729
|
|
|
6730
|
-
const __vue_inject_styles__$
|
|
6730
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
6731
6731
|
if (!inject) return;
|
|
6732
6732
|
inject("data-v-496044f0_0", {
|
|
6733
6733
|
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}",
|
|
@@ -6738,26 +6738,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
6738
6738
|
/* scoped */
|
|
6739
6739
|
|
|
6740
6740
|
|
|
6741
|
-
const __vue_scope_id__$
|
|
6741
|
+
const __vue_scope_id__$w = "data-v-496044f0";
|
|
6742
6742
|
/* module identifier */
|
|
6743
6743
|
|
|
6744
|
-
const __vue_module_identifier__$
|
|
6744
|
+
const __vue_module_identifier__$w = undefined;
|
|
6745
6745
|
/* functional template */
|
|
6746
6746
|
|
|
6747
|
-
const __vue_is_functional_template__$
|
|
6747
|
+
const __vue_is_functional_template__$w = false;
|
|
6748
6748
|
/* style inject SSR */
|
|
6749
6749
|
|
|
6750
6750
|
/* style inject shadow dom */
|
|
6751
6751
|
|
|
6752
|
-
const __vue_component__$
|
|
6753
|
-
render: __vue_render__$
|
|
6754
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6755
|
-
}, __vue_inject_styles__$
|
|
6752
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
6753
|
+
render: __vue_render__$u,
|
|
6754
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
6755
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
6756
6756
|
|
|
6757
|
-
var __vue_component__$
|
|
6757
|
+
var __vue_component__$Y = __vue_component__$X;
|
|
6758
6758
|
|
|
6759
6759
|
//
|
|
6760
|
-
var script$
|
|
6760
|
+
var script$o = {
|
|
6761
6761
|
name: "NsSystemdServiceCard",
|
|
6762
6762
|
//components added for storybook to work
|
|
6763
6763
|
components: {
|
|
@@ -6811,10 +6811,10 @@ var script$n = {
|
|
|
6811
6811
|
};
|
|
6812
6812
|
|
|
6813
6813
|
/* script */
|
|
6814
|
-
const __vue_script__$
|
|
6814
|
+
const __vue_script__$o = script$o;
|
|
6815
6815
|
/* template */
|
|
6816
6816
|
|
|
6817
|
-
var __vue_render__$
|
|
6817
|
+
var __vue_render__$t = function () {
|
|
6818
6818
|
var _vm = this;
|
|
6819
6819
|
|
|
6820
6820
|
var _h = _vm.$createElement;
|
|
@@ -6869,10 +6869,10 @@ var __vue_render__$s = function () {
|
|
|
6869
6869
|
})], 1)])]);
|
|
6870
6870
|
};
|
|
6871
6871
|
|
|
6872
|
-
var __vue_staticRenderFns__$
|
|
6872
|
+
var __vue_staticRenderFns__$t = [];
|
|
6873
6873
|
/* style */
|
|
6874
6874
|
|
|
6875
|
-
const __vue_inject_styles__$
|
|
6875
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
6876
6876
|
if (!inject) return;
|
|
6877
6877
|
inject("data-v-bf751eca_0", {
|
|
6878
6878
|
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}",
|
|
@@ -6883,26 +6883,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
6883
6883
|
/* scoped */
|
|
6884
6884
|
|
|
6885
6885
|
|
|
6886
|
-
const __vue_scope_id__$
|
|
6886
|
+
const __vue_scope_id__$v = "data-v-bf751eca";
|
|
6887
6887
|
/* module identifier */
|
|
6888
6888
|
|
|
6889
|
-
const __vue_module_identifier__$
|
|
6889
|
+
const __vue_module_identifier__$v = undefined;
|
|
6890
6890
|
/* functional template */
|
|
6891
6891
|
|
|
6892
|
-
const __vue_is_functional_template__$
|
|
6892
|
+
const __vue_is_functional_template__$v = false;
|
|
6893
6893
|
/* style inject SSR */
|
|
6894
6894
|
|
|
6895
6895
|
/* style inject shadow dom */
|
|
6896
6896
|
|
|
6897
|
-
const __vue_component__$
|
|
6898
|
-
render: __vue_render__$
|
|
6899
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6900
|
-
}, __vue_inject_styles__$
|
|
6897
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
6898
|
+
render: __vue_render__$t,
|
|
6899
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
6900
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
6901
6901
|
|
|
6902
|
-
var __vue_component__$
|
|
6902
|
+
var __vue_component__$W = __vue_component__$V;
|
|
6903
6903
|
|
|
6904
6904
|
//
|
|
6905
|
-
var script$
|
|
6905
|
+
var script$n = {
|
|
6906
6906
|
name: "NsTextInput",
|
|
6907
6907
|
extends: CvTextInput,
|
|
6908
6908
|
components: {
|
|
@@ -6957,10 +6957,10 @@ var script$m = {
|
|
|
6957
6957
|
};
|
|
6958
6958
|
|
|
6959
6959
|
/* script */
|
|
6960
|
-
const __vue_script__$
|
|
6960
|
+
const __vue_script__$n = script$n;
|
|
6961
6961
|
/* template */
|
|
6962
6962
|
|
|
6963
|
-
var __vue_render__$
|
|
6963
|
+
var __vue_render__$s = function () {
|
|
6964
6964
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
6965
6965
|
|
|
6966
6966
|
var _vm = this;
|
|
@@ -7039,10 +7039,10 @@ var __vue_render__$r = function () {
|
|
|
7039
7039
|
})], 2) : _vm._e()]);
|
|
7040
7040
|
};
|
|
7041
7041
|
|
|
7042
|
-
var __vue_staticRenderFns__$
|
|
7042
|
+
var __vue_staticRenderFns__$s = [];
|
|
7043
7043
|
/* style */
|
|
7044
7044
|
|
|
7045
|
-
const __vue_inject_styles__$
|
|
7045
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
7046
7046
|
if (!inject) return;
|
|
7047
7047
|
inject("data-v-11b039d1_0", {
|
|
7048
7048
|
source: ".label-with-tooltip[data-v-11b039d1]{display:flex;align-items:baseline}.prefix[data-v-11b039d1]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-11b039d1]{align-items:center}",
|
|
@@ -7057,23 +7057,23 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
7057
7057
|
/* scoped */
|
|
7058
7058
|
|
|
7059
7059
|
|
|
7060
|
-
const __vue_scope_id__$
|
|
7060
|
+
const __vue_scope_id__$u = "data-v-11b039d1";
|
|
7061
7061
|
/* module identifier */
|
|
7062
7062
|
|
|
7063
|
-
const __vue_module_identifier__$
|
|
7063
|
+
const __vue_module_identifier__$u = undefined;
|
|
7064
7064
|
/* functional template */
|
|
7065
7065
|
|
|
7066
|
-
const __vue_is_functional_template__$
|
|
7066
|
+
const __vue_is_functional_template__$u = false;
|
|
7067
7067
|
/* style inject SSR */
|
|
7068
7068
|
|
|
7069
7069
|
/* style inject shadow dom */
|
|
7070
7070
|
|
|
7071
|
-
const __vue_component__$
|
|
7072
|
-
render: __vue_render__$
|
|
7073
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7074
|
-
}, __vue_inject_styles__$
|
|
7071
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
7072
|
+
render: __vue_render__$s,
|
|
7073
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
7074
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
7075
7075
|
|
|
7076
|
-
var NsTextInput = __vue_component__$
|
|
7076
|
+
var NsTextInput = __vue_component__$U;
|
|
7077
7077
|
|
|
7078
7078
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
7079
7079
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7615,7 +7615,7 @@ var UtilService = {
|
|
|
7615
7615
|
};
|
|
7616
7616
|
|
|
7617
7617
|
//
|
|
7618
|
-
var script$
|
|
7618
|
+
var script$m = {
|
|
7619
7619
|
name: "NsPasswordInput",
|
|
7620
7620
|
components: {
|
|
7621
7621
|
NsTextInput
|
|
@@ -7780,10 +7780,10 @@ var script$l = {
|
|
|
7780
7780
|
};
|
|
7781
7781
|
|
|
7782
7782
|
/* script */
|
|
7783
|
-
const __vue_script__$
|
|
7783
|
+
const __vue_script__$m = script$m;
|
|
7784
7784
|
/* template */
|
|
7785
7785
|
|
|
7786
|
-
var __vue_render__$
|
|
7786
|
+
var __vue_render__$r = function () {
|
|
7787
7787
|
var _vm = this;
|
|
7788
7788
|
|
|
7789
7789
|
var _h = _vm.$createElement;
|
|
@@ -7878,10 +7878,10 @@ var __vue_render__$q = function () {
|
|
|
7878
7878
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7879
7879
|
};
|
|
7880
7880
|
|
|
7881
|
-
var __vue_staticRenderFns__$
|
|
7881
|
+
var __vue_staticRenderFns__$r = [];
|
|
7882
7882
|
/* style */
|
|
7883
7883
|
|
|
7884
|
-
const __vue_inject_styles__$
|
|
7884
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
7885
7885
|
if (!inject) return;
|
|
7886
7886
|
inject("data-v-67b93b40_0", {
|
|
7887
7887
|
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}",
|
|
@@ -7892,26 +7892,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
7892
7892
|
/* scoped */
|
|
7893
7893
|
|
|
7894
7894
|
|
|
7895
|
-
const __vue_scope_id__$
|
|
7895
|
+
const __vue_scope_id__$t = "data-v-67b93b40";
|
|
7896
7896
|
/* module identifier */
|
|
7897
7897
|
|
|
7898
|
-
const __vue_module_identifier__$
|
|
7898
|
+
const __vue_module_identifier__$t = undefined;
|
|
7899
7899
|
/* functional template */
|
|
7900
7900
|
|
|
7901
|
-
const __vue_is_functional_template__$
|
|
7901
|
+
const __vue_is_functional_template__$t = false;
|
|
7902
7902
|
/* style inject SSR */
|
|
7903
7903
|
|
|
7904
7904
|
/* style inject shadow dom */
|
|
7905
7905
|
|
|
7906
|
-
const __vue_component__$
|
|
7907
|
-
render: __vue_render__$
|
|
7908
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7909
|
-
}, __vue_inject_styles__$
|
|
7906
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
7907
|
+
render: __vue_render__$r,
|
|
7908
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
7909
|
+
}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
7910
7910
|
|
|
7911
|
-
var __vue_component__$
|
|
7911
|
+
var __vue_component__$T = __vue_component__$S;
|
|
7912
7912
|
|
|
7913
7913
|
//
|
|
7914
|
-
var script$
|
|
7914
|
+
var script$l = {
|
|
7915
7915
|
name: "NsIconMenu",
|
|
7916
7916
|
extends: CvOverflowMenu,
|
|
7917
7917
|
props: {
|
|
@@ -7955,10 +7955,10 @@ var script$k = {
|
|
|
7955
7955
|
};
|
|
7956
7956
|
|
|
7957
7957
|
/* script */
|
|
7958
|
-
const __vue_script__$
|
|
7958
|
+
const __vue_script__$l = script$l;
|
|
7959
7959
|
/* template */
|
|
7960
7960
|
|
|
7961
|
-
var __vue_render__$
|
|
7961
|
+
var __vue_render__$q = function () {
|
|
7962
7962
|
var _obj, _obj$1;
|
|
7963
7963
|
|
|
7964
7964
|
var _vm = this;
|
|
@@ -8074,10 +8074,10 @@ var __vue_render__$p = function () {
|
|
|
8074
8074
|
})])]);
|
|
8075
8075
|
};
|
|
8076
8076
|
|
|
8077
|
-
var __vue_staticRenderFns__$
|
|
8077
|
+
var __vue_staticRenderFns__$q = [];
|
|
8078
8078
|
/* style */
|
|
8079
8079
|
|
|
8080
|
-
const __vue_inject_styles__$
|
|
8080
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
8081
8081
|
if (!inject) return;
|
|
8082
8082
|
inject("data-v-2be14df6_0", {
|
|
8083
8083
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -8088,26 +8088,26 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
8088
8088
|
/* scoped */
|
|
8089
8089
|
|
|
8090
8090
|
|
|
8091
|
-
const __vue_scope_id__$
|
|
8091
|
+
const __vue_scope_id__$s = "data-v-2be14df6";
|
|
8092
8092
|
/* module identifier */
|
|
8093
8093
|
|
|
8094
|
-
const __vue_module_identifier__$
|
|
8094
|
+
const __vue_module_identifier__$s = undefined;
|
|
8095
8095
|
/* functional template */
|
|
8096
8096
|
|
|
8097
|
-
const __vue_is_functional_template__$
|
|
8097
|
+
const __vue_is_functional_template__$s = false;
|
|
8098
8098
|
/* style inject SSR */
|
|
8099
8099
|
|
|
8100
8100
|
/* style inject shadow dom */
|
|
8101
8101
|
|
|
8102
|
-
const __vue_component__$
|
|
8103
|
-
render: __vue_render__$
|
|
8104
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8105
|
-
}, __vue_inject_styles__$
|
|
8102
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
8103
|
+
render: __vue_render__$q,
|
|
8104
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
8105
|
+
}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
8106
8106
|
|
|
8107
|
-
var __vue_component__$
|
|
8107
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
8108
8108
|
|
|
8109
8109
|
//
|
|
8110
|
-
var script$
|
|
8110
|
+
var script$k = {
|
|
8111
8111
|
name: "NsMeterChart",
|
|
8112
8112
|
components: {
|
|
8113
8113
|
NsProgressBar
|
|
@@ -8142,10 +8142,10 @@ var script$j = {
|
|
|
8142
8142
|
};
|
|
8143
8143
|
|
|
8144
8144
|
/* script */
|
|
8145
|
-
const __vue_script__$
|
|
8145
|
+
const __vue_script__$k = script$k;
|
|
8146
8146
|
/* template */
|
|
8147
8147
|
|
|
8148
|
-
var __vue_render__$
|
|
8148
|
+
var __vue_render__$p = function () {
|
|
8149
8149
|
var _vm = this;
|
|
8150
8150
|
|
|
8151
8151
|
var _h = _vm.$createElement;
|
|
@@ -8168,10 +8168,10 @@ var __vue_render__$o = function () {
|
|
|
8168
8168
|
})], 1);
|
|
8169
8169
|
};
|
|
8170
8170
|
|
|
8171
|
-
var __vue_staticRenderFns__$
|
|
8171
|
+
var __vue_staticRenderFns__$p = [];
|
|
8172
8172
|
/* style */
|
|
8173
8173
|
|
|
8174
|
-
const __vue_inject_styles__$
|
|
8174
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
8175
8175
|
if (!inject) return;
|
|
8176
8176
|
inject("data-v-8d83456c_0", {
|
|
8177
8177
|
source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
|
|
@@ -8182,26 +8182,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
8182
8182
|
/* scoped */
|
|
8183
8183
|
|
|
8184
8184
|
|
|
8185
|
-
const __vue_scope_id__$
|
|
8185
|
+
const __vue_scope_id__$r = "data-v-8d83456c";
|
|
8186
8186
|
/* module identifier */
|
|
8187
8187
|
|
|
8188
|
-
const __vue_module_identifier__$
|
|
8188
|
+
const __vue_module_identifier__$r = undefined;
|
|
8189
8189
|
/* functional template */
|
|
8190
8190
|
|
|
8191
|
-
const __vue_is_functional_template__$
|
|
8191
|
+
const __vue_is_functional_template__$r = false;
|
|
8192
8192
|
/* style inject SSR */
|
|
8193
8193
|
|
|
8194
8194
|
/* style inject shadow dom */
|
|
8195
8195
|
|
|
8196
|
-
const __vue_component__$
|
|
8197
|
-
render: __vue_render__$
|
|
8198
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8199
|
-
}, __vue_inject_styles__$
|
|
8196
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
8197
|
+
render: __vue_render__$p,
|
|
8198
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
8199
|
+
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
8200
8200
|
|
|
8201
|
-
var __vue_component__$
|
|
8201
|
+
var __vue_component__$P = __vue_component__$O;
|
|
8202
8202
|
|
|
8203
8203
|
//
|
|
8204
|
-
var script$
|
|
8204
|
+
var script$j = {
|
|
8205
8205
|
name: "NsModal",
|
|
8206
8206
|
extends: CvModal,
|
|
8207
8207
|
components: {
|
|
@@ -8261,10 +8261,10 @@ var script$i = {
|
|
|
8261
8261
|
};
|
|
8262
8262
|
|
|
8263
8263
|
/* script */
|
|
8264
|
-
const __vue_script__$
|
|
8264
|
+
const __vue_script__$j = script$j;
|
|
8265
8265
|
/* template */
|
|
8266
8266
|
|
|
8267
|
-
var __vue_render__$
|
|
8267
|
+
var __vue_render__$o = function () {
|
|
8268
8268
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
8269
8269
|
|
|
8270
8270
|
var _vm = this;
|
|
@@ -8398,34 +8398,34 @@ var __vue_render__$n = function () {
|
|
|
8398
8398
|
})], 1)]);
|
|
8399
8399
|
};
|
|
8400
8400
|
|
|
8401
|
-
var __vue_staticRenderFns__$
|
|
8401
|
+
var __vue_staticRenderFns__$o = [];
|
|
8402
8402
|
/* style */
|
|
8403
8403
|
|
|
8404
|
-
const __vue_inject_styles__$
|
|
8404
|
+
const __vue_inject_styles__$q = undefined;
|
|
8405
8405
|
/* scoped */
|
|
8406
8406
|
|
|
8407
|
-
const __vue_scope_id__$
|
|
8407
|
+
const __vue_scope_id__$q = undefined;
|
|
8408
8408
|
/* module identifier */
|
|
8409
8409
|
|
|
8410
|
-
const __vue_module_identifier__$
|
|
8410
|
+
const __vue_module_identifier__$q = undefined;
|
|
8411
8411
|
/* functional template */
|
|
8412
8412
|
|
|
8413
|
-
const __vue_is_functional_template__$
|
|
8413
|
+
const __vue_is_functional_template__$q = false;
|
|
8414
8414
|
/* style inject */
|
|
8415
8415
|
|
|
8416
8416
|
/* style inject SSR */
|
|
8417
8417
|
|
|
8418
8418
|
/* style inject shadow dom */
|
|
8419
8419
|
|
|
8420
|
-
const __vue_component__$
|
|
8421
|
-
render: __vue_render__$
|
|
8422
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8423
|
-
}, __vue_inject_styles__$
|
|
8420
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
8421
|
+
render: __vue_render__$o,
|
|
8422
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
8423
|
+
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
8424
8424
|
|
|
8425
|
-
var NsModal = __vue_component__$
|
|
8425
|
+
var NsModal = __vue_component__$N;
|
|
8426
8426
|
|
|
8427
8427
|
//
|
|
8428
|
-
var script$
|
|
8428
|
+
var script$i = {
|
|
8429
8429
|
name: "NsDangerDeleteModal",
|
|
8430
8430
|
//component added for storybook to work
|
|
8431
8431
|
components: {
|
|
@@ -8521,10 +8521,10 @@ var script$h = {
|
|
|
8521
8521
|
};
|
|
8522
8522
|
|
|
8523
8523
|
/* script */
|
|
8524
|
-
const __vue_script__$
|
|
8524
|
+
const __vue_script__$i = script$i;
|
|
8525
8525
|
/* template */
|
|
8526
8526
|
|
|
8527
|
-
var __vue_render__$
|
|
8527
|
+
var __vue_render__$n = function () {
|
|
8528
8528
|
var _vm = this;
|
|
8529
8529
|
|
|
8530
8530
|
var _h = _vm.$createElement;
|
|
@@ -8592,10 +8592,10 @@ var __vue_render__$m = function () {
|
|
|
8592
8592
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
8593
8593
|
};
|
|
8594
8594
|
|
|
8595
|
-
var __vue_staticRenderFns__$
|
|
8595
|
+
var __vue_staticRenderFns__$n = [];
|
|
8596
8596
|
/* style */
|
|
8597
8597
|
|
|
8598
|
-
const __vue_inject_styles__$
|
|
8598
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
8599
8599
|
if (!inject) return;
|
|
8600
8600
|
inject("data-v-746a2de3_0", {
|
|
8601
8601
|
source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
|
|
@@ -8606,23 +8606,23 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
8606
8606
|
/* scoped */
|
|
8607
8607
|
|
|
8608
8608
|
|
|
8609
|
-
const __vue_scope_id__$
|
|
8609
|
+
const __vue_scope_id__$p = "data-v-746a2de3";
|
|
8610
8610
|
/* module identifier */
|
|
8611
8611
|
|
|
8612
|
-
const __vue_module_identifier__$
|
|
8612
|
+
const __vue_module_identifier__$p = undefined;
|
|
8613
8613
|
/* functional template */
|
|
8614
8614
|
|
|
8615
|
-
const __vue_is_functional_template__$
|
|
8615
|
+
const __vue_is_functional_template__$p = false;
|
|
8616
8616
|
/* style inject SSR */
|
|
8617
8617
|
|
|
8618
8618
|
/* style inject shadow dom */
|
|
8619
8619
|
|
|
8620
|
-
const __vue_component__$
|
|
8621
|
-
render: __vue_render__$
|
|
8622
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8623
|
-
}, __vue_inject_styles__$
|
|
8620
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
8621
|
+
render: __vue_render__$n,
|
|
8622
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
8623
|
+
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
8624
8624
|
|
|
8625
|
-
var __vue_component__$
|
|
8625
|
+
var __vue_component__$M = __vue_component__$L;
|
|
8626
8626
|
|
|
8627
8627
|
var IconService = {
|
|
8628
8628
|
name: "IconService",
|
|
@@ -8801,7 +8801,7 @@ var IconService = {
|
|
|
8801
8801
|
};
|
|
8802
8802
|
|
|
8803
8803
|
//
|
|
8804
|
-
var script$
|
|
8804
|
+
var script$h = {
|
|
8805
8805
|
name: "NsDropdownAction",
|
|
8806
8806
|
extends: CvOverflowMenu,
|
|
8807
8807
|
components: {
|
|
@@ -8833,10 +8833,10 @@ var script$g = {
|
|
|
8833
8833
|
};
|
|
8834
8834
|
|
|
8835
8835
|
/* script */
|
|
8836
|
-
const __vue_script__$
|
|
8836
|
+
const __vue_script__$h = script$h;
|
|
8837
8837
|
/* template */
|
|
8838
8838
|
|
|
8839
|
-
var __vue_render__$
|
|
8839
|
+
var __vue_render__$m = function () {
|
|
8840
8840
|
var _obj, _obj$1;
|
|
8841
8841
|
|
|
8842
8842
|
var _vm = this;
|
|
@@ -8936,34 +8936,34 @@ var __vue_render__$l = function () {
|
|
|
8936
8936
|
})])]);
|
|
8937
8937
|
};
|
|
8938
8938
|
|
|
8939
|
-
var __vue_staticRenderFns__$
|
|
8939
|
+
var __vue_staticRenderFns__$m = [];
|
|
8940
8940
|
/* style */
|
|
8941
8941
|
|
|
8942
|
-
const __vue_inject_styles__$
|
|
8942
|
+
const __vue_inject_styles__$o = undefined;
|
|
8943
8943
|
/* scoped */
|
|
8944
8944
|
|
|
8945
|
-
const __vue_scope_id__$
|
|
8945
|
+
const __vue_scope_id__$o = "data-v-31925b9d";
|
|
8946
8946
|
/* module identifier */
|
|
8947
8947
|
|
|
8948
|
-
const __vue_module_identifier__$
|
|
8948
|
+
const __vue_module_identifier__$o = undefined;
|
|
8949
8949
|
/* functional template */
|
|
8950
8950
|
|
|
8951
|
-
const __vue_is_functional_template__$
|
|
8951
|
+
const __vue_is_functional_template__$o = false;
|
|
8952
8952
|
/* style inject */
|
|
8953
8953
|
|
|
8954
8954
|
/* style inject SSR */
|
|
8955
8955
|
|
|
8956
8956
|
/* style inject shadow dom */
|
|
8957
8957
|
|
|
8958
|
-
const __vue_component__$
|
|
8959
|
-
render: __vue_render__$
|
|
8960
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8961
|
-
}, __vue_inject_styles__$
|
|
8958
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
8959
|
+
render: __vue_render__$m,
|
|
8960
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
8961
|
+
}, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
8962
8962
|
|
|
8963
|
-
var __vue_component__$
|
|
8963
|
+
var __vue_component__$K = __vue_component__$J;
|
|
8964
8964
|
|
|
8965
8965
|
//
|
|
8966
|
-
var script$
|
|
8966
|
+
var script$g = {
|
|
8967
8967
|
name: "NsBackupCardDetails",
|
|
8968
8968
|
mixins: [DateTimeService],
|
|
8969
8969
|
props: {
|
|
@@ -8999,10 +8999,10 @@ var script$f = {
|
|
|
8999
8999
|
};
|
|
9000
9000
|
|
|
9001
9001
|
/* script */
|
|
9002
|
-
const __vue_script__$
|
|
9002
|
+
const __vue_script__$g = script$g;
|
|
9003
9003
|
/* template */
|
|
9004
9004
|
|
|
9005
|
-
var __vue_render__$
|
|
9005
|
+
var __vue_render__$l = function () {
|
|
9006
9006
|
var _vm = this;
|
|
9007
9007
|
|
|
9008
9008
|
var _h = _vm.$createElement;
|
|
@@ -9056,10 +9056,10 @@ var __vue_render__$k = function () {
|
|
|
9056
9056
|
}, [_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("-")])])])]);
|
|
9057
9057
|
};
|
|
9058
9058
|
|
|
9059
|
-
var __vue_staticRenderFns__$
|
|
9059
|
+
var __vue_staticRenderFns__$l = [];
|
|
9060
9060
|
/* style */
|
|
9061
9061
|
|
|
9062
|
-
const __vue_inject_styles__$
|
|
9062
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
9063
9063
|
if (!inject) return;
|
|
9064
9064
|
inject("data-v-25453d1c_0", {
|
|
9065
9065
|
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}",
|
|
@@ -9070,26 +9070,26 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
9070
9070
|
/* scoped */
|
|
9071
9071
|
|
|
9072
9072
|
|
|
9073
|
-
const __vue_scope_id__$
|
|
9073
|
+
const __vue_scope_id__$n = "data-v-25453d1c";
|
|
9074
9074
|
/* module identifier */
|
|
9075
9075
|
|
|
9076
|
-
const __vue_module_identifier__$
|
|
9076
|
+
const __vue_module_identifier__$n = undefined;
|
|
9077
9077
|
/* functional template */
|
|
9078
9078
|
|
|
9079
|
-
const __vue_is_functional_template__$
|
|
9079
|
+
const __vue_is_functional_template__$n = false;
|
|
9080
9080
|
/* style inject SSR */
|
|
9081
9081
|
|
|
9082
9082
|
/* style inject shadow dom */
|
|
9083
9083
|
|
|
9084
|
-
const __vue_component__$
|
|
9085
|
-
render: __vue_render__$
|
|
9086
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9087
|
-
}, __vue_inject_styles__$
|
|
9084
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
9085
|
+
render: __vue_render__$l,
|
|
9086
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
9087
|
+
}, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
9088
9088
|
|
|
9089
|
-
var NsBackupCardDetails = __vue_component__$
|
|
9089
|
+
var NsBackupCardDetails = __vue_component__$I;
|
|
9090
9090
|
|
|
9091
9091
|
//
|
|
9092
|
-
var script$
|
|
9092
|
+
var script$f = {
|
|
9093
9093
|
name: "NsBackupCard",
|
|
9094
9094
|
components: {
|
|
9095
9095
|
NsBackupCardDetails
|
|
@@ -9230,10 +9230,10 @@ var script$e = {
|
|
|
9230
9230
|
};
|
|
9231
9231
|
|
|
9232
9232
|
/* script */
|
|
9233
|
-
const __vue_script__$
|
|
9233
|
+
const __vue_script__$f = script$f;
|
|
9234
9234
|
/* template */
|
|
9235
9235
|
|
|
9236
|
-
var __vue_render__$
|
|
9236
|
+
var __vue_render__$k = function () {
|
|
9237
9237
|
var _vm = this;
|
|
9238
9238
|
|
|
9239
9239
|
var _h = _vm.$createElement;
|
|
@@ -9349,10 +9349,10 @@ var __vue_render__$j = function () {
|
|
|
9349
9349
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
9350
9350
|
};
|
|
9351
9351
|
|
|
9352
|
-
var __vue_staticRenderFns__$
|
|
9352
|
+
var __vue_staticRenderFns__$k = [];
|
|
9353
9353
|
/* style */
|
|
9354
9354
|
|
|
9355
|
-
const __vue_inject_styles__$
|
|
9355
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
9356
9356
|
if (!inject) return;
|
|
9357
9357
|
inject("data-v-5a3b7738_0", {
|
|
9358
9358
|
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}",
|
|
@@ -9367,26 +9367,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
9367
9367
|
/* scoped */
|
|
9368
9368
|
|
|
9369
9369
|
|
|
9370
|
-
const __vue_scope_id__$
|
|
9370
|
+
const __vue_scope_id__$m = "data-v-5a3b7738";
|
|
9371
9371
|
/* module identifier */
|
|
9372
9372
|
|
|
9373
|
-
const __vue_module_identifier__$
|
|
9373
|
+
const __vue_module_identifier__$m = undefined;
|
|
9374
9374
|
/* functional template */
|
|
9375
9375
|
|
|
9376
|
-
const __vue_is_functional_template__$
|
|
9376
|
+
const __vue_is_functional_template__$m = false;
|
|
9377
9377
|
/* style inject SSR */
|
|
9378
9378
|
|
|
9379
9379
|
/* style inject shadow dom */
|
|
9380
9380
|
|
|
9381
|
-
const __vue_component__$
|
|
9382
|
-
render: __vue_render__$
|
|
9383
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9384
|
-
}, __vue_inject_styles__$
|
|
9381
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
9382
|
+
render: __vue_render__$k,
|
|
9383
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
9384
|
+
}, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
9385
9385
|
|
|
9386
|
-
var __vue_component__$
|
|
9386
|
+
var __vue_component__$H = __vue_component__$G;
|
|
9387
9387
|
|
|
9388
9388
|
//
|
|
9389
|
-
var script$
|
|
9389
|
+
var script$e = {
|
|
9390
9390
|
name: "NsWizard",
|
|
9391
9391
|
extends: NsModal,
|
|
9392
9392
|
mixins: [IconService],
|
|
@@ -9430,10 +9430,10 @@ var script$d = {
|
|
|
9430
9430
|
};
|
|
9431
9431
|
|
|
9432
9432
|
/* script */
|
|
9433
|
-
const __vue_script__$
|
|
9433
|
+
const __vue_script__$e = script$e;
|
|
9434
9434
|
/* template */
|
|
9435
9435
|
|
|
9436
|
-
var __vue_render__$
|
|
9436
|
+
var __vue_render__$j = function () {
|
|
9437
9437
|
var _obj, _obj$1;
|
|
9438
9438
|
|
|
9439
9439
|
var _vm = this;
|
|
@@ -9575,34 +9575,34 @@ var __vue_render__$i = function () {
|
|
|
9575
9575
|
})], 1)]);
|
|
9576
9576
|
};
|
|
9577
9577
|
|
|
9578
|
-
var __vue_staticRenderFns__$
|
|
9578
|
+
var __vue_staticRenderFns__$j = [];
|
|
9579
9579
|
/* style */
|
|
9580
9580
|
|
|
9581
|
-
const __vue_inject_styles__$
|
|
9581
|
+
const __vue_inject_styles__$l = undefined;
|
|
9582
9582
|
/* scoped */
|
|
9583
9583
|
|
|
9584
|
-
const __vue_scope_id__$
|
|
9584
|
+
const __vue_scope_id__$l = undefined;
|
|
9585
9585
|
/* module identifier */
|
|
9586
9586
|
|
|
9587
|
-
const __vue_module_identifier__$
|
|
9587
|
+
const __vue_module_identifier__$l = undefined;
|
|
9588
9588
|
/* functional template */
|
|
9589
9589
|
|
|
9590
|
-
const __vue_is_functional_template__$
|
|
9590
|
+
const __vue_is_functional_template__$l = false;
|
|
9591
9591
|
/* style inject */
|
|
9592
9592
|
|
|
9593
9593
|
/* style inject SSR */
|
|
9594
9594
|
|
|
9595
9595
|
/* style inject shadow dom */
|
|
9596
9596
|
|
|
9597
|
-
const __vue_component__$
|
|
9598
|
-
render: __vue_render__$
|
|
9599
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9600
|
-
}, __vue_inject_styles__$
|
|
9597
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
9598
|
+
render: __vue_render__$j,
|
|
9599
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
9600
|
+
}, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
9601
9601
|
|
|
9602
|
-
var __vue_component__$
|
|
9602
|
+
var __vue_component__$F = __vue_component__$E;
|
|
9603
9603
|
|
|
9604
9604
|
//
|
|
9605
|
-
var script$
|
|
9605
|
+
var script$d = {
|
|
9606
9606
|
name: "NsMenuItem",
|
|
9607
9607
|
components: {
|
|
9608
9608
|
NsSvg
|
|
@@ -9625,10 +9625,10 @@ var script$c = {
|
|
|
9625
9625
|
};
|
|
9626
9626
|
|
|
9627
9627
|
/* script */
|
|
9628
|
-
const __vue_script__$
|
|
9628
|
+
const __vue_script__$d = script$d;
|
|
9629
9629
|
/* template */
|
|
9630
9630
|
|
|
9631
|
-
var __vue_render__$
|
|
9631
|
+
var __vue_render__$i = function () {
|
|
9632
9632
|
var _vm = this;
|
|
9633
9633
|
|
|
9634
9634
|
var _h = _vm.$createElement;
|
|
@@ -9648,10 +9648,10 @@ var __vue_render__$h = function () {
|
|
|
9648
9648
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
9649
9649
|
};
|
|
9650
9650
|
|
|
9651
|
-
var __vue_staticRenderFns__$
|
|
9651
|
+
var __vue_staticRenderFns__$i = [];
|
|
9652
9652
|
/* style */
|
|
9653
9653
|
|
|
9654
|
-
const __vue_inject_styles__$
|
|
9654
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
9655
9655
|
if (!inject) return;
|
|
9656
9656
|
inject("data-v-35f08832_0", {
|
|
9657
9657
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9662,26 +9662,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
9662
9662
|
/* scoped */
|
|
9663
9663
|
|
|
9664
9664
|
|
|
9665
|
-
const __vue_scope_id__$
|
|
9665
|
+
const __vue_scope_id__$k = "data-v-35f08832";
|
|
9666
9666
|
/* module identifier */
|
|
9667
9667
|
|
|
9668
|
-
const __vue_module_identifier__$
|
|
9668
|
+
const __vue_module_identifier__$k = undefined;
|
|
9669
9669
|
/* functional template */
|
|
9670
9670
|
|
|
9671
|
-
const __vue_is_functional_template__$
|
|
9671
|
+
const __vue_is_functional_template__$k = false;
|
|
9672
9672
|
/* style inject SSR */
|
|
9673
9673
|
|
|
9674
9674
|
/* style inject shadow dom */
|
|
9675
9675
|
|
|
9676
|
-
const __vue_component__$
|
|
9677
|
-
render: __vue_render__$
|
|
9678
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9679
|
-
}, __vue_inject_styles__$
|
|
9676
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
9677
|
+
render: __vue_render__$i,
|
|
9678
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9679
|
+
}, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
9680
9680
|
|
|
9681
|
-
var __vue_component__$
|
|
9681
|
+
var __vue_component__$D = __vue_component__$C;
|
|
9682
9682
|
|
|
9683
9683
|
//
|
|
9684
|
-
var script$
|
|
9684
|
+
var script$c = {
|
|
9685
9685
|
name: "NsMenuDivider",
|
|
9686
9686
|
components: {
|
|
9687
9687
|
CvSideNavDivider
|
|
@@ -9689,10 +9689,10 @@ var script$b = {
|
|
|
9689
9689
|
};
|
|
9690
9690
|
|
|
9691
9691
|
/* script */
|
|
9692
|
-
const __vue_script__$
|
|
9692
|
+
const __vue_script__$c = script$c;
|
|
9693
9693
|
/* template */
|
|
9694
9694
|
|
|
9695
|
-
var __vue_render__$
|
|
9695
|
+
var __vue_render__$h = function () {
|
|
9696
9696
|
var _vm = this;
|
|
9697
9697
|
|
|
9698
9698
|
var _h = _vm.$createElement;
|
|
@@ -9702,34 +9702,34 @@ var __vue_render__$g = function () {
|
|
|
9702
9702
|
return _c('cv-side-nav-divider');
|
|
9703
9703
|
};
|
|
9704
9704
|
|
|
9705
|
-
var __vue_staticRenderFns__$
|
|
9705
|
+
var __vue_staticRenderFns__$h = [];
|
|
9706
9706
|
/* style */
|
|
9707
9707
|
|
|
9708
|
-
const __vue_inject_styles__$
|
|
9708
|
+
const __vue_inject_styles__$j = undefined;
|
|
9709
9709
|
/* scoped */
|
|
9710
9710
|
|
|
9711
|
-
const __vue_scope_id__$
|
|
9711
|
+
const __vue_scope_id__$j = "data-v-c2c8c17e";
|
|
9712
9712
|
/* module identifier */
|
|
9713
9713
|
|
|
9714
|
-
const __vue_module_identifier__$
|
|
9714
|
+
const __vue_module_identifier__$j = undefined;
|
|
9715
9715
|
/* functional template */
|
|
9716
9716
|
|
|
9717
|
-
const __vue_is_functional_template__$
|
|
9717
|
+
const __vue_is_functional_template__$j = false;
|
|
9718
9718
|
/* style inject */
|
|
9719
9719
|
|
|
9720
9720
|
/* style inject SSR */
|
|
9721
9721
|
|
|
9722
9722
|
/* style inject shadow dom */
|
|
9723
9723
|
|
|
9724
|
-
const __vue_component__$
|
|
9725
|
-
render: __vue_render__$
|
|
9726
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9727
|
-
}, __vue_inject_styles__$
|
|
9724
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
9725
|
+
render: __vue_render__$h,
|
|
9726
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9727
|
+
}, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
9728
9728
|
|
|
9729
|
-
var __vue_component__$
|
|
9729
|
+
var __vue_component__$B = __vue_component__$A;
|
|
9730
9730
|
|
|
9731
9731
|
//
|
|
9732
|
-
var script$
|
|
9732
|
+
var script$b = {
|
|
9733
9733
|
name: "NsSystemLogsCard",
|
|
9734
9734
|
mixins: [UtilService, IconService],
|
|
9735
9735
|
props: {
|
|
@@ -9848,10 +9848,10 @@ var script$a = {
|
|
|
9848
9848
|
};
|
|
9849
9849
|
|
|
9850
9850
|
/* script */
|
|
9851
|
-
const __vue_script__$
|
|
9851
|
+
const __vue_script__$b = script$b;
|
|
9852
9852
|
/* template */
|
|
9853
9853
|
|
|
9854
|
-
var __vue_render__$
|
|
9854
|
+
var __vue_render__$g = function () {
|
|
9855
9855
|
var _vm = this;
|
|
9856
9856
|
|
|
9857
9857
|
var _h = _vm.$createElement;
|
|
@@ -9878,34 +9878,34 @@ var __vue_render__$f = function () {
|
|
|
9878
9878
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
9879
9879
|
};
|
|
9880
9880
|
|
|
9881
|
-
var __vue_staticRenderFns__$
|
|
9881
|
+
var __vue_staticRenderFns__$g = [];
|
|
9882
9882
|
/* style */
|
|
9883
9883
|
|
|
9884
|
-
const __vue_inject_styles__$
|
|
9884
|
+
const __vue_inject_styles__$i = undefined;
|
|
9885
9885
|
/* scoped */
|
|
9886
9886
|
|
|
9887
|
-
const __vue_scope_id__$
|
|
9887
|
+
const __vue_scope_id__$i = "data-v-aec74b8e";
|
|
9888
9888
|
/* module identifier */
|
|
9889
9889
|
|
|
9890
|
-
const __vue_module_identifier__$
|
|
9890
|
+
const __vue_module_identifier__$i = undefined;
|
|
9891
9891
|
/* functional template */
|
|
9892
9892
|
|
|
9893
|
-
const __vue_is_functional_template__$
|
|
9893
|
+
const __vue_is_functional_template__$i = false;
|
|
9894
9894
|
/* style inject */
|
|
9895
9895
|
|
|
9896
9896
|
/* style inject SSR */
|
|
9897
9897
|
|
|
9898
9898
|
/* style inject shadow dom */
|
|
9899
9899
|
|
|
9900
|
-
const __vue_component__$
|
|
9901
|
-
render: __vue_render__$
|
|
9902
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9903
|
-
}, __vue_inject_styles__$
|
|
9900
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
9901
|
+
render: __vue_render__$g,
|
|
9902
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
9903
|
+
}, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
9904
9904
|
|
|
9905
|
-
var __vue_component__$
|
|
9905
|
+
var __vue_component__$z = __vue_component__$y;
|
|
9906
9906
|
|
|
9907
9907
|
//
|
|
9908
|
-
var script$
|
|
9908
|
+
var script$a = {
|
|
9909
9909
|
name: "NsTimePicker",
|
|
9910
9910
|
mixins: [uidMixin, carbonPrefixMixin, themeMixin],
|
|
9911
9911
|
props: {
|
|
@@ -9948,10 +9948,10 @@ var script$9 = {
|
|
|
9948
9948
|
};
|
|
9949
9949
|
|
|
9950
9950
|
/* script */
|
|
9951
|
-
const __vue_script__$
|
|
9951
|
+
const __vue_script__$a = script$a;
|
|
9952
9952
|
/* template */
|
|
9953
9953
|
|
|
9954
|
-
var __vue_render__$
|
|
9954
|
+
var __vue_render__$f = function () {
|
|
9955
9955
|
var _obj, _obj$1;
|
|
9956
9956
|
|
|
9957
9957
|
var _vm = this;
|
|
@@ -9995,10 +9995,10 @@ var __vue_render__$e = function () {
|
|
|
9995
9995
|
})], 2) : _vm._e()]);
|
|
9996
9996
|
};
|
|
9997
9997
|
|
|
9998
|
-
var __vue_staticRenderFns__$
|
|
9998
|
+
var __vue_staticRenderFns__$f = [];
|
|
9999
9999
|
/* style */
|
|
10000
10000
|
|
|
10001
|
-
const __vue_inject_styles__$
|
|
10001
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
10002
10002
|
if (!inject) return;
|
|
10003
10003
|
inject("data-v-e1e1beb2_0", {
|
|
10004
10004
|
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}",
|
|
@@ -10013,23 +10013,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
10013
10013
|
/* scoped */
|
|
10014
10014
|
|
|
10015
10015
|
|
|
10016
|
-
const __vue_scope_id__$
|
|
10016
|
+
const __vue_scope_id__$h = "data-v-e1e1beb2";
|
|
10017
10017
|
/* module identifier */
|
|
10018
10018
|
|
|
10019
|
-
const __vue_module_identifier__$
|
|
10019
|
+
const __vue_module_identifier__$h = undefined;
|
|
10020
10020
|
/* functional template */
|
|
10021
10021
|
|
|
10022
|
-
const __vue_is_functional_template__$
|
|
10022
|
+
const __vue_is_functional_template__$h = false;
|
|
10023
10023
|
/* style inject SSR */
|
|
10024
10024
|
|
|
10025
10025
|
/* style inject shadow dom */
|
|
10026
10026
|
|
|
10027
|
-
const __vue_component__$
|
|
10028
|
-
render: __vue_render__$
|
|
10029
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10030
|
-
}, __vue_inject_styles__$
|
|
10027
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
10028
|
+
render: __vue_render__$f,
|
|
10029
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
10030
|
+
}, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
10031
10031
|
|
|
10032
|
-
var __vue_component__$
|
|
10032
|
+
var __vue_component__$x = __vue_component__$w;
|
|
10033
10033
|
|
|
10034
10034
|
/*
|
|
10035
10035
|
* This component optionally wraps slotted content with the specified tag-type.
|
|
@@ -10068,7 +10068,7 @@ var NsWrapper = {
|
|
|
10068
10068
|
|
|
10069
10069
|
};
|
|
10070
10070
|
|
|
10071
|
-
var script$
|
|
10071
|
+
var script$9 = {
|
|
10072
10072
|
name: "NsPagination",
|
|
10073
10073
|
extends: CvPagination,
|
|
10074
10074
|
props: {
|
|
@@ -10146,12 +10146,12 @@ var script$8 = {
|
|
|
10146
10146
|
};
|
|
10147
10147
|
|
|
10148
10148
|
/* script */
|
|
10149
|
-
const __vue_script__$
|
|
10149
|
+
const __vue_script__$9 = script$9;
|
|
10150
10150
|
/* template */
|
|
10151
10151
|
|
|
10152
10152
|
/* style */
|
|
10153
10153
|
|
|
10154
|
-
const __vue_inject_styles__$
|
|
10154
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
10155
10155
|
if (!inject) return;
|
|
10156
10156
|
inject("data-v-01f52cb6_0", {
|
|
10157
10157
|
source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
|
|
@@ -10162,20 +10162,20 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
10162
10162
|
/* scoped */
|
|
10163
10163
|
|
|
10164
10164
|
|
|
10165
|
-
const __vue_scope_id__$
|
|
10165
|
+
const __vue_scope_id__$g = undefined;
|
|
10166
10166
|
/* module identifier */
|
|
10167
10167
|
|
|
10168
|
-
const __vue_module_identifier__$
|
|
10168
|
+
const __vue_module_identifier__$g = undefined;
|
|
10169
10169
|
/* functional template */
|
|
10170
10170
|
|
|
10171
|
-
const __vue_is_functional_template__$
|
|
10171
|
+
const __vue_is_functional_template__$g = undefined;
|
|
10172
10172
|
/* style inject SSR */
|
|
10173
10173
|
|
|
10174
10174
|
/* style inject shadow dom */
|
|
10175
10175
|
|
|
10176
|
-
const __vue_component__$
|
|
10176
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
10177
10177
|
|
|
10178
|
-
var NsPagination = __vue_component__$
|
|
10178
|
+
var NsPagination = __vue_component__$v;
|
|
10179
10179
|
|
|
10180
10180
|
var v$3 = "5.6.1";
|
|
10181
10181
|
var fr$3 = 24;
|
|
@@ -17214,7 +17214,7 @@ var LottieService = {
|
|
|
17214
17214
|
};
|
|
17215
17215
|
|
|
17216
17216
|
//
|
|
17217
|
-
var script$
|
|
17217
|
+
var script$8 = {
|
|
17218
17218
|
name: "NsDataTable",
|
|
17219
17219
|
extends: CvDataTable,
|
|
17220
17220
|
components: {
|
|
@@ -17536,10 +17536,10 @@ var script$7 = {
|
|
|
17536
17536
|
};
|
|
17537
17537
|
|
|
17538
17538
|
/* script */
|
|
17539
|
-
const __vue_script__$
|
|
17539
|
+
const __vue_script__$8 = script$8;
|
|
17540
17540
|
/* template */
|
|
17541
17541
|
|
|
17542
|
-
var __vue_render__$
|
|
17542
|
+
var __vue_render__$e = function () {
|
|
17543
17543
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
17544
17544
|
|
|
17545
17545
|
var _vm = this;
|
|
@@ -17867,34 +17867,34 @@ var __vue_render__$d = function () {
|
|
|
17867
17867
|
}, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
|
|
17868
17868
|
};
|
|
17869
17869
|
|
|
17870
|
-
var __vue_staticRenderFns__$
|
|
17870
|
+
var __vue_staticRenderFns__$e = [];
|
|
17871
17871
|
/* style */
|
|
17872
17872
|
|
|
17873
|
-
const __vue_inject_styles__$
|
|
17873
|
+
const __vue_inject_styles__$f = undefined;
|
|
17874
17874
|
/* scoped */
|
|
17875
17875
|
|
|
17876
|
-
const __vue_scope_id__$
|
|
17876
|
+
const __vue_scope_id__$f = undefined;
|
|
17877
17877
|
/* module identifier */
|
|
17878
17878
|
|
|
17879
|
-
const __vue_module_identifier__$
|
|
17879
|
+
const __vue_module_identifier__$f = undefined;
|
|
17880
17880
|
/* functional template */
|
|
17881
17881
|
|
|
17882
|
-
const __vue_is_functional_template__$
|
|
17882
|
+
const __vue_is_functional_template__$f = false;
|
|
17883
17883
|
/* style inject */
|
|
17884
17884
|
|
|
17885
17885
|
/* style inject SSR */
|
|
17886
17886
|
|
|
17887
17887
|
/* style inject shadow dom */
|
|
17888
17888
|
|
|
17889
|
-
const __vue_component__$
|
|
17890
|
-
render: __vue_render__$
|
|
17891
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
17892
|
-
}, __vue_inject_styles__$
|
|
17889
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
17890
|
+
render: __vue_render__$e,
|
|
17891
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
17892
|
+
}, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
17893
17893
|
|
|
17894
|
-
var __vue_component__$
|
|
17894
|
+
var __vue_component__$u = __vue_component__$t;
|
|
17895
17895
|
|
|
17896
17896
|
//
|
|
17897
|
-
var script$
|
|
17897
|
+
var script$7 = {
|
|
17898
17898
|
name: "NsToggle",
|
|
17899
17899
|
extends: CvToggle,
|
|
17900
17900
|
props: {
|
|
@@ -17925,10 +17925,10 @@ var script$6 = {
|
|
|
17925
17925
|
};
|
|
17926
17926
|
|
|
17927
17927
|
/* script */
|
|
17928
|
-
const __vue_script__$
|
|
17928
|
+
const __vue_script__$7 = script$7;
|
|
17929
17929
|
/* template */
|
|
17930
17930
|
|
|
17931
|
-
var __vue_render__$
|
|
17931
|
+
var __vue_render__$d = function () {
|
|
17932
17932
|
var _obj;
|
|
17933
17933
|
|
|
17934
17934
|
var _vm = this;
|
|
@@ -17997,10 +17997,10 @@ var __vue_render__$c = function () {
|
|
|
17997
17997
|
})], 2)])])]);
|
|
17998
17998
|
};
|
|
17999
17999
|
|
|
18000
|
-
var __vue_staticRenderFns__$
|
|
18000
|
+
var __vue_staticRenderFns__$d = [];
|
|
18001
18001
|
/* style */
|
|
18002
18002
|
|
|
18003
|
-
const __vue_inject_styles__$
|
|
18003
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
18004
18004
|
if (!inject) return;
|
|
18005
18005
|
inject("data-v-08c576ca_0", {
|
|
18006
18006
|
source: ".tooltip[data-v-08c576ca]{display:inline-block;position:absolute}",
|
|
@@ -18015,26 +18015,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
18015
18015
|
/* scoped */
|
|
18016
18016
|
|
|
18017
18017
|
|
|
18018
|
-
const __vue_scope_id__$
|
|
18018
|
+
const __vue_scope_id__$e = "data-v-08c576ca";
|
|
18019
18019
|
/* module identifier */
|
|
18020
18020
|
|
|
18021
|
-
const __vue_module_identifier__$
|
|
18021
|
+
const __vue_module_identifier__$e = undefined;
|
|
18022
18022
|
/* functional template */
|
|
18023
18023
|
|
|
18024
|
-
const __vue_is_functional_template__$
|
|
18024
|
+
const __vue_is_functional_template__$e = false;
|
|
18025
18025
|
/* style inject SSR */
|
|
18026
18026
|
|
|
18027
18027
|
/* style inject shadow dom */
|
|
18028
18028
|
|
|
18029
|
-
const __vue_component__$
|
|
18030
|
-
render: __vue_render__$
|
|
18031
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18032
|
-
}, __vue_inject_styles__$
|
|
18029
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
18030
|
+
render: __vue_render__$d,
|
|
18031
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
18032
|
+
}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
18033
18033
|
|
|
18034
|
-
var __vue_component__$
|
|
18034
|
+
var __vue_component__$s = __vue_component__$r;
|
|
18035
18035
|
|
|
18036
18036
|
//
|
|
18037
|
-
var script$
|
|
18037
|
+
var script$6 = {
|
|
18038
18038
|
name: "NsTag",
|
|
18039
18039
|
extends: CvTag,
|
|
18040
18040
|
computed: {
|
|
@@ -18046,10 +18046,10 @@ var script$5 = {
|
|
|
18046
18046
|
};
|
|
18047
18047
|
|
|
18048
18048
|
/* script */
|
|
18049
|
-
const __vue_script__$
|
|
18049
|
+
const __vue_script__$6 = script$6;
|
|
18050
18050
|
/* template */
|
|
18051
18051
|
|
|
18052
|
-
var __vue_render__$
|
|
18052
|
+
var __vue_render__$c = function () {
|
|
18053
18053
|
var _obj;
|
|
18054
18054
|
|
|
18055
18055
|
var _vm = this;
|
|
@@ -18115,10 +18115,10 @@ var __vue_render__$b = function () {
|
|
|
18115
18115
|
}, [_c('Close16')], 1) : _vm._e()]);
|
|
18116
18116
|
};
|
|
18117
18117
|
|
|
18118
|
-
var __vue_staticRenderFns__$
|
|
18118
|
+
var __vue_staticRenderFns__$c = [];
|
|
18119
18119
|
/* style */
|
|
18120
18120
|
|
|
18121
|
-
const __vue_inject_styles__$
|
|
18121
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
18122
18122
|
if (!inject) return;
|
|
18123
18123
|
inject("data-v-34eae706_0", {
|
|
18124
18124
|
source: ".bx--tag--filter[data-v-34eae706]{cursor:default}",
|
|
@@ -18129,23 +18129,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
18129
18129
|
/* scoped */
|
|
18130
18130
|
|
|
18131
18131
|
|
|
18132
|
-
const __vue_scope_id__$
|
|
18132
|
+
const __vue_scope_id__$d = "data-v-34eae706";
|
|
18133
18133
|
/* module identifier */
|
|
18134
18134
|
|
|
18135
|
-
const __vue_module_identifier__$
|
|
18135
|
+
const __vue_module_identifier__$d = undefined;
|
|
18136
18136
|
/* functional template */
|
|
18137
18137
|
|
|
18138
|
-
const __vue_is_functional_template__$
|
|
18138
|
+
const __vue_is_functional_template__$d = false;
|
|
18139
18139
|
/* style inject SSR */
|
|
18140
18140
|
|
|
18141
18141
|
/* style inject shadow dom */
|
|
18142
18142
|
|
|
18143
|
-
const __vue_component__$
|
|
18144
|
-
render: __vue_render__$
|
|
18145
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18146
|
-
}, __vue_inject_styles__$
|
|
18143
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
18144
|
+
render: __vue_render__$c,
|
|
18145
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
18146
|
+
}, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
18147
18147
|
|
|
18148
|
-
var NsTag = __vue_component__$
|
|
18148
|
+
var NsTag = __vue_component__$q;
|
|
18149
18149
|
|
|
18150
18150
|
/**
|
|
18151
18151
|
* Removes all key-value entries from the list cache.
|
|
@@ -20642,7 +20642,7 @@ const TOP_AFTER_REOPEN = 0;
|
|
|
20642
20642
|
const TOP = 1;
|
|
20643
20643
|
const FIXED = 2;
|
|
20644
20644
|
const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
|
|
20645
|
-
var script$
|
|
20645
|
+
var script$5 = {
|
|
20646
20646
|
name: "NsMultiSelect",
|
|
20647
20647
|
inheritAttrs: false,
|
|
20648
20648
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -21137,10 +21137,10 @@ var script$4 = {
|
|
|
21137
21137
|
};
|
|
21138
21138
|
|
|
21139
21139
|
/* script */
|
|
21140
|
-
const __vue_script__$
|
|
21140
|
+
const __vue_script__$5 = script$5;
|
|
21141
21141
|
/* template */
|
|
21142
21142
|
|
|
21143
|
-
var __vue_render__$
|
|
21143
|
+
var __vue_render__$b = function () {
|
|
21144
21144
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
|
|
21145
21145
|
|
|
21146
21146
|
var _vm = this;
|
|
@@ -21410,10 +21410,10 @@ var __vue_render__$a = function () {
|
|
|
21410
21410
|
}), 1) : _vm._e()]);
|
|
21411
21411
|
};
|
|
21412
21412
|
|
|
21413
|
-
var __vue_staticRenderFns__$
|
|
21413
|
+
var __vue_staticRenderFns__$b = [];
|
|
21414
21414
|
/* style */
|
|
21415
21415
|
|
|
21416
|
-
const __vue_inject_styles__$
|
|
21416
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
21417
21417
|
if (!inject) return;
|
|
21418
21418
|
inject("data-v-6bbe779f_0", {
|
|
21419
21419
|
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-6bbe779f]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-6bbe779f]{margin-bottom:14rem}.label-with-tooltip[data-v-6bbe779f]{display:flex;align-items:baseline}",
|
|
@@ -21428,26 +21428,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
21428
21428
|
/* scoped */
|
|
21429
21429
|
|
|
21430
21430
|
|
|
21431
|
-
const __vue_scope_id__$
|
|
21431
|
+
const __vue_scope_id__$c = "data-v-6bbe779f";
|
|
21432
21432
|
/* module identifier */
|
|
21433
21433
|
|
|
21434
|
-
const __vue_module_identifier__$
|
|
21434
|
+
const __vue_module_identifier__$c = undefined;
|
|
21435
21435
|
/* functional template */
|
|
21436
21436
|
|
|
21437
|
-
const __vue_is_functional_template__$
|
|
21437
|
+
const __vue_is_functional_template__$c = false;
|
|
21438
21438
|
/* style inject SSR */
|
|
21439
21439
|
|
|
21440
21440
|
/* style inject shadow dom */
|
|
21441
21441
|
|
|
21442
|
-
const __vue_component__$
|
|
21443
|
-
render: __vue_render__$
|
|
21444
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
21445
|
-
}, __vue_inject_styles__$
|
|
21442
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
21443
|
+
render: __vue_render__$b,
|
|
21444
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
21445
|
+
}, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
21446
21446
|
|
|
21447
|
-
var __vue_component__$
|
|
21447
|
+
var __vue_component__$p = __vue_component__$o;
|
|
21448
21448
|
|
|
21449
21449
|
//
|
|
21450
|
-
var script$
|
|
21450
|
+
var script$4 = {
|
|
21451
21451
|
name: "NsComboBox",
|
|
21452
21452
|
inheritAttrs: false,
|
|
21453
21453
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -21865,10 +21865,10 @@ var script$3 = {
|
|
|
21865
21865
|
};
|
|
21866
21866
|
|
|
21867
21867
|
/* script */
|
|
21868
|
-
const __vue_script__$
|
|
21868
|
+
const __vue_script__$4 = script$4;
|
|
21869
21869
|
/* template */
|
|
21870
21870
|
|
|
21871
|
-
var __vue_render__$
|
|
21871
|
+
var __vue_render__$a = function () {
|
|
21872
21872
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
21873
21873
|
|
|
21874
21874
|
var _vm = this;
|
|
@@ -22086,10 +22086,10 @@ var __vue_render__$9 = function () {
|
|
|
22086
22086
|
})], 2) : _vm._e()]);
|
|
22087
22087
|
};
|
|
22088
22088
|
|
|
22089
|
-
var __vue_staticRenderFns__$
|
|
22089
|
+
var __vue_staticRenderFns__$a = [];
|
|
22090
22090
|
/* style */
|
|
22091
22091
|
|
|
22092
|
-
const __vue_inject_styles__$
|
|
22092
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
22093
22093
|
if (!inject) return;
|
|
22094
22094
|
inject("data-v-05ab085e_0", {
|
|
22095
22095
|
source: ".margin-bottom-on-open[data-v-05ab085e]{margin-bottom:14rem}.label-with-tooltip[data-v-05ab085e]{display:flex;align-items:baseline}",
|
|
@@ -22104,26 +22104,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
22104
22104
|
/* scoped */
|
|
22105
22105
|
|
|
22106
22106
|
|
|
22107
|
-
const __vue_scope_id__$
|
|
22107
|
+
const __vue_scope_id__$b = "data-v-05ab085e";
|
|
22108
22108
|
/* module identifier */
|
|
22109
22109
|
|
|
22110
|
-
const __vue_module_identifier__$
|
|
22110
|
+
const __vue_module_identifier__$b = undefined;
|
|
22111
22111
|
/* functional template */
|
|
22112
22112
|
|
|
22113
|
-
const __vue_is_functional_template__$
|
|
22113
|
+
const __vue_is_functional_template__$b = false;
|
|
22114
22114
|
/* style inject SSR */
|
|
22115
22115
|
|
|
22116
22116
|
/* style inject shadow dom */
|
|
22117
22117
|
|
|
22118
|
-
const __vue_component__$
|
|
22119
|
-
render: __vue_render__$
|
|
22120
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22121
|
-
}, __vue_inject_styles__$
|
|
22118
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
22119
|
+
render: __vue_render__$a,
|
|
22120
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
22121
|
+
}, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
22122
22122
|
|
|
22123
|
-
var __vue_component__$
|
|
22123
|
+
var __vue_component__$n = __vue_component__$m;
|
|
22124
22124
|
|
|
22125
22125
|
//
|
|
22126
|
-
var script$
|
|
22126
|
+
var script$3 = {
|
|
22127
22127
|
name: "NsCheckbox",
|
|
22128
22128
|
extends: CvCheckbox,
|
|
22129
22129
|
inheritAttrs: false,
|
|
@@ -22155,10 +22155,10 @@ var script$2 = {
|
|
|
22155
22155
|
};
|
|
22156
22156
|
|
|
22157
22157
|
/* script */
|
|
22158
|
-
const __vue_script__$
|
|
22158
|
+
const __vue_script__$3 = script$3;
|
|
22159
22159
|
/* template */
|
|
22160
22160
|
|
|
22161
|
-
var __vue_render__$
|
|
22161
|
+
var __vue_render__$9 = function () {
|
|
22162
22162
|
var _obj, _obj$1, _obj$2;
|
|
22163
22163
|
|
|
22164
22164
|
var _vm = this;
|
|
@@ -22212,10 +22212,10 @@ var __vue_render__$8 = function () {
|
|
|
22212
22212
|
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])])]);
|
|
22213
22213
|
};
|
|
22214
22214
|
|
|
22215
|
-
var __vue_staticRenderFns__$
|
|
22215
|
+
var __vue_staticRenderFns__$9 = [];
|
|
22216
22216
|
/* style */
|
|
22217
22217
|
|
|
22218
|
-
const __vue_inject_styles__$
|
|
22218
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
22219
22219
|
if (!inject) return;
|
|
22220
22220
|
inject("data-v-b70bd436_0", {
|
|
22221
22221
|
source: ".label-with-tooltip[data-v-b70bd436]{display:flex}",
|
|
@@ -22230,26 +22230,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
22230
22230
|
/* scoped */
|
|
22231
22231
|
|
|
22232
22232
|
|
|
22233
|
-
const __vue_scope_id__$
|
|
22233
|
+
const __vue_scope_id__$a = "data-v-b70bd436";
|
|
22234
22234
|
/* module identifier */
|
|
22235
22235
|
|
|
22236
|
-
const __vue_module_identifier__$
|
|
22236
|
+
const __vue_module_identifier__$a = undefined;
|
|
22237
22237
|
/* functional template */
|
|
22238
22238
|
|
|
22239
|
-
const __vue_is_functional_template__$
|
|
22239
|
+
const __vue_is_functional_template__$a = false;
|
|
22240
22240
|
/* style inject SSR */
|
|
22241
22241
|
|
|
22242
22242
|
/* style inject shadow dom */
|
|
22243
22243
|
|
|
22244
|
-
const __vue_component__$
|
|
22245
|
-
render: __vue_render__$
|
|
22246
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22247
|
-
}, __vue_inject_styles__$
|
|
22244
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
22245
|
+
render: __vue_render__$9,
|
|
22246
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
22247
|
+
}, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
22248
22248
|
|
|
22249
|
-
var __vue_component__$
|
|
22249
|
+
var __vue_component__$l = __vue_component__$k;
|
|
22250
22250
|
|
|
22251
22251
|
//
|
|
22252
|
-
var script$
|
|
22252
|
+
var script$2 = {
|
|
22253
22253
|
name: "NsByteSlider",
|
|
22254
22254
|
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
22255
22255
|
thumb: ["blur", "focus"]
|
|
@@ -22587,10 +22587,10 @@ var script$1 = {
|
|
|
22587
22587
|
};
|
|
22588
22588
|
|
|
22589
22589
|
/* script */
|
|
22590
|
-
const __vue_script__$
|
|
22590
|
+
const __vue_script__$2 = script$2;
|
|
22591
22591
|
/* template */
|
|
22592
22592
|
|
|
22593
|
-
var __vue_render__$
|
|
22593
|
+
var __vue_render__$8 = function () {
|
|
22594
22594
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
22595
22595
|
|
|
22596
22596
|
var _vm = this;
|
|
@@ -22783,10 +22783,10 @@ var __vue_render__$7 = function () {
|
|
|
22783
22783
|
})], 2) : _vm._e()]);
|
|
22784
22784
|
};
|
|
22785
22785
|
|
|
22786
|
-
var __vue_staticRenderFns__$
|
|
22786
|
+
var __vue_staticRenderFns__$8 = [];
|
|
22787
22787
|
/* style */
|
|
22788
22788
|
|
|
22789
|
-
const __vue_inject_styles__$
|
|
22789
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
22790
22790
|
if (!inject) return;
|
|
22791
22791
|
inject("data-v-af193c20_0", {
|
|
22792
22792
|
source: ".is-unlimited[data-v-af193c20]{margin-top:.5rem!important;margin-bottom:.5rem!important}.range-input[data-v-af193c20]{margin-top:.5rem!important}.mib-gib[data-v-af193c20]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-af193c20]{margin-top:1rem}",
|
|
@@ -22801,25 +22801,25 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
22801
22801
|
/* scoped */
|
|
22802
22802
|
|
|
22803
22803
|
|
|
22804
|
-
const __vue_scope_id__$
|
|
22804
|
+
const __vue_scope_id__$9 = "data-v-af193c20";
|
|
22805
22805
|
/* module identifier */
|
|
22806
22806
|
|
|
22807
|
-
const __vue_module_identifier__$
|
|
22807
|
+
const __vue_module_identifier__$9 = undefined;
|
|
22808
22808
|
/* functional template */
|
|
22809
22809
|
|
|
22810
|
-
const __vue_is_functional_template__$
|
|
22810
|
+
const __vue_is_functional_template__$9 = false;
|
|
22811
22811
|
/* style inject SSR */
|
|
22812
22812
|
|
|
22813
22813
|
/* style inject shadow dom */
|
|
22814
22814
|
|
|
22815
|
-
const __vue_component__$
|
|
22816
|
-
render: __vue_render__$
|
|
22817
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22818
|
-
}, __vue_inject_styles__$
|
|
22815
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
22816
|
+
render: __vue_render__$8,
|
|
22817
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
22818
|
+
}, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
22819
22819
|
|
|
22820
|
-
var __vue_component__$
|
|
22820
|
+
var __vue_component__$j = __vue_component__$i;
|
|
22821
22821
|
|
|
22822
|
-
var script = {
|
|
22822
|
+
var script$1 = {
|
|
22823
22823
|
name: "NsTabs",
|
|
22824
22824
|
extends: CvTabs,
|
|
22825
22825
|
methods: {
|
|
@@ -22873,28 +22873,491 @@ var script = {
|
|
|
22873
22873
|
};
|
|
22874
22874
|
|
|
22875
22875
|
/* script */
|
|
22876
|
-
const __vue_script__ = script;
|
|
22876
|
+
const __vue_script__$1 = script$1;
|
|
22877
22877
|
/* template */
|
|
22878
22878
|
|
|
22879
22879
|
/* style */
|
|
22880
22880
|
|
|
22881
|
-
const __vue_inject_styles__$
|
|
22881
|
+
const __vue_inject_styles__$8 = undefined;
|
|
22882
22882
|
/* scoped */
|
|
22883
22883
|
|
|
22884
|
-
const __vue_scope_id__$
|
|
22884
|
+
const __vue_scope_id__$8 = undefined;
|
|
22885
22885
|
/* module identifier */
|
|
22886
22886
|
|
|
22887
|
-
const __vue_module_identifier__$
|
|
22887
|
+
const __vue_module_identifier__$8 = undefined;
|
|
22888
22888
|
/* functional template */
|
|
22889
22889
|
|
|
22890
|
-
const __vue_is_functional_template__$
|
|
22890
|
+
const __vue_is_functional_template__$8 = undefined;
|
|
22891
22891
|
/* style inject */
|
|
22892
22892
|
|
|
22893
22893
|
/* style inject SSR */
|
|
22894
22894
|
|
|
22895
22895
|
/* style inject shadow dom */
|
|
22896
22896
|
|
|
22897
|
-
const __vue_component__$
|
|
22897
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
22898
|
+
|
|
22899
|
+
var __vue_component__$h = __vue_component__$g;
|
|
22900
|
+
|
|
22901
|
+
//
|
|
22902
|
+
var script = {
|
|
22903
|
+
name: "NsSlider",
|
|
22904
|
+
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
22905
|
+
thumb: ["blur", "focus"]
|
|
22906
|
+
})],
|
|
22907
|
+
props: {
|
|
22908
|
+
disabled: Boolean,
|
|
22909
|
+
label: String,
|
|
22910
|
+
// NOTE: It is not safe to rely on Numbers for non-integer steps
|
|
22911
|
+
min: {
|
|
22912
|
+
type: String,
|
|
22913
|
+
default: "0"
|
|
22914
|
+
},
|
|
22915
|
+
max: {
|
|
22916
|
+
type: String,
|
|
22917
|
+
default: "100"
|
|
22918
|
+
},
|
|
22919
|
+
step: {
|
|
22920
|
+
type: String,
|
|
22921
|
+
default: "1"
|
|
22922
|
+
},
|
|
22923
|
+
stepMultiplier: {
|
|
22924
|
+
type: String,
|
|
22925
|
+
default: "4",
|
|
22926
|
+
|
|
22927
|
+
validator(val) {
|
|
22928
|
+
if (val.length) {
|
|
22929
|
+
let intMultiplier = parseInt(val);
|
|
22930
|
+
|
|
22931
|
+
if (isNaN(intMultiplier) || intMultiplier < 1) {
|
|
22932
|
+
console.warn("ns-slider: multiplier must be >= 1");
|
|
22933
|
+
return false;
|
|
22934
|
+
}
|
|
22935
|
+
}
|
|
22936
|
+
|
|
22937
|
+
return true;
|
|
22938
|
+
}
|
|
22939
|
+
|
|
22940
|
+
},
|
|
22941
|
+
value: String,
|
|
22942
|
+
minLabel: String,
|
|
22943
|
+
maxLabel: String,
|
|
22944
|
+
showUnlimited: {
|
|
22945
|
+
type: Boolean,
|
|
22946
|
+
default: false
|
|
22947
|
+
},
|
|
22948
|
+
isUnlimited: {
|
|
22949
|
+
type: Boolean,
|
|
22950
|
+
default: false
|
|
22951
|
+
},
|
|
22952
|
+
unlimitedLabel: {
|
|
22953
|
+
type: String,
|
|
22954
|
+
default: "Unlimited"
|
|
22955
|
+
},
|
|
22956
|
+
invalidMessage: {
|
|
22957
|
+
type: String,
|
|
22958
|
+
default: ""
|
|
22959
|
+
},
|
|
22960
|
+
unitLabel: {
|
|
22961
|
+
type: String,
|
|
22962
|
+
default: ""
|
|
22963
|
+
}
|
|
22964
|
+
},
|
|
22965
|
+
model: {
|
|
22966
|
+
prop: "value",
|
|
22967
|
+
event: "modelEvent"
|
|
22968
|
+
},
|
|
22969
|
+
|
|
22970
|
+
data() {
|
|
22971
|
+
return {
|
|
22972
|
+
internalValue: "",
|
|
22973
|
+
animateClick: false,
|
|
22974
|
+
isDragging: false,
|
|
22975
|
+
dragStartX: 0,
|
|
22976
|
+
dragStartValue: 0,
|
|
22977
|
+
percentage: "0%",
|
|
22978
|
+
internalUnlimited: false,
|
|
22979
|
+
isInvalid: false
|
|
22980
|
+
};
|
|
22981
|
+
},
|
|
22982
|
+
|
|
22983
|
+
computed: {
|
|
22984
|
+
labelId() {
|
|
22985
|
+
return `${this.uid}-label`;
|
|
22986
|
+
},
|
|
22987
|
+
|
|
22988
|
+
internalMinLabel() {
|
|
22989
|
+
return this.minLabel !== undefined ? this.minLabel : this.getMin();
|
|
22990
|
+
},
|
|
22991
|
+
|
|
22992
|
+
internalMaxLabel() {
|
|
22993
|
+
return this.maxLabel !== undefined ? this.maxLabel : this.getMax();
|
|
22994
|
+
},
|
|
22995
|
+
|
|
22996
|
+
internalMultiplier() {
|
|
22997
|
+
let intMultiplier = parseInt(this.stepMultiplier); // default to 4 fro multiplier
|
|
22998
|
+
|
|
22999
|
+
return isNaN(intMultiplier) ? 4 : Math.max(intMultiplier, 1);
|
|
23000
|
+
}
|
|
23001
|
+
|
|
23002
|
+
},
|
|
23003
|
+
|
|
23004
|
+
created() {
|
|
23005
|
+
this.internalUnlimited = this.isUnlimited;
|
|
23006
|
+
},
|
|
23007
|
+
|
|
23008
|
+
mounted() {
|
|
23009
|
+
this.$refs.range.value = this.value;
|
|
23010
|
+
this.internalValue = this.$refs.range.value;
|
|
23011
|
+
this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
|
|
23012
|
+
this.checkSlots();
|
|
23013
|
+
},
|
|
23014
|
+
|
|
23015
|
+
updated() {
|
|
23016
|
+
this.checkSlots();
|
|
23017
|
+
},
|
|
23018
|
+
|
|
23019
|
+
watch: {
|
|
23020
|
+
value(val) {
|
|
23021
|
+
this.setValue(val);
|
|
23022
|
+
},
|
|
23023
|
+
|
|
23024
|
+
min() {
|
|
23025
|
+
this.$nextTick(() => {
|
|
23026
|
+
this.setValue(this.internalValue);
|
|
23027
|
+
});
|
|
23028
|
+
},
|
|
23029
|
+
|
|
23030
|
+
max() {
|
|
23031
|
+
this.$nextTick(() => {
|
|
23032
|
+
this.setValue(this.internalValue);
|
|
23033
|
+
});
|
|
23034
|
+
},
|
|
23035
|
+
|
|
23036
|
+
step() {
|
|
23037
|
+
this.$nextTick(() => {
|
|
23038
|
+
this.setValue(this.internalValue);
|
|
23039
|
+
});
|
|
23040
|
+
},
|
|
23041
|
+
|
|
23042
|
+
isUnlimited() {
|
|
23043
|
+
this.internalUnlimited = this.isUnlimited;
|
|
23044
|
+
},
|
|
23045
|
+
|
|
23046
|
+
internalUnlimited() {
|
|
23047
|
+
if (this.internalUnlimited) {
|
|
23048
|
+
this.$emit("unlimited", true);
|
|
23049
|
+
} else {
|
|
23050
|
+
this.$emit("unlimited", false);
|
|
23051
|
+
}
|
|
23052
|
+
}
|
|
23053
|
+
|
|
23054
|
+
},
|
|
23055
|
+
methods: {
|
|
23056
|
+
// NOTE: It is not safe to rely on Numbers for non-integer steps
|
|
23057
|
+
getMin() {
|
|
23058
|
+
if (this.$refs.range) {
|
|
23059
|
+
const val = parseFloat(this.$refs.range.min);
|
|
23060
|
+
return isNaN(val) ? 0 : val;
|
|
23061
|
+
}
|
|
23062
|
+
|
|
23063
|
+
return 0;
|
|
23064
|
+
},
|
|
23065
|
+
|
|
23066
|
+
getMax() {
|
|
23067
|
+
if (this.$refs.range) {
|
|
23068
|
+
const val = parseFloat(this.$refs.range.max);
|
|
23069
|
+
return isNaN(val) ? 100 : val;
|
|
23070
|
+
}
|
|
23071
|
+
|
|
23072
|
+
return 100;
|
|
23073
|
+
},
|
|
23074
|
+
|
|
23075
|
+
getValue() {
|
|
23076
|
+
if (this.$refs.range) {
|
|
23077
|
+
const val = parseFloat(this.$refs.range.value);
|
|
23078
|
+
return isNaN(val) ? 0 : val;
|
|
23079
|
+
}
|
|
23080
|
+
|
|
23081
|
+
return (this.getMax() + this.getMin()) / 2;
|
|
23082
|
+
},
|
|
23083
|
+
|
|
23084
|
+
getStep() {
|
|
23085
|
+
if (this.$refs.range) {
|
|
23086
|
+
const val = parseFloat(this.$refs.range.step);
|
|
23087
|
+
return isNaN(val) ? 0 : val;
|
|
23088
|
+
}
|
|
23089
|
+
|
|
23090
|
+
return 1;
|
|
23091
|
+
},
|
|
23092
|
+
|
|
23093
|
+
setValue(newValue) {
|
|
23094
|
+
if (this.disabled) return;
|
|
23095
|
+
this.$refs.range.value = newValue;
|
|
23096
|
+
this.internalValue = this.$refs.range.value;
|
|
23097
|
+
this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
|
|
23098
|
+
this.$emit("modelEvent", this.$refs.range.value);
|
|
23099
|
+
this.$emit("change", this.$refs.range.value);
|
|
23100
|
+
},
|
|
23101
|
+
|
|
23102
|
+
onChange() {
|
|
23103
|
+
let newValue = this.internalValue.length ? parseFloat(this.internalValue) : this.getMin();
|
|
23104
|
+
this.setValue(newValue);
|
|
23105
|
+
},
|
|
23106
|
+
|
|
23107
|
+
onStartDrag(ev) {
|
|
23108
|
+
document.body.addEventListener("mousemove", this.onDrag);
|
|
23109
|
+
document.body.addEventListener("mouseup", this.onStopDrag);
|
|
23110
|
+
this.dragStartX = ev.clientX;
|
|
23111
|
+
this.dragStartValue = this.getValue();
|
|
23112
|
+
this.isDragging = true;
|
|
23113
|
+
},
|
|
23114
|
+
|
|
23115
|
+
onDrag(ev) {
|
|
23116
|
+
if (this.isDragging) {
|
|
23117
|
+
// percentage change
|
|
23118
|
+
let newValue = (ev.clientX - this.dragStartX) / this.$refs.track.offsetWidth; // uncapped new value
|
|
23119
|
+
|
|
23120
|
+
newValue = this.dragStartValue + (this.getMax() - this.getMin()) * newValue;
|
|
23121
|
+
this.setValue(newValue, ev);
|
|
23122
|
+
}
|
|
23123
|
+
},
|
|
23124
|
+
|
|
23125
|
+
onStopDrag() {
|
|
23126
|
+
this.isDragging = false;
|
|
23127
|
+
document.body.removeEventListener("mousemove", this.onDrag);
|
|
23128
|
+
document.body.removeEventListener("mouseup", this.onStopDrag);
|
|
23129
|
+
},
|
|
23130
|
+
|
|
23131
|
+
onTrackClick(ev) {
|
|
23132
|
+
const afterAnimate = ev => {
|
|
23133
|
+
if (ev.propertyName === "left") {
|
|
23134
|
+
this.animateClick = false;
|
|
23135
|
+
this.$refs.thumb.removeEventListener("transitionend", afterAnimate);
|
|
23136
|
+
}
|
|
23137
|
+
};
|
|
23138
|
+
|
|
23139
|
+
let newValue = ev.offsetX / this.$refs.track.offsetWidth;
|
|
23140
|
+
newValue = (this.getMax() - this.getMin()) * newValue + this.getMin();
|
|
23141
|
+
this.$refs.thumb.addEventListener("transitionend", afterAnimate);
|
|
23142
|
+
this.animateClick = true;
|
|
23143
|
+
this.setValue(newValue, ev);
|
|
23144
|
+
},
|
|
23145
|
+
|
|
23146
|
+
onUp(ev) {
|
|
23147
|
+
let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
|
|
23148
|
+
let newValue = curValue + (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
|
|
23149
|
+
this.setValue(newValue, ev);
|
|
23150
|
+
},
|
|
23151
|
+
|
|
23152
|
+
onDown(ev) {
|
|
23153
|
+
let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
|
|
23154
|
+
let newValue = curValue - (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
|
|
23155
|
+
this.setValue(newValue, ev);
|
|
23156
|
+
},
|
|
23157
|
+
|
|
23158
|
+
checkSlots() {
|
|
23159
|
+
// NOTE: this.$slots is not reactive so needs to be managed on updated
|
|
23160
|
+
this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
|
|
23161
|
+
}
|
|
23162
|
+
|
|
23163
|
+
}
|
|
23164
|
+
};
|
|
23165
|
+
|
|
23166
|
+
/* script */
|
|
23167
|
+
const __vue_script__ = script;
|
|
23168
|
+
/* template */
|
|
23169
|
+
|
|
23170
|
+
var __vue_render__$7 = function () {
|
|
23171
|
+
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
23172
|
+
|
|
23173
|
+
var _vm = this;
|
|
23174
|
+
|
|
23175
|
+
var _h = _vm.$createElement;
|
|
23176
|
+
|
|
23177
|
+
var _c = _vm._self._c || _h;
|
|
23178
|
+
|
|
23179
|
+
return _c('div', {
|
|
23180
|
+
class: "ns-slider cv-slider " + _vm.carbonPrefix + "--form-item"
|
|
23181
|
+
}, [_c('div', {
|
|
23182
|
+
staticClass: "wrapper",
|
|
23183
|
+
attrs: {
|
|
23184
|
+
"data-invalid": _vm.isInvalid
|
|
23185
|
+
}
|
|
23186
|
+
}, [_c('label', {
|
|
23187
|
+
directives: [{
|
|
23188
|
+
name: "show",
|
|
23189
|
+
rawName: "v-show",
|
|
23190
|
+
value: _vm.label,
|
|
23191
|
+
expression: "label"
|
|
23192
|
+
}],
|
|
23193
|
+
class: [_vm.carbonPrefix + "--label", (_obj = {}, _obj[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled, _obj)],
|
|
23194
|
+
attrs: {
|
|
23195
|
+
"for": _vm.uid,
|
|
23196
|
+
"id": _vm.labelId
|
|
23197
|
+
}
|
|
23198
|
+
}, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.showUnlimited ? _c('NsCheckbox', {
|
|
23199
|
+
staticClass: "is-unlimited",
|
|
23200
|
+
attrs: {
|
|
23201
|
+
"label": _vm.unlimitedLabel,
|
|
23202
|
+
"disabled": _vm.disabled,
|
|
23203
|
+
"value": "checkUnlimited"
|
|
23204
|
+
},
|
|
23205
|
+
model: {
|
|
23206
|
+
value: _vm.internalUnlimited,
|
|
23207
|
+
callback: function ($$v) {
|
|
23208
|
+
_vm.internalUnlimited = $$v;
|
|
23209
|
+
},
|
|
23210
|
+
expression: "internalUnlimited"
|
|
23211
|
+
}
|
|
23212
|
+
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
23213
|
+
class: _vm.carbonPrefix + "--slider-container"
|
|
23214
|
+
}, [_vm.internalMinLabel ? _c('span', {
|
|
23215
|
+
class: _vm.carbonPrefix + "--slider__range-label"
|
|
23216
|
+
}, [_vm._v(_vm._s(_vm.internalMinLabel))]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
23217
|
+
class: [_vm.carbonPrefix + "--slider", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--slider--disabled"] = _vm.disabled || _vm.internalUnlimited, _obj$1)],
|
|
23218
|
+
attrs: {
|
|
23219
|
+
"data-slider": "",
|
|
23220
|
+
"data-slider-input-box": "#slider-input-box"
|
|
23221
|
+
}
|
|
23222
|
+
}, [_c('div', {
|
|
23223
|
+
ref: "track",
|
|
23224
|
+
class: _vm.carbonPrefix + "--slider__track",
|
|
23225
|
+
on: {
|
|
23226
|
+
"click": _vm.onTrackClick
|
|
23227
|
+
}
|
|
23228
|
+
}), _vm._v(" "), _c('div', {
|
|
23229
|
+
class: _vm.carbonPrefix + "--slider__filled-track",
|
|
23230
|
+
style: "width: " + _vm.percentage + ";"
|
|
23231
|
+
}), _vm._v(" "), _c('div', {
|
|
23232
|
+
ref: "thumb",
|
|
23233
|
+
class: [_vm.carbonPrefix + "--slider__thumb", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--slider__thumb--clicked"] = _vm.animateClick, _obj$2)],
|
|
23234
|
+
style: "left: " + _vm.percentage + ";",
|
|
23235
|
+
attrs: {
|
|
23236
|
+
"tabindex": "0",
|
|
23237
|
+
"aria-labelledby": _vm.labelId
|
|
23238
|
+
},
|
|
23239
|
+
on: {
|
|
23240
|
+
"keydown": [function ($event) {
|
|
23241
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"]) && _vm._k($event.keyCode, "right", 39, $event.key, ["Right", "ArrowRight"])) {
|
|
23242
|
+
return null;
|
|
23243
|
+
}
|
|
23244
|
+
|
|
23245
|
+
if ('button' in $event && $event.button !== 2) {
|
|
23246
|
+
return null;
|
|
23247
|
+
}
|
|
23248
|
+
|
|
23249
|
+
$event.preventDefault();
|
|
23250
|
+
return _vm.onUp.apply(null, arguments);
|
|
23251
|
+
}, function ($event) {
|
|
23252
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"]) && _vm._k($event.keyCode, "left", 37, $event.key, ["Left", "ArrowLeft"])) {
|
|
23253
|
+
return null;
|
|
23254
|
+
}
|
|
23255
|
+
|
|
23256
|
+
if ('button' in $event && $event.button !== 0) {
|
|
23257
|
+
return null;
|
|
23258
|
+
}
|
|
23259
|
+
|
|
23260
|
+
$event.preventDefault();
|
|
23261
|
+
return _vm.onDown.apply(null, arguments);
|
|
23262
|
+
}],
|
|
23263
|
+
"mousedown": _vm.onStartDrag
|
|
23264
|
+
}
|
|
23265
|
+
}), _vm._v(" "), _c('input', {
|
|
23266
|
+
ref: "range",
|
|
23267
|
+
class: _vm.carbonPrefix + "--slider__input",
|
|
23268
|
+
attrs: {
|
|
23269
|
+
"id": _vm.uid,
|
|
23270
|
+
"type": "range",
|
|
23271
|
+
"step": _vm.step,
|
|
23272
|
+
"min": _vm.min,
|
|
23273
|
+
"max": _vm.max
|
|
23274
|
+
}
|
|
23275
|
+
})]), _vm._v(" "), _vm.internalMaxLabel ? _c('span', {
|
|
23276
|
+
class: _vm.carbonPrefix + "--slider__range-label"
|
|
23277
|
+
}, [_vm._v(_vm._s(_vm.internalMaxLabel))]) : _vm._e(), _vm._v(" "), _c('input', {
|
|
23278
|
+
directives: [{
|
|
23279
|
+
name: "model",
|
|
23280
|
+
rawName: "v-model",
|
|
23281
|
+
value: _vm.internalValue,
|
|
23282
|
+
expression: "internalValue"
|
|
23283
|
+
}],
|
|
23284
|
+
ref: "inputBox",
|
|
23285
|
+
class: [_vm.carbonPrefix + "--text-input " + _vm.carbonPrefix + "--slider-text-input", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$3[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$3[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$3),, 'range-input'],
|
|
23286
|
+
attrs: {
|
|
23287
|
+
"type": "number",
|
|
23288
|
+
"placeholder": _vm.min,
|
|
23289
|
+
"disabled": _vm.disabled || _vm.internalUnlimited
|
|
23290
|
+
},
|
|
23291
|
+
domProps: {
|
|
23292
|
+
"value": _vm.internalValue
|
|
23293
|
+
},
|
|
23294
|
+
on: {
|
|
23295
|
+
"change": _vm.onChange,
|
|
23296
|
+
"keydown": [function ($event) {
|
|
23297
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"])) {
|
|
23298
|
+
return null;
|
|
23299
|
+
}
|
|
23300
|
+
|
|
23301
|
+
$event.preventDefault();
|
|
23302
|
+
return _vm.onUp.apply(null, arguments);
|
|
23303
|
+
}, function ($event) {
|
|
23304
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"])) {
|
|
23305
|
+
return null;
|
|
23306
|
+
}
|
|
23307
|
+
|
|
23308
|
+
$event.preventDefault();
|
|
23309
|
+
return _vm.onDown.apply(null, arguments);
|
|
23310
|
+
}],
|
|
23311
|
+
"input": function ($event) {
|
|
23312
|
+
if ($event.target.composing) {
|
|
23313
|
+
return;
|
|
23314
|
+
}
|
|
23315
|
+
|
|
23316
|
+
_vm.internalValue = $event.target.value;
|
|
23317
|
+
}
|
|
23318
|
+
}
|
|
23319
|
+
}), _vm._v(" "), _c('span', {
|
|
23320
|
+
class: ["unit-label", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled || _vm.internalUnlimited, _obj$4)]
|
|
23321
|
+
}, [_vm._v(_vm._s(_vm.unitLabel))])])], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
23322
|
+
class: _vm.carbonPrefix + "--form-requirement"
|
|
23323
|
+
}, [_vm._t("invalid-message", function () {
|
|
23324
|
+
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
23325
|
+
})], 2) : _vm._e()]);
|
|
23326
|
+
};
|
|
23327
|
+
|
|
23328
|
+
var __vue_staticRenderFns__$7 = [];
|
|
23329
|
+
/* style */
|
|
23330
|
+
|
|
23331
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
23332
|
+
if (!inject) return;
|
|
23333
|
+
inject("data-v-89974358_0", {
|
|
23334
|
+
source: ".is-unlimited[data-v-89974358]{margin-top:.5rem!important;margin-bottom:.5rem!important}.range-input[data-v-89974358]{margin-top:.5rem!important}.unit-label[data-v-89974358]{margin-top:.5rem!important;margin-left:1rem}",
|
|
23335
|
+
map: undefined,
|
|
23336
|
+
media: undefined
|
|
23337
|
+
}), inject("data-v-89974358_1", {
|
|
23338
|
+
source: ".ns-slider .bx--slider-container{flex-wrap:wrap}.ns-slider .bx--slider-text-input{width:5rem}.ns-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
|
|
23339
|
+
map: undefined,
|
|
23340
|
+
media: undefined
|
|
23341
|
+
});
|
|
23342
|
+
};
|
|
23343
|
+
/* scoped */
|
|
23344
|
+
|
|
23345
|
+
|
|
23346
|
+
const __vue_scope_id__$7 = "data-v-89974358";
|
|
23347
|
+
/* module identifier */
|
|
23348
|
+
|
|
23349
|
+
const __vue_module_identifier__$7 = undefined;
|
|
23350
|
+
/* functional template */
|
|
23351
|
+
|
|
23352
|
+
const __vue_is_functional_template__$7 = false;
|
|
23353
|
+
/* style inject SSR */
|
|
23354
|
+
|
|
23355
|
+
/* style inject shadow dom */
|
|
23356
|
+
|
|
23357
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
23358
|
+
render: __vue_render__$7,
|
|
23359
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
23360
|
+
}, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
22898
23361
|
|
|
22899
23362
|
var __vue_component__$f = __vue_component__$e;
|
|
22900
23363
|
|
|
@@ -23747,41 +24210,42 @@ var filters = {
|
|
|
23747
24210
|
var components = /*#__PURE__*/Object.freeze({
|
|
23748
24211
|
__proto__: null,
|
|
23749
24212
|
NsButton: NsButton,
|
|
23750
|
-
NsEmptyState: __vue_component__$
|
|
24213
|
+
NsEmptyState: __vue_component__$1a,
|
|
23751
24214
|
NsPictogram: NsPictogram,
|
|
23752
|
-
NsCodeSnippet: __vue_component__$
|
|
24215
|
+
NsCodeSnippet: __vue_component__$18,
|
|
23753
24216
|
NsInlineNotification: NsInlineNotification,
|
|
23754
24217
|
NsProgressBar: NsProgressBar,
|
|
23755
24218
|
NsSvg: NsSvg,
|
|
23756
|
-
NsTile: __vue_component__$
|
|
23757
|
-
NsToastNotification: __vue_component__$
|
|
23758
|
-
NsInfoCard: __vue_component__$
|
|
23759
|
-
NsStatusCard: __vue_component__$
|
|
23760
|
-
NsSystemdServiceCard: __vue_component__$
|
|
23761
|
-
NsPasswordInput: __vue_component__$
|
|
23762
|
-
NsIconMenu: __vue_component__$
|
|
23763
|
-
NsMeterChart: __vue_component__$
|
|
24219
|
+
NsTile: __vue_component__$12,
|
|
24220
|
+
NsToastNotification: __vue_component__$10,
|
|
24221
|
+
NsInfoCard: __vue_component__$_,
|
|
24222
|
+
NsStatusCard: __vue_component__$Y,
|
|
24223
|
+
NsSystemdServiceCard: __vue_component__$W,
|
|
24224
|
+
NsPasswordInput: __vue_component__$T,
|
|
24225
|
+
NsIconMenu: __vue_component__$R,
|
|
24226
|
+
NsMeterChart: __vue_component__$P,
|
|
23764
24227
|
NsLottieAnimation: NsLottieAnimation,
|
|
23765
|
-
NsDangerDeleteModal: __vue_component__$
|
|
24228
|
+
NsDangerDeleteModal: __vue_component__$M,
|
|
23766
24229
|
NsCircleTimer: NsCircleTimer,
|
|
23767
|
-
NsDropdownAction: __vue_component__$
|
|
24230
|
+
NsDropdownAction: __vue_component__$K,
|
|
23768
24231
|
NsTextInput: NsTextInput,
|
|
23769
|
-
NsBackupCard: __vue_component__$
|
|
23770
|
-
NsWizard: __vue_component__$
|
|
23771
|
-
NsMenuItem: __vue_component__$
|
|
23772
|
-
NsMenuDivider: __vue_component__$
|
|
23773
|
-
NsSystemLogsCard: __vue_component__$
|
|
24232
|
+
NsBackupCard: __vue_component__$H,
|
|
24233
|
+
NsWizard: __vue_component__$F,
|
|
24234
|
+
NsMenuItem: __vue_component__$D,
|
|
24235
|
+
NsMenuDivider: __vue_component__$B,
|
|
24236
|
+
NsSystemLogsCard: __vue_component__$z,
|
|
23774
24237
|
NsModal: NsModal,
|
|
23775
|
-
NsTimePicker: __vue_component__$
|
|
23776
|
-
NsDataTable: __vue_component__$
|
|
24238
|
+
NsTimePicker: __vue_component__$x,
|
|
24239
|
+
NsDataTable: __vue_component__$u,
|
|
23777
24240
|
NsPagination: NsPagination,
|
|
23778
|
-
NsToggle: __vue_component__$
|
|
24241
|
+
NsToggle: __vue_component__$s,
|
|
23779
24242
|
NsTag: NsTag,
|
|
23780
|
-
NsMultiSelect: __vue_component__$
|
|
23781
|
-
NsComboBox: __vue_component__$
|
|
23782
|
-
NsCheckbox: __vue_component__$
|
|
23783
|
-
NsByteSlider: __vue_component__$
|
|
23784
|
-
NsTabs: __vue_component__$
|
|
24243
|
+
NsMultiSelect: __vue_component__$p,
|
|
24244
|
+
NsComboBox: __vue_component__$n,
|
|
24245
|
+
NsCheckbox: __vue_component__$l,
|
|
24246
|
+
NsByteSlider: __vue_component__$j,
|
|
24247
|
+
NsTabs: __vue_component__$h,
|
|
24248
|
+
NsSlider: __vue_component__$f,
|
|
23785
24249
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
23786
24250
|
GearPictogram: __vue_component__$d,
|
|
23787
24251
|
LovePictogram: __vue_component__$b,
|
|
@@ -23809,4 +24273,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
23809
24273
|
});
|
|
23810
24274
|
}; // Create module definition for Vue.use()
|
|
23811
24275
|
|
|
23812
|
-
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__$
|
|
24276
|
+
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__$H as NsBackupCard, NsButton, __vue_component__$j as NsByteSlider, __vue_component__$l as NsCheckbox, NsCircleTimer, __vue_component__$18 as NsCodeSnippet, __vue_component__$n as NsComboBox, __vue_component__$M as NsDangerDeleteModal, __vue_component__$u as NsDataTable, __vue_component__$K as NsDropdownAction, __vue_component__$1a as NsEmptyState, __vue_component__$R as NsIconMenu, __vue_component__$_ as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$B as NsMenuDivider, __vue_component__$D as NsMenuItem, __vue_component__$P as NsMeterChart, NsModal, __vue_component__$p as NsMultiSelect, NsPagination, __vue_component__$T as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$f as NsSlider, __vue_component__$Y as NsStatusCard, NsSvg, __vue_component__$z as NsSystemLogsCard, __vue_component__$W as NsSystemdServiceCard, __vue_component__$h as NsTabs, NsTag, NsTextInput, __vue_component__$12 as NsTile, __vue_component__$x as NsTimePicker, __vue_component__$10 as NsToastNotification, __vue_component__$s as NsToggle, __vue_component__$F 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 };
|