@nethserver/ns8-ui-lib 1.1.4 → 1.2.1
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 +1207 -510
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +994 -485
- package/package.json +1 -1
- package/src/lib-components/NsComboSearchBox.vue +669 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -161,9 +161,11 @@ import Close16 from '@carbon/icons-vue/es/close/16';
|
|
|
161
161
|
import ChevronRight16 from '@carbon/icons-vue/es/chevron--right/16';
|
|
162
162
|
import ChevronDown16 from '@carbon/icons-vue/es/chevron--down/16';
|
|
163
163
|
import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
|
|
164
|
+
import { mapState } from 'vuex';
|
|
165
|
+
import Mark from 'mark.js';
|
|
164
166
|
|
|
165
167
|
//
|
|
166
|
-
var script$
|
|
168
|
+
var script$C = {
|
|
167
169
|
name: "NsButton",
|
|
168
170
|
extends: CvButton,
|
|
169
171
|
props: {
|
|
@@ -326,10 +328,10 @@ function addStyle(id, css) {
|
|
|
326
328
|
}
|
|
327
329
|
|
|
328
330
|
/* script */
|
|
329
|
-
const __vue_script__$
|
|
331
|
+
const __vue_script__$C = script$C;
|
|
330
332
|
/* template */
|
|
331
333
|
|
|
332
|
-
var __vue_render__$
|
|
334
|
+
var __vue_render__$K = function () {
|
|
333
335
|
var _vm = this;
|
|
334
336
|
|
|
335
337
|
var _h = _vm.$createElement;
|
|
@@ -352,10 +354,10 @@ var __vue_render__$J = function () {
|
|
|
352
354
|
}) : _vm._e()], 2);
|
|
353
355
|
};
|
|
354
356
|
|
|
355
|
-
var __vue_staticRenderFns__$
|
|
357
|
+
var __vue_staticRenderFns__$K = [];
|
|
356
358
|
/* style */
|
|
357
359
|
|
|
358
|
-
const __vue_inject_styles__$
|
|
360
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
359
361
|
if (!inject) return;
|
|
360
362
|
inject("data-v-34f1ee57_0", {
|
|
361
363
|
source: ".bx--btn .bx--btn__icon[data-v-34f1ee57]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-34f1ee57]{width:1rem;height:1rem}.loader[data-v-34f1ee57]{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-34f1ee57 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-34f1ee57]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-34f1ee57],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-34f1ee57]{position:static;margin-left:.5rem}@keyframes spin-data-v-34f1ee57{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -366,23 +368,23 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
366
368
|
/* scoped */
|
|
367
369
|
|
|
368
370
|
|
|
369
|
-
const __vue_scope_id__$
|
|
371
|
+
const __vue_scope_id__$N = "data-v-34f1ee57";
|
|
370
372
|
/* module identifier */
|
|
371
373
|
|
|
372
|
-
const __vue_module_identifier__$
|
|
374
|
+
const __vue_module_identifier__$N = undefined;
|
|
373
375
|
/* functional template */
|
|
374
376
|
|
|
375
|
-
const __vue_is_functional_template__$
|
|
377
|
+
const __vue_is_functional_template__$N = false;
|
|
376
378
|
/* style inject SSR */
|
|
377
379
|
|
|
378
380
|
/* style inject shadow dom */
|
|
379
381
|
|
|
380
|
-
const __vue_component__$
|
|
381
|
-
render: __vue_render__$
|
|
382
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
383
|
-
}, __vue_inject_styles__$
|
|
382
|
+
const __vue_component__$1m = /*#__PURE__*/normalizeComponent({
|
|
383
|
+
render: __vue_render__$K,
|
|
384
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
385
|
+
}, __vue_inject_styles__$N, __vue_script__$C, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
384
386
|
|
|
385
|
-
var NsButton = __vue_component__$
|
|
387
|
+
var NsButton = __vue_component__$1m;
|
|
386
388
|
|
|
387
389
|
//
|
|
388
390
|
//
|
|
@@ -404,7 +406,7 @@ var NsButton = __vue_component__$1k;
|
|
|
404
406
|
//
|
|
405
407
|
//
|
|
406
408
|
//
|
|
407
|
-
var script$
|
|
409
|
+
var script$B = {
|
|
408
410
|
name: "NsPictogram",
|
|
409
411
|
props: {
|
|
410
412
|
title: {
|
|
@@ -427,10 +429,10 @@ var script$A = {
|
|
|
427
429
|
};
|
|
428
430
|
|
|
429
431
|
/* script */
|
|
430
|
-
const __vue_script__$
|
|
432
|
+
const __vue_script__$B = script$B;
|
|
431
433
|
/* template */
|
|
432
434
|
|
|
433
|
-
var __vue_render__$
|
|
435
|
+
var __vue_render__$J = function () {
|
|
434
436
|
var _vm = this;
|
|
435
437
|
|
|
436
438
|
var _h = _vm.$createElement;
|
|
@@ -458,34 +460,34 @@ var __vue_render__$I = function () {
|
|
|
458
460
|
}, [_vm._t("default")], 2)]);
|
|
459
461
|
};
|
|
460
462
|
|
|
461
|
-
var __vue_staticRenderFns__$
|
|
463
|
+
var __vue_staticRenderFns__$J = [];
|
|
462
464
|
/* style */
|
|
463
465
|
|
|
464
|
-
const __vue_inject_styles__$
|
|
466
|
+
const __vue_inject_styles__$M = undefined;
|
|
465
467
|
/* scoped */
|
|
466
468
|
|
|
467
|
-
const __vue_scope_id__$
|
|
469
|
+
const __vue_scope_id__$M = undefined;
|
|
468
470
|
/* module identifier */
|
|
469
471
|
|
|
470
|
-
const __vue_module_identifier__$
|
|
472
|
+
const __vue_module_identifier__$M = undefined;
|
|
471
473
|
/* functional template */
|
|
472
474
|
|
|
473
|
-
const __vue_is_functional_template__$
|
|
475
|
+
const __vue_is_functional_template__$M = false;
|
|
474
476
|
/* style inject */
|
|
475
477
|
|
|
476
478
|
/* style inject SSR */
|
|
477
479
|
|
|
478
480
|
/* style inject shadow dom */
|
|
479
481
|
|
|
480
|
-
const __vue_component__$
|
|
481
|
-
render: __vue_render__$
|
|
482
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
483
|
-
}, __vue_inject_styles__$
|
|
482
|
+
const __vue_component__$1l = /*#__PURE__*/normalizeComponent({
|
|
483
|
+
render: __vue_render__$J,
|
|
484
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
485
|
+
}, __vue_inject_styles__$M, __vue_script__$B, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
|
|
484
486
|
|
|
485
|
-
var NsPictogram = __vue_component__$
|
|
487
|
+
var NsPictogram = __vue_component__$1l;
|
|
486
488
|
|
|
487
489
|
//
|
|
488
|
-
var script$
|
|
490
|
+
var script$A = {
|
|
489
491
|
name: "NsLottieAnimation",
|
|
490
492
|
components: {
|
|
491
493
|
LottieAnimation
|
|
@@ -541,10 +543,10 @@ var script$z = {
|
|
|
541
543
|
};
|
|
542
544
|
|
|
543
545
|
/* script */
|
|
544
|
-
const __vue_script__$
|
|
546
|
+
const __vue_script__$A = script$A;
|
|
545
547
|
/* template */
|
|
546
548
|
|
|
547
|
-
var __vue_render__$
|
|
549
|
+
var __vue_render__$I = function () {
|
|
548
550
|
var _vm = this;
|
|
549
551
|
|
|
550
552
|
var _h = _vm.$createElement;
|
|
@@ -571,36 +573,36 @@ var __vue_render__$H = function () {
|
|
|
571
573
|
})], 1);
|
|
572
574
|
};
|
|
573
575
|
|
|
574
|
-
var __vue_staticRenderFns__$
|
|
576
|
+
var __vue_staticRenderFns__$I = [];
|
|
575
577
|
/* style */
|
|
576
578
|
|
|
577
|
-
const __vue_inject_styles__$
|
|
579
|
+
const __vue_inject_styles__$L = undefined;
|
|
578
580
|
/* scoped */
|
|
579
581
|
|
|
580
|
-
const __vue_scope_id__$
|
|
582
|
+
const __vue_scope_id__$L = "data-v-cc2533e0";
|
|
581
583
|
/* module identifier */
|
|
582
584
|
|
|
583
|
-
const __vue_module_identifier__$
|
|
585
|
+
const __vue_module_identifier__$L = undefined;
|
|
584
586
|
/* functional template */
|
|
585
587
|
|
|
586
|
-
const __vue_is_functional_template__$
|
|
588
|
+
const __vue_is_functional_template__$L = false;
|
|
587
589
|
/* style inject */
|
|
588
590
|
|
|
589
591
|
/* style inject SSR */
|
|
590
592
|
|
|
591
593
|
/* style inject shadow dom */
|
|
592
594
|
|
|
593
|
-
const __vue_component__$
|
|
594
|
-
render: __vue_render__$
|
|
595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
596
|
-
}, __vue_inject_styles__$
|
|
595
|
+
const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
|
|
596
|
+
render: __vue_render__$I,
|
|
597
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
598
|
+
}, __vue_inject_styles__$L, __vue_script__$A, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
|
|
597
599
|
|
|
598
|
-
var NsLottieAnimation = __vue_component__$
|
|
600
|
+
var NsLottieAnimation = __vue_component__$1k;
|
|
599
601
|
|
|
600
602
|
/* script */
|
|
601
603
|
|
|
602
604
|
/* template */
|
|
603
|
-
var __vue_render__$
|
|
605
|
+
var __vue_render__$H = function () {
|
|
604
606
|
var _vm = this;
|
|
605
607
|
|
|
606
608
|
var _h = _vm.$createElement;
|
|
@@ -615,34 +617,34 @@ var __vue_render__$G = function () {
|
|
|
615
617
|
});
|
|
616
618
|
};
|
|
617
619
|
|
|
618
|
-
var __vue_staticRenderFns__$
|
|
620
|
+
var __vue_staticRenderFns__$H = [];
|
|
619
621
|
/* style */
|
|
620
622
|
|
|
621
|
-
const __vue_inject_styles__$
|
|
623
|
+
const __vue_inject_styles__$K = undefined;
|
|
622
624
|
/* scoped */
|
|
623
625
|
|
|
624
|
-
const __vue_scope_id__$
|
|
626
|
+
const __vue_scope_id__$K = undefined;
|
|
625
627
|
/* module identifier */
|
|
626
628
|
|
|
627
|
-
const __vue_module_identifier__$
|
|
629
|
+
const __vue_module_identifier__$K = undefined;
|
|
628
630
|
/* functional template */
|
|
629
631
|
|
|
630
|
-
const __vue_is_functional_template__$
|
|
632
|
+
const __vue_is_functional_template__$K = false;
|
|
631
633
|
/* style inject */
|
|
632
634
|
|
|
633
635
|
/* style inject SSR */
|
|
634
636
|
|
|
635
637
|
/* style inject shadow dom */
|
|
636
638
|
|
|
637
|
-
const __vue_component__$
|
|
638
|
-
render: __vue_render__$
|
|
639
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
640
|
-
}, __vue_inject_styles__$
|
|
639
|
+
const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
640
|
+
render: __vue_render__$H,
|
|
641
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
642
|
+
}, __vue_inject_styles__$K, {}, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
|
|
641
643
|
|
|
642
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
644
|
+
var ExclamationMarkPictogram = __vue_component__$1j;
|
|
643
645
|
|
|
644
646
|
//
|
|
645
|
-
var script$
|
|
647
|
+
var script$z = {
|
|
646
648
|
name: "NsEmptyState",
|
|
647
649
|
components: {
|
|
648
650
|
NsPictogram,
|
|
@@ -674,10 +676,10 @@ var script$y = {
|
|
|
674
676
|
};
|
|
675
677
|
|
|
676
678
|
/* script */
|
|
677
|
-
const __vue_script__$
|
|
679
|
+
const __vue_script__$z = script$z;
|
|
678
680
|
/* template */
|
|
679
681
|
|
|
680
|
-
var __vue_render__$
|
|
682
|
+
var __vue_render__$G = function () {
|
|
681
683
|
var _vm = this;
|
|
682
684
|
|
|
683
685
|
var _h = _vm.$createElement;
|
|
@@ -707,10 +709,10 @@ var __vue_render__$F = function () {
|
|
|
707
709
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
708
710
|
};
|
|
709
711
|
|
|
710
|
-
var __vue_staticRenderFns__$
|
|
712
|
+
var __vue_staticRenderFns__$G = [];
|
|
711
713
|
/* style */
|
|
712
714
|
|
|
713
|
-
const __vue_inject_styles__$
|
|
715
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
714
716
|
if (!inject) return;
|
|
715
717
|
inject("data-v-0540fdb8_0", {
|
|
716
718
|
source: ".empty-state[data-v-0540fdb8]{text-align:center;padding:2rem}.empty-state .image[data-v-0540fdb8]{margin-bottom:1rem}.empty-state .description[data-v-0540fdb8]{margin-top:1rem}.animation[data-v-0540fdb8]{display:inline-block;width:64px;height:64px}",
|
|
@@ -721,26 +723,26 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
721
723
|
/* scoped */
|
|
722
724
|
|
|
723
725
|
|
|
724
|
-
const __vue_scope_id__$
|
|
726
|
+
const __vue_scope_id__$J = "data-v-0540fdb8";
|
|
725
727
|
/* module identifier */
|
|
726
728
|
|
|
727
|
-
const __vue_module_identifier__$
|
|
729
|
+
const __vue_module_identifier__$J = undefined;
|
|
728
730
|
/* functional template */
|
|
729
731
|
|
|
730
|
-
const __vue_is_functional_template__$
|
|
732
|
+
const __vue_is_functional_template__$J = false;
|
|
731
733
|
/* style inject SSR */
|
|
732
734
|
|
|
733
735
|
/* style inject shadow dom */
|
|
734
736
|
|
|
735
|
-
const __vue_component__$
|
|
736
|
-
render: __vue_render__$
|
|
737
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
738
|
-
}, __vue_inject_styles__$
|
|
737
|
+
const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
738
|
+
render: __vue_render__$G,
|
|
739
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
740
|
+
}, __vue_inject_styles__$J, __vue_script__$z, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
739
741
|
|
|
740
|
-
var __vue_component__$
|
|
742
|
+
var __vue_component__$1i = __vue_component__$1h;
|
|
741
743
|
|
|
742
744
|
//
|
|
743
|
-
var script$
|
|
745
|
+
var script$y = {
|
|
744
746
|
name: "NsCodeSnippet",
|
|
745
747
|
components: {
|
|
746
748
|
CvButton,
|
|
@@ -852,10 +854,10 @@ var script$x = {
|
|
|
852
854
|
};
|
|
853
855
|
|
|
854
856
|
/* script */
|
|
855
|
-
const __vue_script__$
|
|
857
|
+
const __vue_script__$y = script$y;
|
|
856
858
|
/* template */
|
|
857
859
|
|
|
858
|
-
var __vue_render__$
|
|
860
|
+
var __vue_render__$F = function () {
|
|
859
861
|
var _vm = this;
|
|
860
862
|
|
|
861
863
|
var _h = _vm.$createElement;
|
|
@@ -917,10 +919,10 @@ var __vue_render__$E = function () {
|
|
|
917
919
|
})], 1) : _vm._e()], 1);
|
|
918
920
|
};
|
|
919
921
|
|
|
920
|
-
var __vue_staticRenderFns__$
|
|
922
|
+
var __vue_staticRenderFns__$F = [];
|
|
921
923
|
/* style */
|
|
922
924
|
|
|
923
|
-
const __vue_inject_styles__$
|
|
925
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
924
926
|
if (!inject) return;
|
|
925
927
|
inject("data-v-084a2bcc_0", {
|
|
926
928
|
source: ".bx--snippet--multi .bx--snippet-container[data-v-084a2bcc]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-084a2bcc]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-084a2bcc]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-084a2bcc]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-084a2bcc]{right:.5rem;bottom:.5rem}",
|
|
@@ -931,23 +933,23 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
931
933
|
/* scoped */
|
|
932
934
|
|
|
933
935
|
|
|
934
|
-
const __vue_scope_id__$
|
|
936
|
+
const __vue_scope_id__$I = "data-v-084a2bcc";
|
|
935
937
|
/* module identifier */
|
|
936
938
|
|
|
937
|
-
const __vue_module_identifier__$
|
|
939
|
+
const __vue_module_identifier__$I = undefined;
|
|
938
940
|
/* functional template */
|
|
939
941
|
|
|
940
|
-
const __vue_is_functional_template__$
|
|
942
|
+
const __vue_is_functional_template__$I = false;
|
|
941
943
|
/* style inject SSR */
|
|
942
944
|
|
|
943
945
|
/* style inject shadow dom */
|
|
944
946
|
|
|
945
|
-
const __vue_component__$
|
|
946
|
-
render: __vue_render__$
|
|
947
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
948
|
-
}, __vue_inject_styles__$
|
|
947
|
+
const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
948
|
+
render: __vue_render__$F,
|
|
949
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
950
|
+
}, __vue_inject_styles__$I, __vue_script__$y, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
949
951
|
|
|
950
|
-
var __vue_component__$
|
|
952
|
+
var __vue_component__$1g = __vue_component__$1f;
|
|
951
953
|
|
|
952
954
|
//
|
|
953
955
|
//
|
|
@@ -982,7 +984,7 @@ var __vue_component__$1e = __vue_component__$1d;
|
|
|
982
984
|
//
|
|
983
985
|
//
|
|
984
986
|
//
|
|
985
|
-
var script$
|
|
987
|
+
var script$x = {
|
|
986
988
|
name: "NsCircleTimer",
|
|
987
989
|
props: {
|
|
988
990
|
timeLimit: {
|
|
@@ -1046,10 +1048,10 @@ var script$w = {
|
|
|
1046
1048
|
};
|
|
1047
1049
|
|
|
1048
1050
|
/* script */
|
|
1049
|
-
const __vue_script__$
|
|
1051
|
+
const __vue_script__$x = script$x;
|
|
1050
1052
|
/* template */
|
|
1051
1053
|
|
|
1052
|
-
var __vue_render__$
|
|
1054
|
+
var __vue_render__$E = function () {
|
|
1053
1055
|
var _vm = this;
|
|
1054
1056
|
|
|
1055
1057
|
var _h = _vm.$createElement;
|
|
@@ -1085,10 +1087,10 @@ var __vue_render__$D = function () {
|
|
|
1085
1087
|
})])])]);
|
|
1086
1088
|
};
|
|
1087
1089
|
|
|
1088
|
-
var __vue_staticRenderFns__$
|
|
1090
|
+
var __vue_staticRenderFns__$E = [];
|
|
1089
1091
|
/* style */
|
|
1090
1092
|
|
|
1091
|
-
const __vue_inject_styles__$
|
|
1093
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
1092
1094
|
if (!inject) return;
|
|
1093
1095
|
inject("data-v-6609841f_0", {
|
|
1094
1096
|
source: ".base-timer[data-v-6609841f]{position:relative}.base-timer__circle[data-v-6609841f]{fill:none;stroke:none}.base-timer__path-remaining[data-v-6609841f]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-6609841f]{transform:scaleX(-1)}",
|
|
@@ -1099,26 +1101,26 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
1099
1101
|
/* scoped */
|
|
1100
1102
|
|
|
1101
1103
|
|
|
1102
|
-
const __vue_scope_id__$
|
|
1104
|
+
const __vue_scope_id__$H = "data-v-6609841f";
|
|
1103
1105
|
/* module identifier */
|
|
1104
1106
|
|
|
1105
|
-
const __vue_module_identifier__$
|
|
1107
|
+
const __vue_module_identifier__$H = undefined;
|
|
1106
1108
|
/* functional template */
|
|
1107
1109
|
|
|
1108
|
-
const __vue_is_functional_template__$
|
|
1110
|
+
const __vue_is_functional_template__$H = false;
|
|
1109
1111
|
/* style inject SSR */
|
|
1110
1112
|
|
|
1111
1113
|
/* style inject shadow dom */
|
|
1112
1114
|
|
|
1113
|
-
const __vue_component__$
|
|
1114
|
-
render: __vue_render__$
|
|
1115
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1116
|
-
}, __vue_inject_styles__$
|
|
1115
|
+
const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
1116
|
+
render: __vue_render__$E,
|
|
1117
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
1118
|
+
}, __vue_inject_styles__$H, __vue_script__$x, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
1117
1119
|
|
|
1118
|
-
var NsCircleTimer = __vue_component__$
|
|
1120
|
+
var NsCircleTimer = __vue_component__$1e;
|
|
1119
1121
|
|
|
1120
1122
|
//
|
|
1121
|
-
var script$
|
|
1123
|
+
var script$w = {
|
|
1122
1124
|
name: "NsInlineNotification",
|
|
1123
1125
|
extends: CvInlineNotification,
|
|
1124
1126
|
components: {
|
|
@@ -1155,10 +1157,10 @@ var script$v = {
|
|
|
1155
1157
|
};
|
|
1156
1158
|
|
|
1157
1159
|
/* script */
|
|
1158
|
-
const __vue_script__$
|
|
1160
|
+
const __vue_script__$w = script$w;
|
|
1159
1161
|
/* template */
|
|
1160
1162
|
|
|
1161
|
-
var __vue_render__$
|
|
1163
|
+
var __vue_render__$D = function () {
|
|
1162
1164
|
var _obj;
|
|
1163
1165
|
|
|
1164
1166
|
var _vm = this;
|
|
@@ -1223,10 +1225,10 @@ var __vue_render__$C = function () {
|
|
|
1223
1225
|
})], 1) : _vm._e()]);
|
|
1224
1226
|
};
|
|
1225
1227
|
|
|
1226
|
-
var __vue_staticRenderFns__$
|
|
1228
|
+
var __vue_staticRenderFns__$D = [];
|
|
1227
1229
|
/* style */
|
|
1228
1230
|
|
|
1229
|
-
const __vue_inject_styles__$
|
|
1231
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
1230
1232
|
if (!inject) return;
|
|
1231
1233
|
inject("data-v-55c5000a_0", {
|
|
1232
1234
|
source: ".title[data-v-55c5000a]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-55c5000a]{margin-right:.75rem}.action-button[data-v-55c5000a]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-55c5000a]{padding-right:0!important}",
|
|
@@ -1237,23 +1239,23 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
1237
1239
|
/* scoped */
|
|
1238
1240
|
|
|
1239
1241
|
|
|
1240
|
-
const __vue_scope_id__$
|
|
1242
|
+
const __vue_scope_id__$G = "data-v-55c5000a";
|
|
1241
1243
|
/* module identifier */
|
|
1242
1244
|
|
|
1243
|
-
const __vue_module_identifier__$
|
|
1245
|
+
const __vue_module_identifier__$G = undefined;
|
|
1244
1246
|
/* functional template */
|
|
1245
1247
|
|
|
1246
|
-
const __vue_is_functional_template__$
|
|
1248
|
+
const __vue_is_functional_template__$G = false;
|
|
1247
1249
|
/* style inject SSR */
|
|
1248
1250
|
|
|
1249
1251
|
/* style inject shadow dom */
|
|
1250
1252
|
|
|
1251
|
-
const __vue_component__$
|
|
1252
|
-
render: __vue_render__$
|
|
1253
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1254
|
-
}, __vue_inject_styles__$
|
|
1253
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
1254
|
+
render: __vue_render__$D,
|
|
1255
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
1256
|
+
}, __vue_inject_styles__$G, __vue_script__$w, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
1255
1257
|
|
|
1256
|
-
var NsInlineNotification = __vue_component__$
|
|
1258
|
+
var NsInlineNotification = __vue_component__$1d;
|
|
1257
1259
|
|
|
1258
1260
|
//
|
|
1259
1261
|
//
|
|
@@ -1296,7 +1298,7 @@ var NsInlineNotification = __vue_component__$1b;
|
|
|
1296
1298
|
//
|
|
1297
1299
|
//
|
|
1298
1300
|
//
|
|
1299
|
-
var script$
|
|
1301
|
+
var script$v = {
|
|
1300
1302
|
name: "NsProgressBar",
|
|
1301
1303
|
props: {
|
|
1302
1304
|
value: {
|
|
@@ -1374,10 +1376,10 @@ var script$u = {
|
|
|
1374
1376
|
};
|
|
1375
1377
|
|
|
1376
1378
|
/* script */
|
|
1377
|
-
const __vue_script__$
|
|
1379
|
+
const __vue_script__$v = script$v;
|
|
1378
1380
|
/* template */
|
|
1379
1381
|
|
|
1380
|
-
var __vue_render__$
|
|
1382
|
+
var __vue_render__$C = function () {
|
|
1381
1383
|
var _vm = this;
|
|
1382
1384
|
|
|
1383
1385
|
var _h = _vm.$createElement;
|
|
@@ -1416,10 +1418,10 @@ var __vue_render__$B = function () {
|
|
|
1416
1418
|
})]], 2)]);
|
|
1417
1419
|
};
|
|
1418
1420
|
|
|
1419
|
-
var __vue_staticRenderFns__$
|
|
1421
|
+
var __vue_staticRenderFns__$C = [];
|
|
1420
1422
|
/* style */
|
|
1421
1423
|
|
|
1422
|
-
const __vue_inject_styles__$
|
|
1424
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
1423
1425
|
if (!inject) return;
|
|
1424
1426
|
inject("data-v-2813565d_0", {
|
|
1425
1427
|
source: ".progress-bar-container[data-v-2813565d]{width:100%;position:relative}.slider[data-v-2813565d]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-2813565d]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-2813565d]{position:absolute}.indeterminate-line[data-v-2813565d]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-2813565d]{position:absolute}.inc[data-v-2813565d]{animation:increase-data-v-2813565d 2s infinite}.dec[data-v-2813565d]{animation:decrease-data-v-2813565d 2s .5s infinite}@keyframes increase-data-v-2813565d{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2813565d{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1430,29 +1432,29 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
1430
1432
|
/* scoped */
|
|
1431
1433
|
|
|
1432
1434
|
|
|
1433
|
-
const __vue_scope_id__$
|
|
1435
|
+
const __vue_scope_id__$F = "data-v-2813565d";
|
|
1434
1436
|
/* module identifier */
|
|
1435
1437
|
|
|
1436
|
-
const __vue_module_identifier__$
|
|
1438
|
+
const __vue_module_identifier__$F = undefined;
|
|
1437
1439
|
/* functional template */
|
|
1438
1440
|
|
|
1439
|
-
const __vue_is_functional_template__$
|
|
1441
|
+
const __vue_is_functional_template__$F = false;
|
|
1440
1442
|
/* style inject SSR */
|
|
1441
1443
|
|
|
1442
1444
|
/* style inject shadow dom */
|
|
1443
1445
|
|
|
1444
|
-
const __vue_component__$
|
|
1445
|
-
render: __vue_render__$
|
|
1446
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1447
|
-
}, __vue_inject_styles__$
|
|
1446
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
1447
|
+
render: __vue_render__$C,
|
|
1448
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
1449
|
+
}, __vue_inject_styles__$F, __vue_script__$v, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
1448
1450
|
|
|
1449
|
-
var NsProgressBar = __vue_component__$
|
|
1451
|
+
var NsProgressBar = __vue_component__$1c;
|
|
1450
1452
|
|
|
1451
1453
|
//
|
|
1452
1454
|
//
|
|
1453
1455
|
//
|
|
1454
1456
|
//
|
|
1455
|
-
var script$
|
|
1457
|
+
var script$u = {
|
|
1456
1458
|
name: "NsSvg",
|
|
1457
1459
|
props: {
|
|
1458
1460
|
svg: {
|
|
@@ -1511,33 +1513,33 @@ var script$t = {
|
|
|
1511
1513
|
};
|
|
1512
1514
|
|
|
1513
1515
|
/* script */
|
|
1514
|
-
const __vue_script__$
|
|
1516
|
+
const __vue_script__$u = script$u;
|
|
1515
1517
|
/* template */
|
|
1516
1518
|
|
|
1517
1519
|
/* style */
|
|
1518
1520
|
|
|
1519
|
-
const __vue_inject_styles__$
|
|
1521
|
+
const __vue_inject_styles__$E = undefined;
|
|
1520
1522
|
/* scoped */
|
|
1521
1523
|
|
|
1522
|
-
const __vue_scope_id__$
|
|
1524
|
+
const __vue_scope_id__$E = undefined;
|
|
1523
1525
|
/* module identifier */
|
|
1524
1526
|
|
|
1525
|
-
const __vue_module_identifier__$
|
|
1527
|
+
const __vue_module_identifier__$E = undefined;
|
|
1526
1528
|
/* functional template */
|
|
1527
1529
|
|
|
1528
|
-
const __vue_is_functional_template__$
|
|
1530
|
+
const __vue_is_functional_template__$E = undefined;
|
|
1529
1531
|
/* style inject */
|
|
1530
1532
|
|
|
1531
1533
|
/* style inject SSR */
|
|
1532
1534
|
|
|
1533
1535
|
/* style inject shadow dom */
|
|
1534
1536
|
|
|
1535
|
-
const __vue_component__$
|
|
1537
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$E, __vue_script__$u, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);
|
|
1536
1538
|
|
|
1537
|
-
var NsSvg = __vue_component__$
|
|
1539
|
+
var NsSvg = __vue_component__$1b;
|
|
1538
1540
|
|
|
1539
1541
|
//
|
|
1540
|
-
var script$
|
|
1542
|
+
var script$t = {
|
|
1541
1543
|
name: "NsTile",
|
|
1542
1544
|
extends: CvTile,
|
|
1543
1545
|
inheritAttrs: false,
|
|
@@ -1611,10 +1613,10 @@ var script$s = {
|
|
|
1611
1613
|
};
|
|
1612
1614
|
|
|
1613
1615
|
/* script */
|
|
1614
|
-
const __vue_script__$
|
|
1616
|
+
const __vue_script__$t = script$t;
|
|
1615
1617
|
/* template */
|
|
1616
1618
|
|
|
1617
|
-
var __vue_render__$
|
|
1619
|
+
var __vue_render__$B = function () {
|
|
1618
1620
|
var _obj;
|
|
1619
1621
|
|
|
1620
1622
|
var _vm = this;
|
|
@@ -1653,10 +1655,10 @@ var __vue_render__$A = function () {
|
|
|
1653
1655
|
}) : _vm._e()], 1);
|
|
1654
1656
|
};
|
|
1655
1657
|
|
|
1656
|
-
var __vue_staticRenderFns__$
|
|
1658
|
+
var __vue_staticRenderFns__$B = [];
|
|
1657
1659
|
/* style */
|
|
1658
1660
|
|
|
1659
|
-
const __vue_inject_styles__$
|
|
1661
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
1660
1662
|
if (!inject) return;
|
|
1661
1663
|
inject("data-v-2babf9e8_0", {
|
|
1662
1664
|
source: ".ns-tile[data-v-2babf9e8]{margin-bottom:2rem;position:relative}.container[data-v-2babf9e8]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-2babf9e8]{text-align:center}.large[data-v-2babf9e8]{min-height:10rem}.tile-icon[data-v-2babf9e8]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-2babf9e8]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-2babf9e8]{padding-bottom:4rem}.disabled-tile[data-v-2babf9e8]{color:#c6c6c6}",
|
|
@@ -1667,23 +1669,23 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
1667
1669
|
/* scoped */
|
|
1668
1670
|
|
|
1669
1671
|
|
|
1670
|
-
const __vue_scope_id__$
|
|
1672
|
+
const __vue_scope_id__$D = "data-v-2babf9e8";
|
|
1671
1673
|
/* module identifier */
|
|
1672
1674
|
|
|
1673
|
-
const __vue_module_identifier__$
|
|
1675
|
+
const __vue_module_identifier__$D = undefined;
|
|
1674
1676
|
/* functional template */
|
|
1675
1677
|
|
|
1676
|
-
const __vue_is_functional_template__$
|
|
1678
|
+
const __vue_is_functional_template__$D = false;
|
|
1677
1679
|
/* style inject SSR */
|
|
1678
1680
|
|
|
1679
1681
|
/* style inject shadow dom */
|
|
1680
1682
|
|
|
1681
|
-
const __vue_component__$
|
|
1682
|
-
render: __vue_render__$
|
|
1683
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1684
|
-
}, __vue_inject_styles__$
|
|
1683
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
1684
|
+
render: __vue_render__$B,
|
|
1685
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
1686
|
+
}, __vue_inject_styles__$D, __vue_script__$t, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
1685
1687
|
|
|
1686
|
-
var __vue_component__$
|
|
1688
|
+
var __vue_component__$1a = __vue_component__$19;
|
|
1687
1689
|
|
|
1688
1690
|
function toInteger(dirtyNumber) {
|
|
1689
1691
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6284,7 +6286,7 @@ var DateTimeService = {
|
|
|
6284
6286
|
};
|
|
6285
6287
|
|
|
6286
6288
|
//
|
|
6287
|
-
var script$
|
|
6289
|
+
var script$s = {
|
|
6288
6290
|
name: "NsToastNotification",
|
|
6289
6291
|
extends: CvToastNotification,
|
|
6290
6292
|
components: {
|
|
@@ -6362,10 +6364,10 @@ var script$r = {
|
|
|
6362
6364
|
};
|
|
6363
6365
|
|
|
6364
6366
|
/* script */
|
|
6365
|
-
const __vue_script__$
|
|
6367
|
+
const __vue_script__$s = script$s;
|
|
6366
6368
|
/* template */
|
|
6367
6369
|
|
|
6368
|
-
var __vue_render__$
|
|
6370
|
+
var __vue_render__$A = function () {
|
|
6369
6371
|
var _obj;
|
|
6370
6372
|
|
|
6371
6373
|
var _vm = this;
|
|
@@ -6459,10 +6461,10 @@ var __vue_render__$z = function () {
|
|
|
6459
6461
|
})], 1) : _vm._e()], 1)]);
|
|
6460
6462
|
};
|
|
6461
6463
|
|
|
6462
|
-
var __vue_staticRenderFns__$
|
|
6464
|
+
var __vue_staticRenderFns__$A = [];
|
|
6463
6465
|
/* style */
|
|
6464
6466
|
|
|
6465
|
-
const __vue_inject_styles__$
|
|
6467
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
6466
6468
|
if (!inject) return;
|
|
6467
6469
|
inject("data-v-014a0a7f_0", {
|
|
6468
6470
|
source: ".notification[data-v-014a0a7f]{margin-bottom:0;margin-right:0}.action[data-v-014a0a7f]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-014a0a7f]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-014a0a7f]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-014a0a7f]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-014a0a7f]{margin-bottom:0}.progress[data-v-014a0a7f]{margin-top:.75rem}.progress-bar-spacer[data-v-014a0a7f]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{width:100%}.notification-read[data-v-014a0a7f]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-014a0a7f]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-014a0a7f]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-014a0a7f]{font-weight:400}.cv-notifiation .timestamp[data-v-014a0a7f]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-014a0a7f]{color:#c6c6c6}.bx--tooltip__trigger[data-v-014a0a7f]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-014a0a7f]::before{border-bottom-color:#161616}div.row[data-v-014a0a7f]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-014a0a7f]{flex-grow:1}",
|
|
@@ -6477,26 +6479,26 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
6477
6479
|
/* scoped */
|
|
6478
6480
|
|
|
6479
6481
|
|
|
6480
|
-
const __vue_scope_id__$
|
|
6482
|
+
const __vue_scope_id__$C = "data-v-014a0a7f";
|
|
6481
6483
|
/* module identifier */
|
|
6482
6484
|
|
|
6483
|
-
const __vue_module_identifier__$
|
|
6485
|
+
const __vue_module_identifier__$C = undefined;
|
|
6484
6486
|
/* functional template */
|
|
6485
6487
|
|
|
6486
|
-
const __vue_is_functional_template__$
|
|
6488
|
+
const __vue_is_functional_template__$C = false;
|
|
6487
6489
|
/* style inject SSR */
|
|
6488
6490
|
|
|
6489
6491
|
/* style inject shadow dom */
|
|
6490
6492
|
|
|
6491
|
-
const __vue_component__$
|
|
6492
|
-
render: __vue_render__$
|
|
6493
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6494
|
-
}, __vue_inject_styles__$
|
|
6493
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
6494
|
+
render: __vue_render__$A,
|
|
6495
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
6496
|
+
}, __vue_inject_styles__$C, __vue_script__$s, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
6495
6497
|
|
|
6496
|
-
var __vue_component__$
|
|
6498
|
+
var __vue_component__$18 = __vue_component__$17;
|
|
6497
6499
|
|
|
6498
6500
|
//
|
|
6499
|
-
var script$
|
|
6501
|
+
var script$r = {
|
|
6500
6502
|
name: "NsInfoCard",
|
|
6501
6503
|
components: {
|
|
6502
6504
|
NsSvg,
|
|
@@ -6560,10 +6562,10 @@ var script$q = {
|
|
|
6560
6562
|
};
|
|
6561
6563
|
|
|
6562
6564
|
/* script */
|
|
6563
|
-
const __vue_script__$
|
|
6565
|
+
const __vue_script__$r = script$r;
|
|
6564
6566
|
/* template */
|
|
6565
6567
|
|
|
6566
|
-
var __vue_render__$
|
|
6568
|
+
var __vue_render__$z = function () {
|
|
6567
6569
|
var _vm = this;
|
|
6568
6570
|
|
|
6569
6571
|
var _h = _vm.$createElement;
|
|
@@ -6623,10 +6625,10 @@ var __vue_render__$y = function () {
|
|
|
6623
6625
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6624
6626
|
};
|
|
6625
6627
|
|
|
6626
|
-
var __vue_staticRenderFns__$
|
|
6628
|
+
var __vue_staticRenderFns__$z = [];
|
|
6627
6629
|
/* style */
|
|
6628
6630
|
|
|
6629
|
-
const __vue_inject_styles__$
|
|
6631
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
6630
6632
|
if (!inject) return;
|
|
6631
6633
|
inject("data-v-44debf3d_0", {
|
|
6632
6634
|
source: ".info-card[data-v-44debf3d]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-44debf3d]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-44debf3d]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-44debf3d]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-tooltip[data-v-44debf3d]{position:relative;top:-2px}.description[data-v-44debf3d]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-44debf3d]{margin-top:.5rem}",
|
|
@@ -6637,26 +6639,26 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
6637
6639
|
/* scoped */
|
|
6638
6640
|
|
|
6639
6641
|
|
|
6640
|
-
const __vue_scope_id__$
|
|
6642
|
+
const __vue_scope_id__$B = "data-v-44debf3d";
|
|
6641
6643
|
/* module identifier */
|
|
6642
6644
|
|
|
6643
|
-
const __vue_module_identifier__$
|
|
6645
|
+
const __vue_module_identifier__$B = undefined;
|
|
6644
6646
|
/* functional template */
|
|
6645
6647
|
|
|
6646
|
-
const __vue_is_functional_template__$
|
|
6648
|
+
const __vue_is_functional_template__$B = false;
|
|
6647
6649
|
/* style inject SSR */
|
|
6648
6650
|
|
|
6649
6651
|
/* style inject shadow dom */
|
|
6650
6652
|
|
|
6651
|
-
const __vue_component__$
|
|
6652
|
-
render: __vue_render__$
|
|
6653
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6654
|
-
}, __vue_inject_styles__$
|
|
6653
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
6654
|
+
render: __vue_render__$z,
|
|
6655
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
6656
|
+
}, __vue_inject_styles__$B, __vue_script__$r, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
6655
6657
|
|
|
6656
|
-
var __vue_component__$
|
|
6658
|
+
var __vue_component__$16 = __vue_component__$15;
|
|
6657
6659
|
|
|
6658
6660
|
//
|
|
6659
|
-
var script$
|
|
6661
|
+
var script$q = {
|
|
6660
6662
|
name: "NsStatusCard",
|
|
6661
6663
|
//components added for storybook to work
|
|
6662
6664
|
components: {
|
|
@@ -6703,10 +6705,10 @@ var script$p = {
|
|
|
6703
6705
|
};
|
|
6704
6706
|
|
|
6705
6707
|
/* script */
|
|
6706
|
-
const __vue_script__$
|
|
6708
|
+
const __vue_script__$q = script$q;
|
|
6707
6709
|
/* template */
|
|
6708
6710
|
|
|
6709
|
-
var __vue_render__$
|
|
6711
|
+
var __vue_render__$y = function () {
|
|
6710
6712
|
var _vm = this;
|
|
6711
6713
|
|
|
6712
6714
|
var _h = _vm.$createElement;
|
|
@@ -6775,10 +6777,10 @@ var __vue_render__$x = function () {
|
|
|
6775
6777
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6776
6778
|
};
|
|
6777
6779
|
|
|
6778
|
-
var __vue_staticRenderFns__$
|
|
6780
|
+
var __vue_staticRenderFns__$y = [];
|
|
6779
6781
|
/* style */
|
|
6780
6782
|
|
|
6781
|
-
const __vue_inject_styles__$
|
|
6783
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
6782
6784
|
if (!inject) return;
|
|
6783
6785
|
inject("data-v-d6024f1c_0", {
|
|
6784
6786
|
source: ".status-card[data-v-d6024f1c]{display:flex;flex-direction:column;justify-content:center}.row[data-v-d6024f1c]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-d6024f1c]{margin-left:.25rem;margin-right:.25rem}.label[data-v-d6024f1c]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-d6024f1c]{margin-right:.25rem}.error-icon[data-v-d6024f1c]{margin-right:.25rem}.warning-icon[data-v-d6024f1c]{margin-right:.25rem}.stats[data-v-d6024f1c]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6789,26 +6791,26 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
6789
6791
|
/* scoped */
|
|
6790
6792
|
|
|
6791
6793
|
|
|
6792
|
-
const __vue_scope_id__$
|
|
6794
|
+
const __vue_scope_id__$A = "data-v-d6024f1c";
|
|
6793
6795
|
/* module identifier */
|
|
6794
6796
|
|
|
6795
|
-
const __vue_module_identifier__$
|
|
6797
|
+
const __vue_module_identifier__$A = undefined;
|
|
6796
6798
|
/* functional template */
|
|
6797
6799
|
|
|
6798
|
-
const __vue_is_functional_template__$
|
|
6800
|
+
const __vue_is_functional_template__$A = false;
|
|
6799
6801
|
/* style inject SSR */
|
|
6800
6802
|
|
|
6801
6803
|
/* style inject shadow dom */
|
|
6802
6804
|
|
|
6803
|
-
const __vue_component__$
|
|
6804
|
-
render: __vue_render__$
|
|
6805
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6806
|
-
}, __vue_inject_styles__$
|
|
6805
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
6806
|
+
render: __vue_render__$y,
|
|
6807
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
6808
|
+
}, __vue_inject_styles__$A, __vue_script__$q, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
6807
6809
|
|
|
6808
|
-
var __vue_component__$
|
|
6810
|
+
var __vue_component__$14 = __vue_component__$13;
|
|
6809
6811
|
|
|
6810
6812
|
//
|
|
6811
|
-
var script$
|
|
6813
|
+
var script$p = {
|
|
6812
6814
|
name: "NsSystemdServiceCard",
|
|
6813
6815
|
//components added for storybook to work
|
|
6814
6816
|
components: {
|
|
@@ -6862,10 +6864,10 @@ var script$o = {
|
|
|
6862
6864
|
};
|
|
6863
6865
|
|
|
6864
6866
|
/* script */
|
|
6865
|
-
const __vue_script__$
|
|
6867
|
+
const __vue_script__$p = script$p;
|
|
6866
6868
|
/* template */
|
|
6867
6869
|
|
|
6868
|
-
var __vue_render__$
|
|
6870
|
+
var __vue_render__$x = function () {
|
|
6869
6871
|
var _vm = this;
|
|
6870
6872
|
|
|
6871
6873
|
var _h = _vm.$createElement;
|
|
@@ -6920,10 +6922,10 @@ var __vue_render__$w = function () {
|
|
|
6920
6922
|
})], 1)])]);
|
|
6921
6923
|
};
|
|
6922
6924
|
|
|
6923
|
-
var __vue_staticRenderFns__$
|
|
6925
|
+
var __vue_staticRenderFns__$x = [];
|
|
6924
6926
|
/* style */
|
|
6925
6927
|
|
|
6926
|
-
const __vue_inject_styles__$
|
|
6928
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
6927
6929
|
if (!inject) return;
|
|
6928
6930
|
inject("data-v-0ece12a7_0", {
|
|
6929
6931
|
source: ".service-card[data-v-0ece12a7]{display:flex;flex-direction:column;justify-content:center}.row[data-v-0ece12a7]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-0ece12a7]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-0ece12a7]{margin-right:.25rem}.error-icon[data-v-0ece12a7]{margin-right:.25rem}.warning-icon[data-v-0ece12a7]{margin-right:.25rem}.stats[data-v-0ece12a7]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6934,26 +6936,26 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
6934
6936
|
/* scoped */
|
|
6935
6937
|
|
|
6936
6938
|
|
|
6937
|
-
const __vue_scope_id__$
|
|
6939
|
+
const __vue_scope_id__$z = "data-v-0ece12a7";
|
|
6938
6940
|
/* module identifier */
|
|
6939
6941
|
|
|
6940
|
-
const __vue_module_identifier__$
|
|
6942
|
+
const __vue_module_identifier__$z = undefined;
|
|
6941
6943
|
/* functional template */
|
|
6942
6944
|
|
|
6943
|
-
const __vue_is_functional_template__$
|
|
6945
|
+
const __vue_is_functional_template__$z = false;
|
|
6944
6946
|
/* style inject SSR */
|
|
6945
6947
|
|
|
6946
6948
|
/* style inject shadow dom */
|
|
6947
6949
|
|
|
6948
|
-
const __vue_component__
|
|
6949
|
-
render: __vue_render__$
|
|
6950
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6951
|
-
}, __vue_inject_styles__$
|
|
6950
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
6951
|
+
render: __vue_render__$x,
|
|
6952
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
6953
|
+
}, __vue_inject_styles__$z, __vue_script__$p, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
6952
6954
|
|
|
6953
|
-
var __vue_component__$
|
|
6955
|
+
var __vue_component__$12 = __vue_component__$11;
|
|
6954
6956
|
|
|
6955
6957
|
//
|
|
6956
|
-
var script$
|
|
6958
|
+
var script$o = {
|
|
6957
6959
|
name: "NsTextInput",
|
|
6958
6960
|
extends: CvTextInput,
|
|
6959
6961
|
components: {
|
|
@@ -7008,10 +7010,10 @@ var script$n = {
|
|
|
7008
7010
|
};
|
|
7009
7011
|
|
|
7010
7012
|
/* script */
|
|
7011
|
-
const __vue_script__$
|
|
7013
|
+
const __vue_script__$o = script$o;
|
|
7012
7014
|
/* template */
|
|
7013
7015
|
|
|
7014
|
-
var __vue_render__$
|
|
7016
|
+
var __vue_render__$w = function () {
|
|
7015
7017
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
7016
7018
|
|
|
7017
7019
|
var _vm = this;
|
|
@@ -7090,10 +7092,10 @@ var __vue_render__$v = function () {
|
|
|
7090
7092
|
})], 2) : _vm._e()]);
|
|
7091
7093
|
};
|
|
7092
7094
|
|
|
7093
|
-
var __vue_staticRenderFns__$
|
|
7095
|
+
var __vue_staticRenderFns__$w = [];
|
|
7094
7096
|
/* style */
|
|
7095
7097
|
|
|
7096
|
-
const __vue_inject_styles__$
|
|
7098
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
7097
7099
|
if (!inject) return;
|
|
7098
7100
|
inject("data-v-67a31d02_0", {
|
|
7099
7101
|
source: ".label-with-tooltip[data-v-67a31d02]{display:flex;align-items:baseline}.prefix[data-v-67a31d02]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-67a31d02]{align-items:center}",
|
|
@@ -7108,23 +7110,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
7108
7110
|
/* scoped */
|
|
7109
7111
|
|
|
7110
7112
|
|
|
7111
|
-
const __vue_scope_id__$
|
|
7113
|
+
const __vue_scope_id__$y = "data-v-67a31d02";
|
|
7112
7114
|
/* module identifier */
|
|
7113
7115
|
|
|
7114
|
-
const __vue_module_identifier__$
|
|
7116
|
+
const __vue_module_identifier__$y = undefined;
|
|
7115
7117
|
/* functional template */
|
|
7116
7118
|
|
|
7117
|
-
const __vue_is_functional_template__$
|
|
7119
|
+
const __vue_is_functional_template__$y = false;
|
|
7118
7120
|
/* style inject SSR */
|
|
7119
7121
|
|
|
7120
7122
|
/* style inject shadow dom */
|
|
7121
7123
|
|
|
7122
|
-
const __vue_component__$
|
|
7123
|
-
render: __vue_render__$
|
|
7124
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7125
|
-
}, __vue_inject_styles__$
|
|
7124
|
+
const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
7125
|
+
render: __vue_render__$w,
|
|
7126
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
7127
|
+
}, __vue_inject_styles__$y, __vue_script__$o, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
7126
7128
|
|
|
7127
|
-
var NsTextInput = __vue_component__$
|
|
7129
|
+
var NsTextInput = __vue_component__$10;
|
|
7128
7130
|
|
|
7129
7131
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
7130
7132
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7687,7 +7689,7 @@ var UtilService = {
|
|
|
7687
7689
|
};
|
|
7688
7690
|
|
|
7689
7691
|
//
|
|
7690
|
-
var script$
|
|
7692
|
+
var script$n = {
|
|
7691
7693
|
name: "NsPasswordInput",
|
|
7692
7694
|
components: {
|
|
7693
7695
|
NsTextInput
|
|
@@ -7872,10 +7874,10 @@ var script$m = {
|
|
|
7872
7874
|
};
|
|
7873
7875
|
|
|
7874
7876
|
/* script */
|
|
7875
|
-
const __vue_script__$
|
|
7877
|
+
const __vue_script__$n = script$n;
|
|
7876
7878
|
/* template */
|
|
7877
7879
|
|
|
7878
|
-
var __vue_render__$
|
|
7880
|
+
var __vue_render__$v = function () {
|
|
7879
7881
|
var _vm = this;
|
|
7880
7882
|
|
|
7881
7883
|
var _h = _vm.$createElement;
|
|
@@ -7970,10 +7972,10 @@ var __vue_render__$u = function () {
|
|
|
7970
7972
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7971
7973
|
};
|
|
7972
7974
|
|
|
7973
|
-
var __vue_staticRenderFns__$
|
|
7975
|
+
var __vue_staticRenderFns__$v = [];
|
|
7974
7976
|
/* style */
|
|
7975
7977
|
|
|
7976
|
-
const __vue_inject_styles__$
|
|
7978
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
7977
7979
|
if (!inject) return;
|
|
7978
7980
|
inject("data-v-2326af46_0", {
|
|
7979
7981
|
source: ".new-password-container[data-v-2326af46]{margin-bottom:1rem}.new-password[data-v-2326af46]{margin-bottom:.25rem}.confirm-password[data-v-2326af46]{margin-bottom:.25rem}.password-meter[data-v-2326af46]{display:flex}@media (min-width:672px){.password-meter[data-v-2326af46]{max-width:38rem}}.requirement[data-v-2326af46]{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-2326af46]{background-color:#fff}.requirement[data-v-2326af46]:first-child{margin-left:0}.requirement-ok[data-v-2326af46]{color:#fff;background-color:#198038}.requirement-disabled[data-v-2326af46]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
@@ -7984,26 +7986,26 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
7984
7986
|
/* scoped */
|
|
7985
7987
|
|
|
7986
7988
|
|
|
7987
|
-
const __vue_scope_id__$
|
|
7989
|
+
const __vue_scope_id__$x = "data-v-2326af46";
|
|
7988
7990
|
/* module identifier */
|
|
7989
7991
|
|
|
7990
|
-
const __vue_module_identifier__$
|
|
7992
|
+
const __vue_module_identifier__$x = undefined;
|
|
7991
7993
|
/* functional template */
|
|
7992
7994
|
|
|
7993
|
-
const __vue_is_functional_template__$
|
|
7995
|
+
const __vue_is_functional_template__$x = false;
|
|
7994
7996
|
/* style inject SSR */
|
|
7995
7997
|
|
|
7996
7998
|
/* style inject shadow dom */
|
|
7997
7999
|
|
|
7998
|
-
const __vue_component__$
|
|
7999
|
-
render: __vue_render__$
|
|
8000
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8001
|
-
}, __vue_inject_styles__$
|
|
8000
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
8001
|
+
render: __vue_render__$v,
|
|
8002
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
8003
|
+
}, __vue_inject_styles__$x, __vue_script__$n, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
8002
8004
|
|
|
8003
|
-
var __vue_component__
|
|
8005
|
+
var __vue_component__$$ = __vue_component__$_;
|
|
8004
8006
|
|
|
8005
8007
|
//
|
|
8006
|
-
var script$
|
|
8008
|
+
var script$m = {
|
|
8007
8009
|
name: "NsIconMenu",
|
|
8008
8010
|
extends: CvOverflowMenu,
|
|
8009
8011
|
props: {
|
|
@@ -8047,10 +8049,10 @@ var script$l = {
|
|
|
8047
8049
|
};
|
|
8048
8050
|
|
|
8049
8051
|
/* script */
|
|
8050
|
-
const __vue_script__$
|
|
8052
|
+
const __vue_script__$m = script$m;
|
|
8051
8053
|
/* template */
|
|
8052
8054
|
|
|
8053
|
-
var __vue_render__$
|
|
8055
|
+
var __vue_render__$u = function () {
|
|
8054
8056
|
var _obj, _obj$1;
|
|
8055
8057
|
|
|
8056
8058
|
var _vm = this;
|
|
@@ -8166,10 +8168,10 @@ var __vue_render__$t = function () {
|
|
|
8166
8168
|
})])]);
|
|
8167
8169
|
};
|
|
8168
8170
|
|
|
8169
|
-
var __vue_staticRenderFns__$
|
|
8171
|
+
var __vue_staticRenderFns__$u = [];
|
|
8170
8172
|
/* style */
|
|
8171
8173
|
|
|
8172
|
-
const __vue_inject_styles__$
|
|
8174
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
8173
8175
|
if (!inject) return;
|
|
8174
8176
|
inject("data-v-19510273_0", {
|
|
8175
8177
|
source: ".ns-icon-menu[data-v-19510273]{display:inline-flex}",
|
|
@@ -8180,26 +8182,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
8180
8182
|
/* scoped */
|
|
8181
8183
|
|
|
8182
8184
|
|
|
8183
|
-
const __vue_scope_id__$
|
|
8185
|
+
const __vue_scope_id__$w = "data-v-19510273";
|
|
8184
8186
|
/* module identifier */
|
|
8185
8187
|
|
|
8186
|
-
const __vue_module_identifier__$
|
|
8188
|
+
const __vue_module_identifier__$w = undefined;
|
|
8187
8189
|
/* functional template */
|
|
8188
8190
|
|
|
8189
|
-
const __vue_is_functional_template__$
|
|
8191
|
+
const __vue_is_functional_template__$w = false;
|
|
8190
8192
|
/* style inject SSR */
|
|
8191
8193
|
|
|
8192
8194
|
/* style inject shadow dom */
|
|
8193
8195
|
|
|
8194
|
-
const __vue_component__$
|
|
8195
|
-
render: __vue_render__$
|
|
8196
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8197
|
-
}, __vue_inject_styles__$
|
|
8196
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
8197
|
+
render: __vue_render__$u,
|
|
8198
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
8199
|
+
}, __vue_inject_styles__$w, __vue_script__$m, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
8198
8200
|
|
|
8199
|
-
var __vue_component__$
|
|
8201
|
+
var __vue_component__$Z = __vue_component__$Y;
|
|
8200
8202
|
|
|
8201
8203
|
//
|
|
8202
|
-
var script$
|
|
8204
|
+
var script$l = {
|
|
8203
8205
|
name: "NsMeterChart",
|
|
8204
8206
|
components: {
|
|
8205
8207
|
NsProgressBar
|
|
@@ -8234,10 +8236,10 @@ var script$k = {
|
|
|
8234
8236
|
};
|
|
8235
8237
|
|
|
8236
8238
|
/* script */
|
|
8237
|
-
const __vue_script__$
|
|
8239
|
+
const __vue_script__$l = script$l;
|
|
8238
8240
|
/* template */
|
|
8239
8241
|
|
|
8240
|
-
var __vue_render__$
|
|
8242
|
+
var __vue_render__$t = function () {
|
|
8241
8243
|
var _vm = this;
|
|
8242
8244
|
|
|
8243
8245
|
var _h = _vm.$createElement;
|
|
@@ -8260,10 +8262,10 @@ var __vue_render__$s = function () {
|
|
|
8260
8262
|
})], 1);
|
|
8261
8263
|
};
|
|
8262
8264
|
|
|
8263
|
-
var __vue_staticRenderFns__$
|
|
8265
|
+
var __vue_staticRenderFns__$t = [];
|
|
8264
8266
|
/* style */
|
|
8265
8267
|
|
|
8266
|
-
const __vue_inject_styles__$
|
|
8268
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
8267
8269
|
if (!inject) return;
|
|
8268
8270
|
inject("data-v-4ca10dac_0", {
|
|
8269
8271
|
source: ".label[data-v-4ca10dac]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-4ca10dac]{margin-bottom:.5rem!important}",
|
|
@@ -8274,26 +8276,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
8274
8276
|
/* scoped */
|
|
8275
8277
|
|
|
8276
8278
|
|
|
8277
|
-
const __vue_scope_id__$
|
|
8279
|
+
const __vue_scope_id__$v = "data-v-4ca10dac";
|
|
8278
8280
|
/* module identifier */
|
|
8279
8281
|
|
|
8280
|
-
const __vue_module_identifier__$
|
|
8282
|
+
const __vue_module_identifier__$v = undefined;
|
|
8281
8283
|
/* functional template */
|
|
8282
8284
|
|
|
8283
|
-
const __vue_is_functional_template__$
|
|
8285
|
+
const __vue_is_functional_template__$v = false;
|
|
8284
8286
|
/* style inject SSR */
|
|
8285
8287
|
|
|
8286
8288
|
/* style inject shadow dom */
|
|
8287
8289
|
|
|
8288
|
-
const __vue_component__$
|
|
8289
|
-
render: __vue_render__$
|
|
8290
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8291
|
-
}, __vue_inject_styles__$
|
|
8290
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
8291
|
+
render: __vue_render__$t,
|
|
8292
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
8293
|
+
}, __vue_inject_styles__$v, __vue_script__$l, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
8292
8294
|
|
|
8293
|
-
var __vue_component__$
|
|
8295
|
+
var __vue_component__$X = __vue_component__$W;
|
|
8294
8296
|
|
|
8295
8297
|
//
|
|
8296
|
-
var script$
|
|
8298
|
+
var script$k = {
|
|
8297
8299
|
name: "NsModal",
|
|
8298
8300
|
extends: CvModal,
|
|
8299
8301
|
components: {
|
|
@@ -8353,10 +8355,10 @@ var script$j = {
|
|
|
8353
8355
|
};
|
|
8354
8356
|
|
|
8355
8357
|
/* script */
|
|
8356
|
-
const __vue_script__$
|
|
8358
|
+
const __vue_script__$k = script$k;
|
|
8357
8359
|
/* template */
|
|
8358
8360
|
|
|
8359
|
-
var __vue_render__$
|
|
8361
|
+
var __vue_render__$s = function () {
|
|
8360
8362
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
8361
8363
|
|
|
8362
8364
|
var _vm = this;
|
|
@@ -8490,34 +8492,34 @@ var __vue_render__$r = function () {
|
|
|
8490
8492
|
})], 1)]);
|
|
8491
8493
|
};
|
|
8492
8494
|
|
|
8493
|
-
var __vue_staticRenderFns__$
|
|
8495
|
+
var __vue_staticRenderFns__$s = [];
|
|
8494
8496
|
/* style */
|
|
8495
8497
|
|
|
8496
|
-
const __vue_inject_styles__$
|
|
8498
|
+
const __vue_inject_styles__$u = undefined;
|
|
8497
8499
|
/* scoped */
|
|
8498
8500
|
|
|
8499
|
-
const __vue_scope_id__$
|
|
8501
|
+
const __vue_scope_id__$u = undefined;
|
|
8500
8502
|
/* module identifier */
|
|
8501
8503
|
|
|
8502
|
-
const __vue_module_identifier__$
|
|
8504
|
+
const __vue_module_identifier__$u = undefined;
|
|
8503
8505
|
/* functional template */
|
|
8504
8506
|
|
|
8505
|
-
const __vue_is_functional_template__$
|
|
8507
|
+
const __vue_is_functional_template__$u = false;
|
|
8506
8508
|
/* style inject */
|
|
8507
8509
|
|
|
8508
8510
|
/* style inject SSR */
|
|
8509
8511
|
|
|
8510
8512
|
/* style inject shadow dom */
|
|
8511
8513
|
|
|
8512
|
-
const __vue_component__$
|
|
8513
|
-
render: __vue_render__$
|
|
8514
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8515
|
-
}, __vue_inject_styles__$
|
|
8514
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
8515
|
+
render: __vue_render__$s,
|
|
8516
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
8517
|
+
}, __vue_inject_styles__$u, __vue_script__$k, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
8516
8518
|
|
|
8517
|
-
var NsModal = __vue_component__$
|
|
8519
|
+
var NsModal = __vue_component__$V;
|
|
8518
8520
|
|
|
8519
8521
|
//
|
|
8520
|
-
var script$
|
|
8522
|
+
var script$j = {
|
|
8521
8523
|
name: "NsDangerDeleteModal",
|
|
8522
8524
|
//component added for storybook to work
|
|
8523
8525
|
components: {
|
|
@@ -8617,10 +8619,10 @@ var script$i = {
|
|
|
8617
8619
|
};
|
|
8618
8620
|
|
|
8619
8621
|
/* script */
|
|
8620
|
-
const __vue_script__$
|
|
8622
|
+
const __vue_script__$j = script$j;
|
|
8621
8623
|
/* template */
|
|
8622
8624
|
|
|
8623
|
-
var __vue_render__$
|
|
8625
|
+
var __vue_render__$r = function () {
|
|
8624
8626
|
var _vm = this;
|
|
8625
8627
|
|
|
8626
8628
|
var _h = _vm.$createElement;
|
|
@@ -8681,10 +8683,10 @@ var __vue_render__$q = function () {
|
|
|
8681
8683
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
8682
8684
|
};
|
|
8683
8685
|
|
|
8684
|
-
var __vue_staticRenderFns__$
|
|
8686
|
+
var __vue_staticRenderFns__$r = [];
|
|
8685
8687
|
/* style */
|
|
8686
8688
|
|
|
8687
|
-
const __vue_inject_styles__$
|
|
8689
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
8688
8690
|
if (!inject) return;
|
|
8689
8691
|
inject("data-v-1efc7695_0", {
|
|
8690
8692
|
source: ".type-to-confirm[data-v-1efc7695]{margin-top:2rem}",
|
|
@@ -8695,23 +8697,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
8695
8697
|
/* scoped */
|
|
8696
8698
|
|
|
8697
8699
|
|
|
8698
|
-
const __vue_scope_id__$
|
|
8700
|
+
const __vue_scope_id__$t = "data-v-1efc7695";
|
|
8699
8701
|
/* module identifier */
|
|
8700
8702
|
|
|
8701
|
-
const __vue_module_identifier__$
|
|
8703
|
+
const __vue_module_identifier__$t = undefined;
|
|
8702
8704
|
/* functional template */
|
|
8703
8705
|
|
|
8704
|
-
const __vue_is_functional_template__$
|
|
8706
|
+
const __vue_is_functional_template__$t = false;
|
|
8705
8707
|
/* style inject SSR */
|
|
8706
8708
|
|
|
8707
8709
|
/* style inject shadow dom */
|
|
8708
8710
|
|
|
8709
|
-
const __vue_component__$
|
|
8710
|
-
render: __vue_render__$
|
|
8711
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8712
|
-
}, __vue_inject_styles__$
|
|
8711
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
8712
|
+
render: __vue_render__$r,
|
|
8713
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
8714
|
+
}, __vue_inject_styles__$t, __vue_script__$j, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
8713
8715
|
|
|
8714
|
-
var __vue_component__$
|
|
8716
|
+
var __vue_component__$U = __vue_component__$T;
|
|
8715
8717
|
|
|
8716
8718
|
/*
|
|
8717
8719
|
* Copyright (C) 2023 Nethesis S.r.l.
|
|
@@ -8923,7 +8925,7 @@ var IconService = {
|
|
|
8923
8925
|
};
|
|
8924
8926
|
|
|
8925
8927
|
//
|
|
8926
|
-
var script$
|
|
8928
|
+
var script$i = {
|
|
8927
8929
|
name: "NsDropdownAction",
|
|
8928
8930
|
extends: CvOverflowMenu,
|
|
8929
8931
|
components: {
|
|
@@ -8955,10 +8957,10 @@ var script$h = {
|
|
|
8955
8957
|
};
|
|
8956
8958
|
|
|
8957
8959
|
/* script */
|
|
8958
|
-
const __vue_script__$
|
|
8960
|
+
const __vue_script__$i = script$i;
|
|
8959
8961
|
/* template */
|
|
8960
8962
|
|
|
8961
|
-
var __vue_render__$
|
|
8963
|
+
var __vue_render__$q = function () {
|
|
8962
8964
|
var _obj, _obj$1;
|
|
8963
8965
|
|
|
8964
8966
|
var _vm = this;
|
|
@@ -9058,34 +9060,34 @@ var __vue_render__$p = function () {
|
|
|
9058
9060
|
})])]);
|
|
9059
9061
|
};
|
|
9060
9062
|
|
|
9061
|
-
var __vue_staticRenderFns__$
|
|
9063
|
+
var __vue_staticRenderFns__$q = [];
|
|
9062
9064
|
/* style */
|
|
9063
9065
|
|
|
9064
|
-
const __vue_inject_styles__$
|
|
9066
|
+
const __vue_inject_styles__$s = undefined;
|
|
9065
9067
|
/* scoped */
|
|
9066
9068
|
|
|
9067
|
-
const __vue_scope_id__$
|
|
9069
|
+
const __vue_scope_id__$s = "data-v-1818ed86";
|
|
9068
9070
|
/* module identifier */
|
|
9069
9071
|
|
|
9070
|
-
const __vue_module_identifier__$
|
|
9072
|
+
const __vue_module_identifier__$s = undefined;
|
|
9071
9073
|
/* functional template */
|
|
9072
9074
|
|
|
9073
|
-
const __vue_is_functional_template__$
|
|
9075
|
+
const __vue_is_functional_template__$s = false;
|
|
9074
9076
|
/* style inject */
|
|
9075
9077
|
|
|
9076
9078
|
/* style inject SSR */
|
|
9077
9079
|
|
|
9078
9080
|
/* style inject shadow dom */
|
|
9079
9081
|
|
|
9080
|
-
const __vue_component__$
|
|
9081
|
-
render: __vue_render__$
|
|
9082
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9083
|
-
}, __vue_inject_styles__$
|
|
9082
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
9083
|
+
render: __vue_render__$q,
|
|
9084
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
9085
|
+
}, __vue_inject_styles__$s, __vue_script__$i, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
9084
9086
|
|
|
9085
|
-
var __vue_component__$
|
|
9087
|
+
var __vue_component__$S = __vue_component__$R;
|
|
9086
9088
|
|
|
9087
9089
|
//
|
|
9088
|
-
var script$
|
|
9090
|
+
var script$h = {
|
|
9089
9091
|
name: "NsBackupCardDetails",
|
|
9090
9092
|
mixins: [DateTimeService],
|
|
9091
9093
|
props: {
|
|
@@ -9121,10 +9123,10 @@ var script$g = {
|
|
|
9121
9123
|
};
|
|
9122
9124
|
|
|
9123
9125
|
/* script */
|
|
9124
|
-
const __vue_script__$
|
|
9126
|
+
const __vue_script__$h = script$h;
|
|
9125
9127
|
/* template */
|
|
9126
9128
|
|
|
9127
|
-
var __vue_render__$
|
|
9129
|
+
var __vue_render__$p = function () {
|
|
9128
9130
|
var _vm = this;
|
|
9129
9131
|
|
|
9130
9132
|
var _h = _vm.$createElement;
|
|
@@ -9178,10 +9180,10 @@ var __vue_render__$o = function () {
|
|
|
9178
9180
|
}, [_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("-")])])])]);
|
|
9179
9181
|
};
|
|
9180
9182
|
|
|
9181
|
-
var __vue_staticRenderFns__$
|
|
9183
|
+
var __vue_staticRenderFns__$p = [];
|
|
9182
9184
|
/* style */
|
|
9183
9185
|
|
|
9184
|
-
const __vue_inject_styles__$
|
|
9186
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
9185
9187
|
if (!inject) return;
|
|
9186
9188
|
inject("data-v-5c5848fc_0", {
|
|
9187
9189
|
source: ".ns-backup-card-details[data-v-5c5848fc]{display:contents}.tr[data-v-5c5848fc]{display:table-row}.td[data-v-5c5848fc]{display:table-cell}.label[data-v-5c5848fc]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
@@ -9192,26 +9194,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
9192
9194
|
/* scoped */
|
|
9193
9195
|
|
|
9194
9196
|
|
|
9195
|
-
const __vue_scope_id__$
|
|
9197
|
+
const __vue_scope_id__$r = "data-v-5c5848fc";
|
|
9196
9198
|
/* module identifier */
|
|
9197
9199
|
|
|
9198
|
-
const __vue_module_identifier__$
|
|
9200
|
+
const __vue_module_identifier__$r = undefined;
|
|
9199
9201
|
/* functional template */
|
|
9200
9202
|
|
|
9201
|
-
const __vue_is_functional_template__$
|
|
9203
|
+
const __vue_is_functional_template__$r = false;
|
|
9202
9204
|
/* style inject SSR */
|
|
9203
9205
|
|
|
9204
9206
|
/* style inject shadow dom */
|
|
9205
9207
|
|
|
9206
|
-
const __vue_component__$
|
|
9207
|
-
render: __vue_render__$
|
|
9208
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9209
|
-
}, __vue_inject_styles__$
|
|
9208
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
9209
|
+
render: __vue_render__$p,
|
|
9210
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
9211
|
+
}, __vue_inject_styles__$r, __vue_script__$h, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
9210
9212
|
|
|
9211
|
-
var NsBackupCardDetails = __vue_component__$
|
|
9213
|
+
var NsBackupCardDetails = __vue_component__$Q;
|
|
9212
9214
|
|
|
9213
9215
|
//
|
|
9214
|
-
var script$
|
|
9216
|
+
var script$g = {
|
|
9215
9217
|
name: "NsBackupCard",
|
|
9216
9218
|
components: {
|
|
9217
9219
|
NsBackupCardDetails
|
|
@@ -9352,10 +9354,10 @@ var script$f = {
|
|
|
9352
9354
|
};
|
|
9353
9355
|
|
|
9354
9356
|
/* script */
|
|
9355
|
-
const __vue_script__$
|
|
9357
|
+
const __vue_script__$g = script$g;
|
|
9356
9358
|
/* template */
|
|
9357
9359
|
|
|
9358
|
-
var __vue_render__$
|
|
9360
|
+
var __vue_render__$o = function () {
|
|
9359
9361
|
var _vm = this;
|
|
9360
9362
|
|
|
9361
9363
|
var _h = _vm.$createElement;
|
|
@@ -9471,10 +9473,10 @@ var __vue_render__$n = function () {
|
|
|
9471
9473
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
9472
9474
|
};
|
|
9473
9475
|
|
|
9474
|
-
var __vue_staticRenderFns__$
|
|
9476
|
+
var __vue_staticRenderFns__$o = [];
|
|
9475
9477
|
/* style */
|
|
9476
9478
|
|
|
9477
|
-
const __vue_inject_styles__$
|
|
9479
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
9478
9480
|
if (!inject) return;
|
|
9479
9481
|
inject("data-v-6f55bf84_0", {
|
|
9480
9482
|
source: ".ns-backup-card[data-v-6f55bf84]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-6f55bf84]{margin-bottom:1rem}.backup[data-v-6f55bf84]:last-child{margin-bottom:0}.row[data-v-6f55bf84]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-6f55bf84]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-6f55bf84]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-6f55bf84]{display:table}.tr[data-v-6f55bf84]{display:table-row}.td[data-v-6f55bf84]{display:table-cell}.label[data-v-6f55bf84]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-6f55bf84]{font-weight:700}.backup-status-icon[data-v-6f55bf84]{margin-right:.25rem}",
|
|
@@ -9489,26 +9491,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
9489
9491
|
/* scoped */
|
|
9490
9492
|
|
|
9491
9493
|
|
|
9492
|
-
const __vue_scope_id__$
|
|
9494
|
+
const __vue_scope_id__$q = "data-v-6f55bf84";
|
|
9493
9495
|
/* module identifier */
|
|
9494
9496
|
|
|
9495
|
-
const __vue_module_identifier__$
|
|
9497
|
+
const __vue_module_identifier__$q = undefined;
|
|
9496
9498
|
/* functional template */
|
|
9497
9499
|
|
|
9498
|
-
const __vue_is_functional_template__$
|
|
9500
|
+
const __vue_is_functional_template__$q = false;
|
|
9499
9501
|
/* style inject SSR */
|
|
9500
9502
|
|
|
9501
9503
|
/* style inject shadow dom */
|
|
9502
9504
|
|
|
9503
|
-
const __vue_component__$
|
|
9504
|
-
render: __vue_render__$
|
|
9505
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9506
|
-
}, __vue_inject_styles__$
|
|
9505
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
9506
|
+
render: __vue_render__$o,
|
|
9507
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
9508
|
+
}, __vue_inject_styles__$q, __vue_script__$g, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
9507
9509
|
|
|
9508
|
-
var __vue_component__$
|
|
9510
|
+
var __vue_component__$P = __vue_component__$O;
|
|
9509
9511
|
|
|
9510
9512
|
//
|
|
9511
|
-
var script$
|
|
9513
|
+
var script$f = {
|
|
9512
9514
|
name: "NsWizard",
|
|
9513
9515
|
extends: NsModal,
|
|
9514
9516
|
mixins: [IconService],
|
|
@@ -9552,10 +9554,10 @@ var script$e = {
|
|
|
9552
9554
|
};
|
|
9553
9555
|
|
|
9554
9556
|
/* script */
|
|
9555
|
-
const __vue_script__$
|
|
9557
|
+
const __vue_script__$f = script$f;
|
|
9556
9558
|
/* template */
|
|
9557
9559
|
|
|
9558
|
-
var __vue_render__$
|
|
9560
|
+
var __vue_render__$n = function () {
|
|
9559
9561
|
var _obj, _obj$1;
|
|
9560
9562
|
|
|
9561
9563
|
var _vm = this;
|
|
@@ -9697,34 +9699,34 @@ var __vue_render__$m = function () {
|
|
|
9697
9699
|
})], 1)]);
|
|
9698
9700
|
};
|
|
9699
9701
|
|
|
9700
|
-
var __vue_staticRenderFns__$
|
|
9702
|
+
var __vue_staticRenderFns__$n = [];
|
|
9701
9703
|
/* style */
|
|
9702
9704
|
|
|
9703
|
-
const __vue_inject_styles__$
|
|
9705
|
+
const __vue_inject_styles__$p = undefined;
|
|
9704
9706
|
/* scoped */
|
|
9705
9707
|
|
|
9706
|
-
const __vue_scope_id__$
|
|
9708
|
+
const __vue_scope_id__$p = undefined;
|
|
9707
9709
|
/* module identifier */
|
|
9708
9710
|
|
|
9709
|
-
const __vue_module_identifier__$
|
|
9711
|
+
const __vue_module_identifier__$p = undefined;
|
|
9710
9712
|
/* functional template */
|
|
9711
9713
|
|
|
9712
|
-
const __vue_is_functional_template__$
|
|
9714
|
+
const __vue_is_functional_template__$p = false;
|
|
9713
9715
|
/* style inject */
|
|
9714
9716
|
|
|
9715
9717
|
/* style inject SSR */
|
|
9716
9718
|
|
|
9717
9719
|
/* style inject shadow dom */
|
|
9718
9720
|
|
|
9719
|
-
const __vue_component__$
|
|
9720
|
-
render: __vue_render__$
|
|
9721
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9722
|
-
}, __vue_inject_styles__$
|
|
9721
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
9722
|
+
render: __vue_render__$n,
|
|
9723
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
9724
|
+
}, __vue_inject_styles__$p, __vue_script__$f, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
9723
9725
|
|
|
9724
|
-
var __vue_component__$
|
|
9726
|
+
var __vue_component__$N = __vue_component__$M;
|
|
9725
9727
|
|
|
9726
9728
|
//
|
|
9727
|
-
var script$
|
|
9729
|
+
var script$e = {
|
|
9728
9730
|
name: "NsMenuItem",
|
|
9729
9731
|
components: {
|
|
9730
9732
|
NsSvg
|
|
@@ -9747,10 +9749,10 @@ var script$d = {
|
|
|
9747
9749
|
};
|
|
9748
9750
|
|
|
9749
9751
|
/* script */
|
|
9750
|
-
const __vue_script__$
|
|
9752
|
+
const __vue_script__$e = script$e;
|
|
9751
9753
|
/* template */
|
|
9752
9754
|
|
|
9753
|
-
var __vue_render__$
|
|
9755
|
+
var __vue_render__$m = function () {
|
|
9754
9756
|
var _vm = this;
|
|
9755
9757
|
|
|
9756
9758
|
var _h = _vm.$createElement;
|
|
@@ -9770,10 +9772,10 @@ var __vue_render__$l = function () {
|
|
|
9770
9772
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
9771
9773
|
};
|
|
9772
9774
|
|
|
9773
|
-
var __vue_staticRenderFns__$
|
|
9775
|
+
var __vue_staticRenderFns__$m = [];
|
|
9774
9776
|
/* style */
|
|
9775
9777
|
|
|
9776
|
-
const __vue_inject_styles__$
|
|
9778
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
9777
9779
|
if (!inject) return;
|
|
9778
9780
|
inject("data-v-2e21de12_0", {
|
|
9779
9781
|
source: ".ns-menu-item[data-v-2e21de12]{display:flex;align-items:center}.icon[data-v-2e21de12]{margin-right:.5rem}",
|
|
@@ -9784,26 +9786,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
9784
9786
|
/* scoped */
|
|
9785
9787
|
|
|
9786
9788
|
|
|
9787
|
-
const __vue_scope_id__$
|
|
9789
|
+
const __vue_scope_id__$o = "data-v-2e21de12";
|
|
9788
9790
|
/* module identifier */
|
|
9789
9791
|
|
|
9790
|
-
const __vue_module_identifier__$
|
|
9792
|
+
const __vue_module_identifier__$o = undefined;
|
|
9791
9793
|
/* functional template */
|
|
9792
9794
|
|
|
9793
|
-
const __vue_is_functional_template__$
|
|
9795
|
+
const __vue_is_functional_template__$o = false;
|
|
9794
9796
|
/* style inject SSR */
|
|
9795
9797
|
|
|
9796
9798
|
/* style inject shadow dom */
|
|
9797
9799
|
|
|
9798
|
-
const __vue_component__$
|
|
9799
|
-
render: __vue_render__$
|
|
9800
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9801
|
-
}, __vue_inject_styles__$
|
|
9800
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
9801
|
+
render: __vue_render__$m,
|
|
9802
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
9803
|
+
}, __vue_inject_styles__$o, __vue_script__$e, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
9802
9804
|
|
|
9803
|
-
var __vue_component__$
|
|
9805
|
+
var __vue_component__$L = __vue_component__$K;
|
|
9804
9806
|
|
|
9805
9807
|
//
|
|
9806
|
-
var script$
|
|
9808
|
+
var script$d = {
|
|
9807
9809
|
name: "NsMenuDivider",
|
|
9808
9810
|
components: {
|
|
9809
9811
|
CvSideNavDivider
|
|
@@ -9811,10 +9813,10 @@ var script$c = {
|
|
|
9811
9813
|
};
|
|
9812
9814
|
|
|
9813
9815
|
/* script */
|
|
9814
|
-
const __vue_script__$
|
|
9816
|
+
const __vue_script__$d = script$d;
|
|
9815
9817
|
/* template */
|
|
9816
9818
|
|
|
9817
|
-
var __vue_render__$
|
|
9819
|
+
var __vue_render__$l = function () {
|
|
9818
9820
|
var _vm = this;
|
|
9819
9821
|
|
|
9820
9822
|
var _h = _vm.$createElement;
|
|
@@ -9824,34 +9826,34 @@ var __vue_render__$k = function () {
|
|
|
9824
9826
|
return _c('cv-side-nav-divider');
|
|
9825
9827
|
};
|
|
9826
9828
|
|
|
9827
|
-
var __vue_staticRenderFns__$
|
|
9829
|
+
var __vue_staticRenderFns__$l = [];
|
|
9828
9830
|
/* style */
|
|
9829
9831
|
|
|
9830
|
-
const __vue_inject_styles__$
|
|
9832
|
+
const __vue_inject_styles__$n = undefined;
|
|
9831
9833
|
/* scoped */
|
|
9832
9834
|
|
|
9833
|
-
const __vue_scope_id__$
|
|
9835
|
+
const __vue_scope_id__$n = "data-v-25fe7aa1";
|
|
9834
9836
|
/* module identifier */
|
|
9835
9837
|
|
|
9836
|
-
const __vue_module_identifier__$
|
|
9838
|
+
const __vue_module_identifier__$n = undefined;
|
|
9837
9839
|
/* functional template */
|
|
9838
9840
|
|
|
9839
|
-
const __vue_is_functional_template__$
|
|
9841
|
+
const __vue_is_functional_template__$n = false;
|
|
9840
9842
|
/* style inject */
|
|
9841
9843
|
|
|
9842
9844
|
/* style inject SSR */
|
|
9843
9845
|
|
|
9844
9846
|
/* style inject shadow dom */
|
|
9845
9847
|
|
|
9846
|
-
const __vue_component__$
|
|
9847
|
-
render: __vue_render__$
|
|
9848
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9849
|
-
}, __vue_inject_styles__$
|
|
9848
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
9849
|
+
render: __vue_render__$l,
|
|
9850
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
9851
|
+
}, __vue_inject_styles__$n, __vue_script__$d, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
9850
9852
|
|
|
9851
|
-
var __vue_component__$
|
|
9853
|
+
var __vue_component__$J = __vue_component__$I;
|
|
9852
9854
|
|
|
9853
9855
|
//
|
|
9854
|
-
var script$
|
|
9856
|
+
var script$c = {
|
|
9855
9857
|
name: "NsSystemLogsCard",
|
|
9856
9858
|
mixins: [UtilService, IconService],
|
|
9857
9859
|
props: {
|
|
@@ -9970,10 +9972,10 @@ var script$b = {
|
|
|
9970
9972
|
};
|
|
9971
9973
|
|
|
9972
9974
|
/* script */
|
|
9973
|
-
const __vue_script__$
|
|
9975
|
+
const __vue_script__$c = script$c;
|
|
9974
9976
|
/* template */
|
|
9975
9977
|
|
|
9976
|
-
var __vue_render__$
|
|
9978
|
+
var __vue_render__$k = function () {
|
|
9977
9979
|
var _vm = this;
|
|
9978
9980
|
|
|
9979
9981
|
var _h = _vm.$createElement;
|
|
@@ -10001,34 +10003,34 @@ var __vue_render__$j = function () {
|
|
|
10001
10003
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
10002
10004
|
};
|
|
10003
10005
|
|
|
10004
|
-
var __vue_staticRenderFns__$
|
|
10006
|
+
var __vue_staticRenderFns__$k = [];
|
|
10005
10007
|
/* style */
|
|
10006
10008
|
|
|
10007
|
-
const __vue_inject_styles__$
|
|
10009
|
+
const __vue_inject_styles__$m = undefined;
|
|
10008
10010
|
/* scoped */
|
|
10009
10011
|
|
|
10010
|
-
const __vue_scope_id__$
|
|
10012
|
+
const __vue_scope_id__$m = "data-v-604a2128";
|
|
10011
10013
|
/* module identifier */
|
|
10012
10014
|
|
|
10013
|
-
const __vue_module_identifier__$
|
|
10015
|
+
const __vue_module_identifier__$m = undefined;
|
|
10014
10016
|
/* functional template */
|
|
10015
10017
|
|
|
10016
|
-
const __vue_is_functional_template__$
|
|
10018
|
+
const __vue_is_functional_template__$m = false;
|
|
10017
10019
|
/* style inject */
|
|
10018
10020
|
|
|
10019
10021
|
/* style inject SSR */
|
|
10020
10022
|
|
|
10021
10023
|
/* style inject shadow dom */
|
|
10022
10024
|
|
|
10023
|
-
const __vue_component__$
|
|
10024
|
-
render: __vue_render__$
|
|
10025
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10026
|
-
}, __vue_inject_styles__$
|
|
10025
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
10026
|
+
render: __vue_render__$k,
|
|
10027
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
10028
|
+
}, __vue_inject_styles__$m, __vue_script__$c, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
10027
10029
|
|
|
10028
|
-
var __vue_component__$
|
|
10030
|
+
var __vue_component__$H = __vue_component__$G;
|
|
10029
10031
|
|
|
10030
10032
|
//
|
|
10031
|
-
var script$
|
|
10033
|
+
var script$b = {
|
|
10032
10034
|
name: "NsTimePicker",
|
|
10033
10035
|
mixins: [uidMixin, carbonPrefixMixin, themeMixin],
|
|
10034
10036
|
props: {
|
|
@@ -10076,10 +10078,10 @@ var script$a = {
|
|
|
10076
10078
|
};
|
|
10077
10079
|
|
|
10078
10080
|
/* script */
|
|
10079
|
-
const __vue_script__$
|
|
10081
|
+
const __vue_script__$b = script$b;
|
|
10080
10082
|
/* template */
|
|
10081
10083
|
|
|
10082
|
-
var __vue_render__$
|
|
10084
|
+
var __vue_render__$j = function () {
|
|
10083
10085
|
var _obj, _obj$1;
|
|
10084
10086
|
|
|
10085
10087
|
var _vm = this;
|
|
@@ -10124,10 +10126,10 @@ var __vue_render__$i = function () {
|
|
|
10124
10126
|
})], 2) : _vm._e()]);
|
|
10125
10127
|
};
|
|
10126
10128
|
|
|
10127
|
-
var __vue_staticRenderFns__$
|
|
10129
|
+
var __vue_staticRenderFns__$j = [];
|
|
10128
10130
|
/* style */
|
|
10129
10131
|
|
|
10130
|
-
const __vue_inject_styles__$
|
|
10132
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
10131
10133
|
if (!inject) return;
|
|
10132
10134
|
inject("data-v-329316f1_0", {
|
|
10133
10135
|
source: ".ns-time-picker .time-picker-field[data-v-329316f1]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-329316f1]{width:4.875rem}",
|
|
@@ -10142,23 +10144,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
10142
10144
|
/* scoped */
|
|
10143
10145
|
|
|
10144
10146
|
|
|
10145
|
-
const __vue_scope_id__$
|
|
10147
|
+
const __vue_scope_id__$l = "data-v-329316f1";
|
|
10146
10148
|
/* module identifier */
|
|
10147
10149
|
|
|
10148
|
-
const __vue_module_identifier__$
|
|
10150
|
+
const __vue_module_identifier__$l = undefined;
|
|
10149
10151
|
/* functional template */
|
|
10150
10152
|
|
|
10151
|
-
const __vue_is_functional_template__$
|
|
10153
|
+
const __vue_is_functional_template__$l = false;
|
|
10152
10154
|
/* style inject SSR */
|
|
10153
10155
|
|
|
10154
10156
|
/* style inject shadow dom */
|
|
10155
10157
|
|
|
10156
|
-
const __vue_component__$
|
|
10157
|
-
render: __vue_render__$
|
|
10158
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
10159
|
-
}, __vue_inject_styles__$
|
|
10158
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
10159
|
+
render: __vue_render__$j,
|
|
10160
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
10161
|
+
}, __vue_inject_styles__$l, __vue_script__$b, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
10160
10162
|
|
|
10161
|
-
var __vue_component__$
|
|
10163
|
+
var __vue_component__$F = __vue_component__$E;
|
|
10162
10164
|
|
|
10163
10165
|
/*
|
|
10164
10166
|
* Copyright (C) 2023 Nethesis S.r.l.
|
|
@@ -10203,7 +10205,7 @@ var NsWrapper = {
|
|
|
10203
10205
|
};
|
|
10204
10206
|
|
|
10205
10207
|
//
|
|
10206
|
-
var script$
|
|
10208
|
+
var script$a = {
|
|
10207
10209
|
name: "NsPagination",
|
|
10208
10210
|
extends: CvPagination,
|
|
10209
10211
|
props: {
|
|
@@ -10281,12 +10283,12 @@ var script$9 = {
|
|
|
10281
10283
|
};
|
|
10282
10284
|
|
|
10283
10285
|
/* script */
|
|
10284
|
-
const __vue_script__$
|
|
10286
|
+
const __vue_script__$a = script$a;
|
|
10285
10287
|
/* template */
|
|
10286
10288
|
|
|
10287
10289
|
/* style */
|
|
10288
10290
|
|
|
10289
|
-
const __vue_inject_styles__$
|
|
10291
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
10290
10292
|
if (!inject) return;
|
|
10291
10293
|
inject("data-v-18171654_0", {
|
|
10292
10294
|
source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
|
|
@@ -10297,20 +10299,20 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
10297
10299
|
/* scoped */
|
|
10298
10300
|
|
|
10299
10301
|
|
|
10300
|
-
const __vue_scope_id__$
|
|
10302
|
+
const __vue_scope_id__$k = undefined;
|
|
10301
10303
|
/* module identifier */
|
|
10302
10304
|
|
|
10303
|
-
const __vue_module_identifier__$
|
|
10305
|
+
const __vue_module_identifier__$k = undefined;
|
|
10304
10306
|
/* functional template */
|
|
10305
10307
|
|
|
10306
|
-
const __vue_is_functional_template__$
|
|
10308
|
+
const __vue_is_functional_template__$k = undefined;
|
|
10307
10309
|
/* style inject SSR */
|
|
10308
10310
|
|
|
10309
10311
|
/* style inject shadow dom */
|
|
10310
10312
|
|
|
10311
|
-
const __vue_component__$
|
|
10313
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$k, __vue_script__$a, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
10312
10314
|
|
|
10313
|
-
var NsPagination = __vue_component__$
|
|
10315
|
+
var NsPagination = __vue_component__$D;
|
|
10314
10316
|
|
|
10315
10317
|
var v$3 = "5.6.1";
|
|
10316
10318
|
var fr$3 = 24;
|
|
@@ -17353,7 +17355,7 @@ var LottieService = {
|
|
|
17353
17355
|
};
|
|
17354
17356
|
|
|
17355
17357
|
//
|
|
17356
|
-
var script$
|
|
17358
|
+
var script$9 = {
|
|
17357
17359
|
name: "NsDataTable",
|
|
17358
17360
|
extends: CvDataTable,
|
|
17359
17361
|
components: {
|
|
@@ -17686,10 +17688,10 @@ var script$8 = {
|
|
|
17686
17688
|
};
|
|
17687
17689
|
|
|
17688
17690
|
/* script */
|
|
17689
|
-
const __vue_script__$
|
|
17691
|
+
const __vue_script__$9 = script$9;
|
|
17690
17692
|
/* template */
|
|
17691
17693
|
|
|
17692
|
-
var __vue_render__$
|
|
17694
|
+
var __vue_render__$i = function () {
|
|
17693
17695
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
17694
17696
|
|
|
17695
17697
|
var _vm = this;
|
|
@@ -18018,34 +18020,34 @@ var __vue_render__$h = function () {
|
|
|
18018
18020
|
}, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
|
|
18019
18021
|
};
|
|
18020
18022
|
|
|
18021
|
-
var __vue_staticRenderFns__$
|
|
18023
|
+
var __vue_staticRenderFns__$i = [];
|
|
18022
18024
|
/* style */
|
|
18023
18025
|
|
|
18024
|
-
const __vue_inject_styles__$
|
|
18026
|
+
const __vue_inject_styles__$j = undefined;
|
|
18025
18027
|
/* scoped */
|
|
18026
18028
|
|
|
18027
|
-
const __vue_scope_id__$
|
|
18029
|
+
const __vue_scope_id__$j = undefined;
|
|
18028
18030
|
/* module identifier */
|
|
18029
18031
|
|
|
18030
|
-
const __vue_module_identifier__$
|
|
18032
|
+
const __vue_module_identifier__$j = undefined;
|
|
18031
18033
|
/* functional template */
|
|
18032
18034
|
|
|
18033
|
-
const __vue_is_functional_template__$
|
|
18035
|
+
const __vue_is_functional_template__$j = false;
|
|
18034
18036
|
/* style inject */
|
|
18035
18037
|
|
|
18036
18038
|
/* style inject SSR */
|
|
18037
18039
|
|
|
18038
18040
|
/* style inject shadow dom */
|
|
18039
18041
|
|
|
18040
|
-
const __vue_component__$
|
|
18041
|
-
render: __vue_render__$
|
|
18042
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18043
|
-
}, __vue_inject_styles__$
|
|
18042
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
18043
|
+
render: __vue_render__$i,
|
|
18044
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
18045
|
+
}, __vue_inject_styles__$j, __vue_script__$9, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
18044
18046
|
|
|
18045
|
-
var __vue_component__$
|
|
18047
|
+
var __vue_component__$C = __vue_component__$B;
|
|
18046
18048
|
|
|
18047
18049
|
//
|
|
18048
|
-
var script$
|
|
18050
|
+
var script$8 = {
|
|
18049
18051
|
name: "NsToggle",
|
|
18050
18052
|
extends: CvToggle,
|
|
18051
18053
|
props: {
|
|
@@ -18076,10 +18078,10 @@ var script$7 = {
|
|
|
18076
18078
|
};
|
|
18077
18079
|
|
|
18078
18080
|
/* script */
|
|
18079
|
-
const __vue_script__$
|
|
18081
|
+
const __vue_script__$8 = script$8;
|
|
18080
18082
|
/* template */
|
|
18081
18083
|
|
|
18082
|
-
var __vue_render__$
|
|
18084
|
+
var __vue_render__$h = function () {
|
|
18083
18085
|
var _obj;
|
|
18084
18086
|
|
|
18085
18087
|
var _vm = this;
|
|
@@ -18148,10 +18150,10 @@ var __vue_render__$g = function () {
|
|
|
18148
18150
|
})], 2)])])]);
|
|
18149
18151
|
};
|
|
18150
18152
|
|
|
18151
|
-
var __vue_staticRenderFns__$
|
|
18153
|
+
var __vue_staticRenderFns__$h = [];
|
|
18152
18154
|
/* style */
|
|
18153
18155
|
|
|
18154
|
-
const __vue_inject_styles__$
|
|
18156
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
18155
18157
|
if (!inject) return;
|
|
18156
18158
|
inject("data-v-2e62510c_0", {
|
|
18157
18159
|
source: ".tooltip[data-v-2e62510c]{display:inline-block;position:absolute}",
|
|
@@ -18166,26 +18168,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
18166
18168
|
/* scoped */
|
|
18167
18169
|
|
|
18168
18170
|
|
|
18169
|
-
const __vue_scope_id__$
|
|
18171
|
+
const __vue_scope_id__$i = "data-v-2e62510c";
|
|
18170
18172
|
/* module identifier */
|
|
18171
18173
|
|
|
18172
|
-
const __vue_module_identifier__$
|
|
18174
|
+
const __vue_module_identifier__$i = undefined;
|
|
18173
18175
|
/* functional template */
|
|
18174
18176
|
|
|
18175
|
-
const __vue_is_functional_template__$
|
|
18177
|
+
const __vue_is_functional_template__$i = false;
|
|
18176
18178
|
/* style inject SSR */
|
|
18177
18179
|
|
|
18178
18180
|
/* style inject shadow dom */
|
|
18179
18181
|
|
|
18180
|
-
const __vue_component__$
|
|
18181
|
-
render: __vue_render__$
|
|
18182
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18183
|
-
}, __vue_inject_styles__$
|
|
18182
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
18183
|
+
render: __vue_render__$h,
|
|
18184
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
18185
|
+
}, __vue_inject_styles__$i, __vue_script__$8, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
18184
18186
|
|
|
18185
|
-
var __vue_component__$
|
|
18187
|
+
var __vue_component__$A = __vue_component__$z;
|
|
18186
18188
|
|
|
18187
18189
|
//
|
|
18188
|
-
var script$
|
|
18190
|
+
var script$7 = {
|
|
18189
18191
|
name: "NsTag",
|
|
18190
18192
|
extends: CvTag,
|
|
18191
18193
|
computed: {
|
|
@@ -18197,10 +18199,10 @@ var script$6 = {
|
|
|
18197
18199
|
};
|
|
18198
18200
|
|
|
18199
18201
|
/* script */
|
|
18200
|
-
const __vue_script__$
|
|
18202
|
+
const __vue_script__$7 = script$7;
|
|
18201
18203
|
/* template */
|
|
18202
18204
|
|
|
18203
|
-
var __vue_render__$
|
|
18205
|
+
var __vue_render__$g = function () {
|
|
18204
18206
|
var _obj;
|
|
18205
18207
|
|
|
18206
18208
|
var _vm = this;
|
|
@@ -18266,10 +18268,10 @@ var __vue_render__$f = function () {
|
|
|
18266
18268
|
}, [_c('Close16')], 1) : _vm._e()]);
|
|
18267
18269
|
};
|
|
18268
18270
|
|
|
18269
|
-
var __vue_staticRenderFns__$
|
|
18271
|
+
var __vue_staticRenderFns__$g = [];
|
|
18270
18272
|
/* style */
|
|
18271
18273
|
|
|
18272
|
-
const __vue_inject_styles__$
|
|
18274
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
18273
18275
|
if (!inject) return;
|
|
18274
18276
|
inject("data-v-2227951d_0", {
|
|
18275
18277
|
source: ".bx--tag--filter[data-v-2227951d]{cursor:default}",
|
|
@@ -18280,23 +18282,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
18280
18282
|
/* scoped */
|
|
18281
18283
|
|
|
18282
18284
|
|
|
18283
|
-
const __vue_scope_id__$
|
|
18285
|
+
const __vue_scope_id__$h = "data-v-2227951d";
|
|
18284
18286
|
/* module identifier */
|
|
18285
18287
|
|
|
18286
|
-
const __vue_module_identifier__$
|
|
18288
|
+
const __vue_module_identifier__$h = undefined;
|
|
18287
18289
|
/* functional template */
|
|
18288
18290
|
|
|
18289
|
-
const __vue_is_functional_template__$
|
|
18291
|
+
const __vue_is_functional_template__$h = false;
|
|
18290
18292
|
/* style inject SSR */
|
|
18291
18293
|
|
|
18292
18294
|
/* style inject shadow dom */
|
|
18293
18295
|
|
|
18294
|
-
const __vue_component__$
|
|
18295
|
-
render: __vue_render__$
|
|
18296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
18297
|
-
}, __vue_inject_styles__$
|
|
18296
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
18297
|
+
render: __vue_render__$g,
|
|
18298
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
18299
|
+
}, __vue_inject_styles__$h, __vue_script__$7, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
18298
18300
|
|
|
18299
|
-
var NsTag = __vue_component__$
|
|
18301
|
+
var NsTag = __vue_component__$y;
|
|
18300
18302
|
|
|
18301
18303
|
/**
|
|
18302
18304
|
* Removes all key-value entries from the list cache.
|
|
@@ -20791,7 +20793,7 @@ var cloneDeep_1 = cloneDeep;
|
|
|
20791
20793
|
//
|
|
20792
20794
|
const TOP_AFTER_REOPEN = 0;
|
|
20793
20795
|
const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
|
|
20794
|
-
var script$
|
|
20796
|
+
var script$6 = {
|
|
20795
20797
|
name: "NsMultiSelect",
|
|
20796
20798
|
inheritAttrs: false,
|
|
20797
20799
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -21279,10 +21281,10 @@ var script$5 = {
|
|
|
21279
21281
|
};
|
|
21280
21282
|
|
|
21281
21283
|
/* script */
|
|
21282
|
-
const __vue_script__$
|
|
21284
|
+
const __vue_script__$6 = script$6;
|
|
21283
21285
|
/* template */
|
|
21284
21286
|
|
|
21285
|
-
var __vue_render__$
|
|
21287
|
+
var __vue_render__$f = function () {
|
|
21286
21288
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
|
|
21287
21289
|
|
|
21288
21290
|
var _vm = this;
|
|
@@ -21553,10 +21555,10 @@ var __vue_render__$e = function () {
|
|
|
21553
21555
|
}), 1) : _vm._e()]);
|
|
21554
21556
|
};
|
|
21555
21557
|
|
|
21556
|
-
var __vue_staticRenderFns__$
|
|
21558
|
+
var __vue_staticRenderFns__$f = [];
|
|
21557
21559
|
/* style */
|
|
21558
21560
|
|
|
21559
|
-
const __vue_inject_styles__$
|
|
21561
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
21560
21562
|
if (!inject) return;
|
|
21561
21563
|
inject("data-v-068afcae_0", {
|
|
21562
21564
|
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-068afcae]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-068afcae]{margin-bottom:14rem}.label-with-tooltip[data-v-068afcae]{display:flex;align-items:baseline}",
|
|
@@ -21571,26 +21573,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
21571
21573
|
/* scoped */
|
|
21572
21574
|
|
|
21573
21575
|
|
|
21574
|
-
const __vue_scope_id__$
|
|
21576
|
+
const __vue_scope_id__$g = "data-v-068afcae";
|
|
21575
21577
|
/* module identifier */
|
|
21576
21578
|
|
|
21577
|
-
const __vue_module_identifier__$
|
|
21579
|
+
const __vue_module_identifier__$g = undefined;
|
|
21578
21580
|
/* functional template */
|
|
21579
21581
|
|
|
21580
|
-
const __vue_is_functional_template__$
|
|
21582
|
+
const __vue_is_functional_template__$g = false;
|
|
21581
21583
|
/* style inject SSR */
|
|
21582
21584
|
|
|
21583
21585
|
/* style inject shadow dom */
|
|
21584
21586
|
|
|
21585
|
-
const __vue_component__$
|
|
21586
|
-
render: __vue_render__$
|
|
21587
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
21588
|
-
}, __vue_inject_styles__$
|
|
21587
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
21588
|
+
render: __vue_render__$f,
|
|
21589
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
21590
|
+
}, __vue_inject_styles__$g, __vue_script__$6, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
21589
21591
|
|
|
21590
|
-
var __vue_component__$
|
|
21592
|
+
var __vue_component__$x = __vue_component__$w;
|
|
21591
21593
|
|
|
21592
21594
|
//
|
|
21593
|
-
var script$
|
|
21595
|
+
var script$5 = {
|
|
21594
21596
|
name: "NsComboBox",
|
|
21595
21597
|
inheritAttrs: false,
|
|
21596
21598
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
@@ -22033,10 +22035,10 @@ var script$4 = {
|
|
|
22033
22035
|
};
|
|
22034
22036
|
|
|
22035
22037
|
/* script */
|
|
22036
|
-
const __vue_script__$
|
|
22038
|
+
const __vue_script__$5 = script$5;
|
|
22037
22039
|
/* template */
|
|
22038
22040
|
|
|
22039
|
-
var __vue_render__$
|
|
22041
|
+
var __vue_render__$e = function () {
|
|
22040
22042
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
22041
22043
|
|
|
22042
22044
|
var _vm = this;
|
|
@@ -22261,10 +22263,10 @@ var __vue_render__$d = function () {
|
|
|
22261
22263
|
})], 2) : _vm._e()]);
|
|
22262
22264
|
};
|
|
22263
22265
|
|
|
22264
|
-
var __vue_staticRenderFns__$
|
|
22266
|
+
var __vue_staticRenderFns__$e = [];
|
|
22265
22267
|
/* style */
|
|
22266
22268
|
|
|
22267
|
-
const __vue_inject_styles__$
|
|
22269
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
22268
22270
|
if (!inject) return;
|
|
22269
22271
|
inject("data-v-610245c0_0", {
|
|
22270
22272
|
source: ".margin-bottom-on-open[data-v-610245c0]{margin-bottom:14rem}.label-with-tooltip[data-v-610245c0]{display:flex;align-items:baseline}.ns-combo-box .warn-text[data-v-610245c0]{margin-top:.25rem}.invalid-icon[data-v-610245c0],.warn-icon[data-v-610245c0]{right:3rem}",
|
|
@@ -22279,26 +22281,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
22279
22281
|
/* scoped */
|
|
22280
22282
|
|
|
22281
22283
|
|
|
22282
|
-
const __vue_scope_id__$
|
|
22284
|
+
const __vue_scope_id__$f = "data-v-610245c0";
|
|
22283
22285
|
/* module identifier */
|
|
22284
22286
|
|
|
22285
|
-
const __vue_module_identifier__$
|
|
22287
|
+
const __vue_module_identifier__$f = undefined;
|
|
22286
22288
|
/* functional template */
|
|
22287
22289
|
|
|
22288
|
-
const __vue_is_functional_template__$
|
|
22290
|
+
const __vue_is_functional_template__$f = false;
|
|
22289
22291
|
/* style inject SSR */
|
|
22290
22292
|
|
|
22291
22293
|
/* style inject shadow dom */
|
|
22292
22294
|
|
|
22293
|
-
const __vue_component__$
|
|
22294
|
-
render: __vue_render__$
|
|
22295
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22296
|
-
}, __vue_inject_styles__$
|
|
22295
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
22296
|
+
render: __vue_render__$e,
|
|
22297
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
22298
|
+
}, __vue_inject_styles__$f, __vue_script__$5, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
22297
22299
|
|
|
22298
|
-
var __vue_component__$
|
|
22300
|
+
var __vue_component__$v = __vue_component__$u;
|
|
22299
22301
|
|
|
22300
22302
|
//
|
|
22301
|
-
var script$
|
|
22303
|
+
var script$4 = {
|
|
22302
22304
|
name: "NsCheckbox",
|
|
22303
22305
|
extends: CvCheckbox,
|
|
22304
22306
|
inheritAttrs: false,
|
|
@@ -22330,10 +22332,10 @@ var script$3 = {
|
|
|
22330
22332
|
};
|
|
22331
22333
|
|
|
22332
22334
|
/* script */
|
|
22333
|
-
const __vue_script__$
|
|
22335
|
+
const __vue_script__$4 = script$4;
|
|
22334
22336
|
/* template */
|
|
22335
22337
|
|
|
22336
|
-
var __vue_render__$
|
|
22338
|
+
var __vue_render__$d = function () {
|
|
22337
22339
|
var _obj, _obj$1, _obj$2;
|
|
22338
22340
|
|
|
22339
22341
|
var _vm = this;
|
|
@@ -22383,10 +22385,10 @@ var __vue_render__$c = function () {
|
|
|
22383
22385
|
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 2)])])]);
|
|
22384
22386
|
};
|
|
22385
22387
|
|
|
22386
|
-
var __vue_staticRenderFns__$
|
|
22388
|
+
var __vue_staticRenderFns__$d = [];
|
|
22387
22389
|
/* style */
|
|
22388
22390
|
|
|
22389
|
-
const __vue_inject_styles__$
|
|
22391
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
22390
22392
|
if (!inject) return;
|
|
22391
22393
|
inject("data-v-2f89a231_0", {
|
|
22392
22394
|
source: ".label-with-tooltip[data-v-2f89a231]{display:flex}",
|
|
@@ -22401,26 +22403,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
22401
22403
|
/* scoped */
|
|
22402
22404
|
|
|
22403
22405
|
|
|
22404
|
-
const __vue_scope_id__$
|
|
22406
|
+
const __vue_scope_id__$e = "data-v-2f89a231";
|
|
22405
22407
|
/* module identifier */
|
|
22406
22408
|
|
|
22407
|
-
const __vue_module_identifier__$
|
|
22409
|
+
const __vue_module_identifier__$e = undefined;
|
|
22408
22410
|
/* functional template */
|
|
22409
22411
|
|
|
22410
|
-
const __vue_is_functional_template__$
|
|
22412
|
+
const __vue_is_functional_template__$e = false;
|
|
22411
22413
|
/* style inject SSR */
|
|
22412
22414
|
|
|
22413
22415
|
/* style inject shadow dom */
|
|
22414
22416
|
|
|
22415
|
-
const __vue_component__$
|
|
22416
|
-
render: __vue_render__$
|
|
22417
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
22418
|
-
}, __vue_inject_styles__$
|
|
22417
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
22418
|
+
render: __vue_render__$d,
|
|
22419
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
22420
|
+
}, __vue_inject_styles__$e, __vue_script__$4, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
22419
22421
|
|
|
22420
|
-
var __vue_component__$
|
|
22422
|
+
var __vue_component__$t = __vue_component__$s;
|
|
22421
22423
|
|
|
22422
22424
|
//
|
|
22423
|
-
var script$
|
|
22425
|
+
var script$3 = {
|
|
22424
22426
|
name: "NsByteSlider",
|
|
22425
22427
|
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
22426
22428
|
thumb: ["blur", "focus"]
|
|
@@ -22766,10 +22768,10 @@ var script$2 = {
|
|
|
22766
22768
|
};
|
|
22767
22769
|
|
|
22768
22770
|
/* script */
|
|
22769
|
-
const __vue_script__$
|
|
22771
|
+
const __vue_script__$3 = script$3;
|
|
22770
22772
|
/* template */
|
|
22771
22773
|
|
|
22772
|
-
var __vue_render__$
|
|
22774
|
+
var __vue_render__$c = function () {
|
|
22773
22775
|
var _obj, _obj$1, _obj$2, _obj$3;
|
|
22774
22776
|
|
|
22775
22777
|
var _vm = this;
|
|
@@ -22990,10 +22992,10 @@ var __vue_render__$b = function () {
|
|
|
22990
22992
|
})], 2) : _vm._e()]);
|
|
22991
22993
|
};
|
|
22992
22994
|
|
|
22993
|
-
var __vue_staticRenderFns__$
|
|
22995
|
+
var __vue_staticRenderFns__$c = [];
|
|
22994
22996
|
/* style */
|
|
22995
22997
|
|
|
22996
|
-
const __vue_inject_styles__$
|
|
22998
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
22997
22999
|
if (!inject) return;
|
|
22998
23000
|
inject("data-v-55c65fcb_0", {
|
|
22999
23001
|
source: ".range-input[data-v-55c65fcb]{margin-top:.5rem!important}.mib-gib[data-v-55c65fcb]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-55c65fcb]{margin-top:1rem}.ns-byte-slider .cv-radio-group.bx--form-item[data-v-55c65fcb]{margin-bottom:.5rem}",
|
|
@@ -23008,26 +23010,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
23008
23010
|
/* scoped */
|
|
23009
23011
|
|
|
23010
23012
|
|
|
23011
|
-
const __vue_scope_id__$
|
|
23013
|
+
const __vue_scope_id__$d = "data-v-55c65fcb";
|
|
23012
23014
|
/* module identifier */
|
|
23013
23015
|
|
|
23014
|
-
const __vue_module_identifier__$
|
|
23016
|
+
const __vue_module_identifier__$d = undefined;
|
|
23015
23017
|
/* functional template */
|
|
23016
23018
|
|
|
23017
|
-
const __vue_is_functional_template__$
|
|
23019
|
+
const __vue_is_functional_template__$d = false;
|
|
23018
23020
|
/* style inject SSR */
|
|
23019
23021
|
|
|
23020
23022
|
/* style inject shadow dom */
|
|
23021
23023
|
|
|
23022
|
-
const __vue_component__$
|
|
23023
|
-
render: __vue_render__$
|
|
23024
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23025
|
-
}, __vue_inject_styles__$
|
|
23024
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
23025
|
+
render: __vue_render__$c,
|
|
23026
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
23027
|
+
}, __vue_inject_styles__$d, __vue_script__$3, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
23026
23028
|
|
|
23027
|
-
var __vue_component__$
|
|
23029
|
+
var __vue_component__$r = __vue_component__$q;
|
|
23028
23030
|
|
|
23029
23031
|
//
|
|
23030
|
-
var script$
|
|
23032
|
+
var script$2 = {
|
|
23031
23033
|
name: "NsTabs",
|
|
23032
23034
|
extends: CvTabs,
|
|
23033
23035
|
methods: {
|
|
@@ -23081,33 +23083,33 @@ var script$1 = {
|
|
|
23081
23083
|
};
|
|
23082
23084
|
|
|
23083
23085
|
/* script */
|
|
23084
|
-
const __vue_script__$
|
|
23086
|
+
const __vue_script__$2 = script$2;
|
|
23085
23087
|
/* template */
|
|
23086
23088
|
|
|
23087
23089
|
/* style */
|
|
23088
23090
|
|
|
23089
|
-
const __vue_inject_styles__$
|
|
23091
|
+
const __vue_inject_styles__$c = undefined;
|
|
23090
23092
|
/* scoped */
|
|
23091
23093
|
|
|
23092
|
-
const __vue_scope_id__$
|
|
23094
|
+
const __vue_scope_id__$c = undefined;
|
|
23093
23095
|
/* module identifier */
|
|
23094
23096
|
|
|
23095
|
-
const __vue_module_identifier__$
|
|
23097
|
+
const __vue_module_identifier__$c = undefined;
|
|
23096
23098
|
/* functional template */
|
|
23097
23099
|
|
|
23098
|
-
const __vue_is_functional_template__$
|
|
23100
|
+
const __vue_is_functional_template__$c = undefined;
|
|
23099
23101
|
/* style inject */
|
|
23100
23102
|
|
|
23101
23103
|
/* style inject SSR */
|
|
23102
23104
|
|
|
23103
23105
|
/* style inject shadow dom */
|
|
23104
23106
|
|
|
23105
|
-
const __vue_component__$
|
|
23107
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$c, __vue_script__$2, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
23106
23108
|
|
|
23107
|
-
var __vue_component__$
|
|
23109
|
+
var __vue_component__$p = __vue_component__$o;
|
|
23108
23110
|
|
|
23109
23111
|
//
|
|
23110
|
-
var script = {
|
|
23112
|
+
var script$1 = {
|
|
23111
23113
|
name: "NsSlider",
|
|
23112
23114
|
mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
|
|
23113
23115
|
thumb: ["blur", "focus"]
|
|
@@ -23380,10 +23382,10 @@ var script = {
|
|
|
23380
23382
|
};
|
|
23381
23383
|
|
|
23382
23384
|
/* script */
|
|
23383
|
-
const __vue_script__ = script;
|
|
23385
|
+
const __vue_script__$1 = script$1;
|
|
23384
23386
|
/* template */
|
|
23385
23387
|
|
|
23386
|
-
var __vue_render__$
|
|
23388
|
+
var __vue_render__$b = function () {
|
|
23387
23389
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
23388
23390
|
|
|
23389
23391
|
var _vm = this;
|
|
@@ -23569,10 +23571,10 @@ var __vue_render__$a = function () {
|
|
|
23569
23571
|
})], 2) : _vm._e()]);
|
|
23570
23572
|
};
|
|
23571
23573
|
|
|
23572
|
-
var __vue_staticRenderFns__$
|
|
23574
|
+
var __vue_staticRenderFns__$b = [];
|
|
23573
23575
|
/* style */
|
|
23574
23576
|
|
|
23575
|
-
const __vue_inject_styles__$
|
|
23577
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
23576
23578
|
if (!inject) return;
|
|
23577
23579
|
inject("data-v-d17c8692_0", {
|
|
23578
23580
|
source: ".range-input[data-v-d17c8692]{margin-top:.5rem!important}.unit-label[data-v-d17c8692]{margin-top:.5rem!important;margin-left:1rem}.ns-slider .cv-radio-group.bx--form-item[data-v-d17c8692]{margin-bottom:.5rem}",
|
|
@@ -23587,7 +23589,701 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
23587
23589
|
/* scoped */
|
|
23588
23590
|
|
|
23589
23591
|
|
|
23590
|
-
const __vue_scope_id__$
|
|
23592
|
+
const __vue_scope_id__$b = "data-v-d17c8692";
|
|
23593
|
+
/* module identifier */
|
|
23594
|
+
|
|
23595
|
+
const __vue_module_identifier__$b = undefined;
|
|
23596
|
+
/* functional template */
|
|
23597
|
+
|
|
23598
|
+
const __vue_is_functional_template__$b = false;
|
|
23599
|
+
/* style inject SSR */
|
|
23600
|
+
|
|
23601
|
+
/* style inject shadow dom */
|
|
23602
|
+
|
|
23603
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
23604
|
+
render: __vue_render__$b,
|
|
23605
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
23606
|
+
}, __vue_inject_styles__$b, __vue_script__$1, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
23607
|
+
|
|
23608
|
+
var __vue_component__$n = __vue_component__$m;
|
|
23609
|
+
|
|
23610
|
+
//
|
|
23611
|
+
var script = {
|
|
23612
|
+
name: "NsComboSearchBox",
|
|
23613
|
+
inheritAttrs: false,
|
|
23614
|
+
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
23615
|
+
input: ["focus", "blur"]
|
|
23616
|
+
}), UtilService],
|
|
23617
|
+
components: {
|
|
23618
|
+
WarningFilled16,
|
|
23619
|
+
WarningAltFilled16,
|
|
23620
|
+
ChevronDown16,
|
|
23621
|
+
Close16,
|
|
23622
|
+
Search20
|
|
23623
|
+
},
|
|
23624
|
+
props: {
|
|
23625
|
+
results: {
|
|
23626
|
+
type: Array,
|
|
23627
|
+
default: () => []
|
|
23628
|
+
},
|
|
23629
|
+
resultsLimitReached: {
|
|
23630
|
+
type: Boolean,
|
|
23631
|
+
default: false
|
|
23632
|
+
},
|
|
23633
|
+
loadingResults: {
|
|
23634
|
+
type: Boolean,
|
|
23635
|
+
default: false
|
|
23636
|
+
},
|
|
23637
|
+
autoHighlight: Boolean,
|
|
23638
|
+
disabled: Boolean,
|
|
23639
|
+
invalidMessage: {
|
|
23640
|
+
type: String,
|
|
23641
|
+
default: undefined
|
|
23642
|
+
},
|
|
23643
|
+
warnText: {
|
|
23644
|
+
type: String,
|
|
23645
|
+
default: undefined
|
|
23646
|
+
},
|
|
23647
|
+
helperText: {
|
|
23648
|
+
type: String,
|
|
23649
|
+
default: undefined
|
|
23650
|
+
},
|
|
23651
|
+
title: String,
|
|
23652
|
+
placeholder: {
|
|
23653
|
+
type: String,
|
|
23654
|
+
default: "Search"
|
|
23655
|
+
},
|
|
23656
|
+
highlight: String,
|
|
23657
|
+
value: String,
|
|
23658
|
+
clearFilterLabel: {
|
|
23659
|
+
type: String,
|
|
23660
|
+
default: "Clear search"
|
|
23661
|
+
},
|
|
23662
|
+
noResultsLabel: {
|
|
23663
|
+
type: String,
|
|
23664
|
+
default: "No results"
|
|
23665
|
+
},
|
|
23666
|
+
resultsLimitReachedLabel: {
|
|
23667
|
+
type: String,
|
|
23668
|
+
default: "Keep typing to show more options"
|
|
23669
|
+
},
|
|
23670
|
+
// limit the number of options to be displayed
|
|
23671
|
+
maxDisplayOptions: {
|
|
23672
|
+
type: Number,
|
|
23673
|
+
default: 100
|
|
23674
|
+
},
|
|
23675
|
+
tooltipAlignment: {
|
|
23676
|
+
type: String,
|
|
23677
|
+
default: "start",
|
|
23678
|
+
validator: val => ["start", "center", "end"].includes(val)
|
|
23679
|
+
},
|
|
23680
|
+
tooltipDirection: {
|
|
23681
|
+
type: String,
|
|
23682
|
+
default: "bottom",
|
|
23683
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
23684
|
+
}
|
|
23685
|
+
},
|
|
23686
|
+
|
|
23687
|
+
data() {
|
|
23688
|
+
return {
|
|
23689
|
+
open: false,
|
|
23690
|
+
internalResults: [],
|
|
23691
|
+
lastQuery: "",
|
|
23692
|
+
dataValue: this.value,
|
|
23693
|
+
dataHighlighted: null,
|
|
23694
|
+
dataFilter: null,
|
|
23695
|
+
markInstance: null,
|
|
23696
|
+
isHelper: false,
|
|
23697
|
+
isInvalid: false,
|
|
23698
|
+
isWarn: false,
|
|
23699
|
+
noResults: false
|
|
23700
|
+
};
|
|
23701
|
+
},
|
|
23702
|
+
|
|
23703
|
+
model: {
|
|
23704
|
+
prop: "value",
|
|
23705
|
+
event: "change"
|
|
23706
|
+
},
|
|
23707
|
+
watch: {
|
|
23708
|
+
highlight() {
|
|
23709
|
+
this.highlighted = this.highlight;
|
|
23710
|
+
},
|
|
23711
|
+
|
|
23712
|
+
value() {
|
|
23713
|
+
this.dataValue = this.value;
|
|
23714
|
+
this.highlighted = this.value;
|
|
23715
|
+
this.internalUpdateValue(this.value);
|
|
23716
|
+
},
|
|
23717
|
+
|
|
23718
|
+
results() {
|
|
23719
|
+
this.updateResults();
|
|
23720
|
+
},
|
|
23721
|
+
|
|
23722
|
+
internalResults() {
|
|
23723
|
+
setTimeout(() => {
|
|
23724
|
+
// mark textQuery in internalResults
|
|
23725
|
+
const searchResults = document.querySelector(".search-results");
|
|
23726
|
+
this.markInstance = new Mark(searchResults);
|
|
23727
|
+
this.markInstance.mark(this.lastQuery.split(""), {
|
|
23728
|
+
className: "marked-bold"
|
|
23729
|
+
});
|
|
23730
|
+
}, 50);
|
|
23731
|
+
}
|
|
23732
|
+
|
|
23733
|
+
},
|
|
23734
|
+
|
|
23735
|
+
mounted() {
|
|
23736
|
+
this.filter = this.value;
|
|
23737
|
+
this.highlighted = this.value ? this.value : this.highlight; // override highlight with value if provided
|
|
23738
|
+
|
|
23739
|
+
this.checkSlots();
|
|
23740
|
+
this.updateResults();
|
|
23741
|
+
},
|
|
23742
|
+
|
|
23743
|
+
updated() {
|
|
23744
|
+
this.checkSlots();
|
|
23745
|
+
},
|
|
23746
|
+
|
|
23747
|
+
computed: { ...mapState(["instanceName", "core"]),
|
|
23748
|
+
highlighted: {
|
|
23749
|
+
get() {
|
|
23750
|
+
return this.dataHighlighted;
|
|
23751
|
+
},
|
|
23752
|
+
|
|
23753
|
+
set(val) {
|
|
23754
|
+
let firstMatchIndex = this.internalResults.findIndex(item => item.value === val);
|
|
23755
|
+
|
|
23756
|
+
if (firstMatchIndex < 0) {
|
|
23757
|
+
firstMatchIndex = this.internalResults.length ? 0 : -1;
|
|
23758
|
+
this.dataHighlighted = firstMatchIndex >= 0 ? this.internalResults[0].value : "";
|
|
23759
|
+
} else {
|
|
23760
|
+
this.dataHighlighted = val;
|
|
23761
|
+
}
|
|
23762
|
+
|
|
23763
|
+
if (firstMatchIndex >= 0) {
|
|
23764
|
+
this.$nextTick(() => {
|
|
23765
|
+
// $nextTick to prevent highlight check ahead of list update on filter
|
|
23766
|
+
this.checkHighlightPosition(firstMatchIndex);
|
|
23767
|
+
});
|
|
23768
|
+
}
|
|
23769
|
+
}
|
|
23770
|
+
|
|
23771
|
+
},
|
|
23772
|
+
filter: {
|
|
23773
|
+
get() {
|
|
23774
|
+
return this.dataFilter;
|
|
23775
|
+
},
|
|
23776
|
+
|
|
23777
|
+
set(val) {
|
|
23778
|
+
this.dataFilter = val ? val : "";
|
|
23779
|
+
this.$emit("filter", val);
|
|
23780
|
+
}
|
|
23781
|
+
|
|
23782
|
+
},
|
|
23783
|
+
|
|
23784
|
+
limitedDataOptions() {
|
|
23785
|
+
return this.internalResults.slice(0, this.maxDisplayOptions);
|
|
23786
|
+
},
|
|
23787
|
+
|
|
23788
|
+
hasTooltipSlot() {
|
|
23789
|
+
return !!this.$slots.tooltip;
|
|
23790
|
+
}
|
|
23791
|
+
|
|
23792
|
+
},
|
|
23793
|
+
methods: {
|
|
23794
|
+
checkSlots() {
|
|
23795
|
+
// NOTE: this.$slots is not reactive so needs to be managed on updated
|
|
23796
|
+
this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
|
|
23797
|
+
this.isHelper = !!(this.$slots["helper-text"] || this.helperText && this.helperText.length);
|
|
23798
|
+
this.isWarn = !!(this.$slots["warn-text"] || this.warnText && this.warnText.length);
|
|
23799
|
+
},
|
|
23800
|
+
|
|
23801
|
+
clearFilter() {
|
|
23802
|
+
if (this.disabled) return;
|
|
23803
|
+
this.internalUpdateValue("");
|
|
23804
|
+
this.filter = "";
|
|
23805
|
+
this.internalResults = [];
|
|
23806
|
+
this.noResults = false;
|
|
23807
|
+
this.doOpen(false);
|
|
23808
|
+
this.$refs.input.focus();
|
|
23809
|
+
this.$emit("change", this.dataValue);
|
|
23810
|
+
},
|
|
23811
|
+
|
|
23812
|
+
checkHighlightPosition(newHighlight) {
|
|
23813
|
+
if (this.$refs.list && this.$refs.option && this.$refs.option[newHighlight]) {
|
|
23814
|
+
if (this.$refs.list.scrollTop > this.$refs.option[newHighlight].offsetTop) {
|
|
23815
|
+
this.$refs.list.scrollTop = this.$refs.option[newHighlight].offsetTop;
|
|
23816
|
+
} else if (this.$refs.list.scrollTop + this.$refs.list.clientHeight < this.$refs.option[newHighlight].offsetTop + this.$refs.option[newHighlight].offsetHeight) {
|
|
23817
|
+
this.$refs.list.scrollTop = this.$refs.option[newHighlight].offsetTop + this.$refs.option[newHighlight].offsetHeight - this.$refs.list.clientHeight;
|
|
23818
|
+
}
|
|
23819
|
+
}
|
|
23820
|
+
},
|
|
23821
|
+
|
|
23822
|
+
doMove(up) {
|
|
23823
|
+
if (this.internalResults.length > 0) {
|
|
23824
|
+
// requery could have changed
|
|
23825
|
+
const currentHighlight = this.internalResults.findIndex(item => item.value === this.highlighted);
|
|
23826
|
+
let newHiglight;
|
|
23827
|
+
|
|
23828
|
+
if (up) {
|
|
23829
|
+
if (currentHighlight <= 0) {
|
|
23830
|
+
newHiglight = this.internalResults.length - 1;
|
|
23831
|
+
} else {
|
|
23832
|
+
newHiglight = currentHighlight - 1;
|
|
23833
|
+
}
|
|
23834
|
+
} else {
|
|
23835
|
+
if (currentHighlight >= this.internalResults.length - 1) {
|
|
23836
|
+
newHiglight = 0;
|
|
23837
|
+
} else {
|
|
23838
|
+
newHiglight = currentHighlight + 1;
|
|
23839
|
+
}
|
|
23840
|
+
}
|
|
23841
|
+
|
|
23842
|
+
this.highlighted = this.internalResults[newHiglight].value;
|
|
23843
|
+
}
|
|
23844
|
+
},
|
|
23845
|
+
|
|
23846
|
+
updateHighlight() {
|
|
23847
|
+
let firstMatchIndex;
|
|
23848
|
+
|
|
23849
|
+
if (this.autoHighlight && this.internalResults.length > 0) {
|
|
23850
|
+
// then highlight first match
|
|
23851
|
+
const filterRegex = new RegExp(this.filter, "iu");
|
|
23852
|
+
firstMatchIndex = this.internalResults.findIndex(item => filterRegex.test(item.label));
|
|
23853
|
+
|
|
23854
|
+
if (firstMatchIndex < 0) {
|
|
23855
|
+
firstMatchIndex = 0;
|
|
23856
|
+
}
|
|
23857
|
+
|
|
23858
|
+
this.highlighted = this.internalResults[firstMatchIndex].value;
|
|
23859
|
+
}
|
|
23860
|
+
},
|
|
23861
|
+
|
|
23862
|
+
onInput() {
|
|
23863
|
+
if (this.disabled) return;
|
|
23864
|
+
this.doOpen(true);
|
|
23865
|
+
this.noResults = false;
|
|
23866
|
+
this.updateHighlight();
|
|
23867
|
+
},
|
|
23868
|
+
|
|
23869
|
+
doOpen(newVal) {
|
|
23870
|
+
this.open = newVal;
|
|
23871
|
+
},
|
|
23872
|
+
|
|
23873
|
+
onDown() {
|
|
23874
|
+
if (this.disabled) return;
|
|
23875
|
+
|
|
23876
|
+
if (!this.open) {
|
|
23877
|
+
this.doOpen(true);
|
|
23878
|
+
} else {
|
|
23879
|
+
this.doMove(false);
|
|
23880
|
+
}
|
|
23881
|
+
},
|
|
23882
|
+
|
|
23883
|
+
onUp() {
|
|
23884
|
+
if (this.disabled) return;
|
|
23885
|
+
|
|
23886
|
+
if (this.open) {
|
|
23887
|
+
this.doMove(true);
|
|
23888
|
+
}
|
|
23889
|
+
},
|
|
23890
|
+
|
|
23891
|
+
onEsc() {
|
|
23892
|
+
if (this.disabled) return;
|
|
23893
|
+
this.doOpen(false);
|
|
23894
|
+
this.$el.focus();
|
|
23895
|
+
},
|
|
23896
|
+
|
|
23897
|
+
onEnter() {
|
|
23898
|
+
if (this.disabled) return;
|
|
23899
|
+
this.doOpen(!this.open);
|
|
23900
|
+
|
|
23901
|
+
if (!this.open) {
|
|
23902
|
+
this.onItemClick(this.highlighted);
|
|
23903
|
+
this.$refs.input.focus();
|
|
23904
|
+
}
|
|
23905
|
+
},
|
|
23906
|
+
|
|
23907
|
+
onClick() {
|
|
23908
|
+
if (this.disabled) return;
|
|
23909
|
+
this.doOpen(!this.open);
|
|
23910
|
+
|
|
23911
|
+
if (this.open) {
|
|
23912
|
+
this.$refs.input.focus();
|
|
23913
|
+
} else {
|
|
23914
|
+
this.$refs.button.focus();
|
|
23915
|
+
}
|
|
23916
|
+
},
|
|
23917
|
+
|
|
23918
|
+
clearValues() {
|
|
23919
|
+
this.dataValue = "";
|
|
23920
|
+
this.$refs.input.focus();
|
|
23921
|
+
this.$emit("change", this.dataValue);
|
|
23922
|
+
},
|
|
23923
|
+
|
|
23924
|
+
onFocusOut(ev) {
|
|
23925
|
+
if (!this.$el.contains(ev.relatedTarget)) {
|
|
23926
|
+
this.doOpen(false);
|
|
23927
|
+
}
|
|
23928
|
+
},
|
|
23929
|
+
|
|
23930
|
+
onMousemove(val) {
|
|
23931
|
+
this.highlighted = val;
|
|
23932
|
+
},
|
|
23933
|
+
|
|
23934
|
+
internalUpdateValue(val) {
|
|
23935
|
+
this.dataValue = val;
|
|
23936
|
+
const filterOption = this.internalResults.find(item => item.value === val);
|
|
23937
|
+
|
|
23938
|
+
if (filterOption) {
|
|
23939
|
+
this.filter = filterOption.label;
|
|
23940
|
+
}
|
|
23941
|
+
},
|
|
23942
|
+
|
|
23943
|
+
onItemClick(val) {
|
|
23944
|
+
if (!val) {
|
|
23945
|
+
return;
|
|
23946
|
+
}
|
|
23947
|
+
|
|
23948
|
+
if (this.disabled) return;
|
|
23949
|
+
this.internalUpdateValue(val);
|
|
23950
|
+
this.$refs.input.focus();
|
|
23951
|
+
this.open = false; // close after user makes a selection
|
|
23952
|
+
|
|
23953
|
+
this.$emit("change", this.dataValue);
|
|
23954
|
+
},
|
|
23955
|
+
|
|
23956
|
+
inputClick() {
|
|
23957
|
+
if (this.disabled) return;
|
|
23958
|
+
|
|
23959
|
+
if (!this.open) {
|
|
23960
|
+
this.doOpen(true);
|
|
23961
|
+
}
|
|
23962
|
+
},
|
|
23963
|
+
|
|
23964
|
+
inputFocus() {
|
|
23965
|
+
if (this.disabled) return;
|
|
23966
|
+
this.doOpen(true);
|
|
23967
|
+
},
|
|
23968
|
+
|
|
23969
|
+
updateResults() {
|
|
23970
|
+
this.internalResults = cloneDeep_1(this.results);
|
|
23971
|
+
this.noResults = this.internalResults.length === 0;
|
|
23972
|
+
},
|
|
23973
|
+
|
|
23974
|
+
performSearch(textQuery) {
|
|
23975
|
+
textQuery = textQuery.trim();
|
|
23976
|
+
|
|
23977
|
+
if (textQuery === this.lastQuery) {
|
|
23978
|
+
return;
|
|
23979
|
+
}
|
|
23980
|
+
|
|
23981
|
+
this.lastQuery = textQuery;
|
|
23982
|
+
|
|
23983
|
+
if (!textQuery) {
|
|
23984
|
+
this.internalResults = [];
|
|
23985
|
+
return;
|
|
23986
|
+
}
|
|
23987
|
+
|
|
23988
|
+
this.doOpen(true); // trigger search on parent component
|
|
23989
|
+
|
|
23990
|
+
this.$emit("search", textQuery);
|
|
23991
|
+
}
|
|
23992
|
+
|
|
23993
|
+
}
|
|
23994
|
+
};
|
|
23995
|
+
|
|
23996
|
+
/* script */
|
|
23997
|
+
const __vue_script__ = script;
|
|
23998
|
+
/* template */
|
|
23999
|
+
|
|
24000
|
+
var __vue_render__$a = function () {
|
|
24001
|
+
var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
|
|
24002
|
+
|
|
24003
|
+
var _vm = this;
|
|
24004
|
+
|
|
24005
|
+
var _h = _vm.$createElement;
|
|
24006
|
+
|
|
24007
|
+
var _c = _vm._self._c || _h;
|
|
24008
|
+
|
|
24009
|
+
return _c('div', {
|
|
24010
|
+
class: ['combo-search-box', 'cv-combo-box', _vm.carbonPrefix + "--list-box__wrapper", (_obj = {}, _obj[_vm.carbonPrefix + "--text-input__field-wrapper--warning"] = !_vm.isInvalid && _vm.isWarn, _obj)],
|
|
24011
|
+
on: {
|
|
24012
|
+
"focusout": _vm.onFocusOut
|
|
24013
|
+
}
|
|
24014
|
+
}, [_vm.title ? _c('label', {
|
|
24015
|
+
class: [_vm.carbonPrefix + "--label", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--label--disabled"] = _vm.disabled, _obj$1)],
|
|
24016
|
+
attrs: {
|
|
24017
|
+
"for": _vm.uid
|
|
24018
|
+
}
|
|
24019
|
+
}, [_c('div', {
|
|
24020
|
+
staticClass: "label-with-tooltip"
|
|
24021
|
+
}, [_c('span', [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _vm.hasTooltipSlot ? _c('cv-interactive-tooltip', {
|
|
24022
|
+
staticClass: "info",
|
|
24023
|
+
attrs: {
|
|
24024
|
+
"alignment": _vm.tooltipAlignment,
|
|
24025
|
+
"direction": _vm.tooltipDirection
|
|
24026
|
+
}
|
|
24027
|
+
}, [_c('template', {
|
|
24028
|
+
slot: "content"
|
|
24029
|
+
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)]) : _vm._e(), _vm._v(" "), _c('div', _vm._b({
|
|
24030
|
+
class: [_vm.carbonPrefix + "--combo-box " + _vm.carbonPrefix + "--list-box", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--list-box--light"] = _vm.isLight, _obj$2[_vm.carbonPrefix + "--combo-box--expanded"] = _vm.open, _obj$2[_vm.carbonPrefix + "--list-box--expanded"] = _vm.open, _obj$2[_vm.carbonPrefix + "--combo-box--disabled " + _vm.carbonPrefix + "--list-box--disabled"] = _vm.disabled, _obj$2)],
|
|
24031
|
+
attrs: {
|
|
24032
|
+
"role": "listbox",
|
|
24033
|
+
"tabindex": "-1",
|
|
24034
|
+
"data-invalid": _vm.isInvalid
|
|
24035
|
+
},
|
|
24036
|
+
on: {
|
|
24037
|
+
"keydown": [function ($event) {
|
|
24038
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"])) {
|
|
24039
|
+
return null;
|
|
24040
|
+
}
|
|
24041
|
+
|
|
24042
|
+
$event.preventDefault();
|
|
24043
|
+
return _vm.onDown.apply(null, arguments);
|
|
24044
|
+
}, function ($event) {
|
|
24045
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"])) {
|
|
24046
|
+
return null;
|
|
24047
|
+
}
|
|
24048
|
+
|
|
24049
|
+
$event.preventDefault();
|
|
24050
|
+
return _vm.onUp.apply(null, arguments);
|
|
24051
|
+
}, function ($event) {
|
|
24052
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
|
|
24053
|
+
return null;
|
|
24054
|
+
}
|
|
24055
|
+
|
|
24056
|
+
$event.preventDefault();
|
|
24057
|
+
return _vm.onEnter.apply(null, arguments);
|
|
24058
|
+
}, function ($event) {
|
|
24059
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
|
|
24060
|
+
return null;
|
|
24061
|
+
}
|
|
24062
|
+
|
|
24063
|
+
$event.preventDefault();
|
|
24064
|
+
$event.stopPropagation();
|
|
24065
|
+
return _vm.onEsc.apply(null, arguments);
|
|
24066
|
+
}],
|
|
24067
|
+
"click": _vm.onClick
|
|
24068
|
+
}
|
|
24069
|
+
}, 'div', _vm.$attrs, false), [_vm.isInvalid ? _c('WarningFilled16', {
|
|
24070
|
+
class: [_vm.carbonPrefix + "--list-box__invalid-icon invalid-icon"]
|
|
24071
|
+
}) : _vm._e(), _vm._v(" "), _vm.isWarn && !_vm.isInvalid ? _c('WarningAltFilled16', {
|
|
24072
|
+
class: _vm.carbonPrefix + "--list-box__invalid-icon " + _vm.carbonPrefix + "--list-box__invalid-icon--warning warn-icon"
|
|
24073
|
+
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
24074
|
+
ref: "button",
|
|
24075
|
+
class: [_vm.carbonPrefix + "--list-box__field"],
|
|
24076
|
+
attrs: {
|
|
24077
|
+
"role": "button",
|
|
24078
|
+
"aria-haspopup": "true",
|
|
24079
|
+
"aria-expanded": _vm.open ? 'true' : 'false',
|
|
24080
|
+
"aria-owns": _vm.uid,
|
|
24081
|
+
"aria-controls": _vm.uid,
|
|
24082
|
+
"tabindex": "-1",
|
|
24083
|
+
"type": "button",
|
|
24084
|
+
"aria-label": _vm.open ? 'close menu' : 'open menu',
|
|
24085
|
+
"data-toggle": "true"
|
|
24086
|
+
}
|
|
24087
|
+
}, [_c('div', {
|
|
24088
|
+
class: _vm.carbonPrefix + "--search-magnifier"
|
|
24089
|
+
}, [_c('Search20', {
|
|
24090
|
+
class: _vm.carbonPrefix + "--search-magnifier-icon"
|
|
24091
|
+
})], 1), _vm._v(" "), _c('input', {
|
|
24092
|
+
directives: [{
|
|
24093
|
+
name: "model",
|
|
24094
|
+
rawName: "v-model.trim",
|
|
24095
|
+
value: _vm.filter,
|
|
24096
|
+
expression: "filter",
|
|
24097
|
+
modifiers: {
|
|
24098
|
+
"trim": true
|
|
24099
|
+
}
|
|
24100
|
+
}, {
|
|
24101
|
+
name: "debounce",
|
|
24102
|
+
rawName: "v-debounce:500ms",
|
|
24103
|
+
value: _vm.performSearch,
|
|
24104
|
+
expression: "performSearch",
|
|
24105
|
+
arg: "500ms"
|
|
24106
|
+
}],
|
|
24107
|
+
ref: "input",
|
|
24108
|
+
class: [_vm.carbonPrefix + "--text-input", _vm.carbonPrefix + "--search-input", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input--empty"] = !_vm.filter || _vm.filter.length === 0, _obj$3)],
|
|
24109
|
+
attrs: {
|
|
24110
|
+
"aria-controls": _vm.uid,
|
|
24111
|
+
"aria-autocomplete": "list",
|
|
24112
|
+
"role": "combobox",
|
|
24113
|
+
"aria-disabled": _vm.disabled,
|
|
24114
|
+
"aria-expanded": _vm.open ? 'true' : 'false',
|
|
24115
|
+
"autocomplete": "off",
|
|
24116
|
+
"disabled": _vm.disabled,
|
|
24117
|
+
"placeholder": _vm.placeholder
|
|
24118
|
+
},
|
|
24119
|
+
domProps: {
|
|
24120
|
+
"value": _vm.filter
|
|
24121
|
+
},
|
|
24122
|
+
on: {
|
|
24123
|
+
"input": [function ($event) {
|
|
24124
|
+
if ($event.target.composing) {
|
|
24125
|
+
return;
|
|
24126
|
+
}
|
|
24127
|
+
|
|
24128
|
+
_vm.filter = $event.target.value.trim();
|
|
24129
|
+
}, _vm.onInput],
|
|
24130
|
+
"focus": _vm.inputFocus,
|
|
24131
|
+
"click": function ($event) {
|
|
24132
|
+
$event.stopPropagation();
|
|
24133
|
+
$event.preventDefault();
|
|
24134
|
+
return _vm.inputClick.apply(null, arguments);
|
|
24135
|
+
},
|
|
24136
|
+
"blur": function ($event) {
|
|
24137
|
+
return _vm.$forceUpdate();
|
|
24138
|
+
}
|
|
24139
|
+
}
|
|
24140
|
+
}), _vm._v(" "), _vm.filter ? _c('div', {
|
|
24141
|
+
class: [_vm.carbonPrefix + "--list-box__selection"],
|
|
24142
|
+
attrs: {
|
|
24143
|
+
"role": "button",
|
|
24144
|
+
"tabindex": "0",
|
|
24145
|
+
"title": _vm.clearFilterLabel
|
|
24146
|
+
},
|
|
24147
|
+
on: {
|
|
24148
|
+
"click": function ($event) {
|
|
24149
|
+
$event.stopPropagation();
|
|
24150
|
+
return _vm.clearFilter.apply(null, arguments);
|
|
24151
|
+
},
|
|
24152
|
+
"keydown": [function ($event) {
|
|
24153
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
|
|
24154
|
+
return null;
|
|
24155
|
+
}
|
|
24156
|
+
|
|
24157
|
+
$event.stopPropagation();
|
|
24158
|
+
$event.preventDefault();
|
|
24159
|
+
return _vm.clearFilter.apply(null, arguments);
|
|
24160
|
+
}, function ($event) {
|
|
24161
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
24162
|
+
return null;
|
|
24163
|
+
}
|
|
24164
|
+
|
|
24165
|
+
$event.stopPropagation();
|
|
24166
|
+
$event.preventDefault();
|
|
24167
|
+
}],
|
|
24168
|
+
"keyup": function ($event) {
|
|
24169
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
24170
|
+
return null;
|
|
24171
|
+
}
|
|
24172
|
+
|
|
24173
|
+
$event.stopPropagation();
|
|
24174
|
+
$event.preventDefault();
|
|
24175
|
+
return _vm.clearFilter.apply(null, arguments);
|
|
24176
|
+
}
|
|
24177
|
+
}
|
|
24178
|
+
}, [_c('Close16')], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
24179
|
+
class: [_vm.carbonPrefix + "--list-box__menu-icon"],
|
|
24180
|
+
attrs: {
|
|
24181
|
+
"role": "button"
|
|
24182
|
+
}
|
|
24183
|
+
}, [_c('chevron-down-16', {
|
|
24184
|
+
attrs: {
|
|
24185
|
+
"aria-label": _vm.open ? 'Close menu' : 'Open menu'
|
|
24186
|
+
}
|
|
24187
|
+
})], 1)]), _vm._v(" "), _c('div', {
|
|
24188
|
+
directives: [{
|
|
24189
|
+
name: "show",
|
|
24190
|
+
rawName: "v-show",
|
|
24191
|
+
value: _vm.open,
|
|
24192
|
+
expression: "open"
|
|
24193
|
+
}],
|
|
24194
|
+
ref: "list",
|
|
24195
|
+
class: [_vm.carbonPrefix + "--list-box__menu"],
|
|
24196
|
+
attrs: {
|
|
24197
|
+
"id": _vm.uid,
|
|
24198
|
+
"role": "listbox"
|
|
24199
|
+
}
|
|
24200
|
+
}, [_c('div', {
|
|
24201
|
+
directives: [{
|
|
24202
|
+
name: "show",
|
|
24203
|
+
rawName: "v-show",
|
|
24204
|
+
value: _vm.loadingResults,
|
|
24205
|
+
expression: "loadingResults"
|
|
24206
|
+
}]
|
|
24207
|
+
}, [_c('cv-skeleton-text', {
|
|
24208
|
+
staticClass: "loading-results",
|
|
24209
|
+
attrs: {
|
|
24210
|
+
"paragraph": true,
|
|
24211
|
+
"line-count": 4
|
|
24212
|
+
}
|
|
24213
|
+
})], 1), _vm._v(" "), !_vm.loadingResults && !_vm.internalResults.length && _vm.noResults && _vm.filter ? _c('div', [_c('div', {
|
|
24214
|
+
class: [_vm.carbonPrefix + "--list-box__menu-item"]
|
|
24215
|
+
}, [_c('div', {
|
|
24216
|
+
class: [_vm.carbonPrefix + "--list-box__menu-item__option", 'item-disabled']
|
|
24217
|
+
}, [_vm._v("\n " + _vm._s(_vm.noResultsLabel) + "\n ")])])]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
24218
|
+
staticClass: "search-results"
|
|
24219
|
+
}, _vm._l(_vm.limitedDataOptions, function (item, index) {
|
|
24220
|
+
var _obj;
|
|
24221
|
+
|
|
24222
|
+
return _c('div', {
|
|
24223
|
+
directives: [{
|
|
24224
|
+
name: "show",
|
|
24225
|
+
rawName: "v-show",
|
|
24226
|
+
value: !_vm.loadingResults,
|
|
24227
|
+
expression: "!loadingResults"
|
|
24228
|
+
}],
|
|
24229
|
+
key: "combo-box-" + index + "-" + item.value,
|
|
24230
|
+
ref: "option",
|
|
24231
|
+
refInFor: true,
|
|
24232
|
+
class: [_vm.carbonPrefix + "--list-box__menu-item", (_obj = {}, _obj[_vm.carbonPrefix + "--list-box__menu-item--highlighted"] = _vm.highlighted === item.value, _obj)],
|
|
24233
|
+
on: {
|
|
24234
|
+
"click": function ($event) {
|
|
24235
|
+
$event.stopPropagation();
|
|
24236
|
+
$event.preventDefault();
|
|
24237
|
+
return _vm.onItemClick(item.value);
|
|
24238
|
+
},
|
|
24239
|
+
"mousemove": function ($event) {
|
|
24240
|
+
return _vm.onMousemove(item.value);
|
|
24241
|
+
},
|
|
24242
|
+
"mousedown": function ($event) {
|
|
24243
|
+
$event.preventDefault();
|
|
24244
|
+
}
|
|
24245
|
+
}
|
|
24246
|
+
}, [_c('div', {
|
|
24247
|
+
class: ['search-result', _vm.carbonPrefix + "--list-box__menu-item__option"]
|
|
24248
|
+
}, [_vm._v("\n " + _vm._s(item.label) + "\n ")])]);
|
|
24249
|
+
}), 0), _vm._v(" "), !_vm.loadingResults && _vm.internalResults.length && (_vm.resultsLimitReached || _vm.internalResults.length > _vm.maxDisplayOptions) ? _c('div', {
|
|
24250
|
+
class: _vm.carbonPrefix + "--list-box__menu-item"
|
|
24251
|
+
}, [_c('div', {
|
|
24252
|
+
class: [_vm.carbonPrefix + "--list-box__menu-item__option", 'item-disabled']
|
|
24253
|
+
}, [_vm._v("\n " + _vm._s(_vm.resultsLimitReachedLabel) + "\n ")])]) : _vm._e()])], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
24254
|
+
class: [_vm.carbonPrefix + "--form-requirement"]
|
|
24255
|
+
}, [_vm._t("invalid-message", function () {
|
|
24256
|
+
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
24257
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isWarn && !_vm.isInvalid ? _c('div', {
|
|
24258
|
+
class: _vm.carbonPrefix + "--form__requirement warn-text"
|
|
24259
|
+
}, [_vm._t("warn-text", function () {
|
|
24260
|
+
return [_vm._v(_vm._s(_vm.warnText))];
|
|
24261
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isHelper && !_vm.isInvalid && !_vm.isWarn ? _c('div', {
|
|
24262
|
+
class: [_vm.carbonPrefix + "--form__helper-text", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--form__helper-text--disabled"] = _vm.disabled, _obj$4)]
|
|
24263
|
+
}, [_vm._t("helper-text", function () {
|
|
24264
|
+
return [_vm._v(_vm._s(_vm.helperText))];
|
|
24265
|
+
})], 2) : _vm._e()]);
|
|
24266
|
+
};
|
|
24267
|
+
|
|
24268
|
+
var __vue_staticRenderFns__$a = [];
|
|
24269
|
+
/* style */
|
|
24270
|
+
|
|
24271
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
24272
|
+
if (!inject) return;
|
|
24273
|
+
inject("data-v-fa53d7d6_0", {
|
|
24274
|
+
source: ".combo-search-box[data-v-fa53d7d6]{max-width:none;position:relative}.label-with-tooltip[data-v-fa53d7d6]{display:flex;align-items:baseline}.combo-search-box .warn-text[data-v-fa53d7d6]{margin-top:.25rem}.invalid-icon[data-v-fa53d7d6],.warn-icon[data-v-fa53d7d6]{right:3rem}.loading-results[data-v-fa53d7d6]{padding:2rem}",
|
|
24275
|
+
map: undefined,
|
|
24276
|
+
media: undefined
|
|
24277
|
+
}), inject("data-v-fa53d7d6_1", {
|
|
24278
|
+
source: ".combo-search-box .bx--text-input{max-width:none}.combo-search-box .bx--list-box__menu-item{height:auto}.combo-search-box .bx--list-box__menu-item__option{height:auto;text-overflow:clip;word-wrap:break-word;white-space:normal}.combo-search-box .bx--list-box__menu-item__option.item-disabled{color:#a8a8a8;cursor:not-allowed}.combo-search-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}.combo-search-box .bx--list-box__invalid-icon--warning{position:absolute;top:50%;right:3rem;fill:#f1c21b;transform:translateY(-50%)}.combo-search-box .bx--list-box__invalid-icon--warning+.bx--list-box__field .bx--list-box__selection{right:4rem!important}.marked-bold{font-weight:700;background-color:transparent}",
|
|
24279
|
+
map: undefined,
|
|
24280
|
+
media: undefined
|
|
24281
|
+
});
|
|
24282
|
+
};
|
|
24283
|
+
/* scoped */
|
|
24284
|
+
|
|
24285
|
+
|
|
24286
|
+
const __vue_scope_id__$a = "data-v-fa53d7d6";
|
|
23591
24287
|
/* module identifier */
|
|
23592
24288
|
|
|
23593
24289
|
const __vue_module_identifier__$a = undefined;
|
|
@@ -24603,42 +25299,43 @@ var filters = {
|
|
|
24603
25299
|
var components = /*#__PURE__*/Object.freeze({
|
|
24604
25300
|
__proto__: null,
|
|
24605
25301
|
NsButton: NsButton,
|
|
24606
|
-
NsEmptyState: __vue_component__$
|
|
25302
|
+
NsEmptyState: __vue_component__$1i,
|
|
24607
25303
|
NsPictogram: NsPictogram,
|
|
24608
|
-
NsCodeSnippet: __vue_component__$
|
|
25304
|
+
NsCodeSnippet: __vue_component__$1g,
|
|
24609
25305
|
NsInlineNotification: NsInlineNotification,
|
|
24610
25306
|
NsProgressBar: NsProgressBar,
|
|
24611
25307
|
NsSvg: NsSvg,
|
|
24612
|
-
NsTile: __vue_component__$
|
|
24613
|
-
NsToastNotification: __vue_component__$
|
|
24614
|
-
NsInfoCard: __vue_component__$
|
|
24615
|
-
NsStatusCard: __vue_component__$
|
|
24616
|
-
NsSystemdServiceCard: __vue_component__$
|
|
24617
|
-
NsPasswordInput: __vue_component__
|
|
24618
|
-
NsIconMenu: __vue_component__$
|
|
24619
|
-
NsMeterChart: __vue_component__$
|
|
25308
|
+
NsTile: __vue_component__$1a,
|
|
25309
|
+
NsToastNotification: __vue_component__$18,
|
|
25310
|
+
NsInfoCard: __vue_component__$16,
|
|
25311
|
+
NsStatusCard: __vue_component__$14,
|
|
25312
|
+
NsSystemdServiceCard: __vue_component__$12,
|
|
25313
|
+
NsPasswordInput: __vue_component__$$,
|
|
25314
|
+
NsIconMenu: __vue_component__$Z,
|
|
25315
|
+
NsMeterChart: __vue_component__$X,
|
|
24620
25316
|
NsLottieAnimation: NsLottieAnimation,
|
|
24621
|
-
NsDangerDeleteModal: __vue_component__$
|
|
25317
|
+
NsDangerDeleteModal: __vue_component__$U,
|
|
24622
25318
|
NsCircleTimer: NsCircleTimer,
|
|
24623
|
-
NsDropdownAction: __vue_component__$
|
|
25319
|
+
NsDropdownAction: __vue_component__$S,
|
|
24624
25320
|
NsTextInput: NsTextInput,
|
|
24625
|
-
NsBackupCard: __vue_component__$
|
|
24626
|
-
NsWizard: __vue_component__$
|
|
24627
|
-
NsMenuItem: __vue_component__$
|
|
24628
|
-
NsMenuDivider: __vue_component__$
|
|
24629
|
-
NsSystemLogsCard: __vue_component__$
|
|
25321
|
+
NsBackupCard: __vue_component__$P,
|
|
25322
|
+
NsWizard: __vue_component__$N,
|
|
25323
|
+
NsMenuItem: __vue_component__$L,
|
|
25324
|
+
NsMenuDivider: __vue_component__$J,
|
|
25325
|
+
NsSystemLogsCard: __vue_component__$H,
|
|
24630
25326
|
NsModal: NsModal,
|
|
24631
|
-
NsTimePicker: __vue_component__$
|
|
24632
|
-
NsDataTable: __vue_component__$
|
|
25327
|
+
NsTimePicker: __vue_component__$F,
|
|
25328
|
+
NsDataTable: __vue_component__$C,
|
|
24633
25329
|
NsPagination: NsPagination,
|
|
24634
|
-
NsToggle: __vue_component__$
|
|
25330
|
+
NsToggle: __vue_component__$A,
|
|
24635
25331
|
NsTag: NsTag,
|
|
24636
|
-
NsMultiSelect: __vue_component__$
|
|
24637
|
-
NsComboBox: __vue_component__$
|
|
24638
|
-
NsCheckbox: __vue_component__$
|
|
24639
|
-
NsByteSlider: __vue_component__$
|
|
24640
|
-
NsTabs: __vue_component__$
|
|
24641
|
-
NsSlider: __vue_component__$
|
|
25332
|
+
NsMultiSelect: __vue_component__$x,
|
|
25333
|
+
NsComboBox: __vue_component__$v,
|
|
25334
|
+
NsCheckbox: __vue_component__$t,
|
|
25335
|
+
NsByteSlider: __vue_component__$r,
|
|
25336
|
+
NsTabs: __vue_component__$p,
|
|
25337
|
+
NsSlider: __vue_component__$n,
|
|
25338
|
+
NsComboSearchBox: __vue_component__$l,
|
|
24642
25339
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
24643
25340
|
GearPictogram: __vue_component__$j,
|
|
24644
25341
|
LovePictogram: __vue_component__$h,
|
|
@@ -24669,4 +25366,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
24669
25366
|
});
|
|
24670
25367
|
}; // Create module definition for Vue.use()
|
|
24671
25368
|
|
|
24672
|
-
export { __vue_component__$d as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, __vue_component__$1 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$3 as FolderPictogram, __vue_component__$j as GearPictogram, __vue_component__$b as GroupPictogram, __vue_component__$9 as HardDrivePictogram, IconService, LottieService, __vue_component__$h as LovePictogram, __vue_component__$
|
|
25369
|
+
export { __vue_component__$d as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, __vue_component__$1 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$3 as FolderPictogram, __vue_component__$j as GearPictogram, __vue_component__$b as GroupPictogram, __vue_component__$9 as HardDrivePictogram, IconService, LottieService, __vue_component__$h as LovePictogram, __vue_component__$P as NsBackupCard, NsButton, __vue_component__$r as NsByteSlider, __vue_component__$t as NsCheckbox, NsCircleTimer, __vue_component__$1g as NsCodeSnippet, __vue_component__$v as NsComboBox, __vue_component__$l as NsComboSearchBox, __vue_component__$U as NsDangerDeleteModal, __vue_component__$C as NsDataTable, __vue_component__$S as NsDropdownAction, __vue_component__$1i as NsEmptyState, __vue_component__$Z as NsIconMenu, __vue_component__$16 as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$J as NsMenuDivider, __vue_component__$L as NsMenuItem, __vue_component__$X as NsMeterChart, NsModal, __vue_component__$x as NsMultiSelect, NsPagination, __vue_component__$$ as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$n as NsSlider, __vue_component__$14 as NsStatusCard, NsSvg, __vue_component__$H as NsSystemLogsCard, __vue_component__$12 as NsSystemdServiceCard, __vue_component__$p as NsTabs, NsTag, NsTextInput, __vue_component__$1a as NsTile, __vue_component__$F as NsTimePicker, __vue_component__$18 as NsToastNotification, __vue_component__$A as NsToggle, __vue_component__$N as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$7 as UserPictogram, __vue_component__$5 as UserProfilePictogram, UtilService, __vue_component__$f as WarningPictogram, install as default };
|