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