@nethserver/ns8-ui-lib 0.1.3 → 0.1.6
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 +1267 -537
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +1061 -498
- package/package.json +1 -1
- package/src/lib-components/NsByteSlider.vue +479 -0
- package/src/lib-components/NsCheckbox.vue +0 -8
- package/src/lib-components/NsDataTable.vue +27 -16
- package/src/lib-components/NsMultiSelect.vue +4 -4
- package/src/lib-components/NsProgressBar.vue +6 -1
- package/src/lib-components/NsTabs.vue +60 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox, CvToggle } from '@carbon/vue';
|
|
1
|
+
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal, CvPagination, CvDataTable, CvDataTableHeading, CvDataTableRow, CvDataTableCell, CvCheckbox, CvToggle, CvTabs } from '@carbon/vue';
|
|
2
2
|
import LottieAnimation from 'lottie-web-vue';
|
|
3
3
|
import Copy20 from '@carbon/icons-vue/es/copy/20';
|
|
4
4
|
import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
|
|
@@ -127,6 +127,9 @@ import Folder32 from '@carbon/icons-vue/es/folder/32';
|
|
|
127
127
|
import Asterisk16 from '@carbon/icons-vue/es/asterisk/16';
|
|
128
128
|
import Asterisk20 from '@carbon/icons-vue/es/asterisk/20';
|
|
129
129
|
import Asterisk32 from '@carbon/icons-vue/es/asterisk/32';
|
|
130
|
+
import Box16 from '@carbon/icons-vue/es/box/16';
|
|
131
|
+
import Box20 from '@carbon/icons-vue/es/box/20';
|
|
132
|
+
import Box32 from '@carbon/icons-vue/es/box/32';
|
|
130
133
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
131
134
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
132
135
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -135,7 +138,7 @@ import ChevronDown16 from '@carbon/icons-vue/es/chevron--down/16';
|
|
|
135
138
|
import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
|
|
136
139
|
|
|
137
140
|
//
|
|
138
|
-
var script$
|
|
141
|
+
var script$A = {
|
|
139
142
|
name: "NsButton",
|
|
140
143
|
extends: CvButton,
|
|
141
144
|
props: {
|
|
@@ -298,10 +301,10 @@ function addStyle(id, css) {
|
|
|
298
301
|
}
|
|
299
302
|
|
|
300
303
|
/* script */
|
|
301
|
-
const __vue_script__$
|
|
304
|
+
const __vue_script__$A = script$A;
|
|
302
305
|
/* template */
|
|
303
306
|
|
|
304
|
-
var __vue_render__$
|
|
307
|
+
var __vue_render__$F = function () {
|
|
305
308
|
var _vm = this;
|
|
306
309
|
|
|
307
310
|
var _h = _vm.$createElement;
|
|
@@ -324,10 +327,10 @@ var __vue_render__$E = function () {
|
|
|
324
327
|
}) : _vm._e()], 2);
|
|
325
328
|
};
|
|
326
329
|
|
|
327
|
-
var __vue_staticRenderFns__$
|
|
330
|
+
var __vue_staticRenderFns__$F = [];
|
|
328
331
|
/* style */
|
|
329
332
|
|
|
330
|
-
const __vue_inject_styles__$
|
|
333
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
331
334
|
if (!inject) return;
|
|
332
335
|
inject("data-v-025b0f12_0", {
|
|
333
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)}}",
|
|
@@ -338,23 +341,23 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
338
341
|
/* scoped */
|
|
339
342
|
|
|
340
343
|
|
|
341
|
-
const __vue_scope_id__$
|
|
344
|
+
const __vue_scope_id__$I = "data-v-025b0f12";
|
|
342
345
|
/* module identifier */
|
|
343
346
|
|
|
344
|
-
const __vue_module_identifier__$
|
|
347
|
+
const __vue_module_identifier__$I = undefined;
|
|
345
348
|
/* functional template */
|
|
346
349
|
|
|
347
|
-
const __vue_is_functional_template__$
|
|
350
|
+
const __vue_is_functional_template__$I = false;
|
|
348
351
|
/* style inject SSR */
|
|
349
352
|
|
|
350
353
|
/* style inject shadow dom */
|
|
351
354
|
|
|
352
|
-
const __vue_component__$
|
|
353
|
-
render: __vue_render__$
|
|
354
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
355
|
-
}, __vue_inject_styles__$
|
|
355
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
356
|
+
render: __vue_render__$F,
|
|
357
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
358
|
+
}, __vue_inject_styles__$I, __vue_script__$A, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
356
359
|
|
|
357
|
-
var NsButton = __vue_component__$
|
|
360
|
+
var NsButton = __vue_component__$1c;
|
|
358
361
|
|
|
359
362
|
//
|
|
360
363
|
//
|
|
@@ -372,7 +375,7 @@ var NsButton = __vue_component__$18;
|
|
|
372
375
|
//
|
|
373
376
|
//
|
|
374
377
|
//
|
|
375
|
-
var script$
|
|
378
|
+
var script$z = {
|
|
376
379
|
name: "NsPictogram",
|
|
377
380
|
props: {
|
|
378
381
|
title: {
|
|
@@ -395,10 +398,10 @@ var script$x = {
|
|
|
395
398
|
};
|
|
396
399
|
|
|
397
400
|
/* script */
|
|
398
|
-
const __vue_script__$
|
|
401
|
+
const __vue_script__$z = script$z;
|
|
399
402
|
/* template */
|
|
400
403
|
|
|
401
|
-
var __vue_render__$
|
|
404
|
+
var __vue_render__$E = function () {
|
|
402
405
|
var _vm = this;
|
|
403
406
|
|
|
404
407
|
var _h = _vm.$createElement;
|
|
@@ -426,34 +429,34 @@ var __vue_render__$D = function () {
|
|
|
426
429
|
}, [_vm._t("default")], 2)]);
|
|
427
430
|
};
|
|
428
431
|
|
|
429
|
-
var __vue_staticRenderFns__$
|
|
432
|
+
var __vue_staticRenderFns__$E = [];
|
|
430
433
|
/* style */
|
|
431
434
|
|
|
432
|
-
const __vue_inject_styles__$
|
|
435
|
+
const __vue_inject_styles__$H = undefined;
|
|
433
436
|
/* scoped */
|
|
434
437
|
|
|
435
|
-
const __vue_scope_id__$
|
|
438
|
+
const __vue_scope_id__$H = undefined;
|
|
436
439
|
/* module identifier */
|
|
437
440
|
|
|
438
|
-
const __vue_module_identifier__$
|
|
441
|
+
const __vue_module_identifier__$H = undefined;
|
|
439
442
|
/* functional template */
|
|
440
443
|
|
|
441
|
-
const __vue_is_functional_template__$
|
|
444
|
+
const __vue_is_functional_template__$H = false;
|
|
442
445
|
/* style inject */
|
|
443
446
|
|
|
444
447
|
/* style inject SSR */
|
|
445
448
|
|
|
446
449
|
/* style inject shadow dom */
|
|
447
450
|
|
|
448
|
-
const __vue_component__$
|
|
449
|
-
render: __vue_render__$
|
|
450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
451
|
-
}, __vue_inject_styles__$
|
|
451
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
452
|
+
render: __vue_render__$E,
|
|
453
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
454
|
+
}, __vue_inject_styles__$H, __vue_script__$z, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
|
|
452
455
|
|
|
453
|
-
var NsPictogram = __vue_component__$
|
|
456
|
+
var NsPictogram = __vue_component__$1b;
|
|
454
457
|
|
|
455
458
|
//
|
|
456
|
-
var script$
|
|
459
|
+
var script$y = {
|
|
457
460
|
name: "NsLottieAnimation",
|
|
458
461
|
components: {
|
|
459
462
|
LottieAnimation
|
|
@@ -509,10 +512,10 @@ var script$w = {
|
|
|
509
512
|
};
|
|
510
513
|
|
|
511
514
|
/* script */
|
|
512
|
-
const __vue_script__$
|
|
515
|
+
const __vue_script__$y = script$y;
|
|
513
516
|
/* template */
|
|
514
517
|
|
|
515
|
-
var __vue_render__$
|
|
518
|
+
var __vue_render__$D = function () {
|
|
516
519
|
var _vm = this;
|
|
517
520
|
|
|
518
521
|
var _h = _vm.$createElement;
|
|
@@ -539,36 +542,36 @@ var __vue_render__$C = function () {
|
|
|
539
542
|
})], 1);
|
|
540
543
|
};
|
|
541
544
|
|
|
542
|
-
var __vue_staticRenderFns__$
|
|
545
|
+
var __vue_staticRenderFns__$D = [];
|
|
543
546
|
/* style */
|
|
544
547
|
|
|
545
|
-
const __vue_inject_styles__$
|
|
548
|
+
const __vue_inject_styles__$G = undefined;
|
|
546
549
|
/* scoped */
|
|
547
550
|
|
|
548
|
-
const __vue_scope_id__$
|
|
551
|
+
const __vue_scope_id__$G = "data-v-14e97a70";
|
|
549
552
|
/* module identifier */
|
|
550
553
|
|
|
551
|
-
const __vue_module_identifier__$
|
|
554
|
+
const __vue_module_identifier__$G = undefined;
|
|
552
555
|
/* functional template */
|
|
553
556
|
|
|
554
|
-
const __vue_is_functional_template__$
|
|
557
|
+
const __vue_is_functional_template__$G = false;
|
|
555
558
|
/* style inject */
|
|
556
559
|
|
|
557
560
|
/* style inject SSR */
|
|
558
561
|
|
|
559
562
|
/* style inject shadow dom */
|
|
560
563
|
|
|
561
|
-
const __vue_component__$
|
|
562
|
-
render: __vue_render__$
|
|
563
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
564
|
-
}, __vue_inject_styles__$
|
|
564
|
+
const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
|
|
565
|
+
render: __vue_render__$D,
|
|
566
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
567
|
+
}, __vue_inject_styles__$G, __vue_script__$y, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
|
|
565
568
|
|
|
566
|
-
var NsLottieAnimation = __vue_component__$
|
|
569
|
+
var NsLottieAnimation = __vue_component__$1a;
|
|
567
570
|
|
|
568
571
|
/* script */
|
|
569
572
|
|
|
570
573
|
/* template */
|
|
571
|
-
var __vue_render__$
|
|
574
|
+
var __vue_render__$C = function () {
|
|
572
575
|
var _vm = this;
|
|
573
576
|
|
|
574
577
|
var _h = _vm.$createElement;
|
|
@@ -583,34 +586,34 @@ var __vue_render__$B = function () {
|
|
|
583
586
|
});
|
|
584
587
|
};
|
|
585
588
|
|
|
586
|
-
var __vue_staticRenderFns__$
|
|
589
|
+
var __vue_staticRenderFns__$C = [];
|
|
587
590
|
/* style */
|
|
588
591
|
|
|
589
|
-
const __vue_inject_styles__$
|
|
592
|
+
const __vue_inject_styles__$F = undefined;
|
|
590
593
|
/* scoped */
|
|
591
594
|
|
|
592
|
-
const __vue_scope_id__$
|
|
595
|
+
const __vue_scope_id__$F = undefined;
|
|
593
596
|
/* module identifier */
|
|
594
597
|
|
|
595
|
-
const __vue_module_identifier__$
|
|
598
|
+
const __vue_module_identifier__$F = undefined;
|
|
596
599
|
/* functional template */
|
|
597
600
|
|
|
598
|
-
const __vue_is_functional_template__$
|
|
601
|
+
const __vue_is_functional_template__$F = false;
|
|
599
602
|
/* style inject */
|
|
600
603
|
|
|
601
604
|
/* style inject SSR */
|
|
602
605
|
|
|
603
606
|
/* style inject shadow dom */
|
|
604
607
|
|
|
605
|
-
const __vue_component__$
|
|
606
|
-
render: __vue_render__$
|
|
607
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
608
|
-
}, __vue_inject_styles__$
|
|
608
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
609
|
+
render: __vue_render__$C,
|
|
610
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
611
|
+
}, __vue_inject_styles__$F, {}, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
|
|
609
612
|
|
|
610
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
613
|
+
var ExclamationMarkPictogram = __vue_component__$19;
|
|
611
614
|
|
|
612
615
|
//
|
|
613
|
-
var script$
|
|
616
|
+
var script$x = {
|
|
614
617
|
name: "NsEmptyState",
|
|
615
618
|
components: {
|
|
616
619
|
NsPictogram,
|
|
@@ -642,10 +645,10 @@ var script$v = {
|
|
|
642
645
|
};
|
|
643
646
|
|
|
644
647
|
/* script */
|
|
645
|
-
const __vue_script__$
|
|
648
|
+
const __vue_script__$x = script$x;
|
|
646
649
|
/* template */
|
|
647
650
|
|
|
648
|
-
var __vue_render__$
|
|
651
|
+
var __vue_render__$B = function () {
|
|
649
652
|
var _vm = this;
|
|
650
653
|
|
|
651
654
|
var _h = _vm.$createElement;
|
|
@@ -675,10 +678,10 @@ var __vue_render__$A = function () {
|
|
|
675
678
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
676
679
|
};
|
|
677
680
|
|
|
678
|
-
var __vue_staticRenderFns__$
|
|
681
|
+
var __vue_staticRenderFns__$B = [];
|
|
679
682
|
/* style */
|
|
680
683
|
|
|
681
|
-
const __vue_inject_styles__$
|
|
684
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
682
685
|
if (!inject) return;
|
|
683
686
|
inject("data-v-2d5d3a58_0", {
|
|
684
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}",
|
|
@@ -689,26 +692,26 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
689
692
|
/* scoped */
|
|
690
693
|
|
|
691
694
|
|
|
692
|
-
const __vue_scope_id__$
|
|
695
|
+
const __vue_scope_id__$E = "data-v-2d5d3a58";
|
|
693
696
|
/* module identifier */
|
|
694
697
|
|
|
695
|
-
const __vue_module_identifier__$
|
|
698
|
+
const __vue_module_identifier__$E = undefined;
|
|
696
699
|
/* functional template */
|
|
697
700
|
|
|
698
|
-
const __vue_is_functional_template__$
|
|
701
|
+
const __vue_is_functional_template__$E = false;
|
|
699
702
|
/* style inject SSR */
|
|
700
703
|
|
|
701
704
|
/* style inject shadow dom */
|
|
702
705
|
|
|
703
|
-
const __vue_component__$
|
|
704
|
-
render: __vue_render__$
|
|
705
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
706
|
-
}, __vue_inject_styles__$
|
|
706
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
707
|
+
render: __vue_render__$B,
|
|
708
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
709
|
+
}, __vue_inject_styles__$E, __vue_script__$x, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
707
710
|
|
|
708
|
-
var __vue_component__$
|
|
711
|
+
var __vue_component__$18 = __vue_component__$17;
|
|
709
712
|
|
|
710
713
|
//
|
|
711
|
-
var script$
|
|
714
|
+
var script$w = {
|
|
712
715
|
name: "NsCodeSnippet",
|
|
713
716
|
components: {
|
|
714
717
|
CvButton,
|
|
@@ -820,10 +823,10 @@ var script$u = {
|
|
|
820
823
|
};
|
|
821
824
|
|
|
822
825
|
/* script */
|
|
823
|
-
const __vue_script__$
|
|
826
|
+
const __vue_script__$w = script$w;
|
|
824
827
|
/* template */
|
|
825
828
|
|
|
826
|
-
var __vue_render__$
|
|
829
|
+
var __vue_render__$A = function () {
|
|
827
830
|
var _vm = this;
|
|
828
831
|
|
|
829
832
|
var _h = _vm.$createElement;
|
|
@@ -885,10 +888,10 @@ var __vue_render__$z = function () {
|
|
|
885
888
|
})], 1) : _vm._e()], 1);
|
|
886
889
|
};
|
|
887
890
|
|
|
888
|
-
var __vue_staticRenderFns__$
|
|
891
|
+
var __vue_staticRenderFns__$A = [];
|
|
889
892
|
/* style */
|
|
890
893
|
|
|
891
|
-
const __vue_inject_styles__$
|
|
894
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
892
895
|
if (!inject) return;
|
|
893
896
|
inject("data-v-59cb538c_0", {
|
|
894
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}",
|
|
@@ -899,23 +902,23 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
899
902
|
/* scoped */
|
|
900
903
|
|
|
901
904
|
|
|
902
|
-
const __vue_scope_id__$
|
|
905
|
+
const __vue_scope_id__$D = "data-v-59cb538c";
|
|
903
906
|
/* module identifier */
|
|
904
907
|
|
|
905
|
-
const __vue_module_identifier__$
|
|
908
|
+
const __vue_module_identifier__$D = undefined;
|
|
906
909
|
/* functional template */
|
|
907
910
|
|
|
908
|
-
const __vue_is_functional_template__$
|
|
911
|
+
const __vue_is_functional_template__$D = false;
|
|
909
912
|
/* style inject SSR */
|
|
910
913
|
|
|
911
914
|
/* style inject shadow dom */
|
|
912
915
|
|
|
913
|
-
const __vue_component__$
|
|
914
|
-
render: __vue_render__$
|
|
915
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
916
|
-
}, __vue_inject_styles__$
|
|
916
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
917
|
+
render: __vue_render__$A,
|
|
918
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
919
|
+
}, __vue_inject_styles__$D, __vue_script__$w, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
917
920
|
|
|
918
|
-
var __vue_component__$
|
|
921
|
+
var __vue_component__$16 = __vue_component__$15;
|
|
919
922
|
|
|
920
923
|
//
|
|
921
924
|
//
|
|
@@ -946,7 +949,7 @@ var __vue_component__$12 = __vue_component__$11;
|
|
|
946
949
|
//
|
|
947
950
|
//
|
|
948
951
|
//
|
|
949
|
-
var script$
|
|
952
|
+
var script$v = {
|
|
950
953
|
name: "NsCircleTimer",
|
|
951
954
|
props: {
|
|
952
955
|
timeLimit: {
|
|
@@ -1010,10 +1013,10 @@ var script$t = {
|
|
|
1010
1013
|
};
|
|
1011
1014
|
|
|
1012
1015
|
/* script */
|
|
1013
|
-
const __vue_script__$
|
|
1016
|
+
const __vue_script__$v = script$v;
|
|
1014
1017
|
/* template */
|
|
1015
1018
|
|
|
1016
|
-
var __vue_render__$
|
|
1019
|
+
var __vue_render__$z = function () {
|
|
1017
1020
|
var _vm = this;
|
|
1018
1021
|
|
|
1019
1022
|
var _h = _vm.$createElement;
|
|
@@ -1049,10 +1052,10 @@ var __vue_render__$y = function () {
|
|
|
1049
1052
|
})])])]);
|
|
1050
1053
|
};
|
|
1051
1054
|
|
|
1052
|
-
var __vue_staticRenderFns__$
|
|
1055
|
+
var __vue_staticRenderFns__$z = [];
|
|
1053
1056
|
/* style */
|
|
1054
1057
|
|
|
1055
|
-
const __vue_inject_styles__$
|
|
1058
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
1056
1059
|
if (!inject) return;
|
|
1057
1060
|
inject("data-v-79cb7082_0", {
|
|
1058
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)}",
|
|
@@ -1063,26 +1066,26 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
1063
1066
|
/* scoped */
|
|
1064
1067
|
|
|
1065
1068
|
|
|
1066
|
-
const __vue_scope_id__$
|
|
1069
|
+
const __vue_scope_id__$C = "data-v-79cb7082";
|
|
1067
1070
|
/* module identifier */
|
|
1068
1071
|
|
|
1069
|
-
const __vue_module_identifier__$
|
|
1072
|
+
const __vue_module_identifier__$C = undefined;
|
|
1070
1073
|
/* functional template */
|
|
1071
1074
|
|
|
1072
|
-
const __vue_is_functional_template__$
|
|
1075
|
+
const __vue_is_functional_template__$C = false;
|
|
1073
1076
|
/* style inject SSR */
|
|
1074
1077
|
|
|
1075
1078
|
/* style inject shadow dom */
|
|
1076
1079
|
|
|
1077
|
-
const __vue_component__$
|
|
1078
|
-
render: __vue_render__$
|
|
1079
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1080
|
-
}, __vue_inject_styles__$
|
|
1080
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
1081
|
+
render: __vue_render__$z,
|
|
1082
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
1083
|
+
}, __vue_inject_styles__$C, __vue_script__$v, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
1081
1084
|
|
|
1082
|
-
var NsCircleTimer = __vue_component__$
|
|
1085
|
+
var NsCircleTimer = __vue_component__$14;
|
|
1083
1086
|
|
|
1084
1087
|
//
|
|
1085
|
-
var script$
|
|
1088
|
+
var script$u = {
|
|
1086
1089
|
name: "NsInlineNotification",
|
|
1087
1090
|
extends: CvInlineNotification,
|
|
1088
1091
|
components: {
|
|
@@ -1119,10 +1122,10 @@ var script$s = {
|
|
|
1119
1122
|
};
|
|
1120
1123
|
|
|
1121
1124
|
/* script */
|
|
1122
|
-
const __vue_script__$
|
|
1125
|
+
const __vue_script__$u = script$u;
|
|
1123
1126
|
/* template */
|
|
1124
1127
|
|
|
1125
|
-
var __vue_render__$
|
|
1128
|
+
var __vue_render__$y = function () {
|
|
1126
1129
|
var _obj;
|
|
1127
1130
|
|
|
1128
1131
|
var _vm = this;
|
|
@@ -1193,10 +1196,10 @@ var __vue_render__$x = function () {
|
|
|
1193
1196
|
})], 1) : _vm._e()]);
|
|
1194
1197
|
};
|
|
1195
1198
|
|
|
1196
|
-
var __vue_staticRenderFns__$
|
|
1199
|
+
var __vue_staticRenderFns__$y = [];
|
|
1197
1200
|
/* style */
|
|
1198
1201
|
|
|
1199
|
-
const __vue_inject_styles__$
|
|
1202
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
1200
1203
|
if (!inject) return;
|
|
1201
1204
|
inject("data-v-6b979488_0", {
|
|
1202
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}",
|
|
@@ -1207,23 +1210,23 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
1207
1210
|
/* scoped */
|
|
1208
1211
|
|
|
1209
1212
|
|
|
1210
|
-
const __vue_scope_id__$
|
|
1213
|
+
const __vue_scope_id__$B = "data-v-6b979488";
|
|
1211
1214
|
/* module identifier */
|
|
1212
1215
|
|
|
1213
|
-
const __vue_module_identifier__$
|
|
1216
|
+
const __vue_module_identifier__$B = undefined;
|
|
1214
1217
|
/* functional template */
|
|
1215
1218
|
|
|
1216
|
-
const __vue_is_functional_template__$
|
|
1219
|
+
const __vue_is_functional_template__$B = false;
|
|
1217
1220
|
/* style inject SSR */
|
|
1218
1221
|
|
|
1219
1222
|
/* style inject shadow dom */
|
|
1220
1223
|
|
|
1221
|
-
const __vue_component__
|
|
1222
|
-
render: __vue_render__$
|
|
1223
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1224
|
-
}, __vue_inject_styles__$
|
|
1224
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
1225
|
+
render: __vue_render__$y,
|
|
1226
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
1227
|
+
}, __vue_inject_styles__$B, __vue_script__$u, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
1225
1228
|
|
|
1226
|
-
var NsInlineNotification = __vue_component__
|
|
1229
|
+
var NsInlineNotification = __vue_component__$13;
|
|
1227
1230
|
|
|
1228
1231
|
//
|
|
1229
1232
|
//
|
|
@@ -1262,7 +1265,7 @@ var NsInlineNotification = __vue_component__$$;
|
|
|
1262
1265
|
//
|
|
1263
1266
|
//
|
|
1264
1267
|
//
|
|
1265
|
-
var script$
|
|
1268
|
+
var script$t = {
|
|
1266
1269
|
name: "NsProgressBar",
|
|
1267
1270
|
props: {
|
|
1268
1271
|
value: {
|
|
@@ -1289,6 +1292,10 @@ var script$r = {
|
|
|
1289
1292
|
useStatusColors: {
|
|
1290
1293
|
type: Boolean,
|
|
1291
1294
|
default: false
|
|
1295
|
+
},
|
|
1296
|
+
useHealthyColor: {
|
|
1297
|
+
type: Boolean,
|
|
1298
|
+
default: true
|
|
1292
1299
|
}
|
|
1293
1300
|
},
|
|
1294
1301
|
|
|
@@ -1316,7 +1323,7 @@ var script$r = {
|
|
|
1316
1323
|
},
|
|
1317
1324
|
|
|
1318
1325
|
healthyStatus() {
|
|
1319
|
-
return this.useStatusColors && this.numericValue < this.warningThreshold;
|
|
1326
|
+
return this.useStatusColors && this.useHealthyColor && this.numericValue < this.warningThreshold;
|
|
1320
1327
|
},
|
|
1321
1328
|
|
|
1322
1329
|
warningStatus() {
|
|
@@ -1336,10 +1343,10 @@ var script$r = {
|
|
|
1336
1343
|
};
|
|
1337
1344
|
|
|
1338
1345
|
/* script */
|
|
1339
|
-
const __vue_script__$
|
|
1346
|
+
const __vue_script__$t = script$t;
|
|
1340
1347
|
/* template */
|
|
1341
1348
|
|
|
1342
|
-
var __vue_render__$
|
|
1349
|
+
var __vue_render__$x = function () {
|
|
1343
1350
|
var _vm = this;
|
|
1344
1351
|
|
|
1345
1352
|
var _h = _vm.$createElement;
|
|
@@ -1378,13 +1385,13 @@ var __vue_render__$w = function () {
|
|
|
1378
1385
|
})]], 2)]);
|
|
1379
1386
|
};
|
|
1380
1387
|
|
|
1381
|
-
var __vue_staticRenderFns__$
|
|
1388
|
+
var __vue_staticRenderFns__$x = [];
|
|
1382
1389
|
/* style */
|
|
1383
1390
|
|
|
1384
|
-
const __vue_inject_styles__$
|
|
1391
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
1385
1392
|
if (!inject) return;
|
|
1386
|
-
inject("data-v-
|
|
1387
|
-
source: ".progress-bar-container[data-v-
|
|
1393
|
+
inject("data-v-be01f286_0", {
|
|
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%}}",
|
|
1388
1395
|
map: undefined,
|
|
1389
1396
|
media: undefined
|
|
1390
1397
|
});
|
|
@@ -1392,25 +1399,25 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
1392
1399
|
/* scoped */
|
|
1393
1400
|
|
|
1394
1401
|
|
|
1395
|
-
const __vue_scope_id__$
|
|
1402
|
+
const __vue_scope_id__$A = "data-v-be01f286";
|
|
1396
1403
|
/* module identifier */
|
|
1397
1404
|
|
|
1398
|
-
const __vue_module_identifier__$
|
|
1405
|
+
const __vue_module_identifier__$A = undefined;
|
|
1399
1406
|
/* functional template */
|
|
1400
1407
|
|
|
1401
|
-
const __vue_is_functional_template__$
|
|
1408
|
+
const __vue_is_functional_template__$A = false;
|
|
1402
1409
|
/* style inject SSR */
|
|
1403
1410
|
|
|
1404
1411
|
/* style inject shadow dom */
|
|
1405
1412
|
|
|
1406
|
-
const __vue_component__$
|
|
1407
|
-
render: __vue_render__$
|
|
1408
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1409
|
-
}, __vue_inject_styles__$
|
|
1413
|
+
const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
|
|
1414
|
+
render: __vue_render__$x,
|
|
1415
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
1416
|
+
}, __vue_inject_styles__$A, __vue_script__$t, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
1410
1417
|
|
|
1411
|
-
var NsProgressBar = __vue_component__$
|
|
1418
|
+
var NsProgressBar = __vue_component__$12;
|
|
1412
1419
|
|
|
1413
|
-
var script$
|
|
1420
|
+
var script$s = {
|
|
1414
1421
|
name: "NsSvg",
|
|
1415
1422
|
props: {
|
|
1416
1423
|
svg: {
|
|
@@ -1469,33 +1476,33 @@ var script$q = {
|
|
|
1469
1476
|
};
|
|
1470
1477
|
|
|
1471
1478
|
/* script */
|
|
1472
|
-
const __vue_script__$
|
|
1479
|
+
const __vue_script__$s = script$s;
|
|
1473
1480
|
/* template */
|
|
1474
1481
|
|
|
1475
1482
|
/* style */
|
|
1476
1483
|
|
|
1477
|
-
const __vue_inject_styles__$
|
|
1484
|
+
const __vue_inject_styles__$z = undefined;
|
|
1478
1485
|
/* scoped */
|
|
1479
1486
|
|
|
1480
|
-
const __vue_scope_id__$
|
|
1487
|
+
const __vue_scope_id__$z = undefined;
|
|
1481
1488
|
/* module identifier */
|
|
1482
1489
|
|
|
1483
|
-
const __vue_module_identifier__$
|
|
1490
|
+
const __vue_module_identifier__$z = undefined;
|
|
1484
1491
|
/* functional template */
|
|
1485
1492
|
|
|
1486
|
-
const __vue_is_functional_template__$
|
|
1493
|
+
const __vue_is_functional_template__$z = undefined;
|
|
1487
1494
|
/* style inject */
|
|
1488
1495
|
|
|
1489
1496
|
/* style inject SSR */
|
|
1490
1497
|
|
|
1491
1498
|
/* style inject shadow dom */
|
|
1492
1499
|
|
|
1493
|
-
const __vue_component__$
|
|
1500
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$z, __vue_script__$s, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
1494
1501
|
|
|
1495
|
-
var NsSvg = __vue_component__$
|
|
1502
|
+
var NsSvg = __vue_component__$11;
|
|
1496
1503
|
|
|
1497
1504
|
//
|
|
1498
|
-
var script$
|
|
1505
|
+
var script$r = {
|
|
1499
1506
|
name: "NsTile",
|
|
1500
1507
|
extends: CvTile,
|
|
1501
1508
|
inheritAttrs: false,
|
|
@@ -1569,10 +1576,10 @@ var script$p = {
|
|
|
1569
1576
|
};
|
|
1570
1577
|
|
|
1571
1578
|
/* script */
|
|
1572
|
-
const __vue_script__$
|
|
1579
|
+
const __vue_script__$r = script$r;
|
|
1573
1580
|
/* template */
|
|
1574
1581
|
|
|
1575
|
-
var __vue_render__$
|
|
1582
|
+
var __vue_render__$w = function () {
|
|
1576
1583
|
var _obj;
|
|
1577
1584
|
|
|
1578
1585
|
var _vm = this;
|
|
@@ -1611,10 +1618,10 @@ var __vue_render__$v = function () {
|
|
|
1611
1618
|
}) : _vm._e()], 1);
|
|
1612
1619
|
};
|
|
1613
1620
|
|
|
1614
|
-
var __vue_staticRenderFns__$
|
|
1621
|
+
var __vue_staticRenderFns__$w = [];
|
|
1615
1622
|
/* style */
|
|
1616
1623
|
|
|
1617
|
-
const __vue_inject_styles__$
|
|
1624
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
1618
1625
|
if (!inject) return;
|
|
1619
1626
|
inject("data-v-443a91f0_0", {
|
|
1620
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}",
|
|
@@ -1625,23 +1632,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
1625
1632
|
/* scoped */
|
|
1626
1633
|
|
|
1627
1634
|
|
|
1628
|
-
const __vue_scope_id__$
|
|
1635
|
+
const __vue_scope_id__$y = "data-v-443a91f0";
|
|
1629
1636
|
/* module identifier */
|
|
1630
1637
|
|
|
1631
|
-
const __vue_module_identifier__$
|
|
1638
|
+
const __vue_module_identifier__$y = undefined;
|
|
1632
1639
|
/* functional template */
|
|
1633
1640
|
|
|
1634
|
-
const __vue_is_functional_template__$
|
|
1641
|
+
const __vue_is_functional_template__$y = false;
|
|
1635
1642
|
/* style inject SSR */
|
|
1636
1643
|
|
|
1637
1644
|
/* style inject shadow dom */
|
|
1638
1645
|
|
|
1639
|
-
const __vue_component__
|
|
1640
|
-
render: __vue_render__$
|
|
1641
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1642
|
-
}, __vue_inject_styles__$
|
|
1646
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
1647
|
+
render: __vue_render__$w,
|
|
1648
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
1649
|
+
}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
1643
1650
|
|
|
1644
|
-
var __vue_component__$
|
|
1651
|
+
var __vue_component__$10 = __vue_component__$$;
|
|
1645
1652
|
|
|
1646
1653
|
function toInteger(dirtyNumber) {
|
|
1647
1654
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6238,7 +6245,7 @@ var DateTimeService = {
|
|
|
6238
6245
|
};
|
|
6239
6246
|
|
|
6240
6247
|
//
|
|
6241
|
-
var script$
|
|
6248
|
+
var script$q = {
|
|
6242
6249
|
name: "NsToastNotification",
|
|
6243
6250
|
extends: CvToastNotification,
|
|
6244
6251
|
components: {
|
|
@@ -6316,10 +6323,10 @@ var script$o = {
|
|
|
6316
6323
|
};
|
|
6317
6324
|
|
|
6318
6325
|
/* script */
|
|
6319
|
-
const __vue_script__$
|
|
6326
|
+
const __vue_script__$q = script$q;
|
|
6320
6327
|
/* template */
|
|
6321
6328
|
|
|
6322
|
-
var __vue_render__$
|
|
6329
|
+
var __vue_render__$v = function () {
|
|
6323
6330
|
var _obj;
|
|
6324
6331
|
|
|
6325
6332
|
var _vm = this;
|
|
@@ -6417,10 +6424,10 @@ var __vue_render__$u = function () {
|
|
|
6417
6424
|
})], 1) : _vm._e()], 1)]);
|
|
6418
6425
|
};
|
|
6419
6426
|
|
|
6420
|
-
var __vue_staticRenderFns__$
|
|
6427
|
+
var __vue_staticRenderFns__$v = [];
|
|
6421
6428
|
/* style */
|
|
6422
6429
|
|
|
6423
|
-
const __vue_inject_styles__$
|
|
6430
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
6424
6431
|
if (!inject) return;
|
|
6425
6432
|
inject("data-v-6ff0b515_0", {
|
|
6426
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}",
|
|
@@ -6435,26 +6442,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
6435
6442
|
/* scoped */
|
|
6436
6443
|
|
|
6437
6444
|
|
|
6438
|
-
const __vue_scope_id__$
|
|
6445
|
+
const __vue_scope_id__$x = "data-v-6ff0b515";
|
|
6439
6446
|
/* module identifier */
|
|
6440
6447
|
|
|
6441
|
-
const __vue_module_identifier__$
|
|
6448
|
+
const __vue_module_identifier__$x = undefined;
|
|
6442
6449
|
/* functional template */
|
|
6443
6450
|
|
|
6444
|
-
const __vue_is_functional_template__$
|
|
6451
|
+
const __vue_is_functional_template__$x = false;
|
|
6445
6452
|
/* style inject SSR */
|
|
6446
6453
|
|
|
6447
6454
|
/* style inject shadow dom */
|
|
6448
6455
|
|
|
6449
|
-
const __vue_component__$
|
|
6450
|
-
render: __vue_render__$
|
|
6451
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6452
|
-
}, __vue_inject_styles__$
|
|
6456
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
6457
|
+
render: __vue_render__$v,
|
|
6458
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
6459
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
6453
6460
|
|
|
6454
|
-
var __vue_component__$
|
|
6461
|
+
var __vue_component__$_ = __vue_component__$Z;
|
|
6455
6462
|
|
|
6456
6463
|
//
|
|
6457
|
-
var script$
|
|
6464
|
+
var script$p = {
|
|
6458
6465
|
name: "NsInfoCard",
|
|
6459
6466
|
components: {
|
|
6460
6467
|
NsSvg,
|
|
@@ -6505,10 +6512,10 @@ var script$n = {
|
|
|
6505
6512
|
};
|
|
6506
6513
|
|
|
6507
6514
|
/* script */
|
|
6508
|
-
const __vue_script__$
|
|
6515
|
+
const __vue_script__$p = script$p;
|
|
6509
6516
|
/* template */
|
|
6510
6517
|
|
|
6511
|
-
var __vue_render__$
|
|
6518
|
+
var __vue_render__$u = function () {
|
|
6512
6519
|
var _vm = this;
|
|
6513
6520
|
|
|
6514
6521
|
var _h = _vm.$createElement;
|
|
@@ -6565,10 +6572,10 @@ var __vue_render__$t = function () {
|
|
|
6565
6572
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6566
6573
|
};
|
|
6567
6574
|
|
|
6568
|
-
var __vue_staticRenderFns__$
|
|
6575
|
+
var __vue_staticRenderFns__$u = [];
|
|
6569
6576
|
/* style */
|
|
6570
6577
|
|
|
6571
|
-
const __vue_inject_styles__$
|
|
6578
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
6572
6579
|
if (!inject) return;
|
|
6573
6580
|
inject("data-v-aefc1c3e_0", {
|
|
6574
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}",
|
|
@@ -6579,26 +6586,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
6579
6586
|
/* scoped */
|
|
6580
6587
|
|
|
6581
6588
|
|
|
6582
|
-
const __vue_scope_id__$
|
|
6589
|
+
const __vue_scope_id__$w = "data-v-aefc1c3e";
|
|
6583
6590
|
/* module identifier */
|
|
6584
6591
|
|
|
6585
|
-
const __vue_module_identifier__$
|
|
6592
|
+
const __vue_module_identifier__$w = undefined;
|
|
6586
6593
|
/* functional template */
|
|
6587
6594
|
|
|
6588
|
-
const __vue_is_functional_template__$
|
|
6595
|
+
const __vue_is_functional_template__$w = false;
|
|
6589
6596
|
/* style inject SSR */
|
|
6590
6597
|
|
|
6591
6598
|
/* style inject shadow dom */
|
|
6592
6599
|
|
|
6593
|
-
const __vue_component__$
|
|
6594
|
-
render: __vue_render__$
|
|
6595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6596
|
-
}, __vue_inject_styles__$
|
|
6600
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
6601
|
+
render: __vue_render__$u,
|
|
6602
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
6603
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
6597
6604
|
|
|
6598
|
-
var __vue_component__$
|
|
6605
|
+
var __vue_component__$Y = __vue_component__$X;
|
|
6599
6606
|
|
|
6600
6607
|
//
|
|
6601
|
-
var script$
|
|
6608
|
+
var script$o = {
|
|
6602
6609
|
name: "NsStatusCard",
|
|
6603
6610
|
//components added for storybook to work
|
|
6604
6611
|
components: {
|
|
@@ -6645,10 +6652,10 @@ var script$m = {
|
|
|
6645
6652
|
};
|
|
6646
6653
|
|
|
6647
6654
|
/* script */
|
|
6648
|
-
const __vue_script__$
|
|
6655
|
+
const __vue_script__$o = script$o;
|
|
6649
6656
|
/* template */
|
|
6650
6657
|
|
|
6651
|
-
var __vue_render__$
|
|
6658
|
+
var __vue_render__$t = function () {
|
|
6652
6659
|
var _vm = this;
|
|
6653
6660
|
|
|
6654
6661
|
var _h = _vm.$createElement;
|
|
@@ -6717,10 +6724,10 @@ var __vue_render__$s = function () {
|
|
|
6717
6724
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6718
6725
|
};
|
|
6719
6726
|
|
|
6720
|
-
var __vue_staticRenderFns__$
|
|
6727
|
+
var __vue_staticRenderFns__$t = [];
|
|
6721
6728
|
/* style */
|
|
6722
6729
|
|
|
6723
|
-
const __vue_inject_styles__$
|
|
6730
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
6724
6731
|
if (!inject) return;
|
|
6725
6732
|
inject("data-v-496044f0_0", {
|
|
6726
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}",
|
|
@@ -6731,26 +6738,26 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
6731
6738
|
/* scoped */
|
|
6732
6739
|
|
|
6733
6740
|
|
|
6734
|
-
const __vue_scope_id__$
|
|
6741
|
+
const __vue_scope_id__$v = "data-v-496044f0";
|
|
6735
6742
|
/* module identifier */
|
|
6736
6743
|
|
|
6737
|
-
const __vue_module_identifier__$
|
|
6744
|
+
const __vue_module_identifier__$v = undefined;
|
|
6738
6745
|
/* functional template */
|
|
6739
6746
|
|
|
6740
|
-
const __vue_is_functional_template__$
|
|
6747
|
+
const __vue_is_functional_template__$v = false;
|
|
6741
6748
|
/* style inject SSR */
|
|
6742
6749
|
|
|
6743
6750
|
/* style inject shadow dom */
|
|
6744
6751
|
|
|
6745
|
-
const __vue_component__$
|
|
6746
|
-
render: __vue_render__$
|
|
6747
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6748
|
-
}, __vue_inject_styles__$
|
|
6752
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
6753
|
+
render: __vue_render__$t,
|
|
6754
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
6755
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
6749
6756
|
|
|
6750
|
-
var __vue_component__$
|
|
6757
|
+
var __vue_component__$W = __vue_component__$V;
|
|
6751
6758
|
|
|
6752
6759
|
//
|
|
6753
|
-
var script$
|
|
6760
|
+
var script$n = {
|
|
6754
6761
|
name: "NsSystemdServiceCard",
|
|
6755
6762
|
//components added for storybook to work
|
|
6756
6763
|
components: {
|
|
@@ -6804,10 +6811,10 @@ var script$l = {
|
|
|
6804
6811
|
};
|
|
6805
6812
|
|
|
6806
6813
|
/* script */
|
|
6807
|
-
const __vue_script__$
|
|
6814
|
+
const __vue_script__$n = script$n;
|
|
6808
6815
|
/* template */
|
|
6809
6816
|
|
|
6810
|
-
var __vue_render__$
|
|
6817
|
+
var __vue_render__$s = function () {
|
|
6811
6818
|
var _vm = this;
|
|
6812
6819
|
|
|
6813
6820
|
var _h = _vm.$createElement;
|
|
@@ -6862,10 +6869,10 @@ var __vue_render__$r = function () {
|
|
|
6862
6869
|
})], 1)])]);
|
|
6863
6870
|
};
|
|
6864
6871
|
|
|
6865
|
-
var __vue_staticRenderFns__$
|
|
6872
|
+
var __vue_staticRenderFns__$s = [];
|
|
6866
6873
|
/* style */
|
|
6867
6874
|
|
|
6868
|
-
const __vue_inject_styles__$
|
|
6875
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
6869
6876
|
if (!inject) return;
|
|
6870
6877
|
inject("data-v-bf751eca_0", {
|
|
6871
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}",
|
|
@@ -6876,26 +6883,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
6876
6883
|
/* scoped */
|
|
6877
6884
|
|
|
6878
6885
|
|
|
6879
|
-
const __vue_scope_id__$
|
|
6886
|
+
const __vue_scope_id__$u = "data-v-bf751eca";
|
|
6880
6887
|
/* module identifier */
|
|
6881
6888
|
|
|
6882
|
-
const __vue_module_identifier__$
|
|
6889
|
+
const __vue_module_identifier__$u = undefined;
|
|
6883
6890
|
/* functional template */
|
|
6884
6891
|
|
|
6885
|
-
const __vue_is_functional_template__$
|
|
6892
|
+
const __vue_is_functional_template__$u = false;
|
|
6886
6893
|
/* style inject SSR */
|
|
6887
6894
|
|
|
6888
6895
|
/* style inject shadow dom */
|
|
6889
6896
|
|
|
6890
|
-
const __vue_component__$
|
|
6891
|
-
render: __vue_render__$
|
|
6892
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6893
|
-
}, __vue_inject_styles__$
|
|
6897
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
6898
|
+
render: __vue_render__$s,
|
|
6899
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
6900
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
6894
6901
|
|
|
6895
|
-
var __vue_component__$
|
|
6902
|
+
var __vue_component__$U = __vue_component__$T;
|
|
6896
6903
|
|
|
6897
6904
|
//
|
|
6898
|
-
var script$
|
|
6905
|
+
var script$m = {
|
|
6899
6906
|
name: "NsTextInput",
|
|
6900
6907
|
extends: CvTextInput,
|
|
6901
6908
|
components: {
|
|
@@ -6950,10 +6957,10 @@ var script$k = {
|
|
|
6950
6957
|
};
|
|
6951
6958
|
|
|
6952
6959
|
/* script */
|
|
6953
|
-
const __vue_script__$
|
|
6960
|
+
const __vue_script__$m = script$m;
|
|
6954
6961
|
/* template */
|
|
6955
6962
|
|
|
6956
|
-
var __vue_render__$
|
|
6963
|
+
var __vue_render__$r = function () {
|
|
6957
6964
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
6958
6965
|
|
|
6959
6966
|
var _vm = this;
|
|
@@ -7032,10 +7039,10 @@ var __vue_render__$q = function () {
|
|
|
7032
7039
|
})], 2) : _vm._e()]);
|
|
7033
7040
|
};
|
|
7034
7041
|
|
|
7035
|
-
var __vue_staticRenderFns__$
|
|
7042
|
+
var __vue_staticRenderFns__$r = [];
|
|
7036
7043
|
/* style */
|
|
7037
7044
|
|
|
7038
|
-
const __vue_inject_styles__$
|
|
7045
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
7039
7046
|
if (!inject) return;
|
|
7040
7047
|
inject("data-v-11b039d1_0", {
|
|
7041
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}",
|
|
@@ -7050,23 +7057,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
7050
7057
|
/* scoped */
|
|
7051
7058
|
|
|
7052
7059
|
|
|
7053
|
-
const __vue_scope_id__$
|
|
7060
|
+
const __vue_scope_id__$t = "data-v-11b039d1";
|
|
7054
7061
|
/* module identifier */
|
|
7055
7062
|
|
|
7056
|
-
const __vue_module_identifier__$
|
|
7063
|
+
const __vue_module_identifier__$t = undefined;
|
|
7057
7064
|
/* functional template */
|
|
7058
7065
|
|
|
7059
|
-
const __vue_is_functional_template__$
|
|
7066
|
+
const __vue_is_functional_template__$t = false;
|
|
7060
7067
|
/* style inject SSR */
|
|
7061
7068
|
|
|
7062
7069
|
/* style inject shadow dom */
|
|
7063
7070
|
|
|
7064
|
-
const __vue_component__$
|
|
7065
|
-
render: __vue_render__$
|
|
7066
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7067
|
-
}, __vue_inject_styles__$
|
|
7071
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
7072
|
+
render: __vue_render__$r,
|
|
7073
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
7074
|
+
}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
7068
7075
|
|
|
7069
|
-
var NsTextInput = __vue_component__$
|
|
7076
|
+
var NsTextInput = __vue_component__$S;
|
|
7070
7077
|
|
|
7071
7078
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
7072
7079
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7590,13 +7597,25 @@ var UtilService = {
|
|
|
7590
7597
|
|
|
7591
7598
|
|
|
7592
7599
|
return key;
|
|
7600
|
+
},
|
|
7601
|
+
|
|
7602
|
+
/**
|
|
7603
|
+
* Decode a jwt token and parse its payload
|
|
7604
|
+
*/
|
|
7605
|
+
decodeJwtPayload(token) {
|
|
7606
|
+
var base64Url = token.split(".")[1];
|
|
7607
|
+
var base64 = base64Url.replace(/-/g, "+").replace(/_/g, "/");
|
|
7608
|
+
var jsonPayload = decodeURIComponent(window.atob(base64).split("").map(function (c) {
|
|
7609
|
+
return "%" + ("00" + c.charCodeAt(0).toString(16)).slice(-2);
|
|
7610
|
+
}).join(""));
|
|
7611
|
+
return JSON.parse(jsonPayload);
|
|
7593
7612
|
}
|
|
7594
7613
|
|
|
7595
7614
|
}
|
|
7596
7615
|
};
|
|
7597
7616
|
|
|
7598
7617
|
//
|
|
7599
|
-
var script$
|
|
7618
|
+
var script$l = {
|
|
7600
7619
|
name: "NsPasswordInput",
|
|
7601
7620
|
components: {
|
|
7602
7621
|
NsTextInput
|
|
@@ -7761,10 +7780,10 @@ var script$j = {
|
|
|
7761
7780
|
};
|
|
7762
7781
|
|
|
7763
7782
|
/* script */
|
|
7764
|
-
const __vue_script__$
|
|
7783
|
+
const __vue_script__$l = script$l;
|
|
7765
7784
|
/* template */
|
|
7766
7785
|
|
|
7767
|
-
var __vue_render__$
|
|
7786
|
+
var __vue_render__$q = function () {
|
|
7768
7787
|
var _vm = this;
|
|
7769
7788
|
|
|
7770
7789
|
var _h = _vm.$createElement;
|
|
@@ -7859,10 +7878,10 @@ var __vue_render__$p = function () {
|
|
|
7859
7878
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7860
7879
|
};
|
|
7861
7880
|
|
|
7862
|
-
var __vue_staticRenderFns__$
|
|
7881
|
+
var __vue_staticRenderFns__$q = [];
|
|
7863
7882
|
/* style */
|
|
7864
7883
|
|
|
7865
|
-
const __vue_inject_styles__$
|
|
7884
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
7866
7885
|
if (!inject) return;
|
|
7867
7886
|
inject("data-v-67b93b40_0", {
|
|
7868
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}",
|
|
@@ -7873,26 +7892,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
7873
7892
|
/* scoped */
|
|
7874
7893
|
|
|
7875
7894
|
|
|
7876
|
-
const __vue_scope_id__$
|
|
7895
|
+
const __vue_scope_id__$s = "data-v-67b93b40";
|
|
7877
7896
|
/* module identifier */
|
|
7878
7897
|
|
|
7879
|
-
const __vue_module_identifier__$
|
|
7898
|
+
const __vue_module_identifier__$s = undefined;
|
|
7880
7899
|
/* functional template */
|
|
7881
7900
|
|
|
7882
|
-
const __vue_is_functional_template__$
|
|
7901
|
+
const __vue_is_functional_template__$s = false;
|
|
7883
7902
|
/* style inject SSR */
|
|
7884
7903
|
|
|
7885
7904
|
/* style inject shadow dom */
|
|
7886
7905
|
|
|
7887
|
-
const __vue_component__$
|
|
7888
|
-
render: __vue_render__$
|
|
7889
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7890
|
-
}, __vue_inject_styles__$
|
|
7906
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
7907
|
+
render: __vue_render__$q,
|
|
7908
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
7909
|
+
}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
7891
7910
|
|
|
7892
|
-
var __vue_component__$
|
|
7911
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
7893
7912
|
|
|
7894
7913
|
//
|
|
7895
|
-
var script$
|
|
7914
|
+
var script$k = {
|
|
7896
7915
|
name: "NsIconMenu",
|
|
7897
7916
|
extends: CvOverflowMenu,
|
|
7898
7917
|
props: {
|
|
@@ -7936,10 +7955,10 @@ var script$i = {
|
|
|
7936
7955
|
};
|
|
7937
7956
|
|
|
7938
7957
|
/* script */
|
|
7939
|
-
const __vue_script__$
|
|
7958
|
+
const __vue_script__$k = script$k;
|
|
7940
7959
|
/* template */
|
|
7941
7960
|
|
|
7942
|
-
var __vue_render__$
|
|
7961
|
+
var __vue_render__$p = function () {
|
|
7943
7962
|
var _obj, _obj$1;
|
|
7944
7963
|
|
|
7945
7964
|
var _vm = this;
|
|
@@ -8055,10 +8074,10 @@ var __vue_render__$o = function () {
|
|
|
8055
8074
|
})])]);
|
|
8056
8075
|
};
|
|
8057
8076
|
|
|
8058
|
-
var __vue_staticRenderFns__$
|
|
8077
|
+
var __vue_staticRenderFns__$p = [];
|
|
8059
8078
|
/* style */
|
|
8060
8079
|
|
|
8061
|
-
const __vue_inject_styles__$
|
|
8080
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
8062
8081
|
if (!inject) return;
|
|
8063
8082
|
inject("data-v-2be14df6_0", {
|
|
8064
8083
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -8069,26 +8088,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
8069
8088
|
/* scoped */
|
|
8070
8089
|
|
|
8071
8090
|
|
|
8072
|
-
const __vue_scope_id__$
|
|
8091
|
+
const __vue_scope_id__$r = "data-v-2be14df6";
|
|
8073
8092
|
/* module identifier */
|
|
8074
8093
|
|
|
8075
|
-
const __vue_module_identifier__$
|
|
8094
|
+
const __vue_module_identifier__$r = undefined;
|
|
8076
8095
|
/* functional template */
|
|
8077
8096
|
|
|
8078
|
-
const __vue_is_functional_template__$
|
|
8097
|
+
const __vue_is_functional_template__$r = false;
|
|
8079
8098
|
/* style inject SSR */
|
|
8080
8099
|
|
|
8081
8100
|
/* style inject shadow dom */
|
|
8082
8101
|
|
|
8083
|
-
const __vue_component__$
|
|
8084
|
-
render: __vue_render__$
|
|
8085
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8086
|
-
}, __vue_inject_styles__$
|
|
8102
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
8103
|
+
render: __vue_render__$p,
|
|
8104
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
8105
|
+
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
8087
8106
|
|
|
8088
|
-
var __vue_component__$
|
|
8107
|
+
var __vue_component__$P = __vue_component__$O;
|
|
8089
8108
|
|
|
8090
8109
|
//
|
|
8091
|
-
var script$
|
|
8110
|
+
var script$j = {
|
|
8092
8111
|
name: "NsMeterChart",
|
|
8093
8112
|
components: {
|
|
8094
8113
|
NsProgressBar
|
|
@@ -8123,10 +8142,10 @@ var script$h = {
|
|
|
8123
8142
|
};
|
|
8124
8143
|
|
|
8125
8144
|
/* script */
|
|
8126
|
-
const __vue_script__$
|
|
8145
|
+
const __vue_script__$j = script$j;
|
|
8127
8146
|
/* template */
|
|
8128
8147
|
|
|
8129
|
-
var __vue_render__$
|
|
8148
|
+
var __vue_render__$o = function () {
|
|
8130
8149
|
var _vm = this;
|
|
8131
8150
|
|
|
8132
8151
|
var _h = _vm.$createElement;
|
|
@@ -8149,10 +8168,10 @@ var __vue_render__$n = function () {
|
|
|
8149
8168
|
})], 1);
|
|
8150
8169
|
};
|
|
8151
8170
|
|
|
8152
|
-
var __vue_staticRenderFns__$
|
|
8171
|
+
var __vue_staticRenderFns__$o = [];
|
|
8153
8172
|
/* style */
|
|
8154
8173
|
|
|
8155
|
-
const __vue_inject_styles__$
|
|
8174
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
8156
8175
|
if (!inject) return;
|
|
8157
8176
|
inject("data-v-8d83456c_0", {
|
|
8158
8177
|
source: ".label[data-v-8d83456c]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-8d83456c]{margin-bottom:.5rem!important}",
|
|
@@ -8163,26 +8182,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
8163
8182
|
/* scoped */
|
|
8164
8183
|
|
|
8165
8184
|
|
|
8166
|
-
const __vue_scope_id__$
|
|
8185
|
+
const __vue_scope_id__$q = "data-v-8d83456c";
|
|
8167
8186
|
/* module identifier */
|
|
8168
8187
|
|
|
8169
|
-
const __vue_module_identifier__$
|
|
8188
|
+
const __vue_module_identifier__$q = undefined;
|
|
8170
8189
|
/* functional template */
|
|
8171
8190
|
|
|
8172
|
-
const __vue_is_functional_template__$
|
|
8191
|
+
const __vue_is_functional_template__$q = false;
|
|
8173
8192
|
/* style inject SSR */
|
|
8174
8193
|
|
|
8175
8194
|
/* style inject shadow dom */
|
|
8176
8195
|
|
|
8177
|
-
const __vue_component__$
|
|
8178
|
-
render: __vue_render__$
|
|
8179
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8180
|
-
}, __vue_inject_styles__$
|
|
8196
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
8197
|
+
render: __vue_render__$o,
|
|
8198
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
8199
|
+
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
8181
8200
|
|
|
8182
|
-
var __vue_component__$
|
|
8201
|
+
var __vue_component__$N = __vue_component__$M;
|
|
8183
8202
|
|
|
8184
8203
|
//
|
|
8185
|
-
var script$
|
|
8204
|
+
var script$i = {
|
|
8186
8205
|
name: "NsModal",
|
|
8187
8206
|
extends: CvModal,
|
|
8188
8207
|
components: {
|
|
@@ -8242,10 +8261,10 @@ var script$g = {
|
|
|
8242
8261
|
};
|
|
8243
8262
|
|
|
8244
8263
|
/* script */
|
|
8245
|
-
const __vue_script__$
|
|
8264
|
+
const __vue_script__$i = script$i;
|
|
8246
8265
|
/* template */
|
|
8247
8266
|
|
|
8248
|
-
var __vue_render__$
|
|
8267
|
+
var __vue_render__$n = function () {
|
|
8249
8268
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
8250
8269
|
|
|
8251
8270
|
var _vm = this;
|
|
@@ -8379,34 +8398,34 @@ var __vue_render__$m = function () {
|
|
|
8379
8398
|
})], 1)]);
|
|
8380
8399
|
};
|
|
8381
8400
|
|
|
8382
|
-
var __vue_staticRenderFns__$
|
|
8401
|
+
var __vue_staticRenderFns__$n = [];
|
|
8383
8402
|
/* style */
|
|
8384
8403
|
|
|
8385
|
-
const __vue_inject_styles__$
|
|
8404
|
+
const __vue_inject_styles__$p = undefined;
|
|
8386
8405
|
/* scoped */
|
|
8387
8406
|
|
|
8388
|
-
const __vue_scope_id__$
|
|
8407
|
+
const __vue_scope_id__$p = undefined;
|
|
8389
8408
|
/* module identifier */
|
|
8390
8409
|
|
|
8391
|
-
const __vue_module_identifier__$
|
|
8410
|
+
const __vue_module_identifier__$p = undefined;
|
|
8392
8411
|
/* functional template */
|
|
8393
8412
|
|
|
8394
|
-
const __vue_is_functional_template__$
|
|
8413
|
+
const __vue_is_functional_template__$p = false;
|
|
8395
8414
|
/* style inject */
|
|
8396
8415
|
|
|
8397
8416
|
/* style inject SSR */
|
|
8398
8417
|
|
|
8399
8418
|
/* style inject shadow dom */
|
|
8400
8419
|
|
|
8401
|
-
const __vue_component__$
|
|
8402
|
-
render: __vue_render__$
|
|
8403
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8404
|
-
}, __vue_inject_styles__$
|
|
8420
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
8421
|
+
render: __vue_render__$n,
|
|
8422
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
8423
|
+
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
8405
8424
|
|
|
8406
|
-
var NsModal = __vue_component__$
|
|
8425
|
+
var NsModal = __vue_component__$L;
|
|
8407
8426
|
|
|
8408
8427
|
//
|
|
8409
|
-
var script$
|
|
8428
|
+
var script$h = {
|
|
8410
8429
|
name: "NsDangerDeleteModal",
|
|
8411
8430
|
//component added for storybook to work
|
|
8412
8431
|
components: {
|
|
@@ -8502,10 +8521,10 @@ var script$f = {
|
|
|
8502
8521
|
};
|
|
8503
8522
|
|
|
8504
8523
|
/* script */
|
|
8505
|
-
const __vue_script__$
|
|
8524
|
+
const __vue_script__$h = script$h;
|
|
8506
8525
|
/* template */
|
|
8507
8526
|
|
|
8508
|
-
var __vue_render__$
|
|
8527
|
+
var __vue_render__$m = function () {
|
|
8509
8528
|
var _vm = this;
|
|
8510
8529
|
|
|
8511
8530
|
var _h = _vm.$createElement;
|
|
@@ -8573,10 +8592,10 @@ var __vue_render__$l = function () {
|
|
|
8573
8592
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
8574
8593
|
};
|
|
8575
8594
|
|
|
8576
|
-
var __vue_staticRenderFns__$
|
|
8595
|
+
var __vue_staticRenderFns__$m = [];
|
|
8577
8596
|
/* style */
|
|
8578
8597
|
|
|
8579
|
-
const __vue_inject_styles__$
|
|
8598
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
8580
8599
|
if (!inject) return;
|
|
8581
8600
|
inject("data-v-746a2de3_0", {
|
|
8582
8601
|
source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
|
|
@@ -8587,23 +8606,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
8587
8606
|
/* scoped */
|
|
8588
8607
|
|
|
8589
8608
|
|
|
8590
|
-
const __vue_scope_id__$
|
|
8609
|
+
const __vue_scope_id__$o = "data-v-746a2de3";
|
|
8591
8610
|
/* module identifier */
|
|
8592
8611
|
|
|
8593
|
-
const __vue_module_identifier__$
|
|
8612
|
+
const __vue_module_identifier__$o = undefined;
|
|
8594
8613
|
/* functional template */
|
|
8595
8614
|
|
|
8596
|
-
const __vue_is_functional_template__$
|
|
8615
|
+
const __vue_is_functional_template__$o = false;
|
|
8597
8616
|
/* style inject SSR */
|
|
8598
8617
|
|
|
8599
8618
|
/* style inject shadow dom */
|
|
8600
8619
|
|
|
8601
|
-
const __vue_component__$
|
|
8602
|
-
render: __vue_render__$
|
|
8603
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8604
|
-
}, __vue_inject_styles__$
|
|
8620
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
8621
|
+
render: __vue_render__$m,
|
|
8622
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
8623
|
+
}, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
8605
8624
|
|
|
8606
|
-
var __vue_component__$
|
|
8625
|
+
var __vue_component__$K = __vue_component__$J;
|
|
8607
8626
|
|
|
8608
8627
|
var IconService = {
|
|
8609
8628
|
name: "IconService",
|
|
@@ -8766,20 +8785,23 @@ var IconService = {
|
|
|
8766
8785
|
Locked20,
|
|
8767
8786
|
Locked32,
|
|
8768
8787
|
Folder16,
|
|
8769
|
-
// public mailbox
|
|
8770
8788
|
Folder20,
|
|
8771
8789
|
Folder32,
|
|
8772
8790
|
Asterisk16,
|
|
8773
8791
|
// wildcard email domain
|
|
8774
8792
|
Asterisk20,
|
|
8775
|
-
Asterisk32
|
|
8793
|
+
Asterisk32,
|
|
8794
|
+
Box16,
|
|
8795
|
+
// mailboxes
|
|
8796
|
+
Box20,
|
|
8797
|
+
Box32
|
|
8776
8798
|
};
|
|
8777
8799
|
}
|
|
8778
8800
|
|
|
8779
8801
|
};
|
|
8780
8802
|
|
|
8781
8803
|
//
|
|
8782
|
-
var script$
|
|
8804
|
+
var script$g = {
|
|
8783
8805
|
name: "NsDropdownAction",
|
|
8784
8806
|
extends: CvOverflowMenu,
|
|
8785
8807
|
components: {
|
|
@@ -8811,10 +8833,10 @@ var script$e = {
|
|
|
8811
8833
|
};
|
|
8812
8834
|
|
|
8813
8835
|
/* script */
|
|
8814
|
-
const __vue_script__$
|
|
8836
|
+
const __vue_script__$g = script$g;
|
|
8815
8837
|
/* template */
|
|
8816
8838
|
|
|
8817
|
-
var __vue_render__$
|
|
8839
|
+
var __vue_render__$l = function () {
|
|
8818
8840
|
var _obj, _obj$1;
|
|
8819
8841
|
|
|
8820
8842
|
var _vm = this;
|
|
@@ -8914,34 +8936,34 @@ var __vue_render__$k = function () {
|
|
|
8914
8936
|
})])]);
|
|
8915
8937
|
};
|
|
8916
8938
|
|
|
8917
|
-
var __vue_staticRenderFns__$
|
|
8939
|
+
var __vue_staticRenderFns__$l = [];
|
|
8918
8940
|
/* style */
|
|
8919
8941
|
|
|
8920
|
-
const __vue_inject_styles__$
|
|
8942
|
+
const __vue_inject_styles__$n = undefined;
|
|
8921
8943
|
/* scoped */
|
|
8922
8944
|
|
|
8923
|
-
const __vue_scope_id__$
|
|
8945
|
+
const __vue_scope_id__$n = "data-v-31925b9d";
|
|
8924
8946
|
/* module identifier */
|
|
8925
8947
|
|
|
8926
|
-
const __vue_module_identifier__$
|
|
8948
|
+
const __vue_module_identifier__$n = undefined;
|
|
8927
8949
|
/* functional template */
|
|
8928
8950
|
|
|
8929
|
-
const __vue_is_functional_template__$
|
|
8951
|
+
const __vue_is_functional_template__$n = false;
|
|
8930
8952
|
/* style inject */
|
|
8931
8953
|
|
|
8932
8954
|
/* style inject SSR */
|
|
8933
8955
|
|
|
8934
8956
|
/* style inject shadow dom */
|
|
8935
8957
|
|
|
8936
|
-
const __vue_component__$
|
|
8937
|
-
render: __vue_render__$
|
|
8938
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8939
|
-
}, __vue_inject_styles__$
|
|
8958
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
8959
|
+
render: __vue_render__$l,
|
|
8960
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
8961
|
+
}, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
8940
8962
|
|
|
8941
|
-
var __vue_component__$
|
|
8963
|
+
var __vue_component__$I = __vue_component__$H;
|
|
8942
8964
|
|
|
8943
8965
|
//
|
|
8944
|
-
var script$
|
|
8966
|
+
var script$f = {
|
|
8945
8967
|
name: "NsBackupCardDetails",
|
|
8946
8968
|
mixins: [DateTimeService],
|
|
8947
8969
|
props: {
|
|
@@ -8977,10 +8999,10 @@ var script$d = {
|
|
|
8977
8999
|
};
|
|
8978
9000
|
|
|
8979
9001
|
/* script */
|
|
8980
|
-
const __vue_script__$
|
|
9002
|
+
const __vue_script__$f = script$f;
|
|
8981
9003
|
/* template */
|
|
8982
9004
|
|
|
8983
|
-
var __vue_render__$
|
|
9005
|
+
var __vue_render__$k = function () {
|
|
8984
9006
|
var _vm = this;
|
|
8985
9007
|
|
|
8986
9008
|
var _h = _vm.$createElement;
|
|
@@ -9034,10 +9056,10 @@ var __vue_render__$j = function () {
|
|
|
9034
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("-")])])])]);
|
|
9035
9057
|
};
|
|
9036
9058
|
|
|
9037
|
-
var __vue_staticRenderFns__$
|
|
9059
|
+
var __vue_staticRenderFns__$k = [];
|
|
9038
9060
|
/* style */
|
|
9039
9061
|
|
|
9040
|
-
const __vue_inject_styles__$
|
|
9062
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
9041
9063
|
if (!inject) return;
|
|
9042
9064
|
inject("data-v-25453d1c_0", {
|
|
9043
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}",
|
|
@@ -9048,26 +9070,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
9048
9070
|
/* scoped */
|
|
9049
9071
|
|
|
9050
9072
|
|
|
9051
|
-
const __vue_scope_id__$
|
|
9073
|
+
const __vue_scope_id__$m = "data-v-25453d1c";
|
|
9052
9074
|
/* module identifier */
|
|
9053
9075
|
|
|
9054
|
-
const __vue_module_identifier__$
|
|
9076
|
+
const __vue_module_identifier__$m = undefined;
|
|
9055
9077
|
/* functional template */
|
|
9056
9078
|
|
|
9057
|
-
const __vue_is_functional_template__$
|
|
9079
|
+
const __vue_is_functional_template__$m = false;
|
|
9058
9080
|
/* style inject SSR */
|
|
9059
9081
|
|
|
9060
9082
|
/* style inject shadow dom */
|
|
9061
9083
|
|
|
9062
|
-
const __vue_component__$
|
|
9063
|
-
render: __vue_render__$
|
|
9064
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9065
|
-
}, __vue_inject_styles__$
|
|
9084
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
9085
|
+
render: __vue_render__$k,
|
|
9086
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
9087
|
+
}, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
9066
9088
|
|
|
9067
|
-
var NsBackupCardDetails = __vue_component__$
|
|
9089
|
+
var NsBackupCardDetails = __vue_component__$G;
|
|
9068
9090
|
|
|
9069
9091
|
//
|
|
9070
|
-
var script$
|
|
9092
|
+
var script$e = {
|
|
9071
9093
|
name: "NsBackupCard",
|
|
9072
9094
|
components: {
|
|
9073
9095
|
NsBackupCardDetails
|
|
@@ -9208,10 +9230,10 @@ var script$c = {
|
|
|
9208
9230
|
};
|
|
9209
9231
|
|
|
9210
9232
|
/* script */
|
|
9211
|
-
const __vue_script__$
|
|
9233
|
+
const __vue_script__$e = script$e;
|
|
9212
9234
|
/* template */
|
|
9213
9235
|
|
|
9214
|
-
var __vue_render__$
|
|
9236
|
+
var __vue_render__$j = function () {
|
|
9215
9237
|
var _vm = this;
|
|
9216
9238
|
|
|
9217
9239
|
var _h = _vm.$createElement;
|
|
@@ -9327,10 +9349,10 @@ var __vue_render__$i = function () {
|
|
|
9327
9349
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
9328
9350
|
};
|
|
9329
9351
|
|
|
9330
|
-
var __vue_staticRenderFns__$
|
|
9352
|
+
var __vue_staticRenderFns__$j = [];
|
|
9331
9353
|
/* style */
|
|
9332
9354
|
|
|
9333
|
-
const __vue_inject_styles__$
|
|
9355
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
9334
9356
|
if (!inject) return;
|
|
9335
9357
|
inject("data-v-5a3b7738_0", {
|
|
9336
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}",
|
|
@@ -9345,26 +9367,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
9345
9367
|
/* scoped */
|
|
9346
9368
|
|
|
9347
9369
|
|
|
9348
|
-
const __vue_scope_id__$
|
|
9370
|
+
const __vue_scope_id__$l = "data-v-5a3b7738";
|
|
9349
9371
|
/* module identifier */
|
|
9350
9372
|
|
|
9351
|
-
const __vue_module_identifier__$
|
|
9373
|
+
const __vue_module_identifier__$l = undefined;
|
|
9352
9374
|
/* functional template */
|
|
9353
9375
|
|
|
9354
|
-
const __vue_is_functional_template__$
|
|
9376
|
+
const __vue_is_functional_template__$l = false;
|
|
9355
9377
|
/* style inject SSR */
|
|
9356
9378
|
|
|
9357
9379
|
/* style inject shadow dom */
|
|
9358
9380
|
|
|
9359
|
-
const __vue_component__$
|
|
9360
|
-
render: __vue_render__$
|
|
9361
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9362
|
-
}, __vue_inject_styles__$
|
|
9381
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
9382
|
+
render: __vue_render__$j,
|
|
9383
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
9384
|
+
}, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
9363
9385
|
|
|
9364
|
-
var __vue_component__$
|
|
9386
|
+
var __vue_component__$F = __vue_component__$E;
|
|
9365
9387
|
|
|
9366
9388
|
//
|
|
9367
|
-
var script$
|
|
9389
|
+
var script$d = {
|
|
9368
9390
|
name: "NsWizard",
|
|
9369
9391
|
extends: NsModal,
|
|
9370
9392
|
mixins: [IconService],
|
|
@@ -9408,10 +9430,10 @@ var script$b = {
|
|
|
9408
9430
|
};
|
|
9409
9431
|
|
|
9410
9432
|
/* script */
|
|
9411
|
-
const __vue_script__$
|
|
9433
|
+
const __vue_script__$d = script$d;
|
|
9412
9434
|
/* template */
|
|
9413
9435
|
|
|
9414
|
-
var __vue_render__$
|
|
9436
|
+
var __vue_render__$i = function () {
|
|
9415
9437
|
var _obj, _obj$1;
|
|
9416
9438
|
|
|
9417
9439
|
var _vm = this;
|
|
@@ -9553,34 +9575,34 @@ var __vue_render__$h = function () {
|
|
|
9553
9575
|
})], 1)]);
|
|
9554
9576
|
};
|
|
9555
9577
|
|
|
9556
|
-
var __vue_staticRenderFns__$
|
|
9578
|
+
var __vue_staticRenderFns__$i = [];
|
|
9557
9579
|
/* style */
|
|
9558
9580
|
|
|
9559
|
-
const __vue_inject_styles__$
|
|
9581
|
+
const __vue_inject_styles__$k = undefined;
|
|
9560
9582
|
/* scoped */
|
|
9561
9583
|
|
|
9562
|
-
const __vue_scope_id__$
|
|
9584
|
+
const __vue_scope_id__$k = undefined;
|
|
9563
9585
|
/* module identifier */
|
|
9564
9586
|
|
|
9565
|
-
const __vue_module_identifier__$
|
|
9587
|
+
const __vue_module_identifier__$k = undefined;
|
|
9566
9588
|
/* functional template */
|
|
9567
9589
|
|
|
9568
|
-
const __vue_is_functional_template__$
|
|
9590
|
+
const __vue_is_functional_template__$k = false;
|
|
9569
9591
|
/* style inject */
|
|
9570
9592
|
|
|
9571
9593
|
/* style inject SSR */
|
|
9572
9594
|
|
|
9573
9595
|
/* style inject shadow dom */
|
|
9574
9596
|
|
|
9575
|
-
const __vue_component__$
|
|
9576
|
-
render: __vue_render__$
|
|
9577
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9578
|
-
}, __vue_inject_styles__$
|
|
9597
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
9598
|
+
render: __vue_render__$i,
|
|
9599
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
9600
|
+
}, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
9579
9601
|
|
|
9580
|
-
var __vue_component__$
|
|
9602
|
+
var __vue_component__$D = __vue_component__$C;
|
|
9581
9603
|
|
|
9582
9604
|
//
|
|
9583
|
-
var script$
|
|
9605
|
+
var script$c = {
|
|
9584
9606
|
name: "NsMenuItem",
|
|
9585
9607
|
components: {
|
|
9586
9608
|
NsSvg
|
|
@@ -9603,10 +9625,10 @@ var script$a = {
|
|
|
9603
9625
|
};
|
|
9604
9626
|
|
|
9605
9627
|
/* script */
|
|
9606
|
-
const __vue_script__$
|
|
9628
|
+
const __vue_script__$c = script$c;
|
|
9607
9629
|
/* template */
|
|
9608
9630
|
|
|
9609
|
-
var __vue_render__$
|
|
9631
|
+
var __vue_render__$h = function () {
|
|
9610
9632
|
var _vm = this;
|
|
9611
9633
|
|
|
9612
9634
|
var _h = _vm.$createElement;
|
|
@@ -9626,10 +9648,10 @@ var __vue_render__$g = function () {
|
|
|
9626
9648
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
9627
9649
|
};
|
|
9628
9650
|
|
|
9629
|
-
var __vue_staticRenderFns__$
|
|
9651
|
+
var __vue_staticRenderFns__$h = [];
|
|
9630
9652
|
/* style */
|
|
9631
9653
|
|
|
9632
|
-
const __vue_inject_styles__$
|
|
9654
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
9633
9655
|
if (!inject) return;
|
|
9634
9656
|
inject("data-v-35f08832_0", {
|
|
9635
9657
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9640,26 +9662,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
9640
9662
|
/* scoped */
|
|
9641
9663
|
|
|
9642
9664
|
|
|
9643
|
-
const __vue_scope_id__$
|
|
9665
|
+
const __vue_scope_id__$j = "data-v-35f08832";
|
|
9644
9666
|
/* module identifier */
|
|
9645
9667
|
|
|
9646
|
-
const __vue_module_identifier__$
|
|
9668
|
+
const __vue_module_identifier__$j = undefined;
|
|
9647
9669
|
/* functional template */
|
|
9648
9670
|
|
|
9649
|
-
const __vue_is_functional_template__$
|
|
9671
|
+
const __vue_is_functional_template__$j = false;
|
|
9650
9672
|
/* style inject SSR */
|
|
9651
9673
|
|
|
9652
9674
|
/* style inject shadow dom */
|
|
9653
9675
|
|
|
9654
|
-
const __vue_component__$
|
|
9655
|
-
render: __vue_render__$
|
|
9656
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9657
|
-
}, __vue_inject_styles__$
|
|
9676
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
9677
|
+
render: __vue_render__$h,
|
|
9678
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
9679
|
+
}, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
9658
9680
|
|
|
9659
|
-
var __vue_component__$
|
|
9681
|
+
var __vue_component__$B = __vue_component__$A;
|
|
9660
9682
|
|
|
9661
9683
|
//
|
|
9662
|
-
var script$
|
|
9684
|
+
var script$b = {
|
|
9663
9685
|
name: "NsMenuDivider",
|
|
9664
9686
|
components: {
|
|
9665
9687
|
CvSideNavDivider
|
|
@@ -9667,10 +9689,10 @@ var script$9 = {
|
|
|
9667
9689
|
};
|
|
9668
9690
|
|
|
9669
9691
|
/* script */
|
|
9670
|
-
const __vue_script__$
|
|
9692
|
+
const __vue_script__$b = script$b;
|
|
9671
9693
|
/* template */
|
|
9672
9694
|
|
|
9673
|
-
var __vue_render__$
|
|
9695
|
+
var __vue_render__$g = function () {
|
|
9674
9696
|
var _vm = this;
|
|
9675
9697
|
|
|
9676
9698
|
var _h = _vm.$createElement;
|
|
@@ -9680,34 +9702,34 @@ var __vue_render__$f = function () {
|
|
|
9680
9702
|
return _c('cv-side-nav-divider');
|
|
9681
9703
|
};
|
|
9682
9704
|
|
|
9683
|
-
var __vue_staticRenderFns__$
|
|
9705
|
+
var __vue_staticRenderFns__$g = [];
|
|
9684
9706
|
/* style */
|
|
9685
9707
|
|
|
9686
|
-
const __vue_inject_styles__$
|
|
9708
|
+
const __vue_inject_styles__$i = undefined;
|
|
9687
9709
|
/* scoped */
|
|
9688
9710
|
|
|
9689
|
-
const __vue_scope_id__$
|
|
9711
|
+
const __vue_scope_id__$i = "data-v-c2c8c17e";
|
|
9690
9712
|
/* module identifier */
|
|
9691
9713
|
|
|
9692
|
-
const __vue_module_identifier__$
|
|
9714
|
+
const __vue_module_identifier__$i = undefined;
|
|
9693
9715
|
/* functional template */
|
|
9694
9716
|
|
|
9695
|
-
const __vue_is_functional_template__$
|
|
9717
|
+
const __vue_is_functional_template__$i = false;
|
|
9696
9718
|
/* style inject */
|
|
9697
9719
|
|
|
9698
9720
|
/* style inject SSR */
|
|
9699
9721
|
|
|
9700
9722
|
/* style inject shadow dom */
|
|
9701
9723
|
|
|
9702
|
-
const __vue_component__$
|
|
9703
|
-
render: __vue_render__$
|
|
9704
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9705
|
-
}, __vue_inject_styles__$
|
|
9724
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
9725
|
+
render: __vue_render__$g,
|
|
9726
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
9727
|
+
}, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
9706
9728
|
|
|
9707
|
-
var __vue_component__$
|
|
9729
|
+
var __vue_component__$z = __vue_component__$y;
|
|
9708
9730
|
|
|
9709
9731
|
//
|
|
9710
|
-
var script$
|
|
9732
|
+
var script$a = {
|
|
9711
9733
|
name: "NsSystemLogsCard",
|
|
9712
9734
|
mixins: [UtilService, IconService],
|
|
9713
9735
|
props: {
|
|
@@ -9826,10 +9848,10 @@ var script$8 = {
|
|
|
9826
9848
|
};
|
|
9827
9849
|
|
|
9828
9850
|
/* script */
|
|
9829
|
-
const __vue_script__$
|
|
9851
|
+
const __vue_script__$a = script$a;
|
|
9830
9852
|
/* template */
|
|
9831
9853
|
|
|
9832
|
-
var __vue_render__$
|
|
9854
|
+
var __vue_render__$f = function () {
|
|
9833
9855
|
var _vm = this;
|
|
9834
9856
|
|
|
9835
9857
|
var _h = _vm.$createElement;
|
|
@@ -9856,34 +9878,34 @@ var __vue_render__$e = function () {
|
|
|
9856
9878
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
9857
9879
|
};
|
|
9858
9880
|
|
|
9859
|
-
var __vue_staticRenderFns__$
|
|
9881
|
+
var __vue_staticRenderFns__$f = [];
|
|
9860
9882
|
/* style */
|
|
9861
9883
|
|
|
9862
|
-
const __vue_inject_styles__$
|
|
9884
|
+
const __vue_inject_styles__$h = undefined;
|
|
9863
9885
|
/* scoped */
|
|
9864
9886
|
|
|
9865
|
-
const __vue_scope_id__$
|
|
9887
|
+
const __vue_scope_id__$h = "data-v-aec74b8e";
|
|
9866
9888
|
/* module identifier */
|
|
9867
9889
|
|
|
9868
|
-
const __vue_module_identifier__$
|
|
9890
|
+
const __vue_module_identifier__$h = undefined;
|
|
9869
9891
|
/* functional template */
|
|
9870
9892
|
|
|
9871
|
-
const __vue_is_functional_template__$
|
|
9893
|
+
const __vue_is_functional_template__$h = false;
|
|
9872
9894
|
/* style inject */
|
|
9873
9895
|
|
|
9874
9896
|
/* style inject SSR */
|
|
9875
9897
|
|
|
9876
9898
|
/* style inject shadow dom */
|
|
9877
9899
|
|
|
9878
|
-
const __vue_component__$
|
|
9879
|
-
render: __vue_render__$
|
|
9880
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9881
|
-
}, __vue_inject_styles__$
|
|
9900
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
9901
|
+
render: __vue_render__$f,
|
|
9902
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
9903
|
+
}, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
9882
9904
|
|
|
9883
|
-
var __vue_component__$
|
|
9905
|
+
var __vue_component__$x = __vue_component__$w;
|
|
9884
9906
|
|
|
9885
9907
|
//
|
|
9886
|
-
var script$
|
|
9908
|
+
var script$9 = {
|
|
9887
9909
|
name: "NsTimePicker",
|
|
9888
9910
|
mixins: [uidMixin, carbonPrefixMixin, themeMixin],
|
|
9889
9911
|
props: {
|
|
@@ -9926,10 +9948,10 @@ var script$7 = {
|
|
|
9926
9948
|
};
|
|
9927
9949
|
|
|
9928
9950
|
/* script */
|
|
9929
|
-
const __vue_script__$
|
|
9951
|
+
const __vue_script__$9 = script$9;
|
|
9930
9952
|
/* template */
|
|
9931
9953
|
|
|
9932
|
-
var __vue_render__$
|
|
9954
|
+
var __vue_render__$e = function () {
|
|
9933
9955
|
var _obj, _obj$1;
|
|
9934
9956
|
|
|
9935
9957
|
var _vm = this;
|
|
@@ -9973,10 +9995,10 @@ var __vue_render__$d = function () {
|
|
|
9973
9995
|
})], 2) : _vm._e()]);
|
|
9974
9996
|
};
|
|
9975
9997
|
|
|
9976
|
-
var __vue_staticRenderFns__$
|
|
9998
|
+
var __vue_staticRenderFns__$e = [];
|
|
9977
9999
|
/* style */
|
|
9978
10000
|
|
|
9979
|
-
const __vue_inject_styles__$
|
|
10001
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
9980
10002
|
if (!inject) return;
|
|
9981
10003
|
inject("data-v-e1e1beb2_0", {
|
|
9982
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}",
|
|
@@ -9991,23 +10013,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
9991
10013
|
/* scoped */
|
|
9992
10014
|
|
|
9993
10015
|
|
|
9994
|
-
const __vue_scope_id__$
|
|
10016
|
+
const __vue_scope_id__$g = "data-v-e1e1beb2";
|
|
9995
10017
|
/* module identifier */
|
|
9996
10018
|
|
|
9997
|
-
const __vue_module_identifier__$
|
|
10019
|
+
const __vue_module_identifier__$g = undefined;
|
|
9998
10020
|
/* functional template */
|
|
9999
10021
|
|
|
10000
|
-
const __vue_is_functional_template__$
|
|
10022
|
+
const __vue_is_functional_template__$g = false;
|
|
10001
10023
|
/* style inject SSR */
|
|
10002
10024
|
|
|
10003
10025
|
/* style inject shadow dom */
|
|
10004
10026
|
|
|
10005
|
-
const __vue_component__$
|
|
10006
|
-
render: __vue_render__$
|
|
10007
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10008
|
-
}, __vue_inject_styles__$
|
|
10027
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
10028
|
+
render: __vue_render__$e,
|
|
10029
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
10030
|
+
}, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
10009
10031
|
|
|
10010
|
-
var __vue_component__$
|
|
10032
|
+
var __vue_component__$v = __vue_component__$u;
|
|
10011
10033
|
|
|
10012
10034
|
/*
|
|
10013
10035
|
* This component optionally wraps slotted content with the specified tag-type.
|
|
@@ -10046,7 +10068,7 @@ var NsWrapper = {
|
|
|
10046
10068
|
|
|
10047
10069
|
};
|
|
10048
10070
|
|
|
10049
|
-
var script$
|
|
10071
|
+
var script$8 = {
|
|
10050
10072
|
name: "NsPagination",
|
|
10051
10073
|
extends: CvPagination,
|
|
10052
10074
|
props: {
|
|
@@ -10124,12 +10146,12 @@ var script$6 = {
|
|
|
10124
10146
|
};
|
|
10125
10147
|
|
|
10126
10148
|
/* script */
|
|
10127
|
-
const __vue_script__$
|
|
10149
|
+
const __vue_script__$8 = script$8;
|
|
10128
10150
|
/* template */
|
|
10129
10151
|
|
|
10130
10152
|
/* style */
|
|
10131
10153
|
|
|
10132
|
-
const __vue_inject_styles__$
|
|
10154
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
10133
10155
|
if (!inject) return;
|
|
10134
10156
|
inject("data-v-01f52cb6_0", {
|
|
10135
10157
|
source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
|
|
@@ -10140,20 +10162,20 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
10140
10162
|
/* scoped */
|
|
10141
10163
|
|
|
10142
10164
|
|
|
10143
|
-
const __vue_scope_id__$
|
|
10165
|
+
const __vue_scope_id__$f = undefined;
|
|
10144
10166
|
/* module identifier */
|
|
10145
10167
|
|
|
10146
|
-
const __vue_module_identifier__$
|
|
10168
|
+
const __vue_module_identifier__$f = undefined;
|
|
10147
10169
|
/* functional template */
|
|
10148
10170
|
|
|
10149
|
-
const __vue_is_functional_template__$
|
|
10171
|
+
const __vue_is_functional_template__$f = undefined;
|
|
10150
10172
|
/* style inject SSR */
|
|
10151
10173
|
|
|
10152
10174
|
/* style inject shadow dom */
|
|
10153
10175
|
|
|
10154
|
-
const __vue_component__$
|
|
10176
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
10155
10177
|
|
|
10156
|
-
var NsPagination = __vue_component__$
|
|
10178
|
+
var NsPagination = __vue_component__$t;
|
|
10157
10179
|
|
|
10158
10180
|
var v$3 = "5.6.1";
|
|
10159
10181
|
var fr$3 = 24;
|
|
@@ -17192,7 +17214,7 @@ var LottieService = {
|
|
|
17192
17214
|
};
|
|
17193
17215
|
|
|
17194
17216
|
//
|
|
17195
|
-
var script$
|
|
17217
|
+
var script$7 = {
|
|
17196
17218
|
name: "NsDataTable",
|
|
17197
17219
|
extends: CvDataTable,
|
|
17198
17220
|
components: {
|
|
@@ -17442,6 +17464,27 @@ var script$5 = {
|
|
|
17442
17464
|
}
|
|
17443
17465
|
},
|
|
17444
17466
|
|
|
17467
|
+
searchMatch(target, cleanRegex, queryText) {
|
|
17468
|
+
if (Array.isArray(target)) {
|
|
17469
|
+
// search field is an array (e.g. groups)
|
|
17470
|
+
return target.some(elem => {
|
|
17471
|
+
return this.searchMatch(elem, cleanRegex, queryText);
|
|
17472
|
+
});
|
|
17473
|
+
} else if (typeof target === "string") {
|
|
17474
|
+
// search field is a simple string
|
|
17475
|
+
return new RegExp(queryText, "i").test(target.replace(cleanRegex, ""));
|
|
17476
|
+
} else if (typeof target === "number") {
|
|
17477
|
+
// search field is a number
|
|
17478
|
+
return new RegExp(queryText, "i").test(target.toString().replace(cleanRegex, ""));
|
|
17479
|
+
} else if (typeof target === "object") {
|
|
17480
|
+
// search field is an object, search in its attributes
|
|
17481
|
+
return Object.keys(target).some(key => {
|
|
17482
|
+
// recursion
|
|
17483
|
+
return this.searchMatch(target[key], cleanRegex, queryText);
|
|
17484
|
+
});
|
|
17485
|
+
}
|
|
17486
|
+
},
|
|
17487
|
+
|
|
17445
17488
|
defaultFilterRows() {
|
|
17446
17489
|
if (!this.searchFilter) {
|
|
17447
17490
|
return this.allRows;
|
|
@@ -17452,18 +17495,10 @@ var script$5 = {
|
|
|
17452
17495
|
const searchResults = this.allRows.filter(option => {
|
|
17453
17496
|
// compare query text with attributes option
|
|
17454
17497
|
return this.rawColumns.some(searchField => {
|
|
17455
|
-
const
|
|
17456
|
-
|
|
17457
|
-
if (
|
|
17458
|
-
|
|
17459
|
-
// search field is an array (e.g. groups)
|
|
17460
|
-
return searchValue.some(elem => {
|
|
17461
|
-
return new RegExp(queryText, "i").test(elem.replace(cleanRegex, ""));
|
|
17462
|
-
});
|
|
17463
|
-
} else {
|
|
17464
|
-
// search field is a simple string
|
|
17465
|
-
return new RegExp(queryText, "i").test(searchValue.replace(cleanRegex, ""));
|
|
17466
|
-
}
|
|
17498
|
+
const target = option[searchField];
|
|
17499
|
+
|
|
17500
|
+
if (target) {
|
|
17501
|
+
return this.searchMatch(target, cleanRegex, queryText);
|
|
17467
17502
|
} else {
|
|
17468
17503
|
return false;
|
|
17469
17504
|
}
|
|
@@ -17501,10 +17536,10 @@ var script$5 = {
|
|
|
17501
17536
|
};
|
|
17502
17537
|
|
|
17503
17538
|
/* script */
|
|
17504
|
-
const __vue_script__$
|
|
17539
|
+
const __vue_script__$7 = script$7;
|
|
17505
17540
|
/* template */
|
|
17506
17541
|
|
|
17507
|
-
var __vue_render__$
|
|
17542
|
+
var __vue_render__$d = function () {
|
|
17508
17543
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
17509
17544
|
|
|
17510
17545
|
var _vm = this;
|
|
@@ -17832,34 +17867,34 @@ var __vue_render__$c = function () {
|
|
|
17832
17867
|
}, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
|
|
17833
17868
|
};
|
|
17834
17869
|
|
|
17835
|
-
var __vue_staticRenderFns__$
|
|
17870
|
+
var __vue_staticRenderFns__$d = [];
|
|
17836
17871
|
/* style */
|
|
17837
17872
|
|
|
17838
|
-
const __vue_inject_styles__$
|
|
17873
|
+
const __vue_inject_styles__$e = undefined;
|
|
17839
17874
|
/* scoped */
|
|
17840
17875
|
|
|
17841
|
-
const __vue_scope_id__$
|
|
17876
|
+
const __vue_scope_id__$e = undefined;
|
|
17842
17877
|
/* module identifier */
|
|
17843
17878
|
|
|
17844
|
-
const __vue_module_identifier__$
|
|
17879
|
+
const __vue_module_identifier__$e = undefined;
|
|
17845
17880
|
/* functional template */
|
|
17846
17881
|
|
|
17847
|
-
const __vue_is_functional_template__$
|
|
17882
|
+
const __vue_is_functional_template__$e = false;
|
|
17848
17883
|
/* style inject */
|
|
17849
17884
|
|
|
17850
17885
|
/* style inject SSR */
|
|
17851
17886
|
|
|
17852
17887
|
/* style inject shadow dom */
|
|
17853
17888
|
|
|
17854
|
-
const __vue_component__$
|
|
17855
|
-
render: __vue_render__$
|
|
17856
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
17857
|
-
}, __vue_inject_styles__$
|
|
17889
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
17890
|
+
render: __vue_render__$d,
|
|
17891
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
17892
|
+
}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
17858
17893
|
|
|
17859
|
-
var __vue_component__$
|
|
17894
|
+
var __vue_component__$s = __vue_component__$r;
|
|
17860
17895
|
|
|
17861
17896
|
//
|
|
17862
|
-
var script$
|
|
17897
|
+
var script$6 = {
|
|
17863
17898
|
name: "NsToggle",
|
|
17864
17899
|
extends: CvToggle,
|
|
17865
17900
|
props: {
|
|
@@ -17890,10 +17925,10 @@ var script$4 = {
|
|
|
17890
17925
|
};
|
|
17891
17926
|
|
|
17892
17927
|
/* script */
|
|
17893
|
-
const __vue_script__$
|
|
17928
|
+
const __vue_script__$6 = script$6;
|
|
17894
17929
|
/* template */
|
|
17895
17930
|
|
|
17896
|
-
var __vue_render__$
|
|
17931
|
+
var __vue_render__$c = function () {
|
|
17897
17932
|
var _obj;
|
|
17898
17933
|
|
|
17899
17934
|
var _vm = this;
|
|
@@ -17962,10 +17997,10 @@ var __vue_render__$b = function () {
|
|
|
17962
17997
|
})], 2)])])]);
|
|
17963
17998
|
};
|
|
17964
17999
|
|
|
17965
|
-
var __vue_staticRenderFns__$
|
|
18000
|
+
var __vue_staticRenderFns__$c = [];
|
|
17966
18001
|
/* style */
|
|
17967
18002
|
|
|
17968
|
-
const __vue_inject_styles__$
|
|
18003
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
17969
18004
|
if (!inject) return;
|
|
17970
18005
|
inject("data-v-08c576ca_0", {
|
|
17971
18006
|
source: ".tooltip[data-v-08c576ca]{display:inline-block;position:absolute}",
|
|
@@ -17980,26 +18015,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
17980
18015
|
/* scoped */
|
|
17981
18016
|
|
|
17982
18017
|
|
|
17983
|
-
const __vue_scope_id__$
|
|
18018
|
+
const __vue_scope_id__$d = "data-v-08c576ca";
|
|
17984
18019
|
/* module identifier */
|
|
17985
18020
|
|
|
17986
|
-
const __vue_module_identifier__$
|
|
18021
|
+
const __vue_module_identifier__$d = undefined;
|
|
17987
18022
|
/* functional template */
|
|
17988
18023
|
|
|
17989
|
-
const __vue_is_functional_template__$
|
|
18024
|
+
const __vue_is_functional_template__$d = false;
|
|
17990
18025
|
/* style inject SSR */
|
|
17991
18026
|
|
|
17992
18027
|
/* style inject shadow dom */
|
|
17993
18028
|
|
|
17994
|
-
const __vue_component__$
|
|
17995
|
-
render: __vue_render__$
|
|
17996
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
17997
|
-
}, __vue_inject_styles__$
|
|
18029
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
18030
|
+
render: __vue_render__$c,
|
|
18031
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
18032
|
+
}, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
17998
18033
|
|
|
17999
|
-
var __vue_component__$
|
|
18034
|
+
var __vue_component__$q = __vue_component__$p;
|
|
18000
18035
|
|
|
18001
18036
|
//
|
|
18002
|
-
var script$
|
|
18037
|
+
var script$5 = {
|
|
18003
18038
|
name: "NsTag",
|
|
18004
18039
|
extends: CvTag,
|
|
18005
18040
|
computed: {
|
|
@@ -18011,10 +18046,10 @@ var script$3 = {
|
|
|
18011
18046
|
};
|
|
18012
18047
|
|
|
18013
18048
|
/* script */
|
|
18014
|
-
const __vue_script__$
|
|
18049
|
+
const __vue_script__$5 = script$5;
|
|
18015
18050
|
/* template */
|
|
18016
18051
|
|
|
18017
|
-
var __vue_render__$
|
|
18052
|
+
var __vue_render__$b = function () {
|
|
18018
18053
|
var _obj;
|
|
18019
18054
|
|
|
18020
18055
|
var _vm = this;
|
|
@@ -18080,10 +18115,10 @@ var __vue_render__$a = function () {
|
|
|
18080
18115
|
}, [_c('Close16')], 1) : _vm._e()]);
|
|
18081
18116
|
};
|
|
18082
18117
|
|
|
18083
|
-
var __vue_staticRenderFns__$
|
|
18118
|
+
var __vue_staticRenderFns__$b = [];
|
|
18084
18119
|
/* style */
|
|
18085
18120
|
|
|
18086
|
-
const __vue_inject_styles__$
|
|
18121
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
18087
18122
|
if (!inject) return;
|
|
18088
18123
|
inject("data-v-34eae706_0", {
|
|
18089
18124
|
source: ".bx--tag--filter[data-v-34eae706]{cursor:default}",
|
|
@@ -18094,23 +18129,23 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
18094
18129
|
/* scoped */
|
|
18095
18130
|
|
|
18096
18131
|
|
|
18097
|
-
const __vue_scope_id__$
|
|
18132
|
+
const __vue_scope_id__$c = "data-v-34eae706";
|
|
18098
18133
|
/* module identifier */
|
|
18099
18134
|
|
|
18100
|
-
const __vue_module_identifier__$
|
|
18135
|
+
const __vue_module_identifier__$c = undefined;
|
|
18101
18136
|
/* functional template */
|
|
18102
18137
|
|
|
18103
|
-
const __vue_is_functional_template__$
|
|
18138
|
+
const __vue_is_functional_template__$c = false;
|
|
18104
18139
|
/* style inject SSR */
|
|
18105
18140
|
|
|
18106
18141
|
/* style inject shadow dom */
|
|
18107
18142
|
|
|
18108
|
-
const __vue_component__$
|
|
18109
|
-
render: __vue_render__$
|
|
18110
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18111
|
-
}, __vue_inject_styles__$
|
|
18143
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
18144
|
+
render: __vue_render__$b,
|
|
18145
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
18146
|
+
}, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
18112
18147
|
|
|
18113
|
-
var NsTag = __vue_component__$
|
|
18148
|
+
var NsTag = __vue_component__$o;
|
|
18114
18149
|
|
|
18115
18150
|
/**
|
|
18116
18151
|
* Removes all key-value entries from the list cache.
|
|
@@ -20607,7 +20642,7 @@ const TOP_AFTER_REOPEN = 0;
|
|
|
20607
20642
|
const TOP = 1;
|
|
20608
20643
|
const FIXED = 2;
|
|
20609
20644
|
const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
|
|
20610
|
-
var script$
|
|
20645
|
+
var script$4 = {
|
|
20611
20646
|
name: "NsMultiSelect",
|
|
20612
20647
|
inheritAttrs: false,
|
|
20613
20648
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -21102,10 +21137,10 @@ var script$2 = {
|
|
|
21102
21137
|
};
|
|
21103
21138
|
|
|
21104
21139
|
/* script */
|
|
21105
|
-
const __vue_script__$
|
|
21140
|
+
const __vue_script__$4 = script$4;
|
|
21106
21141
|
/* template */
|
|
21107
21142
|
|
|
21108
|
-
var __vue_render__$
|
|
21143
|
+
var __vue_render__$a = function () {
|
|
21109
21144
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
|
|
21110
21145
|
|
|
21111
21146
|
var _vm = this;
|
|
@@ -21354,37 +21389,37 @@ var __vue_render__$9 = function () {
|
|
|
21354
21389
|
return [_vm._v(_vm._s(_vm.helperText))];
|
|
21355
21390
|
})], 2) : _vm._e(), _vm._v(" "), _vm.showSelectedItems && _vm.dataValue.length ? _c('div', {
|
|
21356
21391
|
staticClass: "mg-top-sm"
|
|
21357
|
-
}, _vm._l(_vm.selectedItems, function (item) {
|
|
21392
|
+
}, _vm._l(_vm.selectedItems, function (item, index) {
|
|
21358
21393
|
return _c('NsTag', {
|
|
21359
|
-
key:
|
|
21394
|
+
key: index,
|
|
21360
21395
|
staticClass: "selected-item",
|
|
21361
21396
|
attrs: {
|
|
21362
21397
|
"filter": "",
|
|
21363
21398
|
"size": "sm",
|
|
21364
21399
|
"clear-aria-label": _vm.unselectAriaLabel,
|
|
21365
|
-
"label": item.label,
|
|
21400
|
+
"label": item ? item.label : '',
|
|
21366
21401
|
"kind": _vm.selectedItemsColor,
|
|
21367
21402
|
"disabled": _vm.disabled
|
|
21368
21403
|
},
|
|
21369
21404
|
on: {
|
|
21370
21405
|
"remove": function ($event) {
|
|
21371
|
-
return _vm.onItemClick(item.value);
|
|
21406
|
+
return _vm.onItemClick(item ? item.value : '');
|
|
21372
21407
|
}
|
|
21373
21408
|
}
|
|
21374
21409
|
});
|
|
21375
21410
|
}), 1) : _vm._e()]);
|
|
21376
21411
|
};
|
|
21377
21412
|
|
|
21378
|
-
var __vue_staticRenderFns__$
|
|
21413
|
+
var __vue_staticRenderFns__$a = [];
|
|
21379
21414
|
/* style */
|
|
21380
21415
|
|
|
21381
|
-
const __vue_inject_styles__$
|
|
21416
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
21382
21417
|
if (!inject) return;
|
|
21383
|
-
inject("data-v-
|
|
21384
|
-
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-
|
|
21418
|
+
inject("data-v-6bbe779f_0", {
|
|
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}",
|
|
21385
21420
|
map: undefined,
|
|
21386
21421
|
media: undefined
|
|
21387
|
-
}), inject("data-v-
|
|
21422
|
+
}), inject("data-v-6bbe779f_1", {
|
|
21388
21423
|
source: ".selected-item button.bx--tag__close-icon{position:relative;right:1px}.ns-multi-select .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
21389
21424
|
map: undefined,
|
|
21390
21425
|
media: undefined
|
|
@@ -21393,26 +21428,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
21393
21428
|
/* scoped */
|
|
21394
21429
|
|
|
21395
21430
|
|
|
21396
|
-
const __vue_scope_id__$
|
|
21431
|
+
const __vue_scope_id__$b = "data-v-6bbe779f";
|
|
21397
21432
|
/* module identifier */
|
|
21398
21433
|
|
|
21399
|
-
const __vue_module_identifier__$
|
|
21434
|
+
const __vue_module_identifier__$b = undefined;
|
|
21400
21435
|
/* functional template */
|
|
21401
21436
|
|
|
21402
|
-
const __vue_is_functional_template__$
|
|
21437
|
+
const __vue_is_functional_template__$b = false;
|
|
21403
21438
|
/* style inject SSR */
|
|
21404
21439
|
|
|
21405
21440
|
/* style inject shadow dom */
|
|
21406
21441
|
|
|
21407
|
-
const __vue_component__$
|
|
21408
|
-
render: __vue_render__$
|
|
21409
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
21410
|
-
}, __vue_inject_styles__$
|
|
21442
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
21443
|
+
render: __vue_render__$a,
|
|
21444
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
21445
|
+
}, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
21411
21446
|
|
|
21412
|
-
var __vue_component__$
|
|
21447
|
+
var __vue_component__$n = __vue_component__$m;
|
|
21413
21448
|
|
|
21414
21449
|
//
|
|
21415
|
-
var script$
|
|
21450
|
+
var script$3 = {
|
|
21416
21451
|
name: "NsComboBox",
|
|
21417
21452
|
inheritAttrs: false,
|
|
21418
21453
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -21830,10 +21865,10 @@ var script$1 = {
|
|
|
21830
21865
|
};
|
|
21831
21866
|
|
|
21832
21867
|
/* script */
|
|
21833
|
-
const __vue_script__$
|
|
21868
|
+
const __vue_script__$3 = script$3;
|
|
21834
21869
|
/* template */
|
|
21835
21870
|
|
|
21836
|
-
var __vue_render__$
|
|
21871
|
+
var __vue_render__$9 = function () {
|
|
21837
21872
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
21838
21873
|
|
|
21839
21874
|
var _vm = this;
|
|
@@ -22051,10 +22086,10 @@ var __vue_render__$8 = function () {
|
|
|
22051
22086
|
})], 2) : _vm._e()]);
|
|
22052
22087
|
};
|
|
22053
22088
|
|
|
22054
|
-
var __vue_staticRenderFns__$
|
|
22089
|
+
var __vue_staticRenderFns__$9 = [];
|
|
22055
22090
|
/* style */
|
|
22056
22091
|
|
|
22057
|
-
const __vue_inject_styles__$
|
|
22092
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
22058
22093
|
if (!inject) return;
|
|
22059
22094
|
inject("data-v-05ab085e_0", {
|
|
22060
22095
|
source: ".margin-bottom-on-open[data-v-05ab085e]{margin-bottom:14rem}.label-with-tooltip[data-v-05ab085e]{display:flex;align-items:baseline}",
|
|
@@ -22069,26 +22104,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
22069
22104
|
/* scoped */
|
|
22070
22105
|
|
|
22071
22106
|
|
|
22072
|
-
const __vue_scope_id__$
|
|
22107
|
+
const __vue_scope_id__$a = "data-v-05ab085e";
|
|
22073
22108
|
/* module identifier */
|
|
22074
22109
|
|
|
22075
|
-
const __vue_module_identifier__$
|
|
22110
|
+
const __vue_module_identifier__$a = undefined;
|
|
22076
22111
|
/* functional template */
|
|
22077
22112
|
|
|
22078
|
-
const __vue_is_functional_template__$
|
|
22113
|
+
const __vue_is_functional_template__$a = false;
|
|
22079
22114
|
/* style inject SSR */
|
|
22080
22115
|
|
|
22081
22116
|
/* style inject shadow dom */
|
|
22082
22117
|
|
|
22083
|
-
const __vue_component__$
|
|
22084
|
-
render: __vue_render__$
|
|
22085
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22086
|
-
}, __vue_inject_styles__$
|
|
22118
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
22119
|
+
render: __vue_render__$9,
|
|
22120
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
22121
|
+
}, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
22087
22122
|
|
|
22088
|
-
var __vue_component__$
|
|
22123
|
+
var __vue_component__$l = __vue_component__$k;
|
|
22089
22124
|
|
|
22090
22125
|
//
|
|
22091
|
-
var script = {
|
|
22126
|
+
var script$2 = {
|
|
22092
22127
|
name: "NsCheckbox",
|
|
22093
22128
|
extends: CvCheckbox,
|
|
22094
22129
|
inheritAttrs: false,
|
|
@@ -22120,10 +22155,10 @@ var script = {
|
|
|
22120
22155
|
};
|
|
22121
22156
|
|
|
22122
22157
|
/* script */
|
|
22123
|
-
const __vue_script__ = script;
|
|
22158
|
+
const __vue_script__$2 = script$2;
|
|
22124
22159
|
/* template */
|
|
22125
22160
|
|
|
22126
|
-
var __vue_render__$
|
|
22161
|
+
var __vue_render__$8 = function () {
|
|
22127
22162
|
var _obj, _obj$1, _obj$2;
|
|
22128
22163
|
|
|
22129
22164
|
var _vm = this;
|
|
@@ -22177,16 +22212,16 @@ var __vue_render__$7 = function () {
|
|
|
22177
22212
|
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])])]);
|
|
22178
22213
|
};
|
|
22179
22214
|
|
|
22180
|
-
var __vue_staticRenderFns__$
|
|
22215
|
+
var __vue_staticRenderFns__$8 = [];
|
|
22181
22216
|
/* style */
|
|
22182
22217
|
|
|
22183
|
-
const __vue_inject_styles__$
|
|
22218
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
22184
22219
|
if (!inject) return;
|
|
22185
|
-
inject("data-v-
|
|
22186
|
-
source: ".label-with-tooltip[data-v-
|
|
22220
|
+
inject("data-v-b70bd436_0", {
|
|
22221
|
+
source: ".label-with-tooltip[data-v-b70bd436]{display:flex}",
|
|
22187
22222
|
map: undefined,
|
|
22188
22223
|
media: undefined
|
|
22189
|
-
}), inject("data-v-
|
|
22224
|
+
}), inject("data-v-b70bd436_1", {
|
|
22190
22225
|
source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
22191
22226
|
map: undefined,
|
|
22192
22227
|
media: undefined
|
|
@@ -22195,58 +22230,708 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
22195
22230
|
/* scoped */
|
|
22196
22231
|
|
|
22197
22232
|
|
|
22198
|
-
const __vue_scope_id__$
|
|
22233
|
+
const __vue_scope_id__$9 = "data-v-b70bd436";
|
|
22199
22234
|
/* module identifier */
|
|
22200
22235
|
|
|
22201
|
-
const __vue_module_identifier__$
|
|
22236
|
+
const __vue_module_identifier__$9 = undefined;
|
|
22202
22237
|
/* functional template */
|
|
22203
22238
|
|
|
22204
|
-
const __vue_is_functional_template__$
|
|
22239
|
+
const __vue_is_functional_template__$9 = false;
|
|
22205
22240
|
/* style inject SSR */
|
|
22206
22241
|
|
|
22207
22242
|
/* style inject shadow dom */
|
|
22208
22243
|
|
|
22209
|
-
const __vue_component__$
|
|
22210
|
-
render: __vue_render__$
|
|
22211
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22212
|
-
}, __vue_inject_styles__$
|
|
22244
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
22245
|
+
render: __vue_render__$8,
|
|
22246
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
22247
|
+
}, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
22213
22248
|
|
|
22214
|
-
var __vue_component__$
|
|
22249
|
+
var __vue_component__$j = __vue_component__$i;
|
|
22215
22250
|
|
|
22216
|
-
|
|
22251
|
+
//
|
|
22252
|
+
var script$1 = {
|
|
22253
|
+
name: "NsByteSlider",
|
|
22254
|
+
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
22255
|
+
thumb: ["blur", "focus"]
|
|
22256
|
+
})],
|
|
22257
|
+
props: {
|
|
22258
|
+
disabled: Boolean,
|
|
22259
|
+
label: String,
|
|
22260
|
+
// NOTE: It is not safe to rely on Numbers for non-integer steps
|
|
22261
|
+
min: {
|
|
22262
|
+
type: String,
|
|
22263
|
+
default: "0"
|
|
22264
|
+
},
|
|
22265
|
+
max: {
|
|
22266
|
+
type: String,
|
|
22267
|
+
default: "100"
|
|
22268
|
+
},
|
|
22269
|
+
step: {
|
|
22270
|
+
type: String,
|
|
22271
|
+
default: "1"
|
|
22272
|
+
},
|
|
22273
|
+
stepMultiplier: {
|
|
22274
|
+
type: String,
|
|
22275
|
+
default: "4",
|
|
22217
22276
|
|
|
22218
|
-
|
|
22219
|
-
|
|
22220
|
-
|
|
22277
|
+
validator(val) {
|
|
22278
|
+
if (val.length) {
|
|
22279
|
+
let intMultiplier = parseInt(val);
|
|
22221
22280
|
|
|
22222
|
-
|
|
22281
|
+
if (isNaN(intMultiplier) || intMultiplier < 1) {
|
|
22282
|
+
console.warn("ns-byte-slider: multiplier must be >= 1");
|
|
22283
|
+
return false;
|
|
22284
|
+
}
|
|
22285
|
+
}
|
|
22223
22286
|
|
|
22224
|
-
|
|
22287
|
+
return true;
|
|
22288
|
+
}
|
|
22225
22289
|
|
|
22226
|
-
|
|
22227
|
-
|
|
22228
|
-
|
|
22229
|
-
|
|
22290
|
+
},
|
|
22291
|
+
value: String,
|
|
22292
|
+
minLabel: String,
|
|
22293
|
+
maxLabel: String,
|
|
22294
|
+
showUnlimited: {
|
|
22295
|
+
type: Boolean,
|
|
22296
|
+
default: false
|
|
22297
|
+
},
|
|
22298
|
+
isUnlimited: {
|
|
22299
|
+
type: Boolean,
|
|
22300
|
+
default: false
|
|
22301
|
+
},
|
|
22302
|
+
byteUnit: {
|
|
22303
|
+
type: String,
|
|
22304
|
+
default: "gib"
|
|
22305
|
+
},
|
|
22306
|
+
unlimitedLabel: {
|
|
22307
|
+
type: String,
|
|
22308
|
+
default: "Unlimited"
|
|
22309
|
+
},
|
|
22310
|
+
showHumanReadableLabel: {
|
|
22311
|
+
type: Boolean,
|
|
22312
|
+
default: false
|
|
22313
|
+
},
|
|
22314
|
+
showMibGibToggle: {
|
|
22315
|
+
type: Boolean,
|
|
22316
|
+
default: false
|
|
22317
|
+
},
|
|
22318
|
+
tagKind: {
|
|
22319
|
+
type: String,
|
|
22320
|
+
default: "high-contrast"
|
|
22321
|
+
},
|
|
22322
|
+
invalidMessage: {
|
|
22323
|
+
type: String,
|
|
22324
|
+
default: ""
|
|
22230
22325
|
}
|
|
22231
|
-
}
|
|
22232
|
-
|
|
22326
|
+
},
|
|
22327
|
+
model: {
|
|
22328
|
+
prop: "value",
|
|
22329
|
+
event: "modelEvent"
|
|
22330
|
+
},
|
|
22233
22331
|
|
|
22234
|
-
|
|
22235
|
-
|
|
22332
|
+
data() {
|
|
22333
|
+
return {
|
|
22334
|
+
internalValue: "",
|
|
22335
|
+
animateClick: false,
|
|
22336
|
+
isDragging: false,
|
|
22337
|
+
dragStartX: 0,
|
|
22338
|
+
dragStartValue: 0,
|
|
22339
|
+
percentage: "0%",
|
|
22340
|
+
internalUnlimited: false,
|
|
22341
|
+
internalByteUnit: "gib",
|
|
22342
|
+
isInvalid: false
|
|
22343
|
+
};
|
|
22344
|
+
},
|
|
22236
22345
|
|
|
22237
|
-
|
|
22238
|
-
|
|
22346
|
+
computed: {
|
|
22347
|
+
labelId() {
|
|
22348
|
+
return `${this.uid}-label`;
|
|
22349
|
+
},
|
|
22239
22350
|
|
|
22240
|
-
|
|
22241
|
-
|
|
22351
|
+
internalMinLabel() {
|
|
22352
|
+
return this.minLabel !== undefined ? this.minLabel : this.getMin();
|
|
22353
|
+
},
|
|
22242
22354
|
|
|
22243
|
-
|
|
22244
|
-
|
|
22355
|
+
internalMaxLabel() {
|
|
22356
|
+
return this.maxLabel !== undefined ? this.maxLabel : this.getMax();
|
|
22357
|
+
},
|
|
22245
22358
|
|
|
22246
|
-
|
|
22247
|
-
|
|
22359
|
+
internalMultiplier() {
|
|
22360
|
+
let intMultiplier = parseInt(this.stepMultiplier); // default to 4 fro multiplier
|
|
22248
22361
|
|
|
22249
|
-
|
|
22362
|
+
return isNaN(intMultiplier) ? 4 : Math.max(intMultiplier, 1);
|
|
22363
|
+
},
|
|
22364
|
+
|
|
22365
|
+
humanReadableLabel() {
|
|
22366
|
+
if (this.internalByteUnit === "gib") {
|
|
22367
|
+
return this.gibFormat(this.internalValue);
|
|
22368
|
+
} else {
|
|
22369
|
+
// MiB
|
|
22370
|
+
return this.mibFormat(this.internalValue);
|
|
22371
|
+
}
|
|
22372
|
+
}
|
|
22373
|
+
|
|
22374
|
+
},
|
|
22375
|
+
|
|
22376
|
+
created() {
|
|
22377
|
+
this.internalUnlimited = this.isUnlimited;
|
|
22378
|
+
this.internalByteUnit = this.byteUnit;
|
|
22379
|
+
},
|
|
22380
|
+
|
|
22381
|
+
mounted() {
|
|
22382
|
+
this.$refs.range.value = this.value;
|
|
22383
|
+
this.internalValue = this.$refs.range.value;
|
|
22384
|
+
this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
|
|
22385
|
+
this.checkSlots();
|
|
22386
|
+
},
|
|
22387
|
+
|
|
22388
|
+
updated() {
|
|
22389
|
+
this.checkSlots();
|
|
22390
|
+
},
|
|
22391
|
+
|
|
22392
|
+
watch: {
|
|
22393
|
+
value(val) {
|
|
22394
|
+
this.setValue(val);
|
|
22395
|
+
},
|
|
22396
|
+
|
|
22397
|
+
min() {
|
|
22398
|
+
this.$nextTick(() => {
|
|
22399
|
+
this.setValue(this.internalValue);
|
|
22400
|
+
});
|
|
22401
|
+
},
|
|
22402
|
+
|
|
22403
|
+
max() {
|
|
22404
|
+
this.$nextTick(() => {
|
|
22405
|
+
this.setValue(this.internalValue);
|
|
22406
|
+
});
|
|
22407
|
+
},
|
|
22408
|
+
|
|
22409
|
+
step() {
|
|
22410
|
+
this.$nextTick(() => {
|
|
22411
|
+
this.setValue(this.internalValue);
|
|
22412
|
+
});
|
|
22413
|
+
},
|
|
22414
|
+
|
|
22415
|
+
isUnlimited() {
|
|
22416
|
+
this.internalUnlimited = this.isUnlimited;
|
|
22417
|
+
},
|
|
22418
|
+
|
|
22419
|
+
internalUnlimited() {
|
|
22420
|
+
if (this.internalUnlimited) {
|
|
22421
|
+
this.$emit("unlimited", true);
|
|
22422
|
+
} else {
|
|
22423
|
+
this.$emit("unlimited", false);
|
|
22424
|
+
}
|
|
22425
|
+
},
|
|
22426
|
+
|
|
22427
|
+
byteUnit() {
|
|
22428
|
+
this.internalByteUnit = this.byteUnit;
|
|
22429
|
+
},
|
|
22430
|
+
|
|
22431
|
+
internalByteUnit() {
|
|
22432
|
+
this.$emit("byteUnit", this.internalByteUnit);
|
|
22433
|
+
}
|
|
22434
|
+
|
|
22435
|
+
},
|
|
22436
|
+
methods: {
|
|
22437
|
+
// NOTE: It is not safe to rely on Numbers for non-integer steps
|
|
22438
|
+
getMin() {
|
|
22439
|
+
if (this.$refs.range) {
|
|
22440
|
+
const val = parseFloat(this.$refs.range.min);
|
|
22441
|
+
return isNaN(val) ? 0 : val;
|
|
22442
|
+
}
|
|
22443
|
+
|
|
22444
|
+
return 0;
|
|
22445
|
+
},
|
|
22446
|
+
|
|
22447
|
+
getMax() {
|
|
22448
|
+
if (this.$refs.range) {
|
|
22449
|
+
const val = parseFloat(this.$refs.range.max);
|
|
22450
|
+
return isNaN(val) ? 100 : val;
|
|
22451
|
+
}
|
|
22452
|
+
|
|
22453
|
+
return 100;
|
|
22454
|
+
},
|
|
22455
|
+
|
|
22456
|
+
getValue() {
|
|
22457
|
+
if (this.$refs.range) {
|
|
22458
|
+
const val = parseFloat(this.$refs.range.value);
|
|
22459
|
+
return isNaN(val) ? 0 : val;
|
|
22460
|
+
}
|
|
22461
|
+
|
|
22462
|
+
return (this.getMax() + this.getMin()) / 2;
|
|
22463
|
+
},
|
|
22464
|
+
|
|
22465
|
+
getStep() {
|
|
22466
|
+
if (this.$refs.range) {
|
|
22467
|
+
const val = parseFloat(this.$refs.range.step);
|
|
22468
|
+
return isNaN(val) ? 0 : val;
|
|
22469
|
+
}
|
|
22470
|
+
|
|
22471
|
+
return 1;
|
|
22472
|
+
},
|
|
22473
|
+
|
|
22474
|
+
setValue(newValue) {
|
|
22475
|
+
if (this.disabled) return;
|
|
22476
|
+
this.$refs.range.value = newValue;
|
|
22477
|
+
this.internalValue = this.$refs.range.value;
|
|
22478
|
+
this.percentage = `${(this.internalValue - this.getMin()) * 100 / (this.getMax() - this.getMin())}%`;
|
|
22479
|
+
this.$emit("modelEvent", this.$refs.range.value);
|
|
22480
|
+
this.$emit("change", this.$refs.range.value);
|
|
22481
|
+
},
|
|
22482
|
+
|
|
22483
|
+
onChange() {
|
|
22484
|
+
let newValue = this.internalValue.length ? parseFloat(this.internalValue) : this.getMin();
|
|
22485
|
+
this.setValue(newValue);
|
|
22486
|
+
},
|
|
22487
|
+
|
|
22488
|
+
onStartDrag(ev) {
|
|
22489
|
+
document.body.addEventListener("mousemove", this.onDrag);
|
|
22490
|
+
document.body.addEventListener("mouseup", this.onStopDrag);
|
|
22491
|
+
this.dragStartX = ev.clientX;
|
|
22492
|
+
this.dragStartValue = this.getValue();
|
|
22493
|
+
this.isDragging = true;
|
|
22494
|
+
},
|
|
22495
|
+
|
|
22496
|
+
onDrag(ev) {
|
|
22497
|
+
if (this.isDragging) {
|
|
22498
|
+
// percentage change
|
|
22499
|
+
let newValue = (ev.clientX - this.dragStartX) / this.$refs.track.offsetWidth; // uncapped new value
|
|
22500
|
+
|
|
22501
|
+
newValue = this.dragStartValue + (this.getMax() - this.getMin()) * newValue;
|
|
22502
|
+
this.setValue(newValue, ev);
|
|
22503
|
+
}
|
|
22504
|
+
},
|
|
22505
|
+
|
|
22506
|
+
onStopDrag() {
|
|
22507
|
+
this.isDragging = false;
|
|
22508
|
+
document.body.removeEventListener("mousemove", this.onDrag);
|
|
22509
|
+
document.body.removeEventListener("mouseup", this.onStopDrag);
|
|
22510
|
+
},
|
|
22511
|
+
|
|
22512
|
+
onTrackClick(ev) {
|
|
22513
|
+
const afterAnimate = ev => {
|
|
22514
|
+
if (ev.propertyName === "left") {
|
|
22515
|
+
this.animateClick = false;
|
|
22516
|
+
this.$refs.thumb.removeEventListener("transitionend", afterAnimate);
|
|
22517
|
+
}
|
|
22518
|
+
};
|
|
22519
|
+
|
|
22520
|
+
let newValue = ev.offsetX / this.$refs.track.offsetWidth;
|
|
22521
|
+
newValue = (this.getMax() - this.getMin()) * newValue + this.getMin();
|
|
22522
|
+
this.$refs.thumb.addEventListener("transitionend", afterAnimate);
|
|
22523
|
+
this.animateClick = true;
|
|
22524
|
+
this.setValue(newValue, ev);
|
|
22525
|
+
},
|
|
22526
|
+
|
|
22527
|
+
onUp(ev) {
|
|
22528
|
+
let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
|
|
22529
|
+
let newValue = curValue + (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
|
|
22530
|
+
this.setValue(newValue, ev);
|
|
22531
|
+
},
|
|
22532
|
+
|
|
22533
|
+
onDown(ev) {
|
|
22534
|
+
let curValue = ev.target.type === "number" ? parseFloat(ev.target.value) : this.getValue();
|
|
22535
|
+
let newValue = curValue - (ev.shiftKey ? this.internalMultiplier * this.getStep() : this.getStep());
|
|
22536
|
+
this.setValue(newValue, ev);
|
|
22537
|
+
},
|
|
22538
|
+
|
|
22539
|
+
mibFormat(size) {
|
|
22540
|
+
let result;
|
|
22541
|
+
|
|
22542
|
+
switch (true) {
|
|
22543
|
+
case size === null || size === "" || isNaN(size):
|
|
22544
|
+
result = "-";
|
|
22545
|
+
break;
|
|
22546
|
+
|
|
22547
|
+
case size >= 0 && size < 1024:
|
|
22548
|
+
result = size + " MiB";
|
|
22549
|
+
break;
|
|
22550
|
+
|
|
22551
|
+
case size >= 1024 && size < Math.pow(1024, 2):
|
|
22552
|
+
result = Math.round(size / 1024 * 100) / 100 + " GiB";
|
|
22553
|
+
break;
|
|
22554
|
+
|
|
22555
|
+
default:
|
|
22556
|
+
result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " TiB";
|
|
22557
|
+
}
|
|
22558
|
+
|
|
22559
|
+
return result;
|
|
22560
|
+
},
|
|
22561
|
+
|
|
22562
|
+
gibFormat(size) {
|
|
22563
|
+
let result;
|
|
22564
|
+
|
|
22565
|
+
switch (true) {
|
|
22566
|
+
case size === null || size === "" || isNaN(size):
|
|
22567
|
+
result = "-";
|
|
22568
|
+
break;
|
|
22569
|
+
|
|
22570
|
+
case size >= 0 && size < 1024:
|
|
22571
|
+
result = size + " GiB";
|
|
22572
|
+
break;
|
|
22573
|
+
|
|
22574
|
+
default:
|
|
22575
|
+
result = Math.round(size / 1024 * 100) / 100 + " TiB";
|
|
22576
|
+
}
|
|
22577
|
+
|
|
22578
|
+
return result;
|
|
22579
|
+
},
|
|
22580
|
+
|
|
22581
|
+
checkSlots() {
|
|
22582
|
+
// NOTE: this.$slots is not reactive so needs to be managed on updated
|
|
22583
|
+
this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
|
|
22584
|
+
}
|
|
22585
|
+
|
|
22586
|
+
}
|
|
22587
|
+
};
|
|
22588
|
+
|
|
22589
|
+
/* script */
|
|
22590
|
+
const __vue_script__$1 = script$1;
|
|
22591
|
+
/* template */
|
|
22592
|
+
|
|
22593
|
+
var __vue_render__$7 = function () {
|
|
22594
|
+
var _obj, _obj$1, _obj$2, _obj$3;
|
|
22595
|
+
|
|
22596
|
+
var _vm = this;
|
|
22597
|
+
|
|
22598
|
+
var _h = _vm.$createElement;
|
|
22599
|
+
|
|
22600
|
+
var _c = _vm._self._c || _h;
|
|
22601
|
+
|
|
22602
|
+
return _c('div', {
|
|
22603
|
+
class: "ns-byte-slider cv-slider " + _vm.carbonPrefix + "--form-item"
|
|
22604
|
+
}, [_c('div', {
|
|
22605
|
+
staticClass: "wrapper",
|
|
22606
|
+
attrs: {
|
|
22607
|
+
"data-invalid": _vm.isInvalid
|
|
22608
|
+
}
|
|
22609
|
+
}, [_c('label', {
|
|
22610
|
+
directives: [{
|
|
22611
|
+
name: "show",
|
|
22612
|
+
rawName: "v-show",
|
|
22613
|
+
value: _vm.label,
|
|
22614
|
+
expression: "label"
|
|
22615
|
+
}],
|
|
22616
|
+
class: [_vm.carbonPrefix + "--label", (_obj = {}, _obj[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled, _obj)],
|
|
22617
|
+
attrs: {
|
|
22618
|
+
"for": _vm.uid,
|
|
22619
|
+
"id": _vm.labelId
|
|
22620
|
+
}
|
|
22621
|
+
}, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.showUnlimited ? _c('NsCheckbox', {
|
|
22622
|
+
staticClass: "is-unlimited",
|
|
22623
|
+
attrs: {
|
|
22624
|
+
"label": _vm.unlimitedLabel,
|
|
22625
|
+
"disabled": _vm.disabled,
|
|
22626
|
+
"value": "checkUnlimited"
|
|
22627
|
+
},
|
|
22628
|
+
model: {
|
|
22629
|
+
value: _vm.internalUnlimited,
|
|
22630
|
+
callback: function ($$v) {
|
|
22631
|
+
_vm.internalUnlimited = $$v;
|
|
22632
|
+
},
|
|
22633
|
+
expression: "internalUnlimited"
|
|
22634
|
+
}
|
|
22635
|
+
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
22636
|
+
class: _vm.carbonPrefix + "--slider-container"
|
|
22637
|
+
}, [_vm.internalMinLabel ? _c('span', {
|
|
22638
|
+
class: _vm.carbonPrefix + "--slider__range-label"
|
|
22639
|
+
}, [_vm._v(_vm._s(_vm.internalMinLabel))]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
22640
|
+
class: [_vm.carbonPrefix + "--slider", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--slider--disabled"] = _vm.disabled || _vm.internalUnlimited, _obj$1)],
|
|
22641
|
+
attrs: {
|
|
22642
|
+
"data-slider": "",
|
|
22643
|
+
"data-slider-input-box": "#slider-input-box"
|
|
22644
|
+
}
|
|
22645
|
+
}, [_c('div', {
|
|
22646
|
+
ref: "track",
|
|
22647
|
+
class: _vm.carbonPrefix + "--slider__track",
|
|
22648
|
+
on: {
|
|
22649
|
+
"click": _vm.onTrackClick
|
|
22650
|
+
}
|
|
22651
|
+
}), _vm._v(" "), _c('div', {
|
|
22652
|
+
class: _vm.carbonPrefix + "--slider__filled-track",
|
|
22653
|
+
style: "width: " + _vm.percentage + ";"
|
|
22654
|
+
}), _vm._v(" "), _c('div', {
|
|
22655
|
+
ref: "thumb",
|
|
22656
|
+
class: [_vm.carbonPrefix + "--slider__thumb", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--slider__thumb--clicked"] = _vm.animateClick, _obj$2)],
|
|
22657
|
+
style: "left: " + _vm.percentage + ";",
|
|
22658
|
+
attrs: {
|
|
22659
|
+
"tabindex": "0",
|
|
22660
|
+
"aria-labelledby": _vm.labelId
|
|
22661
|
+
},
|
|
22662
|
+
on: {
|
|
22663
|
+
"keydown": [function ($event) {
|
|
22664
|
+
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"])) {
|
|
22665
|
+
return null;
|
|
22666
|
+
}
|
|
22667
|
+
|
|
22668
|
+
if ('button' in $event && $event.button !== 2) {
|
|
22669
|
+
return null;
|
|
22670
|
+
}
|
|
22671
|
+
|
|
22672
|
+
$event.preventDefault();
|
|
22673
|
+
return _vm.onUp.apply(null, arguments);
|
|
22674
|
+
}, function ($event) {
|
|
22675
|
+
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"])) {
|
|
22676
|
+
return null;
|
|
22677
|
+
}
|
|
22678
|
+
|
|
22679
|
+
if ('button' in $event && $event.button !== 0) {
|
|
22680
|
+
return null;
|
|
22681
|
+
}
|
|
22682
|
+
|
|
22683
|
+
$event.preventDefault();
|
|
22684
|
+
return _vm.onDown.apply(null, arguments);
|
|
22685
|
+
}],
|
|
22686
|
+
"mousedown": _vm.onStartDrag
|
|
22687
|
+
}
|
|
22688
|
+
}), _vm._v(" "), _c('input', {
|
|
22689
|
+
ref: "range",
|
|
22690
|
+
class: _vm.carbonPrefix + "--slider__input",
|
|
22691
|
+
attrs: {
|
|
22692
|
+
"id": _vm.uid,
|
|
22693
|
+
"type": "range",
|
|
22694
|
+
"step": _vm.step,
|
|
22695
|
+
"min": _vm.min,
|
|
22696
|
+
"max": _vm.max
|
|
22697
|
+
}
|
|
22698
|
+
})]), _vm._v(" "), _vm.internalMaxLabel ? _c('span', {
|
|
22699
|
+
class: _vm.carbonPrefix + "--slider__range-label"
|
|
22700
|
+
}, [_vm._v(_vm._s(_vm.internalMaxLabel))]) : _vm._e(), _vm._v(" "), _c('input', {
|
|
22701
|
+
directives: [{
|
|
22702
|
+
name: "model",
|
|
22703
|
+
rawName: "v-model",
|
|
22704
|
+
value: _vm.internalValue,
|
|
22705
|
+
expression: "internalValue"
|
|
22706
|
+
}],
|
|
22707
|
+
ref: "inputBox",
|
|
22708
|
+
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'],
|
|
22709
|
+
attrs: {
|
|
22710
|
+
"type": "number",
|
|
22711
|
+
"placeholder": _vm.min,
|
|
22712
|
+
"disabled": _vm.disabled || _vm.internalUnlimited
|
|
22713
|
+
},
|
|
22714
|
+
domProps: {
|
|
22715
|
+
"value": _vm.internalValue
|
|
22716
|
+
},
|
|
22717
|
+
on: {
|
|
22718
|
+
"change": _vm.onChange,
|
|
22719
|
+
"keydown": [function ($event) {
|
|
22720
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"])) {
|
|
22721
|
+
return null;
|
|
22722
|
+
}
|
|
22723
|
+
|
|
22724
|
+
$event.preventDefault();
|
|
22725
|
+
return _vm.onUp.apply(null, arguments);
|
|
22726
|
+
}, function ($event) {
|
|
22727
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"])) {
|
|
22728
|
+
return null;
|
|
22729
|
+
}
|
|
22730
|
+
|
|
22731
|
+
$event.preventDefault();
|
|
22732
|
+
return _vm.onDown.apply(null, arguments);
|
|
22733
|
+
}],
|
|
22734
|
+
"input": function ($event) {
|
|
22735
|
+
if ($event.target.composing) {
|
|
22736
|
+
return;
|
|
22737
|
+
}
|
|
22738
|
+
|
|
22739
|
+
_vm.internalValue = $event.target.value;
|
|
22740
|
+
}
|
|
22741
|
+
}
|
|
22742
|
+
}), _vm._v(" "), _vm.showMibGibToggle ? _c('cv-radio-group', {
|
|
22743
|
+
staticClass: "mib-gib"
|
|
22744
|
+
}, [_c('cv-radio-button', {
|
|
22745
|
+
attrs: {
|
|
22746
|
+
"name": "group-mib-gib",
|
|
22747
|
+
"label": "MiB",
|
|
22748
|
+
"value": "mib",
|
|
22749
|
+
"disabled": _vm.disabled || _vm.internalUnlimited
|
|
22750
|
+
},
|
|
22751
|
+
model: {
|
|
22752
|
+
value: _vm.internalByteUnit,
|
|
22753
|
+
callback: function ($$v) {
|
|
22754
|
+
_vm.internalByteUnit = $$v;
|
|
22755
|
+
},
|
|
22756
|
+
expression: "internalByteUnit"
|
|
22757
|
+
}
|
|
22758
|
+
}), _vm._v(" "), _c('cv-radio-button', {
|
|
22759
|
+
attrs: {
|
|
22760
|
+
"name": "group-mib-gib",
|
|
22761
|
+
"label": "GiB",
|
|
22762
|
+
"value": "gib",
|
|
22763
|
+
"disabled": _vm.disabled || _vm.internalUnlimited
|
|
22764
|
+
},
|
|
22765
|
+
model: {
|
|
22766
|
+
value: _vm.internalByteUnit,
|
|
22767
|
+
callback: function ($$v) {
|
|
22768
|
+
_vm.internalByteUnit = $$v;
|
|
22769
|
+
},
|
|
22770
|
+
expression: "internalByteUnit"
|
|
22771
|
+
}
|
|
22772
|
+
})], 1) : _vm._e()], 1), _vm._v(" "), _vm.showHumanReadableLabel && !_vm.internalUnlimited ? _c('NsTag', {
|
|
22773
|
+
staticClass: "human-label",
|
|
22774
|
+
attrs: {
|
|
22775
|
+
"label": _vm.humanReadableLabel,
|
|
22776
|
+
"kind": _vm.tagKind,
|
|
22777
|
+
"disabled": _vm.disabled || _vm.internalUnlimited
|
|
22778
|
+
}
|
|
22779
|
+
}) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
22780
|
+
class: _vm.carbonPrefix + "--form-requirement"
|
|
22781
|
+
}, [_vm._t("invalid-message", function () {
|
|
22782
|
+
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
22783
|
+
})], 2) : _vm._e()]);
|
|
22784
|
+
};
|
|
22785
|
+
|
|
22786
|
+
var __vue_staticRenderFns__$7 = [];
|
|
22787
|
+
/* style */
|
|
22788
|
+
|
|
22789
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
22790
|
+
if (!inject) return;
|
|
22791
|
+
inject("data-v-af193c20_0", {
|
|
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}",
|
|
22793
|
+
map: undefined,
|
|
22794
|
+
media: undefined
|
|
22795
|
+
}), inject("data-v-af193c20_1", {
|
|
22796
|
+
source: ".ns-byte-slider .bx--slider-container{flex-wrap:wrap}.ns-byte-slider .bx--slider-text-input{width:5rem}.ns-byte-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
|
|
22797
|
+
map: undefined,
|
|
22798
|
+
media: undefined
|
|
22799
|
+
});
|
|
22800
|
+
};
|
|
22801
|
+
/* scoped */
|
|
22802
|
+
|
|
22803
|
+
|
|
22804
|
+
const __vue_scope_id__$8 = "data-v-af193c20";
|
|
22805
|
+
/* module identifier */
|
|
22806
|
+
|
|
22807
|
+
const __vue_module_identifier__$8 = undefined;
|
|
22808
|
+
/* functional template */
|
|
22809
|
+
|
|
22810
|
+
const __vue_is_functional_template__$8 = false;
|
|
22811
|
+
/* style inject SSR */
|
|
22812
|
+
|
|
22813
|
+
/* style inject shadow dom */
|
|
22814
|
+
|
|
22815
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
22816
|
+
render: __vue_render__$7,
|
|
22817
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
22818
|
+
}, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
22819
|
+
|
|
22820
|
+
var __vue_component__$h = __vue_component__$g;
|
|
22821
|
+
|
|
22822
|
+
var script = {
|
|
22823
|
+
name: "NsTabs",
|
|
22824
|
+
extends: CvTabs,
|
|
22825
|
+
methods: {
|
|
22826
|
+
// extend method to fix error on beforeDestroy
|
|
22827
|
+
doScrollIntoView(index) {
|
|
22828
|
+
const tab = this.$refs.link[index]; // fix error on beforeDestroy
|
|
22829
|
+
|
|
22830
|
+
if (!tab) {
|
|
22831
|
+
return;
|
|
22832
|
+
}
|
|
22833
|
+
|
|
22834
|
+
const scrollContainer = tab.parentNode ? tab.parentNode.parentNode : null;
|
|
22835
|
+
let newScrollLeft;
|
|
22836
|
+
|
|
22837
|
+
if (tab && scrollContainer) {
|
|
22838
|
+
const scrollLeft = scrollContainer.scrollLeft;
|
|
22839
|
+
const tabLeft = tab.offsetLeft - scrollContainer.offsetLeft;
|
|
22840
|
+
|
|
22841
|
+
if (index === 0) {
|
|
22842
|
+
newScrollLeft = 0;
|
|
22843
|
+
} else if (index === this.$refs.link.length - 1) {
|
|
22844
|
+
newScrollLeft = scrollContainer.scrollWidth - scrollContainer.offsetWidth;
|
|
22845
|
+
} else if (tabLeft < scrollLeft) {
|
|
22846
|
+
newScrollLeft = tabLeft;
|
|
22847
|
+
} else {
|
|
22848
|
+
const rightOfTab = tab.offsetLeft - scrollContainer.offsetLeft + tab.offsetWidth;
|
|
22849
|
+
|
|
22850
|
+
if (rightOfTab > scrollContainer.offsetWidth + scrollLeft) {
|
|
22851
|
+
newScrollLeft = rightOfTab - scrollContainer.offsetWidth;
|
|
22852
|
+
|
|
22853
|
+
if (!this.rightOverflowNavButtonHidden) {
|
|
22854
|
+
newScrollLeft += this.OVERFLOW_BUTTON_OFFSET;
|
|
22855
|
+
}
|
|
22856
|
+
}
|
|
22857
|
+
}
|
|
22858
|
+
}
|
|
22859
|
+
|
|
22860
|
+
if (newScrollLeft !== undefined) {
|
|
22861
|
+
this.skipScroll = true;
|
|
22862
|
+
this.leftOverflowNavButtonHidden = newScrollLeft <= 0;
|
|
22863
|
+
this.rightOverflowNavButtonHidden = newScrollLeft + this.$refs.tablist.clientWidth >= this.$refs.tablist.scrollWidth;
|
|
22864
|
+
this.$nextTick(() => {
|
|
22865
|
+
// allow left and right nav hide to propegate before setting scroll
|
|
22866
|
+
scrollContainer.scrollLeft = newScrollLeft;
|
|
22867
|
+
this.skipScroll = false;
|
|
22868
|
+
});
|
|
22869
|
+
}
|
|
22870
|
+
}
|
|
22871
|
+
|
|
22872
|
+
}
|
|
22873
|
+
};
|
|
22874
|
+
|
|
22875
|
+
/* script */
|
|
22876
|
+
const __vue_script__ = script;
|
|
22877
|
+
/* template */
|
|
22878
|
+
|
|
22879
|
+
/* style */
|
|
22880
|
+
|
|
22881
|
+
const __vue_inject_styles__$7 = undefined;
|
|
22882
|
+
/* scoped */
|
|
22883
|
+
|
|
22884
|
+
const __vue_scope_id__$7 = undefined;
|
|
22885
|
+
/* module identifier */
|
|
22886
|
+
|
|
22887
|
+
const __vue_module_identifier__$7 = undefined;
|
|
22888
|
+
/* functional template */
|
|
22889
|
+
|
|
22890
|
+
const __vue_is_functional_template__$7 = undefined;
|
|
22891
|
+
/* style inject */
|
|
22892
|
+
|
|
22893
|
+
/* style inject SSR */
|
|
22894
|
+
|
|
22895
|
+
/* style inject shadow dom */
|
|
22896
|
+
|
|
22897
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
22898
|
+
|
|
22899
|
+
var __vue_component__$f = __vue_component__$e;
|
|
22900
|
+
|
|
22901
|
+
/* script */
|
|
22902
|
+
|
|
22903
|
+
/* template */
|
|
22904
|
+
var __vue_render__$6 = function () {
|
|
22905
|
+
var _vm = this;
|
|
22906
|
+
|
|
22907
|
+
var _h = _vm.$createElement;
|
|
22908
|
+
|
|
22909
|
+
var _c = _vm._self._c || _h;
|
|
22910
|
+
|
|
22911
|
+
return _c('path', {
|
|
22912
|
+
attrs: {
|
|
22913
|
+
"id": "gear_2_",
|
|
22914
|
+
"d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
|
|
22915
|
+
}
|
|
22916
|
+
});
|
|
22917
|
+
};
|
|
22918
|
+
|
|
22919
|
+
var __vue_staticRenderFns__$6 = [];
|
|
22920
|
+
/* style */
|
|
22921
|
+
|
|
22922
|
+
const __vue_inject_styles__$6 = undefined;
|
|
22923
|
+
/* scoped */
|
|
22924
|
+
|
|
22925
|
+
const __vue_scope_id__$6 = undefined;
|
|
22926
|
+
/* module identifier */
|
|
22927
|
+
|
|
22928
|
+
const __vue_module_identifier__$6 = undefined;
|
|
22929
|
+
/* functional template */
|
|
22930
|
+
|
|
22931
|
+
const __vue_is_functional_template__$6 = false;
|
|
22932
|
+
/* style inject */
|
|
22933
|
+
|
|
22934
|
+
/* style inject SSR */
|
|
22250
22935
|
|
|
22251
22936
|
/* style inject shadow dom */
|
|
22252
22937
|
|
|
@@ -22892,7 +23577,7 @@ var pageTitle = {
|
|
|
22892
23577
|
|
|
22893
23578
|
var filters = {
|
|
22894
23579
|
byteFormat: function (size) {
|
|
22895
|
-
|
|
23580
|
+
let result;
|
|
22896
23581
|
|
|
22897
23582
|
switch (true) {
|
|
22898
23583
|
case size === null || size === "" || isNaN(size):
|
|
@@ -22904,25 +23589,25 @@ var filters = {
|
|
|
22904
23589
|
break;
|
|
22905
23590
|
|
|
22906
23591
|
case size >= 1024 && size < Math.pow(1024, 2):
|
|
22907
|
-
result = Math.round(size / 1024 * 100) / 100 + "
|
|
23592
|
+
result = Math.round(size / 1024 * 100) / 100 + " KiB";
|
|
22908
23593
|
break;
|
|
22909
23594
|
|
|
22910
23595
|
case size >= Math.pow(1024, 2) && size < Math.pow(1024, 3):
|
|
22911
|
-
result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + "
|
|
23596
|
+
result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " MiB";
|
|
22912
23597
|
break;
|
|
22913
23598
|
|
|
22914
23599
|
case size >= Math.pow(1024, 3) && size < Math.pow(1024, 4):
|
|
22915
|
-
result = Math.round(size / Math.pow(1024, 3) * 100) / 100 + "
|
|
23600
|
+
result = Math.round(size / Math.pow(1024, 3) * 100) / 100 + " GiB";
|
|
22916
23601
|
break;
|
|
22917
23602
|
|
|
22918
23603
|
default:
|
|
22919
|
-
result = Math.round(size / Math.pow(1024, 4) * 100) / 100 + "
|
|
23604
|
+
result = Math.round(size / Math.pow(1024, 4) * 100) / 100 + " TiB";
|
|
22920
23605
|
}
|
|
22921
23606
|
|
|
22922
23607
|
return result;
|
|
22923
23608
|
},
|
|
22924
23609
|
humanFormat: function (number, decimals = false) {
|
|
22925
|
-
|
|
23610
|
+
let result;
|
|
22926
23611
|
|
|
22927
23612
|
switch (true) {
|
|
22928
23613
|
case number === null || number === "" || isNaN(number):
|
|
@@ -22971,6 +23656,49 @@ var filters = {
|
|
|
22971
23656
|
|
|
22972
23657
|
return result;
|
|
22973
23658
|
},
|
|
23659
|
+
|
|
23660
|
+
mibFormat(size) {
|
|
23661
|
+
let result;
|
|
23662
|
+
|
|
23663
|
+
switch (true) {
|
|
23664
|
+
case size === null || size === "" || isNaN(size):
|
|
23665
|
+
result = "-";
|
|
23666
|
+
break;
|
|
23667
|
+
|
|
23668
|
+
case size >= 0 && size < 1024:
|
|
23669
|
+
result = size + " MiB";
|
|
23670
|
+
break;
|
|
23671
|
+
|
|
23672
|
+
case size >= 1024 && size < Math.pow(1024, 2):
|
|
23673
|
+
result = Math.round(size / 1024 * 100) / 100 + " GiB";
|
|
23674
|
+
break;
|
|
23675
|
+
|
|
23676
|
+
default:
|
|
23677
|
+
result = Math.round(size / Math.pow(1024, 2) * 100) / 100 + " TiB";
|
|
23678
|
+
}
|
|
23679
|
+
|
|
23680
|
+
return result;
|
|
23681
|
+
},
|
|
23682
|
+
|
|
23683
|
+
gibFormat(size) {
|
|
23684
|
+
let result;
|
|
23685
|
+
|
|
23686
|
+
switch (true) {
|
|
23687
|
+
case size === null || size === "" || isNaN(size):
|
|
23688
|
+
result = "-";
|
|
23689
|
+
break;
|
|
23690
|
+
|
|
23691
|
+
case size >= 0 && size < 1024:
|
|
23692
|
+
result = size + " GiB";
|
|
23693
|
+
break;
|
|
23694
|
+
|
|
23695
|
+
default:
|
|
23696
|
+
result = Math.round(size / 1024 * 100) / 100 + " TiB";
|
|
23697
|
+
}
|
|
23698
|
+
|
|
23699
|
+
return result;
|
|
23700
|
+
},
|
|
23701
|
+
|
|
22974
23702
|
secondsFormat: function (value) {
|
|
22975
23703
|
if (value < 0) {
|
|
22976
23704
|
return "-";
|
|
@@ -23019,39 +23747,41 @@ var filters = {
|
|
|
23019
23747
|
var components = /*#__PURE__*/Object.freeze({
|
|
23020
23748
|
__proto__: null,
|
|
23021
23749
|
NsButton: NsButton,
|
|
23022
|
-
NsEmptyState: __vue_component__$
|
|
23750
|
+
NsEmptyState: __vue_component__$18,
|
|
23023
23751
|
NsPictogram: NsPictogram,
|
|
23024
|
-
NsCodeSnippet: __vue_component__$
|
|
23752
|
+
NsCodeSnippet: __vue_component__$16,
|
|
23025
23753
|
NsInlineNotification: NsInlineNotification,
|
|
23026
23754
|
NsProgressBar: NsProgressBar,
|
|
23027
23755
|
NsSvg: NsSvg,
|
|
23028
|
-
NsTile: __vue_component__$
|
|
23029
|
-
NsToastNotification: __vue_component__$
|
|
23030
|
-
NsInfoCard: __vue_component__$
|
|
23031
|
-
NsStatusCard: __vue_component__$
|
|
23032
|
-
NsSystemdServiceCard: __vue_component__$
|
|
23033
|
-
NsPasswordInput: __vue_component__$
|
|
23034
|
-
NsIconMenu: __vue_component__$
|
|
23035
|
-
NsMeterChart: __vue_component__$
|
|
23756
|
+
NsTile: __vue_component__$10,
|
|
23757
|
+
NsToastNotification: __vue_component__$_,
|
|
23758
|
+
NsInfoCard: __vue_component__$Y,
|
|
23759
|
+
NsStatusCard: __vue_component__$W,
|
|
23760
|
+
NsSystemdServiceCard: __vue_component__$U,
|
|
23761
|
+
NsPasswordInput: __vue_component__$R,
|
|
23762
|
+
NsIconMenu: __vue_component__$P,
|
|
23763
|
+
NsMeterChart: __vue_component__$N,
|
|
23036
23764
|
NsLottieAnimation: NsLottieAnimation,
|
|
23037
|
-
NsDangerDeleteModal: __vue_component__$
|
|
23765
|
+
NsDangerDeleteModal: __vue_component__$K,
|
|
23038
23766
|
NsCircleTimer: NsCircleTimer,
|
|
23039
|
-
NsDropdownAction: __vue_component__$
|
|
23767
|
+
NsDropdownAction: __vue_component__$I,
|
|
23040
23768
|
NsTextInput: NsTextInput,
|
|
23041
|
-
NsBackupCard: __vue_component__$
|
|
23042
|
-
NsWizard: __vue_component__$
|
|
23043
|
-
NsMenuItem: __vue_component__$
|
|
23044
|
-
NsMenuDivider: __vue_component__$
|
|
23045
|
-
NsSystemLogsCard: __vue_component__$
|
|
23769
|
+
NsBackupCard: __vue_component__$F,
|
|
23770
|
+
NsWizard: __vue_component__$D,
|
|
23771
|
+
NsMenuItem: __vue_component__$B,
|
|
23772
|
+
NsMenuDivider: __vue_component__$z,
|
|
23773
|
+
NsSystemLogsCard: __vue_component__$x,
|
|
23046
23774
|
NsModal: NsModal,
|
|
23047
|
-
NsTimePicker: __vue_component__$
|
|
23048
|
-
NsDataTable: __vue_component__$
|
|
23775
|
+
NsTimePicker: __vue_component__$v,
|
|
23776
|
+
NsDataTable: __vue_component__$s,
|
|
23049
23777
|
NsPagination: NsPagination,
|
|
23050
|
-
NsToggle: __vue_component__$
|
|
23778
|
+
NsToggle: __vue_component__$q,
|
|
23051
23779
|
NsTag: NsTag,
|
|
23052
|
-
NsMultiSelect: __vue_component__$
|
|
23053
|
-
NsComboBox: __vue_component__$
|
|
23054
|
-
NsCheckbox: __vue_component__$
|
|
23780
|
+
NsMultiSelect: __vue_component__$n,
|
|
23781
|
+
NsComboBox: __vue_component__$l,
|
|
23782
|
+
NsCheckbox: __vue_component__$j,
|
|
23783
|
+
NsByteSlider: __vue_component__$h,
|
|
23784
|
+
NsTabs: __vue_component__$f,
|
|
23055
23785
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
23056
23786
|
GearPictogram: __vue_component__$d,
|
|
23057
23787
|
LovePictogram: __vue_component__$b,
|
|
@@ -23079,4 +23809,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
23079
23809
|
});
|
|
23080
23810
|
}; // Create module definition for Vue.use()
|
|
23081
23811
|
|
|
23082
|
-
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__$
|
|
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__$F as NsBackupCard, NsButton, __vue_component__$h as NsByteSlider, __vue_component__$j as NsCheckbox, NsCircleTimer, __vue_component__$16 as NsCodeSnippet, __vue_component__$l as NsComboBox, __vue_component__$K as NsDangerDeleteModal, __vue_component__$s as NsDataTable, __vue_component__$I as NsDropdownAction, __vue_component__$18 as NsEmptyState, __vue_component__$P as NsIconMenu, __vue_component__$Y as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$z as NsMenuDivider, __vue_component__$B as NsMenuItem, __vue_component__$N as NsMeterChart, NsModal, __vue_component__$n as NsMultiSelect, NsPagination, __vue_component__$R as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$W as NsStatusCard, NsSvg, __vue_component__$x as NsSystemLogsCard, __vue_component__$U as NsSystemdServiceCard, __vue_component__$f as NsTabs, NsTag, NsTextInput, __vue_component__$10 as NsTile, __vue_component__$v as NsTimePicker, __vue_component__$_ as NsToastNotification, __vue_component__$q as NsToggle, __vue_component__$D 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 };
|