@nethserver/ns8-ui-lib 0.0.25 → 0.0.26
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 +470 -245
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +445 -233
- package/package.json +1 -1
- package/src/lib-components/NsDangerDeleteModal.vue +113 -0
- package/src/lib-components/pictograms/Group.vue +18 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -48,9 +48,11 @@ import Password20 from '@carbon/icons-vue/es/password/20';
|
|
|
48
48
|
import Star20 from '@carbon/icons-vue/es/star/20';
|
|
49
49
|
import Checkmark20 from '@carbon/icons-vue/es/checkmark/20';
|
|
50
50
|
import ZoomIn20 from '@carbon/icons-vue/es/zoom--in/20';
|
|
51
|
+
import Events32 from '@carbon/icons-vue/es/events/32';
|
|
52
|
+
import Link32 from '@carbon/icons-vue/es/link/32';
|
|
51
53
|
|
|
52
54
|
//
|
|
53
|
-
var script$
|
|
55
|
+
var script$h = {
|
|
54
56
|
name: "NsButton",
|
|
55
57
|
extends: CvButton,
|
|
56
58
|
props: {
|
|
@@ -213,10 +215,10 @@ function addStyle(id, css) {
|
|
|
213
215
|
}
|
|
214
216
|
|
|
215
217
|
/* script */
|
|
216
|
-
const __vue_script__$
|
|
218
|
+
const __vue_script__$h = script$h;
|
|
217
219
|
/* template */
|
|
218
220
|
|
|
219
|
-
var __vue_render__$
|
|
221
|
+
var __vue_render__$m = function () {
|
|
220
222
|
var _vm = this;
|
|
221
223
|
|
|
222
224
|
var _h = _vm.$createElement;
|
|
@@ -239,10 +241,10 @@ var __vue_render__$k = function () {
|
|
|
239
241
|
}) : _vm._e()], 2);
|
|
240
242
|
};
|
|
241
243
|
|
|
242
|
-
var __vue_staticRenderFns__$
|
|
244
|
+
var __vue_staticRenderFns__$m = [];
|
|
243
245
|
/* style */
|
|
244
246
|
|
|
245
|
-
const __vue_inject_styles__$
|
|
247
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
246
248
|
if (!inject) return;
|
|
247
249
|
inject("data-v-025b0f12_0", {
|
|
248
250
|
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)}}",
|
|
@@ -253,23 +255,23 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
253
255
|
/* scoped */
|
|
254
256
|
|
|
255
257
|
|
|
256
|
-
const __vue_scope_id__$
|
|
258
|
+
const __vue_scope_id__$n = "data-v-025b0f12";
|
|
257
259
|
/* module identifier */
|
|
258
260
|
|
|
259
|
-
const __vue_module_identifier__$
|
|
261
|
+
const __vue_module_identifier__$n = undefined;
|
|
260
262
|
/* functional template */
|
|
261
263
|
|
|
262
|
-
const __vue_is_functional_template__$
|
|
264
|
+
const __vue_is_functional_template__$n = false;
|
|
263
265
|
/* style inject SSR */
|
|
264
266
|
|
|
265
267
|
/* style inject shadow dom */
|
|
266
268
|
|
|
267
|
-
const __vue_component__$
|
|
268
|
-
render: __vue_render__$
|
|
269
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
270
|
-
}, __vue_inject_styles__$
|
|
269
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
270
|
+
render: __vue_render__$m,
|
|
271
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
272
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
271
273
|
|
|
272
|
-
var __vue_component__$
|
|
274
|
+
var __vue_component__$F = __vue_component__$E;
|
|
273
275
|
|
|
274
276
|
//
|
|
275
277
|
//
|
|
@@ -287,7 +289,7 @@ var __vue_component__$C = __vue_component__$B;
|
|
|
287
289
|
//
|
|
288
290
|
//
|
|
289
291
|
//
|
|
290
|
-
var script$
|
|
292
|
+
var script$g = {
|
|
291
293
|
name: "NsPictogram",
|
|
292
294
|
props: {
|
|
293
295
|
title: {
|
|
@@ -310,10 +312,10 @@ var script$f = {
|
|
|
310
312
|
};
|
|
311
313
|
|
|
312
314
|
/* script */
|
|
313
|
-
const __vue_script__$
|
|
315
|
+
const __vue_script__$g = script$g;
|
|
314
316
|
/* template */
|
|
315
317
|
|
|
316
|
-
var __vue_render__$
|
|
318
|
+
var __vue_render__$l = function () {
|
|
317
319
|
var _vm = this;
|
|
318
320
|
|
|
319
321
|
var _h = _vm.$createElement;
|
|
@@ -341,34 +343,34 @@ var __vue_render__$j = function () {
|
|
|
341
343
|
}, [_vm._t("default")], 2)]);
|
|
342
344
|
};
|
|
343
345
|
|
|
344
|
-
var __vue_staticRenderFns__$
|
|
346
|
+
var __vue_staticRenderFns__$l = [];
|
|
345
347
|
/* style */
|
|
346
348
|
|
|
347
|
-
const __vue_inject_styles__$
|
|
349
|
+
const __vue_inject_styles__$m = undefined;
|
|
348
350
|
/* scoped */
|
|
349
351
|
|
|
350
|
-
const __vue_scope_id__$
|
|
352
|
+
const __vue_scope_id__$m = undefined;
|
|
351
353
|
/* module identifier */
|
|
352
354
|
|
|
353
|
-
const __vue_module_identifier__$
|
|
355
|
+
const __vue_module_identifier__$m = undefined;
|
|
354
356
|
/* functional template */
|
|
355
357
|
|
|
356
|
-
const __vue_is_functional_template__$
|
|
358
|
+
const __vue_is_functional_template__$m = false;
|
|
357
359
|
/* style inject */
|
|
358
360
|
|
|
359
361
|
/* style inject SSR */
|
|
360
362
|
|
|
361
363
|
/* style inject shadow dom */
|
|
362
364
|
|
|
363
|
-
const __vue_component__$
|
|
364
|
-
render: __vue_render__$
|
|
365
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
366
|
-
}, __vue_inject_styles__$
|
|
365
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
366
|
+
render: __vue_render__$l,
|
|
367
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
368
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
367
369
|
|
|
368
|
-
var NsPictogram = __vue_component__$
|
|
370
|
+
var NsPictogram = __vue_component__$D;
|
|
369
371
|
|
|
370
372
|
//
|
|
371
|
-
var script$
|
|
373
|
+
var script$f = {
|
|
372
374
|
name: "NsLottieAnimation",
|
|
373
375
|
components: {
|
|
374
376
|
LottieAnimation
|
|
@@ -424,10 +426,10 @@ var script$e = {
|
|
|
424
426
|
};
|
|
425
427
|
|
|
426
428
|
/* script */
|
|
427
|
-
const __vue_script__$
|
|
429
|
+
const __vue_script__$f = script$f;
|
|
428
430
|
/* template */
|
|
429
431
|
|
|
430
|
-
var __vue_render__$
|
|
432
|
+
var __vue_render__$k = function () {
|
|
431
433
|
var _vm = this;
|
|
432
434
|
|
|
433
435
|
var _h = _vm.$createElement;
|
|
@@ -454,36 +456,36 @@ var __vue_render__$i = function () {
|
|
|
454
456
|
})], 1);
|
|
455
457
|
};
|
|
456
458
|
|
|
457
|
-
var __vue_staticRenderFns__$
|
|
459
|
+
var __vue_staticRenderFns__$k = [];
|
|
458
460
|
/* style */
|
|
459
461
|
|
|
460
|
-
const __vue_inject_styles__$
|
|
462
|
+
const __vue_inject_styles__$l = undefined;
|
|
461
463
|
/* scoped */
|
|
462
464
|
|
|
463
|
-
const __vue_scope_id__$
|
|
465
|
+
const __vue_scope_id__$l = "data-v-14e97a70";
|
|
464
466
|
/* module identifier */
|
|
465
467
|
|
|
466
|
-
const __vue_module_identifier__$
|
|
468
|
+
const __vue_module_identifier__$l = undefined;
|
|
467
469
|
/* functional template */
|
|
468
470
|
|
|
469
|
-
const __vue_is_functional_template__$
|
|
471
|
+
const __vue_is_functional_template__$l = false;
|
|
470
472
|
/* style inject */
|
|
471
473
|
|
|
472
474
|
/* style inject SSR */
|
|
473
475
|
|
|
474
476
|
/* style inject shadow dom */
|
|
475
477
|
|
|
476
|
-
const __vue_component__$
|
|
477
|
-
render: __vue_render__$
|
|
478
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
479
|
-
}, __vue_inject_styles__$
|
|
478
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
479
|
+
render: __vue_render__$k,
|
|
480
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
481
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
480
482
|
|
|
481
|
-
var NsLottieAnimation = __vue_component__$
|
|
483
|
+
var NsLottieAnimation = __vue_component__$C;
|
|
482
484
|
|
|
483
485
|
/* script */
|
|
484
486
|
|
|
485
487
|
/* template */
|
|
486
|
-
var __vue_render__$
|
|
488
|
+
var __vue_render__$j = function () {
|
|
487
489
|
var _vm = this;
|
|
488
490
|
|
|
489
491
|
var _h = _vm.$createElement;
|
|
@@ -498,34 +500,34 @@ var __vue_render__$h = function () {
|
|
|
498
500
|
});
|
|
499
501
|
};
|
|
500
502
|
|
|
501
|
-
var __vue_staticRenderFns__$
|
|
503
|
+
var __vue_staticRenderFns__$j = [];
|
|
502
504
|
/* style */
|
|
503
505
|
|
|
504
|
-
const __vue_inject_styles__$
|
|
506
|
+
const __vue_inject_styles__$k = undefined;
|
|
505
507
|
/* scoped */
|
|
506
508
|
|
|
507
|
-
const __vue_scope_id__$
|
|
509
|
+
const __vue_scope_id__$k = undefined;
|
|
508
510
|
/* module identifier */
|
|
509
511
|
|
|
510
|
-
const __vue_module_identifier__$
|
|
512
|
+
const __vue_module_identifier__$k = undefined;
|
|
511
513
|
/* functional template */
|
|
512
514
|
|
|
513
|
-
const __vue_is_functional_template__$
|
|
515
|
+
const __vue_is_functional_template__$k = false;
|
|
514
516
|
/* style inject */
|
|
515
517
|
|
|
516
518
|
/* style inject SSR */
|
|
517
519
|
|
|
518
520
|
/* style inject shadow dom */
|
|
519
521
|
|
|
520
|
-
const __vue_component__$
|
|
521
|
-
render: __vue_render__$
|
|
522
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
523
|
-
}, __vue_inject_styles__$
|
|
522
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
523
|
+
render: __vue_render__$j,
|
|
524
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
525
|
+
}, __vue_inject_styles__$k, {}, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
524
526
|
|
|
525
|
-
var ExclamationMark = __vue_component__$
|
|
527
|
+
var ExclamationMark = __vue_component__$B;
|
|
526
528
|
|
|
527
529
|
//
|
|
528
|
-
var script$
|
|
530
|
+
var script$e = {
|
|
529
531
|
name: "NsEmptyState",
|
|
530
532
|
components: {
|
|
531
533
|
NsPictogram,
|
|
@@ -553,10 +555,10 @@ var script$d = {
|
|
|
553
555
|
};
|
|
554
556
|
|
|
555
557
|
/* script */
|
|
556
|
-
const __vue_script__$
|
|
558
|
+
const __vue_script__$e = script$e;
|
|
557
559
|
/* template */
|
|
558
560
|
|
|
559
|
-
var __vue_render__$
|
|
561
|
+
var __vue_render__$i = function () {
|
|
560
562
|
var _vm = this;
|
|
561
563
|
|
|
562
564
|
var _h = _vm.$createElement;
|
|
@@ -586,10 +588,10 @@ var __vue_render__$g = function () {
|
|
|
586
588
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
587
589
|
};
|
|
588
590
|
|
|
589
|
-
var __vue_staticRenderFns__$
|
|
591
|
+
var __vue_staticRenderFns__$i = [];
|
|
590
592
|
/* style */
|
|
591
593
|
|
|
592
|
-
const __vue_inject_styles__$
|
|
594
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
593
595
|
if (!inject) return;
|
|
594
596
|
inject("data-v-08d7dd18_0", {
|
|
595
597
|
source: ".empty-state[data-v-08d7dd18]{text-align:center;padding:2rem}.empty-state .image[data-v-08d7dd18]{margin-bottom:1rem}.empty-state .description[data-v-08d7dd18]{margin-top:1rem}.animation[data-v-08d7dd18]{display:inline-block;width:64px;height:64px}",
|
|
@@ -600,26 +602,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
600
602
|
/* scoped */
|
|
601
603
|
|
|
602
604
|
|
|
603
|
-
const __vue_scope_id__$
|
|
605
|
+
const __vue_scope_id__$j = "data-v-08d7dd18";
|
|
604
606
|
/* module identifier */
|
|
605
607
|
|
|
606
|
-
const __vue_module_identifier__$
|
|
608
|
+
const __vue_module_identifier__$j = undefined;
|
|
607
609
|
/* functional template */
|
|
608
610
|
|
|
609
|
-
const __vue_is_functional_template__$
|
|
611
|
+
const __vue_is_functional_template__$j = false;
|
|
610
612
|
/* style inject SSR */
|
|
611
613
|
|
|
612
614
|
/* style inject shadow dom */
|
|
613
615
|
|
|
614
|
-
const __vue_component__$
|
|
615
|
-
render: __vue_render__$
|
|
616
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
617
|
-
}, __vue_inject_styles__$
|
|
616
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
617
|
+
render: __vue_render__$i,
|
|
618
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
619
|
+
}, __vue_inject_styles__$j, __vue_script__$e, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
618
620
|
|
|
619
|
-
var __vue_component__$
|
|
621
|
+
var __vue_component__$A = __vue_component__$z;
|
|
620
622
|
|
|
621
623
|
//
|
|
622
|
-
var script$
|
|
624
|
+
var script$d = {
|
|
623
625
|
name: "NsCodeSnippet",
|
|
624
626
|
components: {
|
|
625
627
|
CvButton,
|
|
@@ -731,10 +733,10 @@ var script$c = {
|
|
|
731
733
|
};
|
|
732
734
|
|
|
733
735
|
/* script */
|
|
734
|
-
const __vue_script__$
|
|
736
|
+
const __vue_script__$d = script$d;
|
|
735
737
|
/* template */
|
|
736
738
|
|
|
737
|
-
var __vue_render__$
|
|
739
|
+
var __vue_render__$h = function () {
|
|
738
740
|
var _vm = this;
|
|
739
741
|
|
|
740
742
|
var _h = _vm.$createElement;
|
|
@@ -796,10 +798,10 @@ var __vue_render__$f = function () {
|
|
|
796
798
|
})], 1) : _vm._e()], 1);
|
|
797
799
|
};
|
|
798
800
|
|
|
799
|
-
var __vue_staticRenderFns__$
|
|
801
|
+
var __vue_staticRenderFns__$h = [];
|
|
800
802
|
/* style */
|
|
801
803
|
|
|
802
|
-
const __vue_inject_styles__$
|
|
804
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
803
805
|
if (!inject) return;
|
|
804
806
|
inject("data-v-59cb538c_0", {
|
|
805
807
|
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}",
|
|
@@ -810,26 +812,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
810
812
|
/* scoped */
|
|
811
813
|
|
|
812
814
|
|
|
813
|
-
const __vue_scope_id__$
|
|
815
|
+
const __vue_scope_id__$i = "data-v-59cb538c";
|
|
814
816
|
/* module identifier */
|
|
815
817
|
|
|
816
|
-
const __vue_module_identifier__$
|
|
818
|
+
const __vue_module_identifier__$i = undefined;
|
|
817
819
|
/* functional template */
|
|
818
820
|
|
|
819
|
-
const __vue_is_functional_template__$
|
|
821
|
+
const __vue_is_functional_template__$i = false;
|
|
820
822
|
/* style inject SSR */
|
|
821
823
|
|
|
822
824
|
/* style inject shadow dom */
|
|
823
825
|
|
|
824
|
-
const __vue_component__$
|
|
825
|
-
render: __vue_render__$
|
|
826
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
827
|
-
}, __vue_inject_styles__$
|
|
826
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
827
|
+
render: __vue_render__$h,
|
|
828
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
829
|
+
}, __vue_inject_styles__$i, __vue_script__$d, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
828
830
|
|
|
829
|
-
var __vue_component__$
|
|
831
|
+
var __vue_component__$y = __vue_component__$x;
|
|
830
832
|
|
|
831
833
|
//
|
|
832
|
-
var script$
|
|
834
|
+
var script$c = {
|
|
833
835
|
name: "NsInlineNotification",
|
|
834
836
|
extends: CvInlineNotification,
|
|
835
837
|
props: {
|
|
@@ -860,10 +862,10 @@ var script$b = {
|
|
|
860
862
|
};
|
|
861
863
|
|
|
862
864
|
/* script */
|
|
863
|
-
const __vue_script__$
|
|
865
|
+
const __vue_script__$c = script$c;
|
|
864
866
|
/* template */
|
|
865
867
|
|
|
866
|
-
var __vue_render__$
|
|
868
|
+
var __vue_render__$g = function () {
|
|
867
869
|
var _obj;
|
|
868
870
|
|
|
869
871
|
var _vm = this;
|
|
@@ -927,10 +929,10 @@ var __vue_render__$e = function () {
|
|
|
927
929
|
})], 1) : _vm._e()]);
|
|
928
930
|
};
|
|
929
931
|
|
|
930
|
-
var __vue_staticRenderFns__$
|
|
932
|
+
var __vue_staticRenderFns__$g = [];
|
|
931
933
|
/* style */
|
|
932
934
|
|
|
933
|
-
const __vue_inject_styles__$
|
|
935
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
934
936
|
if (!inject) return;
|
|
935
937
|
inject("data-v-3df2e043_0", {
|
|
936
938
|
source: ".title[data-v-3df2e043]{margin-right:.75rem;margin-bottom:.2rem}.mg-right[data-v-3df2e043]{margin-right:.75rem}.details[data-v-3df2e043]{flex-grow:0}.bx--inline-notification__close-button[data-v-3df2e043]{position:absolute!important}",
|
|
@@ -941,23 +943,23 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
941
943
|
/* scoped */
|
|
942
944
|
|
|
943
945
|
|
|
944
|
-
const __vue_scope_id__$
|
|
946
|
+
const __vue_scope_id__$h = "data-v-3df2e043";
|
|
945
947
|
/* module identifier */
|
|
946
948
|
|
|
947
|
-
const __vue_module_identifier__$
|
|
949
|
+
const __vue_module_identifier__$h = undefined;
|
|
948
950
|
/* functional template */
|
|
949
951
|
|
|
950
|
-
const __vue_is_functional_template__$
|
|
952
|
+
const __vue_is_functional_template__$h = false;
|
|
951
953
|
/* style inject SSR */
|
|
952
954
|
|
|
953
955
|
/* style inject shadow dom */
|
|
954
956
|
|
|
955
|
-
const __vue_component__$
|
|
956
|
-
render: __vue_render__$
|
|
957
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
958
|
-
}, __vue_inject_styles__$
|
|
957
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
958
|
+
render: __vue_render__$g,
|
|
959
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
960
|
+
}, __vue_inject_styles__$h, __vue_script__$c, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
959
961
|
|
|
960
|
-
var
|
|
962
|
+
var NsInlineNotification = __vue_component__$w;
|
|
961
963
|
|
|
962
964
|
//
|
|
963
965
|
//
|
|
@@ -976,7 +978,7 @@ var __vue_component__$t = __vue_component__$s;
|
|
|
976
978
|
//
|
|
977
979
|
//
|
|
978
980
|
//
|
|
979
|
-
var script$
|
|
981
|
+
var script$b = {
|
|
980
982
|
name: "NsProgressBar",
|
|
981
983
|
props: {
|
|
982
984
|
value: {
|
|
@@ -1006,10 +1008,10 @@ var script$a = {
|
|
|
1006
1008
|
};
|
|
1007
1009
|
|
|
1008
1010
|
/* script */
|
|
1009
|
-
const __vue_script__$
|
|
1011
|
+
const __vue_script__$b = script$b;
|
|
1010
1012
|
/* template */
|
|
1011
1013
|
|
|
1012
|
-
var __vue_render__$
|
|
1014
|
+
var __vue_render__$f = function () {
|
|
1013
1015
|
var _vm = this;
|
|
1014
1016
|
|
|
1015
1017
|
var _h = _vm.$createElement;
|
|
@@ -1034,10 +1036,10 @@ var __vue_render__$d = function () {
|
|
|
1034
1036
|
})]], 2)]);
|
|
1035
1037
|
};
|
|
1036
1038
|
|
|
1037
|
-
var __vue_staticRenderFns__$
|
|
1039
|
+
var __vue_staticRenderFns__$f = [];
|
|
1038
1040
|
/* style */
|
|
1039
1041
|
|
|
1040
|
-
const __vue_inject_styles__$
|
|
1042
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
1041
1043
|
if (!inject) return;
|
|
1042
1044
|
inject("data-v-7110814a_0", {
|
|
1043
1045
|
source: ".progress-bar-container[data-v-7110814a]{width:100%;position:relative}.slider[data-v-7110814a]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-7110814a]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-7110814a]{position:absolute;height:5px}.indeterminate-line[data-v-7110814a]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-7110814a]{position:absolute;height:5px}.inc[data-v-7110814a]{animation:increase-data-v-7110814a 2s infinite}.dec[data-v-7110814a]{animation:decrease-data-v-7110814a 2s .5s infinite}@keyframes increase-data-v-7110814a{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-7110814a{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1048,25 +1050,25 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
1048
1050
|
/* scoped */
|
|
1049
1051
|
|
|
1050
1052
|
|
|
1051
|
-
const __vue_scope_id__$
|
|
1053
|
+
const __vue_scope_id__$g = "data-v-7110814a";
|
|
1052
1054
|
/* module identifier */
|
|
1053
1055
|
|
|
1054
|
-
const __vue_module_identifier__$
|
|
1056
|
+
const __vue_module_identifier__$g = undefined;
|
|
1055
1057
|
/* functional template */
|
|
1056
1058
|
|
|
1057
|
-
const __vue_is_functional_template__$
|
|
1059
|
+
const __vue_is_functional_template__$g = false;
|
|
1058
1060
|
/* style inject SSR */
|
|
1059
1061
|
|
|
1060
1062
|
/* style inject shadow dom */
|
|
1061
1063
|
|
|
1062
|
-
const __vue_component__$
|
|
1063
|
-
render: __vue_render__$
|
|
1064
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1065
|
-
}, __vue_inject_styles__$
|
|
1064
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
1065
|
+
render: __vue_render__$f,
|
|
1066
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
1067
|
+
}, __vue_inject_styles__$g, __vue_script__$b, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
1066
1068
|
|
|
1067
|
-
var NsProgressBar = __vue_component__$
|
|
1069
|
+
var NsProgressBar = __vue_component__$v;
|
|
1068
1070
|
|
|
1069
|
-
var script$
|
|
1071
|
+
var script$a = {
|
|
1070
1072
|
name: "NsSvg",
|
|
1071
1073
|
props: {
|
|
1072
1074
|
svg: {
|
|
@@ -1125,33 +1127,33 @@ var script$9 = {
|
|
|
1125
1127
|
};
|
|
1126
1128
|
|
|
1127
1129
|
/* script */
|
|
1128
|
-
const __vue_script__$
|
|
1130
|
+
const __vue_script__$a = script$a;
|
|
1129
1131
|
/* template */
|
|
1130
1132
|
|
|
1131
1133
|
/* style */
|
|
1132
1134
|
|
|
1133
|
-
const __vue_inject_styles__$
|
|
1135
|
+
const __vue_inject_styles__$f = undefined;
|
|
1134
1136
|
/* scoped */
|
|
1135
1137
|
|
|
1136
|
-
const __vue_scope_id__$
|
|
1138
|
+
const __vue_scope_id__$f = undefined;
|
|
1137
1139
|
/* module identifier */
|
|
1138
1140
|
|
|
1139
|
-
const __vue_module_identifier__$
|
|
1141
|
+
const __vue_module_identifier__$f = undefined;
|
|
1140
1142
|
/* functional template */
|
|
1141
1143
|
|
|
1142
|
-
const __vue_is_functional_template__$
|
|
1144
|
+
const __vue_is_functional_template__$f = undefined;
|
|
1143
1145
|
/* style inject */
|
|
1144
1146
|
|
|
1145
1147
|
/* style inject SSR */
|
|
1146
1148
|
|
|
1147
1149
|
/* style inject shadow dom */
|
|
1148
1150
|
|
|
1149
|
-
const __vue_component__$
|
|
1151
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$f, __vue_script__$a, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
1150
1152
|
|
|
1151
|
-
var NsSvg = __vue_component__$
|
|
1153
|
+
var NsSvg = __vue_component__$u;
|
|
1152
1154
|
|
|
1153
1155
|
//
|
|
1154
|
-
var script$
|
|
1156
|
+
var script$9 = {
|
|
1155
1157
|
name: "NsTile",
|
|
1156
1158
|
extends: CvTile,
|
|
1157
1159
|
inheritAttrs: false,
|
|
@@ -1219,10 +1221,10 @@ var script$8 = {
|
|
|
1219
1221
|
};
|
|
1220
1222
|
|
|
1221
1223
|
/* script */
|
|
1222
|
-
const __vue_script__$
|
|
1224
|
+
const __vue_script__$9 = script$9;
|
|
1223
1225
|
/* template */
|
|
1224
1226
|
|
|
1225
|
-
var __vue_render__$
|
|
1227
|
+
var __vue_render__$e = function () {
|
|
1226
1228
|
var _obj;
|
|
1227
1229
|
|
|
1228
1230
|
var _vm = this;
|
|
@@ -1259,10 +1261,10 @@ var __vue_render__$c = function () {
|
|
|
1259
1261
|
}) : _vm._e()], 1);
|
|
1260
1262
|
};
|
|
1261
1263
|
|
|
1262
|
-
var __vue_staticRenderFns__$
|
|
1264
|
+
var __vue_staticRenderFns__$e = [];
|
|
1263
1265
|
/* style */
|
|
1264
1266
|
|
|
1265
|
-
const __vue_inject_styles__$
|
|
1267
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
1266
1268
|
if (!inject) return;
|
|
1267
1269
|
inject("data-v-bbf09f9e_0", {
|
|
1268
1270
|
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}",
|
|
@@ -1273,23 +1275,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
1273
1275
|
/* scoped */
|
|
1274
1276
|
|
|
1275
1277
|
|
|
1276
|
-
const __vue_scope_id__$
|
|
1278
|
+
const __vue_scope_id__$e = "data-v-bbf09f9e";
|
|
1277
1279
|
/* module identifier */
|
|
1278
1280
|
|
|
1279
|
-
const __vue_module_identifier__$
|
|
1281
|
+
const __vue_module_identifier__$e = undefined;
|
|
1280
1282
|
/* functional template */
|
|
1281
1283
|
|
|
1282
|
-
const __vue_is_functional_template__$
|
|
1284
|
+
const __vue_is_functional_template__$e = false;
|
|
1283
1285
|
/* style inject SSR */
|
|
1284
1286
|
|
|
1285
1287
|
/* style inject shadow dom */
|
|
1286
1288
|
|
|
1287
|
-
const __vue_component__$
|
|
1288
|
-
render: __vue_render__$
|
|
1289
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1290
|
-
}, __vue_inject_styles__$
|
|
1289
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
1290
|
+
render: __vue_render__$e,
|
|
1291
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
1292
|
+
}, __vue_inject_styles__$e, __vue_script__$9, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
1291
1293
|
|
|
1292
|
-
var __vue_component__$
|
|
1294
|
+
var __vue_component__$t = __vue_component__$s;
|
|
1293
1295
|
|
|
1294
1296
|
function toInteger(dirtyNumber) {
|
|
1295
1297
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -5886,7 +5888,7 @@ var DateTimeService = {
|
|
|
5886
5888
|
};
|
|
5887
5889
|
|
|
5888
5890
|
//
|
|
5889
|
-
var script$
|
|
5891
|
+
var script$8 = {
|
|
5890
5892
|
name: "NsToastNotification",
|
|
5891
5893
|
extends: CvToastNotification,
|
|
5892
5894
|
components: {
|
|
@@ -5928,10 +5930,10 @@ var script$7 = {
|
|
|
5928
5930
|
};
|
|
5929
5931
|
|
|
5930
5932
|
/* script */
|
|
5931
|
-
const __vue_script__$
|
|
5933
|
+
const __vue_script__$8 = script$8;
|
|
5932
5934
|
/* template */
|
|
5933
5935
|
|
|
5934
|
-
var __vue_render__$
|
|
5936
|
+
var __vue_render__$d = function () {
|
|
5935
5937
|
var _obj;
|
|
5936
5938
|
|
|
5937
5939
|
var _vm = this;
|
|
@@ -6014,10 +6016,10 @@ var __vue_render__$b = function () {
|
|
|
6014
6016
|
})], 1) : _vm._e()], 1)]);
|
|
6015
6017
|
};
|
|
6016
6018
|
|
|
6017
|
-
var __vue_staticRenderFns__$
|
|
6019
|
+
var __vue_staticRenderFns__$d = [];
|
|
6018
6020
|
/* style */
|
|
6019
6021
|
|
|
6020
|
-
const __vue_inject_styles__$
|
|
6022
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
6021
6023
|
if (!inject) return;
|
|
6022
6024
|
inject("data-v-79bd81d3_0", {
|
|
6023
6025
|
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}",
|
|
@@ -6032,26 +6034,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
6032
6034
|
/* scoped */
|
|
6033
6035
|
|
|
6034
6036
|
|
|
6035
|
-
const __vue_scope_id__$
|
|
6037
|
+
const __vue_scope_id__$d = "data-v-79bd81d3";
|
|
6036
6038
|
/* module identifier */
|
|
6037
6039
|
|
|
6038
|
-
const __vue_module_identifier__$
|
|
6040
|
+
const __vue_module_identifier__$d = undefined;
|
|
6039
6041
|
/* functional template */
|
|
6040
6042
|
|
|
6041
|
-
const __vue_is_functional_template__$
|
|
6043
|
+
const __vue_is_functional_template__$d = false;
|
|
6042
6044
|
/* style inject SSR */
|
|
6043
6045
|
|
|
6044
6046
|
/* style inject shadow dom */
|
|
6045
6047
|
|
|
6046
|
-
const __vue_component__$
|
|
6047
|
-
render: __vue_render__$
|
|
6048
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6049
|
-
}, __vue_inject_styles__$
|
|
6048
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
6049
|
+
render: __vue_render__$d,
|
|
6050
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
6051
|
+
}, __vue_inject_styles__$d, __vue_script__$8, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
6050
6052
|
|
|
6051
|
-
var __vue_component__$
|
|
6053
|
+
var __vue_component__$r = __vue_component__$q;
|
|
6052
6054
|
|
|
6053
6055
|
//
|
|
6054
|
-
var script$
|
|
6056
|
+
var script$7 = {
|
|
6055
6057
|
name: "NsInfoCard",
|
|
6056
6058
|
//components added for storybook to work
|
|
6057
6059
|
components: {
|
|
@@ -6082,10 +6084,10 @@ var script$6 = {
|
|
|
6082
6084
|
};
|
|
6083
6085
|
|
|
6084
6086
|
/* script */
|
|
6085
|
-
const __vue_script__$
|
|
6087
|
+
const __vue_script__$7 = script$7;
|
|
6086
6088
|
/* template */
|
|
6087
6089
|
|
|
6088
|
-
var __vue_render__$
|
|
6090
|
+
var __vue_render__$c = function () {
|
|
6089
6091
|
var _vm = this;
|
|
6090
6092
|
|
|
6091
6093
|
var _h = _vm.$createElement;
|
|
@@ -6117,10 +6119,10 @@ var __vue_render__$a = function () {
|
|
|
6117
6119
|
}, [_vm._t("default")], 2)]);
|
|
6118
6120
|
};
|
|
6119
6121
|
|
|
6120
|
-
var __vue_staticRenderFns__$
|
|
6122
|
+
var __vue_staticRenderFns__$c = [];
|
|
6121
6123
|
/* style */
|
|
6122
6124
|
|
|
6123
|
-
const __vue_inject_styles__$
|
|
6125
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
6124
6126
|
if (!inject) return;
|
|
6125
6127
|
inject("data-v-b195af80_0", {
|
|
6126
6128
|
source: ".info-card[data-v-b195af80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-b195af80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-b195af80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-b195af80]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-b195af80]{margin-top:.5rem}",
|
|
@@ -6131,26 +6133,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
6131
6133
|
/* scoped */
|
|
6132
6134
|
|
|
6133
6135
|
|
|
6134
|
-
const __vue_scope_id__$
|
|
6136
|
+
const __vue_scope_id__$c = "data-v-b195af80";
|
|
6135
6137
|
/* module identifier */
|
|
6136
6138
|
|
|
6137
|
-
const __vue_module_identifier__$
|
|
6139
|
+
const __vue_module_identifier__$c = undefined;
|
|
6138
6140
|
/* functional template */
|
|
6139
6141
|
|
|
6140
|
-
const __vue_is_functional_template__$
|
|
6142
|
+
const __vue_is_functional_template__$c = false;
|
|
6141
6143
|
/* style inject SSR */
|
|
6142
6144
|
|
|
6143
6145
|
/* style inject shadow dom */
|
|
6144
6146
|
|
|
6145
|
-
const __vue_component__$
|
|
6146
|
-
render: __vue_render__$
|
|
6147
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6148
|
-
}, __vue_inject_styles__$
|
|
6147
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
6148
|
+
render: __vue_render__$c,
|
|
6149
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
6150
|
+
}, __vue_inject_styles__$c, __vue_script__$7, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
6149
6151
|
|
|
6150
|
-
var __vue_component__$
|
|
6152
|
+
var __vue_component__$p = __vue_component__$o;
|
|
6151
6153
|
|
|
6152
6154
|
//
|
|
6153
|
-
var script$
|
|
6155
|
+
var script$6 = {
|
|
6154
6156
|
name: "NsStatusCard",
|
|
6155
6157
|
//components added for storybook to work
|
|
6156
6158
|
components: {
|
|
@@ -6197,10 +6199,10 @@ var script$5 = {
|
|
|
6197
6199
|
};
|
|
6198
6200
|
|
|
6199
6201
|
/* script */
|
|
6200
|
-
const __vue_script__$
|
|
6202
|
+
const __vue_script__$6 = script$6;
|
|
6201
6203
|
/* template */
|
|
6202
6204
|
|
|
6203
|
-
var __vue_render__$
|
|
6205
|
+
var __vue_render__$b = function () {
|
|
6204
6206
|
var _vm = this;
|
|
6205
6207
|
|
|
6206
6208
|
var _h = _vm.$createElement;
|
|
@@ -6269,10 +6271,10 @@ var __vue_render__$9 = function () {
|
|
|
6269
6271
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6270
6272
|
};
|
|
6271
6273
|
|
|
6272
|
-
var __vue_staticRenderFns__$
|
|
6274
|
+
var __vue_staticRenderFns__$b = [];
|
|
6273
6275
|
/* style */
|
|
6274
6276
|
|
|
6275
|
-
const __vue_inject_styles__$
|
|
6277
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
6276
6278
|
if (!inject) return;
|
|
6277
6279
|
inject("data-v-e4a14fb4_0", {
|
|
6278
6280
|
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}",
|
|
@@ -6283,26 +6285,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
6283
6285
|
/* scoped */
|
|
6284
6286
|
|
|
6285
6287
|
|
|
6286
|
-
const __vue_scope_id__$
|
|
6288
|
+
const __vue_scope_id__$b = "data-v-e4a14fb4";
|
|
6287
6289
|
/* module identifier */
|
|
6288
6290
|
|
|
6289
|
-
const __vue_module_identifier__$
|
|
6291
|
+
const __vue_module_identifier__$b = undefined;
|
|
6290
6292
|
/* functional template */
|
|
6291
6293
|
|
|
6292
|
-
const __vue_is_functional_template__$
|
|
6294
|
+
const __vue_is_functional_template__$b = false;
|
|
6293
6295
|
/* style inject SSR */
|
|
6294
6296
|
|
|
6295
6297
|
/* style inject shadow dom */
|
|
6296
6298
|
|
|
6297
|
-
const __vue_component__$
|
|
6298
|
-
render: __vue_render__$
|
|
6299
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6300
|
-
}, __vue_inject_styles__$
|
|
6299
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
6300
|
+
render: __vue_render__$b,
|
|
6301
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
6302
|
+
}, __vue_inject_styles__$b, __vue_script__$6, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
6301
6303
|
|
|
6302
|
-
var __vue_component__$
|
|
6304
|
+
var __vue_component__$n = __vue_component__$m;
|
|
6303
6305
|
|
|
6304
6306
|
//
|
|
6305
|
-
var script$
|
|
6307
|
+
var script$5 = {
|
|
6306
6308
|
name: "NsSystemdServiceCard",
|
|
6307
6309
|
//components added for storybook to work
|
|
6308
6310
|
components: {
|
|
@@ -6356,10 +6358,10 @@ var script$4 = {
|
|
|
6356
6358
|
};
|
|
6357
6359
|
|
|
6358
6360
|
/* script */
|
|
6359
|
-
const __vue_script__$
|
|
6361
|
+
const __vue_script__$5 = script$5;
|
|
6360
6362
|
/* template */
|
|
6361
6363
|
|
|
6362
|
-
var __vue_render__$
|
|
6364
|
+
var __vue_render__$a = function () {
|
|
6363
6365
|
var _vm = this;
|
|
6364
6366
|
|
|
6365
6367
|
var _h = _vm.$createElement;
|
|
@@ -6414,10 +6416,10 @@ var __vue_render__$8 = function () {
|
|
|
6414
6416
|
})], 1)])]);
|
|
6415
6417
|
};
|
|
6416
6418
|
|
|
6417
|
-
var __vue_staticRenderFns__$
|
|
6419
|
+
var __vue_staticRenderFns__$a = [];
|
|
6418
6420
|
/* style */
|
|
6419
6421
|
|
|
6420
|
-
const __vue_inject_styles__$
|
|
6422
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
6421
6423
|
if (!inject) return;
|
|
6422
6424
|
inject("data-v-e13a5ce6_0", {
|
|
6423
6425
|
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}",
|
|
@@ -6428,23 +6430,23 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
6428
6430
|
/* scoped */
|
|
6429
6431
|
|
|
6430
6432
|
|
|
6431
|
-
const __vue_scope_id__$
|
|
6433
|
+
const __vue_scope_id__$a = "data-v-e13a5ce6";
|
|
6432
6434
|
/* module identifier */
|
|
6433
6435
|
|
|
6434
|
-
const __vue_module_identifier__$
|
|
6436
|
+
const __vue_module_identifier__$a = undefined;
|
|
6435
6437
|
/* functional template */
|
|
6436
6438
|
|
|
6437
|
-
const __vue_is_functional_template__$
|
|
6439
|
+
const __vue_is_functional_template__$a = false;
|
|
6438
6440
|
/* style inject SSR */
|
|
6439
6441
|
|
|
6440
6442
|
/* style inject shadow dom */
|
|
6441
6443
|
|
|
6442
|
-
const __vue_component__$
|
|
6443
|
-
render: __vue_render__$
|
|
6444
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6445
|
-
}, __vue_inject_styles__$
|
|
6444
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
6445
|
+
render: __vue_render__$a,
|
|
6446
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
6447
|
+
}, __vue_inject_styles__$a, __vue_script__$5, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
6446
6448
|
|
|
6447
|
-
var __vue_component__$
|
|
6449
|
+
var __vue_component__$l = __vue_component__$k;
|
|
6448
6450
|
|
|
6449
6451
|
var UtilService = {
|
|
6450
6452
|
name: "UtilService",
|
|
@@ -6598,7 +6600,7 @@ var UtilService = {
|
|
|
6598
6600
|
};
|
|
6599
6601
|
|
|
6600
6602
|
//
|
|
6601
|
-
var script$
|
|
6603
|
+
var script$4 = {
|
|
6602
6604
|
name: "NsPasswordInput",
|
|
6603
6605
|
components: CvTextInput,
|
|
6604
6606
|
mixins: [UtilService],
|
|
@@ -6753,10 +6755,10 @@ var script$3 = {
|
|
|
6753
6755
|
};
|
|
6754
6756
|
|
|
6755
6757
|
/* script */
|
|
6756
|
-
const __vue_script__$
|
|
6758
|
+
const __vue_script__$4 = script$4;
|
|
6757
6759
|
/* template */
|
|
6758
6760
|
|
|
6759
|
-
var __vue_render__$
|
|
6761
|
+
var __vue_render__$9 = function () {
|
|
6760
6762
|
var _vm = this;
|
|
6761
6763
|
|
|
6762
6764
|
var _h = _vm.$createElement;
|
|
@@ -6843,10 +6845,10 @@ var __vue_render__$7 = function () {
|
|
|
6843
6845
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
6844
6846
|
};
|
|
6845
6847
|
|
|
6846
|
-
var __vue_staticRenderFns__$
|
|
6848
|
+
var __vue_staticRenderFns__$9 = [];
|
|
6847
6849
|
/* style */
|
|
6848
6850
|
|
|
6849
|
-
const __vue_inject_styles__$
|
|
6851
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
6850
6852
|
if (!inject) return;
|
|
6851
6853
|
inject("data-v-61a70522_0", {
|
|
6852
6854
|
source: ".new-password-container[data-v-61a70522]{margin-bottom:1rem}.new-password[data-v-61a70522]{margin-bottom:.25rem}.confirm-password[data-v-61a70522]{margin-bottom:.25rem}.password-meter[data-v-61a70522]{display:flex}@media (min-width:672px){.password-meter[data-v-61a70522]{max-width:38rem}}.requirement[data-v-61a70522]{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-61a70522]{background-color:#fff}.requirement[data-v-61a70522]:first-child{margin-left:0}.requirement-ok[data-v-61a70522]{color:#fff;background-color:#198038}",
|
|
@@ -6857,27 +6859,27 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
6857
6859
|
/* scoped */
|
|
6858
6860
|
|
|
6859
6861
|
|
|
6860
|
-
const __vue_scope_id__$
|
|
6862
|
+
const __vue_scope_id__$9 = "data-v-61a70522";
|
|
6861
6863
|
/* module identifier */
|
|
6862
6864
|
|
|
6863
|
-
const __vue_module_identifier__$
|
|
6865
|
+
const __vue_module_identifier__$9 = undefined;
|
|
6864
6866
|
/* functional template */
|
|
6865
6867
|
|
|
6866
|
-
const __vue_is_functional_template__$
|
|
6868
|
+
const __vue_is_functional_template__$9 = false;
|
|
6867
6869
|
/* style inject SSR */
|
|
6868
6870
|
|
|
6869
6871
|
/* style inject shadow dom */
|
|
6870
6872
|
|
|
6871
|
-
const __vue_component__$
|
|
6872
|
-
render: __vue_render__$
|
|
6873
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6874
|
-
}, __vue_inject_styles__$
|
|
6873
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
6874
|
+
render: __vue_render__$9,
|
|
6875
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
6876
|
+
}, __vue_inject_styles__$9, __vue_script__$4, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
6875
6877
|
|
|
6876
|
-
var __vue_component__$
|
|
6878
|
+
var __vue_component__$j = __vue_component__$i;
|
|
6877
6879
|
|
|
6878
6880
|
//
|
|
6879
6881
|
|
|
6880
|
-
var script$
|
|
6882
|
+
var script$3 = {
|
|
6881
6883
|
name: "NsIconMenu",
|
|
6882
6884
|
extends: CvOverflowMenu,
|
|
6883
6885
|
props: {
|
|
@@ -6906,10 +6908,10 @@ var script$2 = {
|
|
|
6906
6908
|
};
|
|
6907
6909
|
|
|
6908
6910
|
/* script */
|
|
6909
|
-
const __vue_script__$
|
|
6911
|
+
const __vue_script__$3 = script$3;
|
|
6910
6912
|
/* template */
|
|
6911
6913
|
|
|
6912
|
-
var __vue_render__$
|
|
6914
|
+
var __vue_render__$8 = function () {
|
|
6913
6915
|
var _obj, _obj$1;
|
|
6914
6916
|
|
|
6915
6917
|
var _vm = this;
|
|
@@ -7021,35 +7023,35 @@ var __vue_render__$6 = function () {
|
|
|
7021
7023
|
})])]);
|
|
7022
7024
|
};
|
|
7023
7025
|
|
|
7024
|
-
var __vue_staticRenderFns__$
|
|
7026
|
+
var __vue_staticRenderFns__$8 = [];
|
|
7025
7027
|
/* style */
|
|
7026
7028
|
|
|
7027
|
-
const __vue_inject_styles__$
|
|
7029
|
+
const __vue_inject_styles__$8 = undefined;
|
|
7028
7030
|
/* scoped */
|
|
7029
7031
|
|
|
7030
|
-
const __vue_scope_id__$
|
|
7032
|
+
const __vue_scope_id__$8 = undefined;
|
|
7031
7033
|
/* module identifier */
|
|
7032
7034
|
|
|
7033
|
-
const __vue_module_identifier__$
|
|
7035
|
+
const __vue_module_identifier__$8 = undefined;
|
|
7034
7036
|
/* functional template */
|
|
7035
7037
|
|
|
7036
|
-
const __vue_is_functional_template__$
|
|
7038
|
+
const __vue_is_functional_template__$8 = false;
|
|
7037
7039
|
/* style inject */
|
|
7038
7040
|
|
|
7039
7041
|
/* style inject SSR */
|
|
7040
7042
|
|
|
7041
7043
|
/* style inject shadow dom */
|
|
7042
7044
|
|
|
7043
|
-
const __vue_component__$
|
|
7044
|
-
render: __vue_render__$
|
|
7045
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7046
|
-
}, __vue_inject_styles__$
|
|
7045
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
7046
|
+
render: __vue_render__$8,
|
|
7047
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
7048
|
+
}, __vue_inject_styles__$8, __vue_script__$3, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
7047
7049
|
|
|
7048
|
-
var __vue_component__$
|
|
7050
|
+
var __vue_component__$h = __vue_component__$g;
|
|
7049
7051
|
|
|
7050
7052
|
//
|
|
7051
7053
|
Vue.use(chartsVue);
|
|
7052
|
-
var script$
|
|
7054
|
+
var script$2 = {
|
|
7053
7055
|
name: "NsMeterChart",
|
|
7054
7056
|
components: {
|
|
7055
7057
|
CcvMeterChart
|
|
@@ -7123,10 +7125,10 @@ var script$1 = {
|
|
|
7123
7125
|
};
|
|
7124
7126
|
|
|
7125
7127
|
/* script */
|
|
7126
|
-
const __vue_script__$
|
|
7128
|
+
const __vue_script__$2 = script$2;
|
|
7127
7129
|
/* template */
|
|
7128
7130
|
|
|
7129
|
-
var __vue_render__$
|
|
7131
|
+
var __vue_render__$7 = function () {
|
|
7130
7132
|
var _vm = this;
|
|
7131
7133
|
|
|
7132
7134
|
var _h = _vm.$createElement;
|
|
@@ -7141,35 +7143,35 @@ var __vue_render__$5 = function () {
|
|
|
7141
7143
|
});
|
|
7142
7144
|
};
|
|
7143
7145
|
|
|
7144
|
-
var __vue_staticRenderFns__$
|
|
7146
|
+
var __vue_staticRenderFns__$7 = [];
|
|
7145
7147
|
/* style */
|
|
7146
7148
|
|
|
7147
|
-
const __vue_inject_styles__$
|
|
7149
|
+
const __vue_inject_styles__$7 = undefined;
|
|
7148
7150
|
/* scoped */
|
|
7149
7151
|
|
|
7150
|
-
const __vue_scope_id__$
|
|
7152
|
+
const __vue_scope_id__$7 = undefined;
|
|
7151
7153
|
/* module identifier */
|
|
7152
7154
|
|
|
7153
|
-
const __vue_module_identifier__$
|
|
7155
|
+
const __vue_module_identifier__$7 = undefined;
|
|
7154
7156
|
/* functional template */
|
|
7155
7157
|
|
|
7156
|
-
const __vue_is_functional_template__$
|
|
7158
|
+
const __vue_is_functional_template__$7 = false;
|
|
7157
7159
|
/* style inject */
|
|
7158
7160
|
|
|
7159
7161
|
/* style inject SSR */
|
|
7160
7162
|
|
|
7161
7163
|
/* style inject shadow dom */
|
|
7162
7164
|
|
|
7163
|
-
const __vue_component__$
|
|
7164
|
-
render: __vue_render__$
|
|
7165
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7166
|
-
}, __vue_inject_styles__$
|
|
7165
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
7166
|
+
render: __vue_render__$7,
|
|
7167
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
7168
|
+
}, __vue_inject_styles__$7, __vue_script__$2, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
7167
7169
|
|
|
7168
|
-
var __vue_component__$
|
|
7170
|
+
var __vue_component__$f = __vue_component__$e;
|
|
7169
7171
|
|
|
7170
7172
|
//
|
|
7171
7173
|
Vue.use(chartsVue);
|
|
7172
|
-
var script = {
|
|
7174
|
+
var script$1 = {
|
|
7173
7175
|
name: "NsPieChart",
|
|
7174
7176
|
components: {},
|
|
7175
7177
|
props: {
|
|
@@ -7225,10 +7227,10 @@ var script = {
|
|
|
7225
7227
|
};
|
|
7226
7228
|
|
|
7227
7229
|
/* script */
|
|
7228
|
-
const __vue_script__ = script;
|
|
7230
|
+
const __vue_script__$1 = script$1;
|
|
7229
7231
|
/* template */
|
|
7230
7232
|
|
|
7231
|
-
var __vue_render__$
|
|
7233
|
+
var __vue_render__$6 = function () {
|
|
7232
7234
|
var _vm = this;
|
|
7233
7235
|
|
|
7234
7236
|
var _h = _vm.$createElement;
|
|
@@ -7243,6 +7245,223 @@ var __vue_render__$4 = function () {
|
|
|
7243
7245
|
});
|
|
7244
7246
|
};
|
|
7245
7247
|
|
|
7248
|
+
var __vue_staticRenderFns__$6 = [];
|
|
7249
|
+
/* style */
|
|
7250
|
+
|
|
7251
|
+
const __vue_inject_styles__$6 = undefined;
|
|
7252
|
+
/* scoped */
|
|
7253
|
+
|
|
7254
|
+
const __vue_scope_id__$6 = undefined;
|
|
7255
|
+
/* module identifier */
|
|
7256
|
+
|
|
7257
|
+
const __vue_module_identifier__$6 = undefined;
|
|
7258
|
+
/* functional template */
|
|
7259
|
+
|
|
7260
|
+
const __vue_is_functional_template__$6 = false;
|
|
7261
|
+
/* style inject */
|
|
7262
|
+
|
|
7263
|
+
/* style inject SSR */
|
|
7264
|
+
|
|
7265
|
+
/* style inject shadow dom */
|
|
7266
|
+
|
|
7267
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
7268
|
+
render: __vue_render__$6,
|
|
7269
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
7270
|
+
}, __vue_inject_styles__$6, __vue_script__$1, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
|
|
7271
|
+
|
|
7272
|
+
var __vue_component__$d = __vue_component__$c;
|
|
7273
|
+
|
|
7274
|
+
//
|
|
7275
|
+
var script = {
|
|
7276
|
+
name: "NsDangerDeleteModal",
|
|
7277
|
+
//component added for storybook to work
|
|
7278
|
+
components: {
|
|
7279
|
+
NsInlineNotification
|
|
7280
|
+
},
|
|
7281
|
+
mixins: [UtilService, UtilService],
|
|
7282
|
+
props: {
|
|
7283
|
+
isShown: {
|
|
7284
|
+
type: Boolean,
|
|
7285
|
+
default: true
|
|
7286
|
+
},
|
|
7287
|
+
name: {
|
|
7288
|
+
type: String,
|
|
7289
|
+
required: true
|
|
7290
|
+
},
|
|
7291
|
+
title: {
|
|
7292
|
+
type: String,
|
|
7293
|
+
default: "Confirm deletion"
|
|
7294
|
+
},
|
|
7295
|
+
warning: {
|
|
7296
|
+
type: String,
|
|
7297
|
+
default: "Please read carefully"
|
|
7298
|
+
},
|
|
7299
|
+
description: {
|
|
7300
|
+
type: String,
|
|
7301
|
+
default: "Do you really want to delete this object? This action is irreversible"
|
|
7302
|
+
},
|
|
7303
|
+
typeToConfirm: {
|
|
7304
|
+
type: String,
|
|
7305
|
+
default: ""
|
|
7306
|
+
},
|
|
7307
|
+
cancelLabel: {
|
|
7308
|
+
type: String,
|
|
7309
|
+
default: "Cancel"
|
|
7310
|
+
},
|
|
7311
|
+
deleteLabel: {
|
|
7312
|
+
type: String,
|
|
7313
|
+
default: "I understand, delete"
|
|
7314
|
+
}
|
|
7315
|
+
},
|
|
7316
|
+
|
|
7317
|
+
data() {
|
|
7318
|
+
return {
|
|
7319
|
+
userInput: ""
|
|
7320
|
+
};
|
|
7321
|
+
},
|
|
7322
|
+
|
|
7323
|
+
computed: {
|
|
7324
|
+
typeToConfirmMessage() {
|
|
7325
|
+
if (this.typeToConfirm) {
|
|
7326
|
+
return this.typeToConfirm;
|
|
7327
|
+
} else {
|
|
7328
|
+
return `Type <strong>${this.name}</strong> to confirm deletion`;
|
|
7329
|
+
}
|
|
7330
|
+
}
|
|
7331
|
+
|
|
7332
|
+
},
|
|
7333
|
+
watch: {
|
|
7334
|
+
isShown: function () {
|
|
7335
|
+
if (this.isShown) {
|
|
7336
|
+
setTimeout(() => {
|
|
7337
|
+
this.focusElement("userInput");
|
|
7338
|
+
}, 300);
|
|
7339
|
+
}
|
|
7340
|
+
}
|
|
7341
|
+
},
|
|
7342
|
+
methods: {
|
|
7343
|
+
onModalHidden() {
|
|
7344
|
+
this.$emit("hide");
|
|
7345
|
+
},
|
|
7346
|
+
|
|
7347
|
+
confirmDelete() {
|
|
7348
|
+
if (this.name == this.userInput) {
|
|
7349
|
+
this.$emit("confirmDelete");
|
|
7350
|
+
}
|
|
7351
|
+
}
|
|
7352
|
+
|
|
7353
|
+
}
|
|
7354
|
+
};
|
|
7355
|
+
|
|
7356
|
+
/* script */
|
|
7357
|
+
const __vue_script__ = script;
|
|
7358
|
+
/* template */
|
|
7359
|
+
|
|
7360
|
+
var __vue_render__$5 = function () {
|
|
7361
|
+
var _vm = this;
|
|
7362
|
+
|
|
7363
|
+
var _h = _vm.$createElement;
|
|
7364
|
+
|
|
7365
|
+
var _c = _vm._self._c || _h;
|
|
7366
|
+
|
|
7367
|
+
return _c('cv-modal', {
|
|
7368
|
+
attrs: {
|
|
7369
|
+
"kind": "danger",
|
|
7370
|
+
"size": "default",
|
|
7371
|
+
"visible": _vm.isShown,
|
|
7372
|
+
"primary-button-disabled": _vm.name !== _vm.userInput
|
|
7373
|
+
},
|
|
7374
|
+
on: {
|
|
7375
|
+
"modal-hidden": _vm.onModalHidden,
|
|
7376
|
+
"primary-click": _vm.confirmDelete
|
|
7377
|
+
}
|
|
7378
|
+
}, [_c('template', {
|
|
7379
|
+
slot: "title"
|
|
7380
|
+
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('template', {
|
|
7381
|
+
slot: "content"
|
|
7382
|
+
}, [_c('NsInlineNotification', {
|
|
7383
|
+
attrs: {
|
|
7384
|
+
"kind": "warning",
|
|
7385
|
+
"title": _vm.warning,
|
|
7386
|
+
"showCloseButton": false
|
|
7387
|
+
}
|
|
7388
|
+
}), _vm._v(" "), _c('div', {
|
|
7389
|
+
staticClass: "mg-bottom-md",
|
|
7390
|
+
domProps: {
|
|
7391
|
+
"innerHTML": _vm._s(_vm.description)
|
|
7392
|
+
}
|
|
7393
|
+
}), _vm._v(" "), _c('div', {
|
|
7394
|
+
domProps: {
|
|
7395
|
+
"innerHTML": _vm._s(_vm.typeToConfirmMessage)
|
|
7396
|
+
}
|
|
7397
|
+
}), _vm._v(" "), _c('cv-form', {
|
|
7398
|
+
on: {
|
|
7399
|
+
"submit": function ($event) {
|
|
7400
|
+
$event.preventDefault();
|
|
7401
|
+
return _vm.confirmDelete.apply(null, arguments);
|
|
7402
|
+
}
|
|
7403
|
+
}
|
|
7404
|
+
}, [_c('cv-text-input', {
|
|
7405
|
+
ref: "userInput",
|
|
7406
|
+
staticClass: "mg-bottom-md",
|
|
7407
|
+
model: {
|
|
7408
|
+
value: _vm.userInput,
|
|
7409
|
+
callback: function ($$v) {
|
|
7410
|
+
_vm.userInput = $$v;
|
|
7411
|
+
},
|
|
7412
|
+
expression: "userInput"
|
|
7413
|
+
}
|
|
7414
|
+
})], 1)], 1), _vm._v(" "), _c('template', {
|
|
7415
|
+
slot: "secondary-button"
|
|
7416
|
+
}, [_vm._v(_vm._s(_vm.cancelLabel))]), _vm._v(" "), _c('template', {
|
|
7417
|
+
slot: "primary-button"
|
|
7418
|
+
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7419
|
+
};
|
|
7420
|
+
|
|
7421
|
+
var __vue_staticRenderFns__$5 = [];
|
|
7422
|
+
/* style */
|
|
7423
|
+
|
|
7424
|
+
const __vue_inject_styles__$5 = undefined;
|
|
7425
|
+
/* scoped */
|
|
7426
|
+
|
|
7427
|
+
const __vue_scope_id__$5 = "data-v-595f6130";
|
|
7428
|
+
/* module identifier */
|
|
7429
|
+
|
|
7430
|
+
const __vue_module_identifier__$5 = undefined;
|
|
7431
|
+
/* functional template */
|
|
7432
|
+
|
|
7433
|
+
const __vue_is_functional_template__$5 = false;
|
|
7434
|
+
/* style inject */
|
|
7435
|
+
|
|
7436
|
+
/* style inject SSR */
|
|
7437
|
+
|
|
7438
|
+
/* style inject shadow dom */
|
|
7439
|
+
|
|
7440
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
7441
|
+
render: __vue_render__$5,
|
|
7442
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
7443
|
+
}, __vue_inject_styles__$5, __vue_script__, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
|
|
7444
|
+
|
|
7445
|
+
var __vue_component__$b = __vue_component__$a;
|
|
7446
|
+
|
|
7447
|
+
/* script */
|
|
7448
|
+
|
|
7449
|
+
/* template */
|
|
7450
|
+
var __vue_render__$4 = function () {
|
|
7451
|
+
var _vm = this;
|
|
7452
|
+
|
|
7453
|
+
var _h = _vm.$createElement;
|
|
7454
|
+
|
|
7455
|
+
var _c = _vm._self._c || _h;
|
|
7456
|
+
|
|
7457
|
+
return _c('path', {
|
|
7458
|
+
attrs: {
|
|
7459
|
+
"id": "gear_2_",
|
|
7460
|
+
"d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
|
|
7461
|
+
}
|
|
7462
|
+
});
|
|
7463
|
+
};
|
|
7464
|
+
|
|
7246
7465
|
var __vue_staticRenderFns__$4 = [];
|
|
7247
7466
|
/* style */
|
|
7248
7467
|
|
|
@@ -7265,7 +7484,7 @@ const __vue_is_functional_template__$4 = false;
|
|
|
7265
7484
|
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
7266
7485
|
render: __vue_render__$4,
|
|
7267
7486
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
7268
|
-
}, __vue_inject_styles__$4,
|
|
7487
|
+
}, __vue_inject_styles__$4, {}, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
|
|
7269
7488
|
|
|
7270
7489
|
var __vue_component__$9 = __vue_component__$8;
|
|
7271
7490
|
|
|
@@ -7281,8 +7500,8 @@ var __vue_render__$3 = function () {
|
|
|
7281
7500
|
|
|
7282
7501
|
return _c('path', {
|
|
7283
7502
|
attrs: {
|
|
7284
|
-
"id": "
|
|
7285
|
-
"d": "
|
|
7503
|
+
"id": "love_1_",
|
|
7504
|
+
"d": "M16.032,29.247c-0.092,0-0.185-0.035-0.255-0.105L3.008,16.373c-1.507-1.507-2.337-3.506-2.337-5.629\n\t\tc0-2.139,0.83-4.147,2.337-5.655c1.506-1.506,3.508-2.335,5.639-2.337c0,0,0.001,0,0.002,0c2.132,0,4.136,0.83,5.643,2.337\n\t\tl1.74,1.74l1.74-1.74c1.507-1.507,3.511-2.337,5.642-2.337c0.003,0,0.005,0,0.008,0c2.128,0.002,4.129,0.832,5.635,2.337\n\t\tc1.507,1.508,2.337,3.511,2.337,5.642s-0.83,4.134-2.337,5.642L16.287,29.142C16.216,29.212,16.124,29.247,16.032,29.247z\n\t\t M8.649,3.473c0,0-0.001,0-0.002,0C6.709,3.474,4.888,4.229,3.518,5.599C2.147,6.97,1.392,8.797,1.392,10.744\n\t\tc0,1.931,0.755,3.749,2.126,5.119l0,0l12.514,12.514l12.514-12.514c1.371-1.371,2.126-3.193,2.126-5.132s-0.755-3.761-2.126-5.132\n\t\tc-1.37-1.369-3.19-2.124-5.125-2.126c-0.003,0-0.006,0-0.008,0c-1.938,0-3.761,0.754-5.132,2.126l-1.995,1.995\n\t\tc-0.141,0.141-0.369,0.141-0.51,0l-1.995-1.995C12.412,4.228,10.588,3.473,8.649,3.473z"
|
|
7286
7505
|
}
|
|
7287
7506
|
});
|
|
7288
7507
|
};
|
|
@@ -7325,8 +7544,8 @@ var __vue_render__$2 = function () {
|
|
|
7325
7544
|
|
|
7326
7545
|
return _c('path', {
|
|
7327
7546
|
attrs: {
|
|
7328
|
-
"id": "
|
|
7329
|
-
"d": "
|
|
7547
|
+
"id": "warning--01_1_",
|
|
7548
|
+
"d": "M31,29.36H1c-0.128,0-0.248-0.069-0.312-0.181c-0.064-0.111-0.064-0.248,0-0.359l15-26\n\tc0.129-0.224,0.495-0.224,0.624,0l15,26c0.064,0.111,0.064,0.248,0,0.359S31.129,29.36,31,29.36z M1.624,28.64h28.753L16,3.72\n\tL1.624,28.64z M16.36,20h-0.72V10h0.72V20z M16,23c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.552,23,16,23z"
|
|
7330
7549
|
}
|
|
7331
7550
|
});
|
|
7332
7551
|
};
|
|
@@ -7369,8 +7588,8 @@ var __vue_render__$1 = function () {
|
|
|
7369
7588
|
|
|
7370
7589
|
return _c('path', {
|
|
7371
7590
|
attrs: {
|
|
7372
|
-
"id": "
|
|
7373
|
-
"d": "
|
|
7591
|
+
"id": "bulldozer_1_",
|
|
7592
|
+
"d": "M17,7.36c-1.618,0-1.86-1.009-1.86-1.61V4c0-0.142-0.028-1.382-1.01-1.382c-1.27,0-1.99-0.59-1.99-1.618\n\tc0-0.199,0.161-0.36,0.36-0.36S12.86,0.801,12.86,1c0,0.222,0,0.898,1.257,0.898c1.202,0,1.743,1.089,1.743,2.102v1.75\n\tc0,0.462,0.138,0.89,1.14,0.89c0.199,0,0.36,0.161,0.36,0.36S17.199,7.36,17,7.36z M14,6.604c-1.092,0-1.854-0.763-1.854-1.854V4\n\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v0.75c0,0.548,0.298,1.135,1.135,1.135c0.199,0,0.36,0.161,0.36,0.36\n\tS14.198,6.604,14,6.604z M17,4.362c-0.199,0-0.36-0.161-0.36-0.36V2.508c0-0.529-0.299-1.148-1.14-1.148\n\tc-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c1.095,0,1.86,0.768,1.86,1.868v1.495C17.36,4.201,17.199,4.362,17,4.362z\n\t M5,28c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S5,27.448,5,28z M8.5,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1\n\tS9.052,27,8.5,27z M13,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,27,13,27z M17.5,27c-0.552,0-1,0.448-1,1\n\ts0.448,1,1,1s1-0.448,1-1S18.052,27,17.5,27z M22,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S22.552,27,22,27z M22,31.36H4\n\tc-1.853,0-3.36-1.508-3.36-3.36c0-1.731,1.316-3.161,3-3.341V23.36H1c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36\n\th12c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-1.64v5.28h8.28V7.362L18,7.36V6.64l2,0.002\n\tc0.199,0,0.36,0.161,0.36,0.36v9.638c1.106,0.024,2,0.935,2,2.052v1.947h2.252c0.082-0.979,0.496-1.937,1.244-2.685\n\tc0.067-0.067,0.159-0.105,0.255-0.105h2.596c0.438-1.124,1.117-2.183,2.038-3.104l0.51,0.509c-1.568,1.568-2.432,3.608-2.432,5.746\n\ts0.863,4.178,2.432,5.745l-0.51,0.51c-0.921-0.922-1.601-1.981-2.038-3.104h-2.596c-0.096,0-0.188-0.038-0.255-0.105\n\tc-0.748-0.748-1.162-1.705-1.244-2.685H22.36v3.299c1.684,0.18,3,1.609,3,3.341C25.36,29.853,23.853,31.36,22,31.36z M4,25.36\n\tc-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64h18c1.456,0,2.64-1.184,2.64-2.64s-1.184-2.64-2.64-2.64H4z M4.36,24.64h17.28\n\tv-5.947c0-0.734-0.594-1.332-1.324-1.332H1.36v5.279H4c0.199,0,0.36,0.161,0.36,0.36V24.64z M26.265,23.43h2.198\n\tc-0.464-1.588-0.464-3.271,0-4.859h-2.198c-0.613,0.664-0.95,1.521-0.95,2.43S25.651,22.766,26.265,23.43z M5.36,16.64h5.28v-5.28\n\tH5.36V16.64z M1.36,16.64h3.28v-5.28H1.36V16.64z M1.36,10.64h11.28V9.36H1.36V10.64z M11,19.36H9v-0.72h2V19.36z"
|
|
7374
7593
|
}
|
|
7375
7594
|
});
|
|
7376
7595
|
};
|
|
@@ -7413,8 +7632,8 @@ var __vue_render__ = function () {
|
|
|
7413
7632
|
|
|
7414
7633
|
return _c('path', {
|
|
7415
7634
|
attrs: {
|
|
7416
|
-
"id": "
|
|
7417
|
-
"d": "
|
|
7635
|
+
"id": "group",
|
|
7636
|
+
"d": "M24.36,31h-0.72v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363c1.517-0.675,2.496-2.181,2.496-3.836c0-2.316-1.884-4.201-4.2-4.201S11.8,9.244,11.8,11.561\n\tc0,1.655,0.98,3.162,2.496,3.836c0.141,0.063,0.227,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316\n\tc-3.458,0.82-5.872,3.872-5.872,7.424V31H7.64v-7.5c0-3.592,2.257-6.718,5.585-7.879c-1.326-0.907-2.146-2.421-2.146-4.061\n\tc0-1.964,1.157-3.664,2.826-4.452C14.101,6.617,14.2,6.097,14.2,5.561c0-2.316-1.884-4.201-4.2-4.201S5.799,3.244,5.799,5.561\n\tc0,1.656,0.98,3.162,2.496,3.836C8.437,9.46,8.521,9.606,8.507,9.76c-0.014,0.153-0.125,0.281-0.275,0.316\n\tC4.774,10.896,2.36,13.948,2.36,17.5V25H1.64v-7.5c0-3.592,2.257-6.718,5.585-7.879C5.899,8.714,5.08,7.2,5.08,5.561\n\tc0-2.713,2.207-4.92,4.92-4.92s4.92,2.207,4.92,4.92c0,0.422-0.052,0.836-0.157,1.237c0.791-0.205,1.683-0.205,2.473,0\n\tc-0.104-0.401-0.157-0.815-0.157-1.237c0-2.713,2.208-4.92,4.921-4.92s4.921,2.207,4.921,4.92c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879V25H29.64v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363C25.221,8.722,26.2,7.216,26.2,5.561c0-2.316-1.884-4.201-4.2-4.201s-4.2,1.884-4.2,4.201\n\tc0,0.536,0.099,1.056,0.295,1.548c1.669,0.789,2.826,2.488,2.826,4.452c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879L24.36,31L24.36,31z"
|
|
7418
7637
|
}
|
|
7419
7638
|
});
|
|
7420
7639
|
};
|
|
@@ -7815,7 +8034,11 @@ var icon = {
|
|
|
7815
8034
|
Password20,
|
|
7816
8035
|
Star20,
|
|
7817
8036
|
Checkmark20,
|
|
7818
|
-
ZoomIn20
|
|
8037
|
+
ZoomIn20,
|
|
8038
|
+
// used to open details
|
|
8039
|
+
Events32,
|
|
8040
|
+
// used for domains
|
|
8041
|
+
Link32 // used for external domain providers
|
|
7819
8042
|
|
|
7820
8043
|
};
|
|
7821
8044
|
}
|
|
@@ -7996,28 +8219,30 @@ var filters = {
|
|
|
7996
8219
|
|
|
7997
8220
|
var components = /*#__PURE__*/Object.freeze({
|
|
7998
8221
|
__proto__: null,
|
|
7999
|
-
NsButton: __vue_component__$
|
|
8000
|
-
NsEmptyState: __vue_component__$
|
|
8222
|
+
NsButton: __vue_component__$F,
|
|
8223
|
+
NsEmptyState: __vue_component__$A,
|
|
8001
8224
|
NsPictogram: NsPictogram,
|
|
8002
|
-
NsCodeSnippet: __vue_component__$
|
|
8003
|
-
NsInlineNotification:
|
|
8225
|
+
NsCodeSnippet: __vue_component__$y,
|
|
8226
|
+
NsInlineNotification: NsInlineNotification,
|
|
8004
8227
|
NsProgressBar: NsProgressBar,
|
|
8005
8228
|
NsSvg: NsSvg,
|
|
8006
|
-
NsTile: __vue_component__$
|
|
8007
|
-
NsToastNotification: __vue_component__$
|
|
8008
|
-
NsInfoCard: __vue_component__$
|
|
8009
|
-
NsStatusCard: __vue_component__$
|
|
8010
|
-
NsSystemdServiceCard: __vue_component__$
|
|
8011
|
-
NsPasswordInput: __vue_component__$
|
|
8012
|
-
NsIconMenu: __vue_component__$
|
|
8013
|
-
NsMeterChart: __vue_component__$
|
|
8014
|
-
NsPieChart: __vue_component__$
|
|
8229
|
+
NsTile: __vue_component__$t,
|
|
8230
|
+
NsToastNotification: __vue_component__$r,
|
|
8231
|
+
NsInfoCard: __vue_component__$p,
|
|
8232
|
+
NsStatusCard: __vue_component__$n,
|
|
8233
|
+
NsSystemdServiceCard: __vue_component__$l,
|
|
8234
|
+
NsPasswordInput: __vue_component__$j,
|
|
8235
|
+
NsIconMenu: __vue_component__$h,
|
|
8236
|
+
NsMeterChart: __vue_component__$f,
|
|
8237
|
+
NsPieChart: __vue_component__$d,
|
|
8015
8238
|
NsLottieAnimation: NsLottieAnimation,
|
|
8239
|
+
NsDangerDeleteModal: __vue_component__$b,
|
|
8016
8240
|
ExclamationMark: ExclamationMark,
|
|
8017
|
-
Gear: __vue_component__$
|
|
8018
|
-
Love: __vue_component__$
|
|
8019
|
-
Warning: __vue_component__$
|
|
8020
|
-
Bulldozer: __vue_component__$
|
|
8241
|
+
Gear: __vue_component__$9,
|
|
8242
|
+
Love: __vue_component__$7,
|
|
8243
|
+
Warning: __vue_component__$5,
|
|
8244
|
+
Bulldozer: __vue_component__$3,
|
|
8245
|
+
Group: __vue_component__$1,
|
|
8021
8246
|
UtilService: UtilService,
|
|
8022
8247
|
QueryParamService: queryParam,
|
|
8023
8248
|
TaskService: task,
|
|
@@ -8037,4 +8262,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
8037
8262
|
});
|
|
8038
8263
|
}; // Create module definition for Vue.use()
|
|
8039
8264
|
|
|
8040
|
-
export { __vue_component__$
|
|
8265
|
+
export { __vue_component__$3 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$9 as Gear, __vue_component__$1 as Group, icon as IconService, __vue_component__$7 as Love, __vue_component__$F as NsButton, __vue_component__$y as NsCodeSnippet, __vue_component__$b as NsDangerDeleteModal, __vue_component__$A as NsEmptyState, __vue_component__$h as NsIconMenu, __vue_component__$p as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$f as NsMeterChart, __vue_component__$j as NsPasswordInput, NsPictogram, __vue_component__$d as NsPieChart, NsProgressBar, __vue_component__$n as NsStatusCard, NsSvg, __vue_component__$l as NsSystemdServiceCard, __vue_component__$t as NsTile, __vue_component__$r as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$5 as Warning, install as default };
|