@nethserver/ns8-ui-lib 0.0.38 → 0.0.42
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 +832 -440
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +702 -439
- package/package.json +1 -1
- package/src/lib-components/NsDangerDeleteModal.vue +1 -2
- package/src/lib-components/NsDropdownAction.vue +98 -0
- package/src/lib-components/NsIconMenu.vue +0 -2
- package/src/lib-components/NsTextInput.vue +179 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -9,12 +9,9 @@ import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
|
|
|
9
9
|
import Vue from 'vue';
|
|
10
10
|
import '@carbon/charts/styles.css';
|
|
11
11
|
import chartsVue, { CcvMeterChart } from '@carbon/charts-vue';
|
|
12
|
-
import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
13
|
-
import CheckmarkFilled16 from '@carbon/icons-vue/es/checkmark--filled/16';
|
|
14
|
-
import WarningFilled16 from '@carbon/icons-vue/es/warning--filled/16';
|
|
15
|
-
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
16
12
|
import Close20 from '@carbon/icons-vue/es/close/20';
|
|
17
13
|
import ArrowRight20 from '@carbon/icons-vue/es/arrow--right/20';
|
|
14
|
+
import ArrowRight32 from '@carbon/icons-vue/es/arrow--right/32';
|
|
18
15
|
import Notification20 from '@carbon/icons-vue/es/notification/20';
|
|
19
16
|
import UserAvatar20 from '@carbon/icons-vue/es/user--avatar/20';
|
|
20
17
|
import AppSwitcher20 from '@carbon/icons-vue/es/app-switcher/20';
|
|
@@ -70,9 +67,17 @@ import Time20 from '@carbon/icons-vue/es/time/20';
|
|
|
70
67
|
import Time32 from '@carbon/icons-vue/es/time/32';
|
|
71
68
|
import Hourglass20 from '@carbon/icons-vue/es/hourglass/20';
|
|
72
69
|
import Hourglass32 from '@carbon/icons-vue/es/hourglass/32';
|
|
70
|
+
import CheckmarkFilled16 from '@carbon/icons-vue/es/checkmark--filled/16';
|
|
71
|
+
import CheckmarkFilled32 from '@carbon/icons-vue/es/checkmark--filled/32';
|
|
72
|
+
import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
73
|
+
import ErrorFilled32 from '@carbon/icons-vue/es/error--filled/32';
|
|
74
|
+
import Warning16 from '@carbon/icons-vue/es/warning--filled/16';
|
|
75
|
+
import Warning32 from '@carbon/icons-vue/es/warning--filled/32';
|
|
76
|
+
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
77
|
+
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
73
78
|
|
|
74
79
|
//
|
|
75
|
-
var script$
|
|
80
|
+
var script$k = {
|
|
76
81
|
name: "NsButton",
|
|
77
82
|
extends: CvButton,
|
|
78
83
|
props: {
|
|
@@ -235,10 +240,10 @@ function addStyle(id, css) {
|
|
|
235
240
|
}
|
|
236
241
|
|
|
237
242
|
/* script */
|
|
238
|
-
const __vue_script__$
|
|
243
|
+
const __vue_script__$k = script$k;
|
|
239
244
|
/* template */
|
|
240
245
|
|
|
241
|
-
var __vue_render__$
|
|
246
|
+
var __vue_render__$q = function () {
|
|
242
247
|
var _vm = this;
|
|
243
248
|
|
|
244
249
|
var _h = _vm.$createElement;
|
|
@@ -261,10 +266,10 @@ var __vue_render__$o = function () {
|
|
|
261
266
|
}) : _vm._e()], 2);
|
|
262
267
|
};
|
|
263
268
|
|
|
264
|
-
var __vue_staticRenderFns__$
|
|
269
|
+
var __vue_staticRenderFns__$q = [];
|
|
265
270
|
/* style */
|
|
266
271
|
|
|
267
|
-
const __vue_inject_styles__$
|
|
272
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
268
273
|
if (!inject) return;
|
|
269
274
|
inject("data-v-025b0f12_0", {
|
|
270
275
|
source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -275,23 +280,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
275
280
|
/* scoped */
|
|
276
281
|
|
|
277
282
|
|
|
278
|
-
const __vue_scope_id__$
|
|
283
|
+
const __vue_scope_id__$r = "data-v-025b0f12";
|
|
279
284
|
/* module identifier */
|
|
280
285
|
|
|
281
|
-
const __vue_module_identifier__$
|
|
286
|
+
const __vue_module_identifier__$r = undefined;
|
|
282
287
|
/* functional template */
|
|
283
288
|
|
|
284
|
-
const __vue_is_functional_template__$
|
|
289
|
+
const __vue_is_functional_template__$r = false;
|
|
285
290
|
/* style inject SSR */
|
|
286
291
|
|
|
287
292
|
/* style inject shadow dom */
|
|
288
293
|
|
|
289
|
-
const __vue_component__$
|
|
290
|
-
render: __vue_render__$
|
|
291
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
292
|
-
}, __vue_inject_styles__$
|
|
294
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
295
|
+
render: __vue_render__$q,
|
|
296
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
297
|
+
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
293
298
|
|
|
294
|
-
var __vue_component__$
|
|
299
|
+
var __vue_component__$M = __vue_component__$L;
|
|
295
300
|
|
|
296
301
|
//
|
|
297
302
|
//
|
|
@@ -309,7 +314,7 @@ var __vue_component__$I = __vue_component__$H;
|
|
|
309
314
|
//
|
|
310
315
|
//
|
|
311
316
|
//
|
|
312
|
-
var script$
|
|
317
|
+
var script$j = {
|
|
313
318
|
name: "NsPictogram",
|
|
314
319
|
props: {
|
|
315
320
|
title: {
|
|
@@ -332,10 +337,10 @@ var script$h = {
|
|
|
332
337
|
};
|
|
333
338
|
|
|
334
339
|
/* script */
|
|
335
|
-
const __vue_script__$
|
|
340
|
+
const __vue_script__$j = script$j;
|
|
336
341
|
/* template */
|
|
337
342
|
|
|
338
|
-
var __vue_render__$
|
|
343
|
+
var __vue_render__$p = function () {
|
|
339
344
|
var _vm = this;
|
|
340
345
|
|
|
341
346
|
var _h = _vm.$createElement;
|
|
@@ -363,34 +368,34 @@ var __vue_render__$n = function () {
|
|
|
363
368
|
}, [_vm._t("default")], 2)]);
|
|
364
369
|
};
|
|
365
370
|
|
|
366
|
-
var __vue_staticRenderFns__$
|
|
371
|
+
var __vue_staticRenderFns__$p = [];
|
|
367
372
|
/* style */
|
|
368
373
|
|
|
369
|
-
const __vue_inject_styles__$
|
|
374
|
+
const __vue_inject_styles__$q = undefined;
|
|
370
375
|
/* scoped */
|
|
371
376
|
|
|
372
|
-
const __vue_scope_id__$
|
|
377
|
+
const __vue_scope_id__$q = undefined;
|
|
373
378
|
/* module identifier */
|
|
374
379
|
|
|
375
|
-
const __vue_module_identifier__$
|
|
380
|
+
const __vue_module_identifier__$q = undefined;
|
|
376
381
|
/* functional template */
|
|
377
382
|
|
|
378
|
-
const __vue_is_functional_template__$
|
|
383
|
+
const __vue_is_functional_template__$q = false;
|
|
379
384
|
/* style inject */
|
|
380
385
|
|
|
381
386
|
/* style inject SSR */
|
|
382
387
|
|
|
383
388
|
/* style inject shadow dom */
|
|
384
389
|
|
|
385
|
-
const __vue_component__$
|
|
386
|
-
render: __vue_render__$
|
|
387
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
388
|
-
}, __vue_inject_styles__$
|
|
390
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
391
|
+
render: __vue_render__$p,
|
|
392
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
393
|
+
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
389
394
|
|
|
390
|
-
var NsPictogram = __vue_component__$
|
|
395
|
+
var NsPictogram = __vue_component__$K;
|
|
391
396
|
|
|
392
397
|
//
|
|
393
|
-
var script$
|
|
398
|
+
var script$i = {
|
|
394
399
|
name: "NsLottieAnimation",
|
|
395
400
|
components: {
|
|
396
401
|
LottieAnimation
|
|
@@ -446,10 +451,10 @@ var script$g = {
|
|
|
446
451
|
};
|
|
447
452
|
|
|
448
453
|
/* script */
|
|
449
|
-
const __vue_script__$
|
|
454
|
+
const __vue_script__$i = script$i;
|
|
450
455
|
/* template */
|
|
451
456
|
|
|
452
|
-
var __vue_render__$
|
|
457
|
+
var __vue_render__$o = function () {
|
|
453
458
|
var _vm = this;
|
|
454
459
|
|
|
455
460
|
var _h = _vm.$createElement;
|
|
@@ -476,36 +481,36 @@ var __vue_render__$m = function () {
|
|
|
476
481
|
})], 1);
|
|
477
482
|
};
|
|
478
483
|
|
|
479
|
-
var __vue_staticRenderFns__$
|
|
484
|
+
var __vue_staticRenderFns__$o = [];
|
|
480
485
|
/* style */
|
|
481
486
|
|
|
482
|
-
const __vue_inject_styles__$
|
|
487
|
+
const __vue_inject_styles__$p = undefined;
|
|
483
488
|
/* scoped */
|
|
484
489
|
|
|
485
|
-
const __vue_scope_id__$
|
|
490
|
+
const __vue_scope_id__$p = "data-v-14e97a70";
|
|
486
491
|
/* module identifier */
|
|
487
492
|
|
|
488
|
-
const __vue_module_identifier__$
|
|
493
|
+
const __vue_module_identifier__$p = undefined;
|
|
489
494
|
/* functional template */
|
|
490
495
|
|
|
491
|
-
const __vue_is_functional_template__$
|
|
496
|
+
const __vue_is_functional_template__$p = false;
|
|
492
497
|
/* style inject */
|
|
493
498
|
|
|
494
499
|
/* style inject SSR */
|
|
495
500
|
|
|
496
501
|
/* style inject shadow dom */
|
|
497
502
|
|
|
498
|
-
const __vue_component__$
|
|
499
|
-
render: __vue_render__$
|
|
500
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
501
|
-
}, __vue_inject_styles__$
|
|
503
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
504
|
+
render: __vue_render__$o,
|
|
505
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
506
|
+
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
502
507
|
|
|
503
|
-
var NsLottieAnimation = __vue_component__$
|
|
508
|
+
var NsLottieAnimation = __vue_component__$J;
|
|
504
509
|
|
|
505
510
|
/* script */
|
|
506
511
|
|
|
507
512
|
/* template */
|
|
508
|
-
var __vue_render__$
|
|
513
|
+
var __vue_render__$n = function () {
|
|
509
514
|
var _vm = this;
|
|
510
515
|
|
|
511
516
|
var _h = _vm.$createElement;
|
|
@@ -520,34 +525,34 @@ var __vue_render__$l = function () {
|
|
|
520
525
|
});
|
|
521
526
|
};
|
|
522
527
|
|
|
523
|
-
var __vue_staticRenderFns__$
|
|
528
|
+
var __vue_staticRenderFns__$n = [];
|
|
524
529
|
/* style */
|
|
525
530
|
|
|
526
|
-
const __vue_inject_styles__$
|
|
531
|
+
const __vue_inject_styles__$o = undefined;
|
|
527
532
|
/* scoped */
|
|
528
533
|
|
|
529
|
-
const __vue_scope_id__$
|
|
534
|
+
const __vue_scope_id__$o = undefined;
|
|
530
535
|
/* module identifier */
|
|
531
536
|
|
|
532
|
-
const __vue_module_identifier__$
|
|
537
|
+
const __vue_module_identifier__$o = undefined;
|
|
533
538
|
/* functional template */
|
|
534
539
|
|
|
535
|
-
const __vue_is_functional_template__$
|
|
540
|
+
const __vue_is_functional_template__$o = false;
|
|
536
541
|
/* style inject */
|
|
537
542
|
|
|
538
543
|
/* style inject SSR */
|
|
539
544
|
|
|
540
545
|
/* style inject shadow dom */
|
|
541
546
|
|
|
542
|
-
const __vue_component__$
|
|
543
|
-
render: __vue_render__$
|
|
544
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
545
|
-
}, __vue_inject_styles__$
|
|
547
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
548
|
+
render: __vue_render__$n,
|
|
549
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
550
|
+
}, __vue_inject_styles__$o, {}, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
546
551
|
|
|
547
|
-
var ExclamationMark = __vue_component__$
|
|
552
|
+
var ExclamationMark = __vue_component__$I;
|
|
548
553
|
|
|
549
554
|
//
|
|
550
|
-
var script$
|
|
555
|
+
var script$h = {
|
|
551
556
|
name: "NsEmptyState",
|
|
552
557
|
components: {
|
|
553
558
|
NsPictogram,
|
|
@@ -579,10 +584,10 @@ var script$f = {
|
|
|
579
584
|
};
|
|
580
585
|
|
|
581
586
|
/* script */
|
|
582
|
-
const __vue_script__$
|
|
587
|
+
const __vue_script__$h = script$h;
|
|
583
588
|
/* template */
|
|
584
589
|
|
|
585
|
-
var __vue_render__$
|
|
590
|
+
var __vue_render__$m = function () {
|
|
586
591
|
var _vm = this;
|
|
587
592
|
|
|
588
593
|
var _h = _vm.$createElement;
|
|
@@ -612,10 +617,10 @@ var __vue_render__$k = function () {
|
|
|
612
617
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
613
618
|
};
|
|
614
619
|
|
|
615
|
-
var __vue_staticRenderFns__$
|
|
620
|
+
var __vue_staticRenderFns__$m = [];
|
|
616
621
|
/* style */
|
|
617
622
|
|
|
618
|
-
const __vue_inject_styles__$
|
|
623
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
619
624
|
if (!inject) return;
|
|
620
625
|
inject("data-v-d5a46c1c_0", {
|
|
621
626
|
source: ".empty-state[data-v-d5a46c1c]{text-align:center;padding:2rem}.empty-state .image[data-v-d5a46c1c]{margin-bottom:1rem}.empty-state .description[data-v-d5a46c1c]{margin-top:1rem}.animation[data-v-d5a46c1c]{display:inline-block;width:64px;height:64px}",
|
|
@@ -626,26 +631,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
626
631
|
/* scoped */
|
|
627
632
|
|
|
628
633
|
|
|
629
|
-
const __vue_scope_id__$
|
|
634
|
+
const __vue_scope_id__$n = "data-v-d5a46c1c";
|
|
630
635
|
/* module identifier */
|
|
631
636
|
|
|
632
|
-
const __vue_module_identifier__$
|
|
637
|
+
const __vue_module_identifier__$n = undefined;
|
|
633
638
|
/* functional template */
|
|
634
639
|
|
|
635
|
-
const __vue_is_functional_template__$
|
|
640
|
+
const __vue_is_functional_template__$n = false;
|
|
636
641
|
/* style inject SSR */
|
|
637
642
|
|
|
638
643
|
/* style inject shadow dom */
|
|
639
644
|
|
|
640
|
-
const __vue_component__$
|
|
641
|
-
render: __vue_render__$
|
|
642
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
643
|
-
}, __vue_inject_styles__$
|
|
645
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
646
|
+
render: __vue_render__$m,
|
|
647
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
648
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
644
649
|
|
|
645
|
-
var __vue_component__$
|
|
650
|
+
var __vue_component__$H = __vue_component__$G;
|
|
646
651
|
|
|
647
652
|
//
|
|
648
|
-
var script$
|
|
653
|
+
var script$g = {
|
|
649
654
|
name: "NsCodeSnippet",
|
|
650
655
|
components: {
|
|
651
656
|
CvButton,
|
|
@@ -757,10 +762,10 @@ var script$e = {
|
|
|
757
762
|
};
|
|
758
763
|
|
|
759
764
|
/* script */
|
|
760
|
-
const __vue_script__$
|
|
765
|
+
const __vue_script__$g = script$g;
|
|
761
766
|
/* template */
|
|
762
767
|
|
|
763
|
-
var __vue_render__$
|
|
768
|
+
var __vue_render__$l = function () {
|
|
764
769
|
var _vm = this;
|
|
765
770
|
|
|
766
771
|
var _h = _vm.$createElement;
|
|
@@ -822,10 +827,10 @@ var __vue_render__$j = function () {
|
|
|
822
827
|
})], 1) : _vm._e()], 1);
|
|
823
828
|
};
|
|
824
829
|
|
|
825
|
-
var __vue_staticRenderFns__$
|
|
830
|
+
var __vue_staticRenderFns__$l = [];
|
|
826
831
|
/* style */
|
|
827
832
|
|
|
828
|
-
const __vue_inject_styles__$
|
|
833
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
829
834
|
if (!inject) return;
|
|
830
835
|
inject("data-v-59cb538c_0", {
|
|
831
836
|
source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
|
|
@@ -836,23 +841,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
836
841
|
/* scoped */
|
|
837
842
|
|
|
838
843
|
|
|
839
|
-
const __vue_scope_id__$
|
|
844
|
+
const __vue_scope_id__$m = "data-v-59cb538c";
|
|
840
845
|
/* module identifier */
|
|
841
846
|
|
|
842
|
-
const __vue_module_identifier__$
|
|
847
|
+
const __vue_module_identifier__$m = undefined;
|
|
843
848
|
/* functional template */
|
|
844
849
|
|
|
845
|
-
const __vue_is_functional_template__$
|
|
850
|
+
const __vue_is_functional_template__$m = false;
|
|
846
851
|
/* style inject SSR */
|
|
847
852
|
|
|
848
853
|
/* style inject shadow dom */
|
|
849
854
|
|
|
850
|
-
const __vue_component__$
|
|
851
|
-
render: __vue_render__$
|
|
852
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
853
|
-
}, __vue_inject_styles__$
|
|
855
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
856
|
+
render: __vue_render__$l,
|
|
857
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
858
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
854
859
|
|
|
855
|
-
var __vue_component__$
|
|
860
|
+
var __vue_component__$F = __vue_component__$E;
|
|
856
861
|
|
|
857
862
|
//
|
|
858
863
|
//
|
|
@@ -883,7 +888,7 @@ var __vue_component__$B = __vue_component__$A;
|
|
|
883
888
|
//
|
|
884
889
|
//
|
|
885
890
|
//
|
|
886
|
-
var script$
|
|
891
|
+
var script$f = {
|
|
887
892
|
name: "NsCircleTimer",
|
|
888
893
|
props: {
|
|
889
894
|
timeLimit: {
|
|
@@ -943,10 +948,10 @@ var script$d = {
|
|
|
943
948
|
};
|
|
944
949
|
|
|
945
950
|
/* script */
|
|
946
|
-
const __vue_script__$
|
|
951
|
+
const __vue_script__$f = script$f;
|
|
947
952
|
/* template */
|
|
948
953
|
|
|
949
|
-
var __vue_render__$
|
|
954
|
+
var __vue_render__$k = function () {
|
|
950
955
|
var _vm = this;
|
|
951
956
|
|
|
952
957
|
var _h = _vm.$createElement;
|
|
@@ -982,10 +987,10 @@ var __vue_render__$i = function () {
|
|
|
982
987
|
})])])]);
|
|
983
988
|
};
|
|
984
989
|
|
|
985
|
-
var __vue_staticRenderFns__$
|
|
990
|
+
var __vue_staticRenderFns__$k = [];
|
|
986
991
|
/* style */
|
|
987
992
|
|
|
988
|
-
const __vue_inject_styles__$
|
|
993
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
989
994
|
if (!inject) return;
|
|
990
995
|
inject("data-v-45b59790_0", {
|
|
991
996
|
source: ".base-timer[data-v-45b59790]{position:relative}.base-timer__circle[data-v-45b59790]{fill:none;stroke:none}.base-timer__path-remaining[data-v-45b59790]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-45b59790]{transform:scaleX(-1)}",
|
|
@@ -996,26 +1001,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
996
1001
|
/* scoped */
|
|
997
1002
|
|
|
998
1003
|
|
|
999
|
-
const __vue_scope_id__$
|
|
1004
|
+
const __vue_scope_id__$l = "data-v-45b59790";
|
|
1000
1005
|
/* module identifier */
|
|
1001
1006
|
|
|
1002
|
-
const __vue_module_identifier__$
|
|
1007
|
+
const __vue_module_identifier__$l = undefined;
|
|
1003
1008
|
/* functional template */
|
|
1004
1009
|
|
|
1005
|
-
const __vue_is_functional_template__$
|
|
1010
|
+
const __vue_is_functional_template__$l = false;
|
|
1006
1011
|
/* style inject SSR */
|
|
1007
1012
|
|
|
1008
1013
|
/* style inject shadow dom */
|
|
1009
1014
|
|
|
1010
|
-
const __vue_component__$
|
|
1011
|
-
render: __vue_render__$
|
|
1012
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1013
|
-
}, __vue_inject_styles__$
|
|
1015
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
1016
|
+
render: __vue_render__$k,
|
|
1017
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
1018
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
1014
1019
|
|
|
1015
|
-
var NsCircleTimer = __vue_component__$
|
|
1020
|
+
var NsCircleTimer = __vue_component__$D;
|
|
1016
1021
|
|
|
1017
1022
|
//
|
|
1018
|
-
var script$
|
|
1023
|
+
var script$e = {
|
|
1019
1024
|
name: "NsInlineNotification",
|
|
1020
1025
|
extends: CvInlineNotification,
|
|
1021
1026
|
components: {
|
|
@@ -1052,10 +1057,10 @@ var script$c = {
|
|
|
1052
1057
|
};
|
|
1053
1058
|
|
|
1054
1059
|
/* script */
|
|
1055
|
-
const __vue_script__$
|
|
1060
|
+
const __vue_script__$e = script$e;
|
|
1056
1061
|
/* template */
|
|
1057
1062
|
|
|
1058
|
-
var __vue_render__$
|
|
1063
|
+
var __vue_render__$j = function () {
|
|
1059
1064
|
var _obj;
|
|
1060
1065
|
|
|
1061
1066
|
var _vm = this;
|
|
@@ -1126,10 +1131,10 @@ var __vue_render__$h = function () {
|
|
|
1126
1131
|
})], 1) : _vm._e()]);
|
|
1127
1132
|
};
|
|
1128
1133
|
|
|
1129
|
-
var __vue_staticRenderFns__$
|
|
1134
|
+
var __vue_staticRenderFns__$j = [];
|
|
1130
1135
|
/* style */
|
|
1131
1136
|
|
|
1132
|
-
const __vue_inject_styles__$
|
|
1137
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
1133
1138
|
if (!inject) return;
|
|
1134
1139
|
inject("data-v-1e5d2ff7_0", {
|
|
1135
1140
|
source: ".title[data-v-1e5d2ff7]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-1e5d2ff7]{margin-right:.75rem}.details[data-v-1e5d2ff7]{flex-grow:0}.bx--inline-notification__close-button[data-v-1e5d2ff7]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-1e5d2ff7]{padding-right:0!important}",
|
|
@@ -1140,23 +1145,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
1140
1145
|
/* scoped */
|
|
1141
1146
|
|
|
1142
1147
|
|
|
1143
|
-
const __vue_scope_id__$
|
|
1148
|
+
const __vue_scope_id__$k = "data-v-1e5d2ff7";
|
|
1144
1149
|
/* module identifier */
|
|
1145
1150
|
|
|
1146
|
-
const __vue_module_identifier__$
|
|
1151
|
+
const __vue_module_identifier__$k = undefined;
|
|
1147
1152
|
/* functional template */
|
|
1148
1153
|
|
|
1149
|
-
const __vue_is_functional_template__$
|
|
1154
|
+
const __vue_is_functional_template__$k = false;
|
|
1150
1155
|
/* style inject SSR */
|
|
1151
1156
|
|
|
1152
1157
|
/* style inject shadow dom */
|
|
1153
1158
|
|
|
1154
|
-
const __vue_component__$
|
|
1155
|
-
render: __vue_render__$
|
|
1156
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1157
|
-
}, __vue_inject_styles__$
|
|
1159
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
1160
|
+
render: __vue_render__$j,
|
|
1161
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
1162
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
1158
1163
|
|
|
1159
|
-
var NsInlineNotification = __vue_component__$
|
|
1164
|
+
var NsInlineNotification = __vue_component__$C;
|
|
1160
1165
|
|
|
1161
1166
|
//
|
|
1162
1167
|
//
|
|
@@ -1175,7 +1180,7 @@ var NsInlineNotification = __vue_component__$y;
|
|
|
1175
1180
|
//
|
|
1176
1181
|
//
|
|
1177
1182
|
//
|
|
1178
|
-
var script$
|
|
1183
|
+
var script$d = {
|
|
1179
1184
|
name: "NsProgressBar",
|
|
1180
1185
|
props: {
|
|
1181
1186
|
value: {
|
|
@@ -1206,10 +1211,10 @@ var script$b = {
|
|
|
1206
1211
|
};
|
|
1207
1212
|
|
|
1208
1213
|
/* script */
|
|
1209
|
-
const __vue_script__$
|
|
1214
|
+
const __vue_script__$d = script$d;
|
|
1210
1215
|
/* template */
|
|
1211
1216
|
|
|
1212
|
-
var __vue_render__$
|
|
1217
|
+
var __vue_render__$i = function () {
|
|
1213
1218
|
var _vm = this;
|
|
1214
1219
|
|
|
1215
1220
|
var _h = _vm.$createElement;
|
|
@@ -1234,10 +1239,10 @@ var __vue_render__$g = function () {
|
|
|
1234
1239
|
})]], 2)]);
|
|
1235
1240
|
};
|
|
1236
1241
|
|
|
1237
|
-
var __vue_staticRenderFns__$
|
|
1242
|
+
var __vue_staticRenderFns__$i = [];
|
|
1238
1243
|
/* style */
|
|
1239
1244
|
|
|
1240
|
-
const __vue_inject_styles__$
|
|
1245
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
1241
1246
|
if (!inject) return;
|
|
1242
1247
|
inject("data-v-2bcd6519_0", {
|
|
1243
1248
|
source: ".progress-bar-container[data-v-2bcd6519]{width:100%;position:relative}.slider[data-v-2bcd6519]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-2bcd6519]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-2bcd6519]{position:absolute;height:5px}.indeterminate-line[data-v-2bcd6519]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-2bcd6519]{position:absolute;height:5px}.inc[data-v-2bcd6519]{animation:increase-data-v-2bcd6519 2s infinite}.dec[data-v-2bcd6519]{animation:decrease-data-v-2bcd6519 2s .5s infinite}@keyframes increase-data-v-2bcd6519{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2bcd6519{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1248,25 +1253,25 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
1248
1253
|
/* scoped */
|
|
1249
1254
|
|
|
1250
1255
|
|
|
1251
|
-
const __vue_scope_id__$
|
|
1256
|
+
const __vue_scope_id__$j = "data-v-2bcd6519";
|
|
1252
1257
|
/* module identifier */
|
|
1253
1258
|
|
|
1254
|
-
const __vue_module_identifier__$
|
|
1259
|
+
const __vue_module_identifier__$j = undefined;
|
|
1255
1260
|
/* functional template */
|
|
1256
1261
|
|
|
1257
|
-
const __vue_is_functional_template__$
|
|
1262
|
+
const __vue_is_functional_template__$j = false;
|
|
1258
1263
|
/* style inject SSR */
|
|
1259
1264
|
|
|
1260
1265
|
/* style inject shadow dom */
|
|
1261
1266
|
|
|
1262
|
-
const __vue_component__$
|
|
1263
|
-
render: __vue_render__$
|
|
1264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1265
|
-
}, __vue_inject_styles__$
|
|
1267
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
1268
|
+
render: __vue_render__$i,
|
|
1269
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
1270
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
1266
1271
|
|
|
1267
|
-
var NsProgressBar = __vue_component__$
|
|
1272
|
+
var NsProgressBar = __vue_component__$B;
|
|
1268
1273
|
|
|
1269
|
-
var script$
|
|
1274
|
+
var script$c = {
|
|
1270
1275
|
name: "NsSvg",
|
|
1271
1276
|
props: {
|
|
1272
1277
|
svg: {
|
|
@@ -1325,33 +1330,33 @@ var script$a = {
|
|
|
1325
1330
|
};
|
|
1326
1331
|
|
|
1327
1332
|
/* script */
|
|
1328
|
-
const __vue_script__$
|
|
1333
|
+
const __vue_script__$c = script$c;
|
|
1329
1334
|
/* template */
|
|
1330
1335
|
|
|
1331
1336
|
/* style */
|
|
1332
1337
|
|
|
1333
|
-
const __vue_inject_styles__$
|
|
1338
|
+
const __vue_inject_styles__$i = undefined;
|
|
1334
1339
|
/* scoped */
|
|
1335
1340
|
|
|
1336
|
-
const __vue_scope_id__$
|
|
1341
|
+
const __vue_scope_id__$i = undefined;
|
|
1337
1342
|
/* module identifier */
|
|
1338
1343
|
|
|
1339
|
-
const __vue_module_identifier__$
|
|
1344
|
+
const __vue_module_identifier__$i = undefined;
|
|
1340
1345
|
/* functional template */
|
|
1341
1346
|
|
|
1342
|
-
const __vue_is_functional_template__$
|
|
1347
|
+
const __vue_is_functional_template__$i = undefined;
|
|
1343
1348
|
/* style inject */
|
|
1344
1349
|
|
|
1345
1350
|
/* style inject SSR */
|
|
1346
1351
|
|
|
1347
1352
|
/* style inject shadow dom */
|
|
1348
1353
|
|
|
1349
|
-
const __vue_component__$
|
|
1354
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
1350
1355
|
|
|
1351
|
-
var NsSvg = __vue_component__$
|
|
1356
|
+
var NsSvg = __vue_component__$A;
|
|
1352
1357
|
|
|
1353
1358
|
//
|
|
1354
|
-
var script$
|
|
1359
|
+
var script$b = {
|
|
1355
1360
|
name: "NsTile",
|
|
1356
1361
|
extends: CvTile,
|
|
1357
1362
|
inheritAttrs: false,
|
|
@@ -1419,10 +1424,10 @@ var script$9 = {
|
|
|
1419
1424
|
};
|
|
1420
1425
|
|
|
1421
1426
|
/* script */
|
|
1422
|
-
const __vue_script__$
|
|
1427
|
+
const __vue_script__$b = script$b;
|
|
1423
1428
|
/* template */
|
|
1424
1429
|
|
|
1425
|
-
var __vue_render__$
|
|
1430
|
+
var __vue_render__$h = function () {
|
|
1426
1431
|
var _obj;
|
|
1427
1432
|
|
|
1428
1433
|
var _vm = this;
|
|
@@ -1459,10 +1464,10 @@ var __vue_render__$f = function () {
|
|
|
1459
1464
|
}) : _vm._e()], 1);
|
|
1460
1465
|
};
|
|
1461
1466
|
|
|
1462
|
-
var __vue_staticRenderFns__$
|
|
1467
|
+
var __vue_staticRenderFns__$h = [];
|
|
1463
1468
|
/* style */
|
|
1464
1469
|
|
|
1465
|
-
const __vue_inject_styles__$
|
|
1470
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
1466
1471
|
if (!inject) return;
|
|
1467
1472
|
inject("data-v-bbf09f9e_0", {
|
|
1468
1473
|
source: ".ns-tile[data-v-bbf09f9e]{margin-bottom:2rem}.container[data-v-bbf09f9e]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-bbf09f9e]{text-align:center}.large[data-v-bbf09f9e]{min-height:10rem}.tile-icon[data-v-bbf09f9e]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-bbf09f9e]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-bbf09f9e]{padding-bottom:4rem}",
|
|
@@ -1473,23 +1478,23 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
1473
1478
|
/* scoped */
|
|
1474
1479
|
|
|
1475
1480
|
|
|
1476
|
-
const __vue_scope_id__$
|
|
1481
|
+
const __vue_scope_id__$h = "data-v-bbf09f9e";
|
|
1477
1482
|
/* module identifier */
|
|
1478
1483
|
|
|
1479
|
-
const __vue_module_identifier__$
|
|
1484
|
+
const __vue_module_identifier__$h = undefined;
|
|
1480
1485
|
/* functional template */
|
|
1481
1486
|
|
|
1482
|
-
const __vue_is_functional_template__$
|
|
1487
|
+
const __vue_is_functional_template__$h = false;
|
|
1483
1488
|
/* style inject SSR */
|
|
1484
1489
|
|
|
1485
1490
|
/* style inject shadow dom */
|
|
1486
1491
|
|
|
1487
|
-
const __vue_component__$
|
|
1488
|
-
render: __vue_render__$
|
|
1489
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1490
|
-
}, __vue_inject_styles__$
|
|
1492
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
1493
|
+
render: __vue_render__$h,
|
|
1494
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
1495
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
1491
1496
|
|
|
1492
|
-
var __vue_component__$
|
|
1497
|
+
var __vue_component__$z = __vue_component__$y;
|
|
1493
1498
|
|
|
1494
1499
|
function toInteger(dirtyNumber) {
|
|
1495
1500
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6086,7 +6091,7 @@ var DateTimeService = {
|
|
|
6086
6091
|
};
|
|
6087
6092
|
|
|
6088
6093
|
//
|
|
6089
|
-
var script$
|
|
6094
|
+
var script$a = {
|
|
6090
6095
|
name: "NsToastNotification",
|
|
6091
6096
|
extends: CvToastNotification,
|
|
6092
6097
|
components: {
|
|
@@ -6128,10 +6133,10 @@ var script$8 = {
|
|
|
6128
6133
|
};
|
|
6129
6134
|
|
|
6130
6135
|
/* script */
|
|
6131
|
-
const __vue_script__$
|
|
6136
|
+
const __vue_script__$a = script$a;
|
|
6132
6137
|
/* template */
|
|
6133
6138
|
|
|
6134
|
-
var __vue_render__$
|
|
6139
|
+
var __vue_render__$g = function () {
|
|
6135
6140
|
var _obj;
|
|
6136
6141
|
|
|
6137
6142
|
var _vm = this;
|
|
@@ -6214,10 +6219,10 @@ var __vue_render__$e = function () {
|
|
|
6214
6219
|
})], 1) : _vm._e()], 1)]);
|
|
6215
6220
|
};
|
|
6216
6221
|
|
|
6217
|
-
var __vue_staticRenderFns__$
|
|
6222
|
+
var __vue_staticRenderFns__$g = [];
|
|
6218
6223
|
/* style */
|
|
6219
6224
|
|
|
6220
|
-
const __vue_inject_styles__$
|
|
6225
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
6221
6226
|
if (!inject) return;
|
|
6222
6227
|
inject("data-v-79bd81d3_0", {
|
|
6223
6228
|
source: ".notification[data-v-79bd81d3]{margin-bottom:0;margin-right:0}.action[data-v-79bd81d3]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-79bd81d3]{margin-left:-16px}.notification-description-and-progress[data-v-79bd81d3]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-79bd81d3]{margin-bottom:0}.progress[data-v-79bd81d3]{margin-top:.75rem}.progress-bar-spacer[data-v-79bd81d3]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:100%;cursor:pointer}.notification-read[data-v-79bd81d3]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-79bd81d3]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-79bd81d3]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-79bd81d3]{font-weight:400}.cv-notifiation .timestamp[data-v-79bd81d3]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-79bd81d3]{color:#c6c6c6}.bx--tooltip__trigger[data-v-79bd81d3]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-79bd81d3]::before{border-bottom-color:#161616}div.row[data-v-79bd81d3]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-79bd81d3]{flex-grow:1}",
|
|
@@ -6232,26 +6237,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
6232
6237
|
/* scoped */
|
|
6233
6238
|
|
|
6234
6239
|
|
|
6235
|
-
const __vue_scope_id__$
|
|
6240
|
+
const __vue_scope_id__$g = "data-v-79bd81d3";
|
|
6236
6241
|
/* module identifier */
|
|
6237
6242
|
|
|
6238
|
-
const __vue_module_identifier__$
|
|
6243
|
+
const __vue_module_identifier__$g = undefined;
|
|
6239
6244
|
/* functional template */
|
|
6240
6245
|
|
|
6241
|
-
const __vue_is_functional_template__$
|
|
6246
|
+
const __vue_is_functional_template__$g = false;
|
|
6242
6247
|
/* style inject SSR */
|
|
6243
6248
|
|
|
6244
6249
|
/* style inject shadow dom */
|
|
6245
6250
|
|
|
6246
|
-
const __vue_component__$
|
|
6247
|
-
render: __vue_render__$
|
|
6248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6249
|
-
}, __vue_inject_styles__$
|
|
6251
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
6252
|
+
render: __vue_render__$g,
|
|
6253
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
6254
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
6250
6255
|
|
|
6251
|
-
var __vue_component__$
|
|
6256
|
+
var __vue_component__$x = __vue_component__$w;
|
|
6252
6257
|
|
|
6253
6258
|
//
|
|
6254
|
-
var script$
|
|
6259
|
+
var script$9 = {
|
|
6255
6260
|
name: "NsInfoCard",
|
|
6256
6261
|
//components added for storybook to work
|
|
6257
6262
|
components: {
|
|
@@ -6286,10 +6291,10 @@ var script$7 = {
|
|
|
6286
6291
|
};
|
|
6287
6292
|
|
|
6288
6293
|
/* script */
|
|
6289
|
-
const __vue_script__$
|
|
6294
|
+
const __vue_script__$9 = script$9;
|
|
6290
6295
|
/* template */
|
|
6291
6296
|
|
|
6292
|
-
var __vue_render__$
|
|
6297
|
+
var __vue_render__$f = function () {
|
|
6293
6298
|
var _vm = this;
|
|
6294
6299
|
|
|
6295
6300
|
var _h = _vm.$createElement;
|
|
@@ -6321,10 +6326,10 @@ var __vue_render__$d = function () {
|
|
|
6321
6326
|
}, [_vm._t("content")], 2)], 2);
|
|
6322
6327
|
};
|
|
6323
6328
|
|
|
6324
|
-
var __vue_staticRenderFns__$
|
|
6329
|
+
var __vue_staticRenderFns__$f = [];
|
|
6325
6330
|
/* style */
|
|
6326
6331
|
|
|
6327
|
-
const __vue_inject_styles__$
|
|
6332
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
6328
6333
|
if (!inject) return;
|
|
6329
6334
|
inject("data-v-5f0f76db_0", {
|
|
6330
6335
|
source: ".info-card[data-v-5f0f76db]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.row[data-v-5f0f76db]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-5f0f76db]{margin-top:.5rem}",
|
|
@@ -6335,26 +6340,26 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
6335
6340
|
/* scoped */
|
|
6336
6341
|
|
|
6337
6342
|
|
|
6338
|
-
const __vue_scope_id__$
|
|
6343
|
+
const __vue_scope_id__$f = "data-v-5f0f76db";
|
|
6339
6344
|
/* module identifier */
|
|
6340
6345
|
|
|
6341
|
-
const __vue_module_identifier__$
|
|
6346
|
+
const __vue_module_identifier__$f = undefined;
|
|
6342
6347
|
/* functional template */
|
|
6343
6348
|
|
|
6344
|
-
const __vue_is_functional_template__$
|
|
6349
|
+
const __vue_is_functional_template__$f = false;
|
|
6345
6350
|
/* style inject SSR */
|
|
6346
6351
|
|
|
6347
6352
|
/* style inject shadow dom */
|
|
6348
6353
|
|
|
6349
|
-
const __vue_component__$
|
|
6350
|
-
render: __vue_render__$
|
|
6351
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6352
|
-
}, __vue_inject_styles__$
|
|
6354
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
6355
|
+
render: __vue_render__$f,
|
|
6356
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
6357
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
6353
6358
|
|
|
6354
|
-
var __vue_component__$
|
|
6359
|
+
var __vue_component__$v = __vue_component__$u;
|
|
6355
6360
|
|
|
6356
6361
|
//
|
|
6357
|
-
var script$
|
|
6362
|
+
var script$8 = {
|
|
6358
6363
|
name: "NsStatusCard",
|
|
6359
6364
|
//components added for storybook to work
|
|
6360
6365
|
components: {
|
|
@@ -6401,10 +6406,10 @@ var script$6 = {
|
|
|
6401
6406
|
};
|
|
6402
6407
|
|
|
6403
6408
|
/* script */
|
|
6404
|
-
const __vue_script__$
|
|
6409
|
+
const __vue_script__$8 = script$8;
|
|
6405
6410
|
/* template */
|
|
6406
6411
|
|
|
6407
|
-
var __vue_render__$
|
|
6412
|
+
var __vue_render__$e = function () {
|
|
6408
6413
|
var _vm = this;
|
|
6409
6414
|
|
|
6410
6415
|
var _h = _vm.$createElement;
|
|
@@ -6473,10 +6478,10 @@ var __vue_render__$c = function () {
|
|
|
6473
6478
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6474
6479
|
};
|
|
6475
6480
|
|
|
6476
|
-
var __vue_staticRenderFns__$
|
|
6481
|
+
var __vue_staticRenderFns__$e = [];
|
|
6477
6482
|
/* style */
|
|
6478
6483
|
|
|
6479
|
-
const __vue_inject_styles__$
|
|
6484
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
6480
6485
|
if (!inject) return;
|
|
6481
6486
|
inject("data-v-e4a14fb4_0", {
|
|
6482
6487
|
source: ".status-card[data-v-e4a14fb4]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e4a14fb4]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.label[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e4a14fb4]{margin-right:.25rem}.error-icon[data-v-e4a14fb4]{margin-right:.25rem}.warning-icon[data-v-e4a14fb4]{margin-right:.25rem}.stats[data-v-e4a14fb4]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6487,26 +6492,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
6487
6492
|
/* scoped */
|
|
6488
6493
|
|
|
6489
6494
|
|
|
6490
|
-
const __vue_scope_id__$
|
|
6495
|
+
const __vue_scope_id__$e = "data-v-e4a14fb4";
|
|
6491
6496
|
/* module identifier */
|
|
6492
6497
|
|
|
6493
|
-
const __vue_module_identifier__$
|
|
6498
|
+
const __vue_module_identifier__$e = undefined;
|
|
6494
6499
|
/* functional template */
|
|
6495
6500
|
|
|
6496
|
-
const __vue_is_functional_template__$
|
|
6501
|
+
const __vue_is_functional_template__$e = false;
|
|
6497
6502
|
/* style inject SSR */
|
|
6498
6503
|
|
|
6499
6504
|
/* style inject shadow dom */
|
|
6500
6505
|
|
|
6501
|
-
const __vue_component__$
|
|
6502
|
-
render: __vue_render__$
|
|
6503
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6504
|
-
}, __vue_inject_styles__$
|
|
6506
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
6507
|
+
render: __vue_render__$e,
|
|
6508
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
6509
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
6505
6510
|
|
|
6506
|
-
var __vue_component__$
|
|
6511
|
+
var __vue_component__$t = __vue_component__$s;
|
|
6507
6512
|
|
|
6508
6513
|
//
|
|
6509
|
-
var script$
|
|
6514
|
+
var script$7 = {
|
|
6510
6515
|
name: "NsSystemdServiceCard",
|
|
6511
6516
|
//components added for storybook to work
|
|
6512
6517
|
components: {
|
|
@@ -6560,10 +6565,10 @@ var script$5 = {
|
|
|
6560
6565
|
};
|
|
6561
6566
|
|
|
6562
6567
|
/* script */
|
|
6563
|
-
const __vue_script__$
|
|
6568
|
+
const __vue_script__$7 = script$7;
|
|
6564
6569
|
/* template */
|
|
6565
6570
|
|
|
6566
|
-
var __vue_render__$
|
|
6571
|
+
var __vue_render__$d = function () {
|
|
6567
6572
|
var _vm = this;
|
|
6568
6573
|
|
|
6569
6574
|
var _h = _vm.$createElement;
|
|
@@ -6618,10 +6623,10 @@ var __vue_render__$b = function () {
|
|
|
6618
6623
|
})], 1)])]);
|
|
6619
6624
|
};
|
|
6620
6625
|
|
|
6621
|
-
var __vue_staticRenderFns__$
|
|
6626
|
+
var __vue_staticRenderFns__$d = [];
|
|
6622
6627
|
/* style */
|
|
6623
6628
|
|
|
6624
|
-
const __vue_inject_styles__$
|
|
6629
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
6625
6630
|
if (!inject) return;
|
|
6626
6631
|
inject("data-v-e13a5ce6_0", {
|
|
6627
6632
|
source: ".service-card[data-v-e13a5ce6]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e13a5ce6]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-e13a5ce6]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e13a5ce6]{margin-right:.25rem}.error-icon[data-v-e13a5ce6]{margin-right:.25rem}.warning-icon[data-v-e13a5ce6]{margin-right:.25rem}.stats[data-v-e13a5ce6]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6632,31 +6637,34 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
6632
6637
|
/* scoped */
|
|
6633
6638
|
|
|
6634
6639
|
|
|
6635
|
-
const __vue_scope_id__$
|
|
6640
|
+
const __vue_scope_id__$d = "data-v-e13a5ce6";
|
|
6636
6641
|
/* module identifier */
|
|
6637
6642
|
|
|
6638
|
-
const __vue_module_identifier__$
|
|
6643
|
+
const __vue_module_identifier__$d = undefined;
|
|
6639
6644
|
/* functional template */
|
|
6640
6645
|
|
|
6641
|
-
const __vue_is_functional_template__$
|
|
6646
|
+
const __vue_is_functional_template__$d = false;
|
|
6642
6647
|
/* style inject SSR */
|
|
6643
6648
|
|
|
6644
6649
|
/* style inject shadow dom */
|
|
6645
6650
|
|
|
6646
|
-
const __vue_component__$
|
|
6647
|
-
render: __vue_render__$
|
|
6648
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6649
|
-
}, __vue_inject_styles__$
|
|
6651
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
6652
|
+
render: __vue_render__$d,
|
|
6653
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
6654
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
6650
6655
|
|
|
6651
|
-
var __vue_component__$
|
|
6656
|
+
var __vue_component__$r = __vue_component__$q;
|
|
6652
6657
|
|
|
6653
6658
|
var UtilService = {
|
|
6654
6659
|
name: "UtilService",
|
|
6655
6660
|
|
|
6656
6661
|
data() {
|
|
6657
6662
|
return {
|
|
6658
|
-
DELETE_DELAY: 7000
|
|
6659
|
-
|
|
6663
|
+
DELETE_DELAY: 7000,
|
|
6664
|
+
// you have 7 seconds to cancel object deletion
|
|
6665
|
+
time24HourPattern: /([01]\d|2[0-3]):?([0-5]\d)/,
|
|
6666
|
+
time24HourPatternString: "([01]\\d|2[0-3]):?([0-5]\\d)",
|
|
6667
|
+
time24HourPlaceholder: "hh:mm"
|
|
6660
6668
|
};
|
|
6661
6669
|
},
|
|
6662
6670
|
|
|
@@ -6804,13 +6812,20 @@ var UtilService = {
|
|
|
6804
6812
|
}
|
|
6805
6813
|
|
|
6806
6814
|
return i18nCategories.join(", ");
|
|
6815
|
+
},
|
|
6816
|
+
|
|
6817
|
+
/**
|
|
6818
|
+
* Used in views and components containing an accordion
|
|
6819
|
+
*/
|
|
6820
|
+
toggleAccordion(ev) {
|
|
6821
|
+
this.$refs.accordion.state.map((item, index) => index === ev.changedIndex);
|
|
6807
6822
|
}
|
|
6808
6823
|
|
|
6809
6824
|
}
|
|
6810
6825
|
};
|
|
6811
6826
|
|
|
6812
6827
|
//
|
|
6813
|
-
var script$
|
|
6828
|
+
var script$6 = {
|
|
6814
6829
|
name: "NsPasswordInput",
|
|
6815
6830
|
components: CvTextInput,
|
|
6816
6831
|
mixins: [UtilService],
|
|
@@ -6966,10 +6981,10 @@ var script$4 = {
|
|
|
6966
6981
|
};
|
|
6967
6982
|
|
|
6968
6983
|
/* script */
|
|
6969
|
-
const __vue_script__$
|
|
6984
|
+
const __vue_script__$6 = script$6;
|
|
6970
6985
|
/* template */
|
|
6971
6986
|
|
|
6972
|
-
var __vue_render__$
|
|
6987
|
+
var __vue_render__$c = function () {
|
|
6973
6988
|
var _vm = this;
|
|
6974
6989
|
|
|
6975
6990
|
var _h = _vm.$createElement;
|
|
@@ -7058,10 +7073,10 @@ var __vue_render__$a = function () {
|
|
|
7058
7073
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7059
7074
|
};
|
|
7060
7075
|
|
|
7061
|
-
var __vue_staticRenderFns__$
|
|
7076
|
+
var __vue_staticRenderFns__$c = [];
|
|
7062
7077
|
/* style */
|
|
7063
7078
|
|
|
7064
|
-
const __vue_inject_styles__$
|
|
7079
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
7065
7080
|
if (!inject) return;
|
|
7066
7081
|
inject("data-v-1598af82_0", {
|
|
7067
7082
|
source: ".new-password-container[data-v-1598af82]{margin-bottom:1rem}.new-password[data-v-1598af82]{margin-bottom:.25rem}.confirm-password[data-v-1598af82]{margin-bottom:.25rem}.password-meter[data-v-1598af82]{display:flex}@media (min-width:672px){.password-meter[data-v-1598af82]{max-width:38rem}}.requirement[data-v-1598af82]{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-1598af82]{background-color:#fff}.requirement[data-v-1598af82]:first-child{margin-left:0}.requirement-ok[data-v-1598af82]{color:#fff;background-color:#198038}",
|
|
@@ -7072,27 +7087,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
7072
7087
|
/* scoped */
|
|
7073
7088
|
|
|
7074
7089
|
|
|
7075
|
-
const __vue_scope_id__$
|
|
7090
|
+
const __vue_scope_id__$c = "data-v-1598af82";
|
|
7076
7091
|
/* module identifier */
|
|
7077
7092
|
|
|
7078
|
-
const __vue_module_identifier__$
|
|
7093
|
+
const __vue_module_identifier__$c = undefined;
|
|
7079
7094
|
/* functional template */
|
|
7080
7095
|
|
|
7081
|
-
const __vue_is_functional_template__$
|
|
7096
|
+
const __vue_is_functional_template__$c = false;
|
|
7082
7097
|
/* style inject SSR */
|
|
7083
7098
|
|
|
7084
7099
|
/* style inject shadow dom */
|
|
7085
7100
|
|
|
7086
|
-
const __vue_component__$
|
|
7087
|
-
render: __vue_render__$
|
|
7088
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7089
|
-
}, __vue_inject_styles__$
|
|
7101
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
7102
|
+
render: __vue_render__$c,
|
|
7103
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7104
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
7090
7105
|
|
|
7091
|
-
var __vue_component__$
|
|
7106
|
+
var __vue_component__$p = __vue_component__$o;
|
|
7092
7107
|
|
|
7093
7108
|
//
|
|
7094
|
-
|
|
7095
|
-
var script$3 = {
|
|
7109
|
+
var script$5 = {
|
|
7096
7110
|
name: "NsIconMenu",
|
|
7097
7111
|
extends: CvOverflowMenu,
|
|
7098
7112
|
props: {
|
|
@@ -7121,10 +7135,10 @@ var script$3 = {
|
|
|
7121
7135
|
};
|
|
7122
7136
|
|
|
7123
7137
|
/* script */
|
|
7124
|
-
const __vue_script__$
|
|
7138
|
+
const __vue_script__$5 = script$5;
|
|
7125
7139
|
/* template */
|
|
7126
7140
|
|
|
7127
|
-
var __vue_render__$
|
|
7141
|
+
var __vue_render__$b = function () {
|
|
7128
7142
|
var _obj, _obj$1;
|
|
7129
7143
|
|
|
7130
7144
|
var _vm = this;
|
|
@@ -7236,35 +7250,35 @@ var __vue_render__$9 = function () {
|
|
|
7236
7250
|
})])]);
|
|
7237
7251
|
};
|
|
7238
7252
|
|
|
7239
|
-
var __vue_staticRenderFns__$
|
|
7253
|
+
var __vue_staticRenderFns__$b = [];
|
|
7240
7254
|
/* style */
|
|
7241
7255
|
|
|
7242
|
-
const __vue_inject_styles__$
|
|
7256
|
+
const __vue_inject_styles__$b = undefined;
|
|
7243
7257
|
/* scoped */
|
|
7244
7258
|
|
|
7245
|
-
const __vue_scope_id__$
|
|
7259
|
+
const __vue_scope_id__$b = undefined;
|
|
7246
7260
|
/* module identifier */
|
|
7247
7261
|
|
|
7248
|
-
const __vue_module_identifier__$
|
|
7262
|
+
const __vue_module_identifier__$b = undefined;
|
|
7249
7263
|
/* functional template */
|
|
7250
7264
|
|
|
7251
|
-
const __vue_is_functional_template__$
|
|
7265
|
+
const __vue_is_functional_template__$b = false;
|
|
7252
7266
|
/* style inject */
|
|
7253
7267
|
|
|
7254
7268
|
/* style inject SSR */
|
|
7255
7269
|
|
|
7256
7270
|
/* style inject shadow dom */
|
|
7257
7271
|
|
|
7258
|
-
const __vue_component__$
|
|
7259
|
-
render: __vue_render__$
|
|
7260
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7261
|
-
}, __vue_inject_styles__$
|
|
7272
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
7273
|
+
render: __vue_render__$b,
|
|
7274
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
7275
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
7262
7276
|
|
|
7263
|
-
var __vue_component__$
|
|
7277
|
+
var __vue_component__$n = __vue_component__$m;
|
|
7264
7278
|
|
|
7265
7279
|
//
|
|
7266
7280
|
Vue.use(chartsVue);
|
|
7267
|
-
var script$
|
|
7281
|
+
var script$4 = {
|
|
7268
7282
|
name: "NsMeterChart",
|
|
7269
7283
|
components: {
|
|
7270
7284
|
CcvMeterChart
|
|
@@ -7338,10 +7352,10 @@ var script$2 = {
|
|
|
7338
7352
|
};
|
|
7339
7353
|
|
|
7340
7354
|
/* script */
|
|
7341
|
-
const __vue_script__$
|
|
7355
|
+
const __vue_script__$4 = script$4;
|
|
7342
7356
|
/* template */
|
|
7343
7357
|
|
|
7344
|
-
var __vue_render__$
|
|
7358
|
+
var __vue_render__$a = function () {
|
|
7345
7359
|
var _vm = this;
|
|
7346
7360
|
|
|
7347
7361
|
var _h = _vm.$createElement;
|
|
@@ -7356,35 +7370,35 @@ var __vue_render__$8 = function () {
|
|
|
7356
7370
|
});
|
|
7357
7371
|
};
|
|
7358
7372
|
|
|
7359
|
-
var __vue_staticRenderFns__$
|
|
7373
|
+
var __vue_staticRenderFns__$a = [];
|
|
7360
7374
|
/* style */
|
|
7361
7375
|
|
|
7362
|
-
const __vue_inject_styles__$
|
|
7376
|
+
const __vue_inject_styles__$a = undefined;
|
|
7363
7377
|
/* scoped */
|
|
7364
7378
|
|
|
7365
|
-
const __vue_scope_id__$
|
|
7379
|
+
const __vue_scope_id__$a = undefined;
|
|
7366
7380
|
/* module identifier */
|
|
7367
7381
|
|
|
7368
|
-
const __vue_module_identifier__$
|
|
7382
|
+
const __vue_module_identifier__$a = undefined;
|
|
7369
7383
|
/* functional template */
|
|
7370
7384
|
|
|
7371
|
-
const __vue_is_functional_template__$
|
|
7385
|
+
const __vue_is_functional_template__$a = false;
|
|
7372
7386
|
/* style inject */
|
|
7373
7387
|
|
|
7374
7388
|
/* style inject SSR */
|
|
7375
7389
|
|
|
7376
7390
|
/* style inject shadow dom */
|
|
7377
7391
|
|
|
7378
|
-
const __vue_component__$
|
|
7379
|
-
render: __vue_render__$
|
|
7380
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7381
|
-
}, __vue_inject_styles__$
|
|
7392
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
7393
|
+
render: __vue_render__$a,
|
|
7394
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
7395
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
7382
7396
|
|
|
7383
|
-
var __vue_component__$
|
|
7397
|
+
var __vue_component__$l = __vue_component__$k;
|
|
7384
7398
|
|
|
7385
7399
|
//
|
|
7386
7400
|
Vue.use(chartsVue);
|
|
7387
|
-
var script$
|
|
7401
|
+
var script$3 = {
|
|
7388
7402
|
name: "NsPieChart",
|
|
7389
7403
|
components: {},
|
|
7390
7404
|
props: {
|
|
@@ -7439,23 +7453,457 @@ var script$1 = {
|
|
|
7439
7453
|
|
|
7440
7454
|
};
|
|
7441
7455
|
|
|
7456
|
+
/* script */
|
|
7457
|
+
const __vue_script__$3 = script$3;
|
|
7458
|
+
/* template */
|
|
7459
|
+
|
|
7460
|
+
var __vue_render__$9 = function () {
|
|
7461
|
+
var _vm = this;
|
|
7462
|
+
|
|
7463
|
+
var _h = _vm.$createElement;
|
|
7464
|
+
|
|
7465
|
+
var _c = _vm._self._c || _h;
|
|
7466
|
+
|
|
7467
|
+
return _c('ccv-pie-chart', {
|
|
7468
|
+
attrs: {
|
|
7469
|
+
"data": _vm.data,
|
|
7470
|
+
"options": _vm.options
|
|
7471
|
+
}
|
|
7472
|
+
});
|
|
7473
|
+
};
|
|
7474
|
+
|
|
7475
|
+
var __vue_staticRenderFns__$9 = [];
|
|
7476
|
+
/* style */
|
|
7477
|
+
|
|
7478
|
+
const __vue_inject_styles__$9 = undefined;
|
|
7479
|
+
/* scoped */
|
|
7480
|
+
|
|
7481
|
+
const __vue_scope_id__$9 = undefined;
|
|
7482
|
+
/* module identifier */
|
|
7483
|
+
|
|
7484
|
+
const __vue_module_identifier__$9 = undefined;
|
|
7485
|
+
/* functional template */
|
|
7486
|
+
|
|
7487
|
+
const __vue_is_functional_template__$9 = false;
|
|
7488
|
+
/* style inject */
|
|
7489
|
+
|
|
7490
|
+
/* style inject SSR */
|
|
7491
|
+
|
|
7492
|
+
/* style inject shadow dom */
|
|
7493
|
+
|
|
7494
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
7495
|
+
render: __vue_render__$9,
|
|
7496
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
7497
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
|
|
7498
|
+
|
|
7499
|
+
var __vue_component__$j = __vue_component__$i;
|
|
7500
|
+
|
|
7501
|
+
//
|
|
7502
|
+
var script$2 = {
|
|
7503
|
+
name: "NsDangerDeleteModal",
|
|
7504
|
+
//component added for storybook to work
|
|
7505
|
+
components: {
|
|
7506
|
+
NsInlineNotification
|
|
7507
|
+
},
|
|
7508
|
+
mixins: [UtilService],
|
|
7509
|
+
props: {
|
|
7510
|
+
isShown: {
|
|
7511
|
+
type: Boolean,
|
|
7512
|
+
default: true
|
|
7513
|
+
},
|
|
7514
|
+
name: {
|
|
7515
|
+
type: String,
|
|
7516
|
+
required: true
|
|
7517
|
+
},
|
|
7518
|
+
title: {
|
|
7519
|
+
type: String,
|
|
7520
|
+
default: "Confirm deletion"
|
|
7521
|
+
},
|
|
7522
|
+
warning: {
|
|
7523
|
+
type: String,
|
|
7524
|
+
default: "Please read carefully"
|
|
7525
|
+
},
|
|
7526
|
+
description: {
|
|
7527
|
+
type: String,
|
|
7528
|
+
default: "Do you really want to delete this object? This action is irreversible"
|
|
7529
|
+
},
|
|
7530
|
+
typeToConfirm: {
|
|
7531
|
+
type: String,
|
|
7532
|
+
default: ""
|
|
7533
|
+
},
|
|
7534
|
+
cancelLabel: {
|
|
7535
|
+
type: String,
|
|
7536
|
+
default: "Cancel"
|
|
7537
|
+
},
|
|
7538
|
+
deleteLabel: {
|
|
7539
|
+
type: String,
|
|
7540
|
+
default: "I understand, delete"
|
|
7541
|
+
}
|
|
7542
|
+
},
|
|
7543
|
+
|
|
7544
|
+
data() {
|
|
7545
|
+
return {
|
|
7546
|
+
userInput: ""
|
|
7547
|
+
};
|
|
7548
|
+
},
|
|
7549
|
+
|
|
7550
|
+
computed: {
|
|
7551
|
+
typeToConfirmMessage() {
|
|
7552
|
+
if (this.typeToConfirm) {
|
|
7553
|
+
return this.typeToConfirm;
|
|
7554
|
+
} else {
|
|
7555
|
+
return `Type <strong>${this.name}</strong> to confirm deletion`;
|
|
7556
|
+
}
|
|
7557
|
+
}
|
|
7558
|
+
|
|
7559
|
+
},
|
|
7560
|
+
watch: {
|
|
7561
|
+
isShown: function () {
|
|
7562
|
+
if (this.isShown) {
|
|
7563
|
+
this.userInput = "";
|
|
7564
|
+
setTimeout(() => {
|
|
7565
|
+
this.focusElement("userInput");
|
|
7566
|
+
}, 300);
|
|
7567
|
+
}
|
|
7568
|
+
}
|
|
7569
|
+
},
|
|
7570
|
+
methods: {
|
|
7571
|
+
onModalHidden() {
|
|
7572
|
+
this.$emit("hide");
|
|
7573
|
+
},
|
|
7574
|
+
|
|
7575
|
+
confirmDelete() {
|
|
7576
|
+
if (this.name == this.userInput) {
|
|
7577
|
+
this.$emit("confirmDelete");
|
|
7578
|
+
}
|
|
7579
|
+
}
|
|
7580
|
+
|
|
7581
|
+
}
|
|
7582
|
+
};
|
|
7583
|
+
|
|
7584
|
+
/* script */
|
|
7585
|
+
const __vue_script__$2 = script$2;
|
|
7586
|
+
/* template */
|
|
7587
|
+
|
|
7588
|
+
var __vue_render__$8 = function () {
|
|
7589
|
+
var _vm = this;
|
|
7590
|
+
|
|
7591
|
+
var _h = _vm.$createElement;
|
|
7592
|
+
|
|
7593
|
+
var _c = _vm._self._c || _h;
|
|
7594
|
+
|
|
7595
|
+
return _c('cv-modal', {
|
|
7596
|
+
attrs: {
|
|
7597
|
+
"kind": "danger",
|
|
7598
|
+
"size": "default",
|
|
7599
|
+
"visible": _vm.isShown,
|
|
7600
|
+
"primary-button-disabled": _vm.name !== _vm.userInput
|
|
7601
|
+
},
|
|
7602
|
+
on: {
|
|
7603
|
+
"modal-hidden": _vm.onModalHidden,
|
|
7604
|
+
"primary-click": _vm.confirmDelete
|
|
7605
|
+
}
|
|
7606
|
+
}, [_c('template', {
|
|
7607
|
+
slot: "title"
|
|
7608
|
+
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('template', {
|
|
7609
|
+
slot: "content"
|
|
7610
|
+
}, [_c('NsInlineNotification', {
|
|
7611
|
+
attrs: {
|
|
7612
|
+
"kind": "warning",
|
|
7613
|
+
"title": _vm.warning,
|
|
7614
|
+
"showCloseButton": false
|
|
7615
|
+
}
|
|
7616
|
+
}), _vm._v(" "), _c('div', {
|
|
7617
|
+
domProps: {
|
|
7618
|
+
"innerHTML": _vm._s(_vm.description)
|
|
7619
|
+
}
|
|
7620
|
+
}), _vm._v(" "), _vm._t("explanation"), _vm._v(" "), _c('div', {
|
|
7621
|
+
staticClass: "type-to-confirm",
|
|
7622
|
+
domProps: {
|
|
7623
|
+
"innerHTML": _vm._s(_vm.typeToConfirmMessage)
|
|
7624
|
+
}
|
|
7625
|
+
}), _vm._v(" "), _c('cv-form', {
|
|
7626
|
+
on: {
|
|
7627
|
+
"submit": function ($event) {
|
|
7628
|
+
$event.preventDefault();
|
|
7629
|
+
return _vm.confirmDelete.apply(null, arguments);
|
|
7630
|
+
}
|
|
7631
|
+
}
|
|
7632
|
+
}, [_c('cv-text-input', {
|
|
7633
|
+
ref: "userInput",
|
|
7634
|
+
staticClass: "mg-bottom-md",
|
|
7635
|
+
model: {
|
|
7636
|
+
value: _vm.userInput,
|
|
7637
|
+
callback: function ($$v) {
|
|
7638
|
+
_vm.userInput = $$v;
|
|
7639
|
+
},
|
|
7640
|
+
expression: "userInput"
|
|
7641
|
+
}
|
|
7642
|
+
})], 1)], 2), _vm._v(" "), _c('template', {
|
|
7643
|
+
slot: "secondary-button"
|
|
7644
|
+
}, [_vm._v(_vm._s(_vm.cancelLabel))]), _vm._v(" "), _c('template', {
|
|
7645
|
+
slot: "primary-button"
|
|
7646
|
+
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7647
|
+
};
|
|
7648
|
+
|
|
7649
|
+
var __vue_staticRenderFns__$8 = [];
|
|
7650
|
+
/* style */
|
|
7651
|
+
|
|
7652
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
7653
|
+
if (!inject) return;
|
|
7654
|
+
inject("data-v-97f667a6_0", {
|
|
7655
|
+
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
7656
|
+
map: undefined,
|
|
7657
|
+
media: undefined
|
|
7658
|
+
});
|
|
7659
|
+
};
|
|
7660
|
+
/* scoped */
|
|
7661
|
+
|
|
7662
|
+
|
|
7663
|
+
const __vue_scope_id__$8 = "data-v-97f667a6";
|
|
7664
|
+
/* module identifier */
|
|
7665
|
+
|
|
7666
|
+
const __vue_module_identifier__$8 = undefined;
|
|
7667
|
+
/* functional template */
|
|
7668
|
+
|
|
7669
|
+
const __vue_is_functional_template__$8 = false;
|
|
7670
|
+
/* style inject SSR */
|
|
7671
|
+
|
|
7672
|
+
/* style inject shadow dom */
|
|
7673
|
+
|
|
7674
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
7675
|
+
render: __vue_render__$8,
|
|
7676
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
7677
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
7678
|
+
|
|
7679
|
+
var __vue_component__$h = __vue_component__$g;
|
|
7680
|
+
|
|
7681
|
+
var IconService = {
|
|
7682
|
+
name: "IconService",
|
|
7683
|
+
|
|
7684
|
+
data() {
|
|
7685
|
+
return {
|
|
7686
|
+
Close20,
|
|
7687
|
+
ArrowRight20,
|
|
7688
|
+
ArrowRight32,
|
|
7689
|
+
Notification20,
|
|
7690
|
+
UserAvatar20,
|
|
7691
|
+
AppSwitcher20,
|
|
7692
|
+
Search20,
|
|
7693
|
+
RowExpand20,
|
|
7694
|
+
RowCollapse20,
|
|
7695
|
+
Reset20,
|
|
7696
|
+
Download20,
|
|
7697
|
+
Launch20,
|
|
7698
|
+
Upgrade20,
|
|
7699
|
+
Settings20,
|
|
7700
|
+
ChevronDown20,
|
|
7701
|
+
ChevronUp20,
|
|
7702
|
+
ChevronLeft20,
|
|
7703
|
+
ChevronRight20,
|
|
7704
|
+
Information20,
|
|
7705
|
+
Application20,
|
|
7706
|
+
// used for apps, module instances and software center
|
|
7707
|
+
Add20,
|
|
7708
|
+
Rocket20,
|
|
7709
|
+
Rocket32,
|
|
7710
|
+
Chip20,
|
|
7711
|
+
// used for cluster nodes
|
|
7712
|
+
Chip32,
|
|
7713
|
+
// used for cluster nodes
|
|
7714
|
+
Save20,
|
|
7715
|
+
Save32,
|
|
7716
|
+
Copy20,
|
|
7717
|
+
Application32,
|
|
7718
|
+
// used for apps, module instances and software center
|
|
7719
|
+
EdgeNode20,
|
|
7720
|
+
EdgeNode32,
|
|
7721
|
+
Cube32,
|
|
7722
|
+
// used for systemd services
|
|
7723
|
+
EdgeCluster32,
|
|
7724
|
+
// used for cluster
|
|
7725
|
+
EdgeCluster20,
|
|
7726
|
+
// used for cluster
|
|
7727
|
+
Connect32,
|
|
7728
|
+
// used for join cluster
|
|
7729
|
+
Connect20,
|
|
7730
|
+
// used for join cluster
|
|
7731
|
+
Edit20,
|
|
7732
|
+
Password20,
|
|
7733
|
+
Star20,
|
|
7734
|
+
Checkmark20,
|
|
7735
|
+
ZoomIn20,
|
|
7736
|
+
// used to open details
|
|
7737
|
+
Events32,
|
|
7738
|
+
// used for domains
|
|
7739
|
+
Link32,
|
|
7740
|
+
// used for URLs and external domain providers
|
|
7741
|
+
Link20,
|
|
7742
|
+
// used for URLs and external domain providers
|
|
7743
|
+
WarningAlt32,
|
|
7744
|
+
WarningAlt20,
|
|
7745
|
+
Tools20,
|
|
7746
|
+
Tools32,
|
|
7747
|
+
Network_220,
|
|
7748
|
+
Network_232,
|
|
7749
|
+
DataBase20,
|
|
7750
|
+
DataBase32,
|
|
7751
|
+
DataBackup20,
|
|
7752
|
+
DataBackup32,
|
|
7753
|
+
ArrowDown20,
|
|
7754
|
+
ArrowDown32,
|
|
7755
|
+
Time20,
|
|
7756
|
+
Time32,
|
|
7757
|
+
Hourglass20,
|
|
7758
|
+
Hourglass32,
|
|
7759
|
+
CheckmarkFilled16,
|
|
7760
|
+
CheckmarkFilled20,
|
|
7761
|
+
CheckmarkFilled32,
|
|
7762
|
+
ErrorFilled16,
|
|
7763
|
+
ErrorFilled20,
|
|
7764
|
+
ErrorFilled32,
|
|
7765
|
+
Warning16,
|
|
7766
|
+
Warning20,
|
|
7767
|
+
Warning32
|
|
7768
|
+
};
|
|
7769
|
+
}
|
|
7770
|
+
|
|
7771
|
+
};
|
|
7772
|
+
|
|
7773
|
+
//
|
|
7774
|
+
var script$1 = {
|
|
7775
|
+
name: "NsDropdownAction",
|
|
7776
|
+
extends: CvOverflowMenu,
|
|
7777
|
+
components: {
|
|
7778
|
+
NsSvg
|
|
7779
|
+
},
|
|
7780
|
+
mixins: [IconService],
|
|
7781
|
+
props: {
|
|
7782
|
+
kind: {
|
|
7783
|
+
type: String,
|
|
7784
|
+
default: "secondary",
|
|
7785
|
+
validator: val => ["default", "primary", "secondary", "tertiary", "ghost", "danger", "danger--ghost", "danger--tertiary"].includes(val)
|
|
7786
|
+
},
|
|
7787
|
+
up: Boolean,
|
|
7788
|
+
offset: {
|
|
7789
|
+
type: Object,
|
|
7790
|
+
|
|
7791
|
+
validator(value) {
|
|
7792
|
+
return value && value.left !== undefined && value.top !== undefined;
|
|
7793
|
+
}
|
|
7794
|
+
|
|
7795
|
+
}
|
|
7796
|
+
},
|
|
7797
|
+
computed: {
|
|
7798
|
+
lowerCaseKind() {
|
|
7799
|
+
return this.kind.toLowerCase();
|
|
7800
|
+
}
|
|
7801
|
+
|
|
7802
|
+
}
|
|
7803
|
+
};
|
|
7804
|
+
|
|
7442
7805
|
/* script */
|
|
7443
7806
|
const __vue_script__$1 = script$1;
|
|
7444
7807
|
/* template */
|
|
7445
7808
|
|
|
7446
7809
|
var __vue_render__$7 = function () {
|
|
7810
|
+
var _obj, _obj$1;
|
|
7811
|
+
|
|
7447
7812
|
var _vm = this;
|
|
7448
7813
|
|
|
7449
7814
|
var _h = _vm.$createElement;
|
|
7450
7815
|
|
|
7451
7816
|
var _c = _vm._self._c || _h;
|
|
7452
7817
|
|
|
7453
|
-
return _c('
|
|
7818
|
+
return _c('div', {
|
|
7819
|
+
class: ["cv-overflow-menu"],
|
|
7820
|
+
attrs: {
|
|
7821
|
+
"data-overflow-menu": "",
|
|
7822
|
+
"id": _vm.uid
|
|
7823
|
+
}
|
|
7824
|
+
}, [_c('button', {
|
|
7825
|
+
ref: "trigger",
|
|
7826
|
+
class: ["bx--btn--" + _vm.lowerCaseKind, 'bx--btn', 'bx--btn--field', (_obj = {}, _obj[_vm.carbonPrefix + "--overflow-menu--open"] = _vm.open, _obj)],
|
|
7827
|
+
attrs: {
|
|
7828
|
+
"aria-haspopup": "",
|
|
7829
|
+
"type": "button",
|
|
7830
|
+
"aria-expanded": _vm.open ? 'true' : 'false',
|
|
7831
|
+
"aria-controls": _vm.uid + "-menu",
|
|
7832
|
+
"id": _vm.uid + "-trigger"
|
|
7833
|
+
},
|
|
7834
|
+
on: {
|
|
7835
|
+
"click": _vm.doToggle,
|
|
7836
|
+
"keydown": [function ($event) {
|
|
7837
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7838
|
+
return null;
|
|
7839
|
+
}
|
|
7840
|
+
|
|
7841
|
+
$event.preventDefault();
|
|
7842
|
+
}, function ($event) {
|
|
7843
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
|
|
7844
|
+
return null;
|
|
7845
|
+
}
|
|
7846
|
+
|
|
7847
|
+
$event.preventDefault();
|
|
7848
|
+
return _vm.doToggle.apply(null, arguments);
|
|
7849
|
+
}, function ($event) {
|
|
7850
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
|
|
7851
|
+
return null;
|
|
7852
|
+
}
|
|
7853
|
+
|
|
7854
|
+
return _vm.onOverflowMenuTab.apply(null, arguments);
|
|
7855
|
+
}],
|
|
7856
|
+
"keyup": function ($event) {
|
|
7857
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7858
|
+
return null;
|
|
7859
|
+
}
|
|
7860
|
+
|
|
7861
|
+
$event.preventDefault();
|
|
7862
|
+
return _vm.doToggle.apply(null, arguments);
|
|
7863
|
+
}
|
|
7864
|
+
}
|
|
7865
|
+
}, [_vm._t("trigger"), _vm._v(" "), _c('NsSvg', {
|
|
7866
|
+
class: _vm.carbonPrefix + "--btn__icon",
|
|
7867
|
+
attrs: {
|
|
7868
|
+
"svg": _vm.ChevronDown20
|
|
7869
|
+
}
|
|
7870
|
+
})], 2), _vm._v(" "), _c('div', {
|
|
7871
|
+
ref: "popup",
|
|
7872
|
+
class: [_vm.carbonPrefix + "--overflow-menu-options", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--overflow-menu-options--open"] = _vm.open, _obj$1)],
|
|
7873
|
+
style: {
|
|
7874
|
+
left: _vm.left + 'px',
|
|
7875
|
+
top: _vm.top + 'px'
|
|
7876
|
+
},
|
|
7454
7877
|
attrs: {
|
|
7455
|
-
"
|
|
7456
|
-
"
|
|
7878
|
+
"tabindex": "-1",
|
|
7879
|
+
"aria-labelledby": _vm.uid + "-trigger",
|
|
7880
|
+
"id": _vm.uid + "-menu"
|
|
7881
|
+
},
|
|
7882
|
+
on: {
|
|
7883
|
+
"focusout": _vm.checkFocusOut,
|
|
7884
|
+
"mousedown": function ($event) {
|
|
7885
|
+
$event.preventDefault();
|
|
7886
|
+
return _vm.preventFocusOut.apply(null, arguments);
|
|
7887
|
+
}
|
|
7457
7888
|
}
|
|
7458
|
-
}
|
|
7889
|
+
}, [_c('ul', {
|
|
7890
|
+
class: _vm.carbonPrefix + "--overflow-menu-options__content"
|
|
7891
|
+
}, [_vm._t("default")], 2), _vm._v(" "), _c('div', {
|
|
7892
|
+
ref: "afterContent",
|
|
7893
|
+
staticClass: "cv-overflow-menu__after-content",
|
|
7894
|
+
staticStyle: {
|
|
7895
|
+
"position": "absolute",
|
|
7896
|
+
"height": "1px",
|
|
7897
|
+
"width": "1px",
|
|
7898
|
+
"left": "-9999px"
|
|
7899
|
+
},
|
|
7900
|
+
attrs: {
|
|
7901
|
+
"tabindex": "0"
|
|
7902
|
+
},
|
|
7903
|
+
on: {
|
|
7904
|
+
"focus": _vm.focusAfterContent
|
|
7905
|
+
}
|
|
7906
|
+
})])]);
|
|
7459
7907
|
};
|
|
7460
7908
|
|
|
7461
7909
|
var __vue_staticRenderFns__$7 = [];
|
|
@@ -7464,7 +7912,7 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
7464
7912
|
const __vue_inject_styles__$7 = undefined;
|
|
7465
7913
|
/* scoped */
|
|
7466
7914
|
|
|
7467
|
-
const __vue_scope_id__$7 =
|
|
7915
|
+
const __vue_scope_id__$7 = "data-v-31925b9d";
|
|
7468
7916
|
/* module identifier */
|
|
7469
7917
|
|
|
7470
7918
|
const __vue_module_identifier__$7 = undefined;
|
|
@@ -7486,82 +7934,53 @@ var __vue_component__$f = __vue_component__$e;
|
|
|
7486
7934
|
|
|
7487
7935
|
//
|
|
7488
7936
|
var script = {
|
|
7489
|
-
name: "
|
|
7490
|
-
|
|
7937
|
+
name: "NsTextInput",
|
|
7938
|
+
extends: CvTextInput,
|
|
7491
7939
|
components: {
|
|
7492
|
-
|
|
7940
|
+
WarningFilled16,
|
|
7941
|
+
WarningAltFilled16,
|
|
7942
|
+
View16,
|
|
7943
|
+
ViewOff16
|
|
7493
7944
|
},
|
|
7494
|
-
mixins: [UtilService, UtilService],
|
|
7495
7945
|
props: {
|
|
7496
|
-
|
|
7497
|
-
type: Boolean,
|
|
7498
|
-
default: true
|
|
7499
|
-
},
|
|
7500
|
-
name: {
|
|
7946
|
+
helperText: {
|
|
7501
7947
|
type: String,
|
|
7502
|
-
|
|
7948
|
+
default: undefined
|
|
7503
7949
|
},
|
|
7504
|
-
|
|
7950
|
+
invalidMessage: {
|
|
7505
7951
|
type: String,
|
|
7506
|
-
default:
|
|
7952
|
+
default: undefined
|
|
7507
7953
|
},
|
|
7508
|
-
|
|
7954
|
+
label: String,
|
|
7955
|
+
passwordHideLabel: {
|
|
7509
7956
|
type: String,
|
|
7510
|
-
default: "
|
|
7957
|
+
default: "Hide password"
|
|
7511
7958
|
},
|
|
7512
|
-
|
|
7959
|
+
passwordShowLabel: {
|
|
7513
7960
|
type: String,
|
|
7514
|
-
default: "
|
|
7961
|
+
default: "Show password"
|
|
7515
7962
|
},
|
|
7516
|
-
|
|
7963
|
+
passwordVisible: Boolean,
|
|
7964
|
+
type: String,
|
|
7965
|
+
value: String,
|
|
7966
|
+
warnText: {
|
|
7517
7967
|
type: String,
|
|
7518
|
-
default:
|
|
7968
|
+
default: undefined
|
|
7519
7969
|
},
|
|
7520
|
-
|
|
7970
|
+
tooltipAlignment: {
|
|
7521
7971
|
type: String,
|
|
7522
|
-
default: "
|
|
7972
|
+
default: "center",
|
|
7973
|
+
validator: val => ["start", "center", "end"].includes(val)
|
|
7523
7974
|
},
|
|
7524
|
-
|
|
7975
|
+
tooltipDirection: {
|
|
7525
7976
|
type: String,
|
|
7526
|
-
default: "
|
|
7977
|
+
default: "bottom",
|
|
7978
|
+
validator: val => ["top", "left", "bottom", "right".includes(val)]
|
|
7527
7979
|
}
|
|
7528
7980
|
},
|
|
7529
|
-
|
|
7530
|
-
data() {
|
|
7531
|
-
return {
|
|
7532
|
-
userInput: ""
|
|
7533
|
-
};
|
|
7534
|
-
},
|
|
7535
|
-
|
|
7536
7981
|
computed: {
|
|
7537
|
-
|
|
7538
|
-
|
|
7539
|
-
return this.typeToConfirm;
|
|
7540
|
-
} else {
|
|
7541
|
-
return `Type <strong>${this.name}</strong> to confirm deletion`;
|
|
7542
|
-
}
|
|
7543
|
-
}
|
|
7544
|
-
|
|
7545
|
-
},
|
|
7546
|
-
watch: {
|
|
7547
|
-
isShown: function () {
|
|
7548
|
-
if (this.isShown) {
|
|
7549
|
-
this.userInput = "";
|
|
7550
|
-
setTimeout(() => {
|
|
7551
|
-
this.focusElement("userInput");
|
|
7552
|
-
}, 300);
|
|
7553
|
-
}
|
|
7554
|
-
}
|
|
7555
|
-
},
|
|
7556
|
-
methods: {
|
|
7557
|
-
onModalHidden() {
|
|
7558
|
-
this.$emit("hide");
|
|
7559
|
-
},
|
|
7560
|
-
|
|
7561
|
-
confirmDelete() {
|
|
7562
|
-
if (this.name == this.userInput) {
|
|
7563
|
-
this.$emit("confirmDelete");
|
|
7564
|
-
}
|
|
7982
|
+
hasTooltipSlot() {
|
|
7983
|
+
return !!this.$slots.tooltip;
|
|
7565
7984
|
}
|
|
7566
7985
|
|
|
7567
7986
|
}
|
|
@@ -7572,64 +7991,81 @@ const __vue_script__ = script;
|
|
|
7572
7991
|
/* template */
|
|
7573
7992
|
|
|
7574
7993
|
var __vue_render__$6 = function () {
|
|
7994
|
+
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
7995
|
+
|
|
7575
7996
|
var _vm = this;
|
|
7576
7997
|
|
|
7577
7998
|
var _h = _vm.$createElement;
|
|
7578
7999
|
|
|
7579
8000
|
var _c = _vm._self._c || _h;
|
|
7580
8001
|
|
|
7581
|
-
return _c('
|
|
8002
|
+
return _c('div', {
|
|
8003
|
+
class: ["cv-text-input", "ns-text-input", _vm.carbonPrefix + "--form-item", _vm.carbonPrefix + "--text-input-wrapper", (_obj = {}, _obj[_vm.carbonPrefix + "--password-input-wrapper"] = _vm.isPassword, _obj)]
|
|
8004
|
+
}, [_vm.hasTooltipSlot ? _c('div', [_c('label', {
|
|
8005
|
+
class: [_vm.carbonPrefix + "--label", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$1)],
|
|
7582
8006
|
attrs: {
|
|
7583
|
-
"
|
|
7584
|
-
|
|
7585
|
-
|
|
7586
|
-
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
|
-
"
|
|
7590
|
-
"primary-click": _vm.confirmDelete
|
|
8007
|
+
"for": _vm.uid
|
|
8008
|
+
}
|
|
8009
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
|
|
8010
|
+
staticClass: "tooltip",
|
|
8011
|
+
attrs: {
|
|
8012
|
+
"alignment": _vm.tooltipAlignment,
|
|
8013
|
+
"direction": _vm.tooltipDirection
|
|
7591
8014
|
}
|
|
7592
8015
|
}, [_c('template', {
|
|
7593
|
-
slot: "title"
|
|
7594
|
-
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('template', {
|
|
7595
8016
|
slot: "content"
|
|
7596
|
-
}, [_c('
|
|
8017
|
+
}, [_vm._t("tooltip")], 2)], 2)], 1) : _c('label', {
|
|
8018
|
+
class: [_vm.carbonPrefix + "--label", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$2)],
|
|
7597
8019
|
attrs: {
|
|
7598
|
-
"
|
|
7599
|
-
"title": _vm.warning,
|
|
7600
|
-
"showCloseButton": false
|
|
7601
|
-
}
|
|
7602
|
-
}), _vm._v(" "), _c('div', {
|
|
7603
|
-
domProps: {
|
|
7604
|
-
"innerHTML": _vm._s(_vm.description)
|
|
8020
|
+
"for": _vm.uid
|
|
7605
8021
|
}
|
|
7606
|
-
}
|
|
7607
|
-
|
|
8022
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('div', {
|
|
8023
|
+
class: [_vm.carbonPrefix + "--text-input__field-wrapper", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input__field-wrapper--warning"] = !_vm.isInvalid && _vm.isWarn, _obj$3)],
|
|
8024
|
+
attrs: {
|
|
8025
|
+
"data-invalid": _vm.isInvalid
|
|
8026
|
+
}
|
|
8027
|
+
}, [_vm.isInvalid ? _c('WarningFilled16', {
|
|
8028
|
+
class: _vm.carbonPrefix + "--text-input__invalid-icon"
|
|
8029
|
+
}) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('WarningAltFilled16', {
|
|
8030
|
+
class: _vm.carbonPrefix + "--text-input__invalid-icon " + _vm.carbonPrefix + "--text-input__invalid-icon--warning"
|
|
8031
|
+
}) : _vm._e(), _vm._v(" "), _c('input', _vm._g(_vm._b({
|
|
8032
|
+
ref: "input",
|
|
8033
|
+
class: [_vm.carbonPrefix + "--text-input", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$4[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$4[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$4[_vm.carbonPrefix + "--password-input"] = _vm.isPassword, _obj$4)],
|
|
8034
|
+
attrs: {
|
|
8035
|
+
"id": _vm.uid,
|
|
8036
|
+
"data-toggle-password-visibility": _vm.isPassword,
|
|
8037
|
+
"type": _vm.dataType
|
|
8038
|
+
},
|
|
7608
8039
|
domProps: {
|
|
7609
|
-
"
|
|
8040
|
+
"value": _vm.value
|
|
7610
8041
|
}
|
|
7611
|
-
}), _vm._v(" "), _c('
|
|
8042
|
+
}, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _vm.isPassword ? _c('button', {
|
|
8043
|
+
class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-center"],
|
|
8044
|
+
attrs: {
|
|
8045
|
+
"type": "button"
|
|
8046
|
+
},
|
|
7612
8047
|
on: {
|
|
7613
|
-
"
|
|
7614
|
-
$event.preventDefault();
|
|
7615
|
-
return _vm.confirmDelete.apply(null, arguments);
|
|
7616
|
-
}
|
|
7617
|
-
}
|
|
7618
|
-
}, [_c('cv-text-input', {
|
|
7619
|
-
ref: "userInput",
|
|
7620
|
-
staticClass: "mg-bottom-md",
|
|
7621
|
-
model: {
|
|
7622
|
-
value: _vm.userInput,
|
|
7623
|
-
callback: function ($$v) {
|
|
7624
|
-
_vm.userInput = $$v;
|
|
7625
|
-
},
|
|
7626
|
-
expression: "userInput"
|
|
8048
|
+
"click": _vm.togglePasswordVisibility
|
|
7627
8049
|
}
|
|
7628
|
-
}
|
|
7629
|
-
|
|
7630
|
-
}, [_vm._v(_vm._s(_vm.
|
|
7631
|
-
|
|
7632
|
-
}
|
|
8050
|
+
}, [_c('span', {
|
|
8051
|
+
class: _vm.carbonPrefix + "--assistive-text"
|
|
8052
|
+
}, [_vm._v(_vm._s(_vm.passwordHideShowLabel))]), _vm._v(" "), _vm.isPasswordVisible ? _c('ViewOff16', {
|
|
8053
|
+
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
8054
|
+
}) : _c('View16', {
|
|
8055
|
+
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
8056
|
+
})], 1) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
8057
|
+
class: _vm.carbonPrefix + "--form-requirement"
|
|
8058
|
+
}, [_vm._t("invalid-message", function () {
|
|
8059
|
+
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
8060
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('div', {
|
|
8061
|
+
class: _vm.carbonPrefix + "--form__requirement"
|
|
8062
|
+
}, [_vm._t("warn-text", function () {
|
|
8063
|
+
return [_vm._v(_vm._s(_vm.warnText))];
|
|
8064
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isHelper ? _c('div', {
|
|
8065
|
+
class: [_vm.carbonPrefix + "--form__helper-text", (_obj$5 = {}, _obj$5[_vm.carbonPrefix + "--form__helper-text--disabled"] = _vm.$attrs.disabled, _obj$5)]
|
|
8066
|
+
}, [_vm._t("helper-text", function () {
|
|
8067
|
+
return [_vm._v(_vm._s(_vm.helperText))];
|
|
8068
|
+
})], 2) : _vm._e()]);
|
|
7633
8069
|
};
|
|
7634
8070
|
|
|
7635
8071
|
var __vue_staticRenderFns__$6 = [];
|
|
@@ -7637,8 +8073,12 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
7637
8073
|
|
|
7638
8074
|
const __vue_inject_styles__$6 = function (inject) {
|
|
7639
8075
|
if (!inject) return;
|
|
7640
|
-
inject("data-v-
|
|
7641
|
-
source: ".
|
|
8076
|
+
inject("data-v-1a7ed132_0", {
|
|
8077
|
+
source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
|
|
8078
|
+
map: undefined,
|
|
8079
|
+
media: undefined
|
|
8080
|
+
}), inject("data-v-1a7ed132_1", {
|
|
8081
|
+
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
7642
8082
|
map: undefined,
|
|
7643
8083
|
media: undefined
|
|
7644
8084
|
});
|
|
@@ -7646,7 +8086,7 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
7646
8086
|
/* scoped */
|
|
7647
8087
|
|
|
7648
8088
|
|
|
7649
|
-
const __vue_scope_id__$6 = "data-v-
|
|
8089
|
+
const __vue_scope_id__$6 = "data-v-1a7ed132";
|
|
7650
8090
|
/* module identifier */
|
|
7651
8091
|
|
|
7652
8092
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -8198,7 +8638,7 @@ var task = {
|
|
|
8198
8638
|
return CheckmarkFilled16;
|
|
8199
8639
|
|
|
8200
8640
|
case "pending":
|
|
8201
|
-
return
|
|
8641
|
+
return Warning16;
|
|
8202
8642
|
|
|
8203
8643
|
default:
|
|
8204
8644
|
return InformationFilled16;
|
|
@@ -8248,88 +8688,6 @@ var task = {
|
|
|
8248
8688
|
}
|
|
8249
8689
|
};
|
|
8250
8690
|
|
|
8251
|
-
var icon = {
|
|
8252
|
-
name: "IconService",
|
|
8253
|
-
|
|
8254
|
-
data() {
|
|
8255
|
-
return {
|
|
8256
|
-
Close20,
|
|
8257
|
-
ArrowRight20,
|
|
8258
|
-
Notification20,
|
|
8259
|
-
UserAvatar20,
|
|
8260
|
-
AppSwitcher20,
|
|
8261
|
-
Search20,
|
|
8262
|
-
RowExpand20,
|
|
8263
|
-
RowCollapse20,
|
|
8264
|
-
Reset20,
|
|
8265
|
-
Download20,
|
|
8266
|
-
Launch20,
|
|
8267
|
-
Upgrade20,
|
|
8268
|
-
Settings20,
|
|
8269
|
-
ChevronDown20,
|
|
8270
|
-
ChevronUp20,
|
|
8271
|
-
ChevronLeft20,
|
|
8272
|
-
ChevronRight20,
|
|
8273
|
-
Information20,
|
|
8274
|
-
Application20,
|
|
8275
|
-
// used for apps, module instances and software center
|
|
8276
|
-
Add20,
|
|
8277
|
-
Rocket20,
|
|
8278
|
-
Rocket32,
|
|
8279
|
-
Chip20,
|
|
8280
|
-
// used for cluster nodes
|
|
8281
|
-
Chip32,
|
|
8282
|
-
// used for cluster nodes
|
|
8283
|
-
Save20,
|
|
8284
|
-
Save32,
|
|
8285
|
-
Copy20,
|
|
8286
|
-
Application32,
|
|
8287
|
-
// used for apps, module instances and software center
|
|
8288
|
-
EdgeNode20,
|
|
8289
|
-
EdgeNode32,
|
|
8290
|
-
Cube32,
|
|
8291
|
-
// used for systemd services
|
|
8292
|
-
EdgeCluster32,
|
|
8293
|
-
// used for cluster
|
|
8294
|
-
EdgeCluster20,
|
|
8295
|
-
// used for cluster
|
|
8296
|
-
Connect32,
|
|
8297
|
-
// used for join cluster
|
|
8298
|
-
Connect20,
|
|
8299
|
-
// used for join cluster
|
|
8300
|
-
Edit20,
|
|
8301
|
-
Password20,
|
|
8302
|
-
Star20,
|
|
8303
|
-
Checkmark20,
|
|
8304
|
-
ZoomIn20,
|
|
8305
|
-
// used to open details
|
|
8306
|
-
Events32,
|
|
8307
|
-
// used for domains
|
|
8308
|
-
Link32,
|
|
8309
|
-
// used for URLs and external domain providers
|
|
8310
|
-
Link20,
|
|
8311
|
-
// used for URLs and external domain providers
|
|
8312
|
-
WarningAlt32,
|
|
8313
|
-
WarningAlt20,
|
|
8314
|
-
Tools20,
|
|
8315
|
-
Tools32,
|
|
8316
|
-
Network_220,
|
|
8317
|
-
Network_232,
|
|
8318
|
-
DataBase20,
|
|
8319
|
-
DataBase32,
|
|
8320
|
-
DataBackup20,
|
|
8321
|
-
DataBackup32,
|
|
8322
|
-
ArrowDown20,
|
|
8323
|
-
ArrowDown32,
|
|
8324
|
-
Time20,
|
|
8325
|
-
Time32,
|
|
8326
|
-
Hourglass20,
|
|
8327
|
-
Hourglass32
|
|
8328
|
-
};
|
|
8329
|
-
}
|
|
8330
|
-
|
|
8331
|
-
};
|
|
8332
|
-
|
|
8333
8691
|
var dataTable = {
|
|
8334
8692
|
name: "DataTableService",
|
|
8335
8693
|
mixins: [UtilService],
|
|
@@ -15526,6 +15884,38 @@ var filters = {
|
|
|
15526
15884
|
return result;
|
|
15527
15885
|
},
|
|
15528
15886
|
secondsFormat: function (value) {
|
|
15887
|
+
if (value < 0) {
|
|
15888
|
+
return "-";
|
|
15889
|
+
}
|
|
15890
|
+
|
|
15891
|
+
let hours = parseInt(Math.floor(value / 3600));
|
|
15892
|
+
let minutes = parseInt(Math.floor((value - hours * 3600) / 60));
|
|
15893
|
+
let seconds = parseInt((value - (hours * 3600 + minutes * 60)) % 60);
|
|
15894
|
+
let duration = "";
|
|
15895
|
+
|
|
15896
|
+
if (hours > 0) {
|
|
15897
|
+
duration += hours + "h ";
|
|
15898
|
+
}
|
|
15899
|
+
|
|
15900
|
+
if (minutes > 0) {
|
|
15901
|
+
duration += minutes + "m ";
|
|
15902
|
+
}
|
|
15903
|
+
|
|
15904
|
+
if (seconds > 0) {
|
|
15905
|
+
duration += seconds + "s";
|
|
15906
|
+
}
|
|
15907
|
+
|
|
15908
|
+
if (!duration) {
|
|
15909
|
+
return "0s";
|
|
15910
|
+
}
|
|
15911
|
+
|
|
15912
|
+
return duration.trim();
|
|
15913
|
+
},
|
|
15914
|
+
secondsLongFormat: function (value) {
|
|
15915
|
+
if (value < 0) {
|
|
15916
|
+
return "-";
|
|
15917
|
+
}
|
|
15918
|
+
|
|
15529
15919
|
let hours = parseInt(Math.floor(value / 3600));
|
|
15530
15920
|
let minutes = parseInt(Math.floor((value - hours * 3600) / 60));
|
|
15531
15921
|
let seconds = parseInt((value - (hours * 3600 + minutes * 60)) % 60);
|
|
@@ -15540,25 +15930,27 @@ var filters = {
|
|
|
15540
15930
|
|
|
15541
15931
|
var components = /*#__PURE__*/Object.freeze({
|
|
15542
15932
|
__proto__: null,
|
|
15543
|
-
NsButton: __vue_component__$
|
|
15544
|
-
NsEmptyState: __vue_component__$
|
|
15933
|
+
NsButton: __vue_component__$M,
|
|
15934
|
+
NsEmptyState: __vue_component__$H,
|
|
15545
15935
|
NsPictogram: NsPictogram,
|
|
15546
|
-
NsCodeSnippet: __vue_component__$
|
|
15936
|
+
NsCodeSnippet: __vue_component__$F,
|
|
15547
15937
|
NsInlineNotification: NsInlineNotification,
|
|
15548
15938
|
NsProgressBar: NsProgressBar,
|
|
15549
15939
|
NsSvg: NsSvg,
|
|
15550
|
-
NsTile: __vue_component__$
|
|
15551
|
-
NsToastNotification: __vue_component__$
|
|
15552
|
-
NsInfoCard: __vue_component__$
|
|
15553
|
-
NsStatusCard: __vue_component__$
|
|
15554
|
-
NsSystemdServiceCard: __vue_component__$
|
|
15555
|
-
NsPasswordInput: __vue_component__$
|
|
15556
|
-
NsIconMenu: __vue_component__$
|
|
15557
|
-
NsMeterChart: __vue_component__$
|
|
15558
|
-
NsPieChart: __vue_component__$
|
|
15940
|
+
NsTile: __vue_component__$z,
|
|
15941
|
+
NsToastNotification: __vue_component__$x,
|
|
15942
|
+
NsInfoCard: __vue_component__$v,
|
|
15943
|
+
NsStatusCard: __vue_component__$t,
|
|
15944
|
+
NsSystemdServiceCard: __vue_component__$r,
|
|
15945
|
+
NsPasswordInput: __vue_component__$p,
|
|
15946
|
+
NsIconMenu: __vue_component__$n,
|
|
15947
|
+
NsMeterChart: __vue_component__$l,
|
|
15948
|
+
NsPieChart: __vue_component__$j,
|
|
15559
15949
|
NsLottieAnimation: NsLottieAnimation,
|
|
15560
|
-
NsDangerDeleteModal: __vue_component__$
|
|
15950
|
+
NsDangerDeleteModal: __vue_component__$h,
|
|
15561
15951
|
NsCircleTimer: NsCircleTimer,
|
|
15952
|
+
NsDropdownAction: __vue_component__$f,
|
|
15953
|
+
NsTextInput: __vue_component__$d,
|
|
15562
15954
|
ExclamationMark: ExclamationMark,
|
|
15563
15955
|
Gear: __vue_component__$b,
|
|
15564
15956
|
Love: __vue_component__$9,
|
|
@@ -15570,7 +15962,7 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
15570
15962
|
QueryParamService: queryParam,
|
|
15571
15963
|
TaskService: task,
|
|
15572
15964
|
StorageService: StorageService,
|
|
15573
|
-
IconService:
|
|
15965
|
+
IconService: IconService,
|
|
15574
15966
|
DateTimeService: DateTimeService,
|
|
15575
15967
|
DataTableService: dataTable,
|
|
15576
15968
|
PageTitleService: pageTitle,
|
|
@@ -15586,4 +15978,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
15586
15978
|
});
|
|
15587
15979
|
}; // Create module definition for Vue.use()
|
|
15588
15980
|
|
|
15589
|
-
export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive,
|
|
15981
|
+
export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$M as NsButton, NsCircleTimer, __vue_component__$F as NsCodeSnippet, __vue_component__$h as NsDangerDeleteModal, __vue_component__$f as NsDropdownAction, __vue_component__$H as NsEmptyState, __vue_component__$n as NsIconMenu, __vue_component__$v as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$l as NsMeterChart, __vue_component__$p as NsPasswordInput, NsPictogram, __vue_component__$j as NsPieChart, NsProgressBar, __vue_component__$t as NsStatusCard, NsSvg, __vue_component__$r as NsSystemdServiceCard, __vue_component__$d as NsTextInput, __vue_component__$z as NsTile, __vue_component__$x as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
|