@nethserver/ns8-ui-lib 0.0.46 → 0.0.50
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 +570 -444
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +541 -446
- package/package.json +1 -1
- package/src/lib-components/NsEmptyState.vue +3 -3
- package/src/lib-components/NsInfoCard.vue +48 -15
- package/src/lib-components/NsInlineNotification.vue +5 -0
- package/src/lib-components/NsMenuDivider.vue +14 -0
- package/src/lib-components/NsMenuItem.vue +57 -0
- package/src/lib-components/NsPasswordInput.vue +35 -6
- package/src/lib-components/NsTextInput.vue +1 -1
- package/src/lib-components/NsTile.vue +11 -0
- /package/src/lib-components/pictograms/{Bulldozer.vue → BulldozerPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{ExclamationMark.vue → ExclamationMarkPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Gear.vue → GearPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Group.vue → GroupPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{HardDrive.vue → HardDrivePictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Love.vue → LovePictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Warning.vue → WarningPictogram.vue} +0 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -73,11 +73,15 @@ import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
|
73
73
|
import ErrorFilled32 from '@carbon/icons-vue/es/error--filled/32';
|
|
74
74
|
import Warning16 from '@carbon/icons-vue/es/warning--filled/16';
|
|
75
75
|
import Warning32 from '@carbon/icons-vue/es/warning--filled/32';
|
|
76
|
+
import Power20 from '@carbon/icons-vue/es/power/20';
|
|
77
|
+
import Power32 from '@carbon/icons-vue/es/power/32';
|
|
76
78
|
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
79
|
+
import TrashCan20 from '@carbon/icons-vue/es/trash-can/20';
|
|
80
|
+
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
77
81
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
78
82
|
|
|
79
83
|
//
|
|
80
|
-
var script$
|
|
84
|
+
var script$p = {
|
|
81
85
|
name: "NsButton",
|
|
82
86
|
extends: CvButton,
|
|
83
87
|
props: {
|
|
@@ -240,10 +244,10 @@ function addStyle(id, css) {
|
|
|
240
244
|
}
|
|
241
245
|
|
|
242
246
|
/* script */
|
|
243
|
-
const __vue_script__$
|
|
247
|
+
const __vue_script__$p = script$p;
|
|
244
248
|
/* template */
|
|
245
249
|
|
|
246
|
-
var __vue_render__$
|
|
250
|
+
var __vue_render__$v = function () {
|
|
247
251
|
var _vm = this;
|
|
248
252
|
|
|
249
253
|
var _h = _vm.$createElement;
|
|
@@ -266,10 +270,10 @@ var __vue_render__$t = function () {
|
|
|
266
270
|
}) : _vm._e()], 2);
|
|
267
271
|
};
|
|
268
272
|
|
|
269
|
-
var __vue_staticRenderFns__$
|
|
273
|
+
var __vue_staticRenderFns__$v = [];
|
|
270
274
|
/* style */
|
|
271
275
|
|
|
272
|
-
const __vue_inject_styles__$
|
|
276
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
273
277
|
if (!inject) return;
|
|
274
278
|
inject("data-v-025b0f12_0", {
|
|
275
279
|
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)}}",
|
|
@@ -280,23 +284,23 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
280
284
|
/* scoped */
|
|
281
285
|
|
|
282
286
|
|
|
283
|
-
const __vue_scope_id__$
|
|
287
|
+
const __vue_scope_id__$w = "data-v-025b0f12";
|
|
284
288
|
/* module identifier */
|
|
285
289
|
|
|
286
|
-
const __vue_module_identifier__$
|
|
290
|
+
const __vue_module_identifier__$w = undefined;
|
|
287
291
|
/* functional template */
|
|
288
292
|
|
|
289
|
-
const __vue_is_functional_template__$
|
|
293
|
+
const __vue_is_functional_template__$w = false;
|
|
290
294
|
/* style inject SSR */
|
|
291
295
|
|
|
292
296
|
/* style inject shadow dom */
|
|
293
297
|
|
|
294
|
-
const __vue_component__$
|
|
295
|
-
render: __vue_render__$
|
|
296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
297
|
-
}, __vue_inject_styles__$
|
|
298
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
299
|
+
render: __vue_render__$v,
|
|
300
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
301
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
298
302
|
|
|
299
|
-
var __vue_component__$
|
|
303
|
+
var __vue_component__$V = __vue_component__$U;
|
|
300
304
|
|
|
301
305
|
//
|
|
302
306
|
//
|
|
@@ -314,7 +318,7 @@ var __vue_component__$R = __vue_component__$Q;
|
|
|
314
318
|
//
|
|
315
319
|
//
|
|
316
320
|
//
|
|
317
|
-
var script$
|
|
321
|
+
var script$o = {
|
|
318
322
|
name: "NsPictogram",
|
|
319
323
|
props: {
|
|
320
324
|
title: {
|
|
@@ -337,10 +341,10 @@ var script$m = {
|
|
|
337
341
|
};
|
|
338
342
|
|
|
339
343
|
/* script */
|
|
340
|
-
const __vue_script__$
|
|
344
|
+
const __vue_script__$o = script$o;
|
|
341
345
|
/* template */
|
|
342
346
|
|
|
343
|
-
var __vue_render__$
|
|
347
|
+
var __vue_render__$u = function () {
|
|
344
348
|
var _vm = this;
|
|
345
349
|
|
|
346
350
|
var _h = _vm.$createElement;
|
|
@@ -368,34 +372,34 @@ var __vue_render__$s = function () {
|
|
|
368
372
|
}, [_vm._t("default")], 2)]);
|
|
369
373
|
};
|
|
370
374
|
|
|
371
|
-
var __vue_staticRenderFns__$
|
|
375
|
+
var __vue_staticRenderFns__$u = [];
|
|
372
376
|
/* style */
|
|
373
377
|
|
|
374
|
-
const __vue_inject_styles__$
|
|
378
|
+
const __vue_inject_styles__$v = undefined;
|
|
375
379
|
/* scoped */
|
|
376
380
|
|
|
377
|
-
const __vue_scope_id__$
|
|
381
|
+
const __vue_scope_id__$v = undefined;
|
|
378
382
|
/* module identifier */
|
|
379
383
|
|
|
380
|
-
const __vue_module_identifier__$
|
|
384
|
+
const __vue_module_identifier__$v = undefined;
|
|
381
385
|
/* functional template */
|
|
382
386
|
|
|
383
|
-
const __vue_is_functional_template__$
|
|
387
|
+
const __vue_is_functional_template__$v = false;
|
|
384
388
|
/* style inject */
|
|
385
389
|
|
|
386
390
|
/* style inject SSR */
|
|
387
391
|
|
|
388
392
|
/* style inject shadow dom */
|
|
389
393
|
|
|
390
|
-
const __vue_component__$
|
|
391
|
-
render: __vue_render__$
|
|
392
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
393
|
-
}, __vue_inject_styles__$
|
|
394
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
395
|
+
render: __vue_render__$u,
|
|
396
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
397
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
394
398
|
|
|
395
|
-
var NsPictogram = __vue_component__$
|
|
399
|
+
var NsPictogram = __vue_component__$T;
|
|
396
400
|
|
|
397
401
|
//
|
|
398
|
-
var script$
|
|
402
|
+
var script$n = {
|
|
399
403
|
name: "NsLottieAnimation",
|
|
400
404
|
components: {
|
|
401
405
|
LottieAnimation
|
|
@@ -451,10 +455,10 @@ var script$l = {
|
|
|
451
455
|
};
|
|
452
456
|
|
|
453
457
|
/* script */
|
|
454
|
-
const __vue_script__$
|
|
458
|
+
const __vue_script__$n = script$n;
|
|
455
459
|
/* template */
|
|
456
460
|
|
|
457
|
-
var __vue_render__$
|
|
461
|
+
var __vue_render__$t = function () {
|
|
458
462
|
var _vm = this;
|
|
459
463
|
|
|
460
464
|
var _h = _vm.$createElement;
|
|
@@ -481,36 +485,36 @@ var __vue_render__$r = function () {
|
|
|
481
485
|
})], 1);
|
|
482
486
|
};
|
|
483
487
|
|
|
484
|
-
var __vue_staticRenderFns__$
|
|
488
|
+
var __vue_staticRenderFns__$t = [];
|
|
485
489
|
/* style */
|
|
486
490
|
|
|
487
|
-
const __vue_inject_styles__$
|
|
491
|
+
const __vue_inject_styles__$u = undefined;
|
|
488
492
|
/* scoped */
|
|
489
493
|
|
|
490
|
-
const __vue_scope_id__$
|
|
494
|
+
const __vue_scope_id__$u = "data-v-14e97a70";
|
|
491
495
|
/* module identifier */
|
|
492
496
|
|
|
493
|
-
const __vue_module_identifier__$
|
|
497
|
+
const __vue_module_identifier__$u = undefined;
|
|
494
498
|
/* functional template */
|
|
495
499
|
|
|
496
|
-
const __vue_is_functional_template__$
|
|
500
|
+
const __vue_is_functional_template__$u = false;
|
|
497
501
|
/* style inject */
|
|
498
502
|
|
|
499
503
|
/* style inject SSR */
|
|
500
504
|
|
|
501
505
|
/* style inject shadow dom */
|
|
502
506
|
|
|
503
|
-
const __vue_component__$
|
|
504
|
-
render: __vue_render__$
|
|
505
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
506
|
-
}, __vue_inject_styles__$
|
|
507
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
508
|
+
render: __vue_render__$t,
|
|
509
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
510
|
+
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
507
511
|
|
|
508
|
-
var NsLottieAnimation = __vue_component__$
|
|
512
|
+
var NsLottieAnimation = __vue_component__$S;
|
|
509
513
|
|
|
510
514
|
/* script */
|
|
511
515
|
|
|
512
516
|
/* template */
|
|
513
|
-
var __vue_render__$
|
|
517
|
+
var __vue_render__$s = function () {
|
|
514
518
|
var _vm = this;
|
|
515
519
|
|
|
516
520
|
var _h = _vm.$createElement;
|
|
@@ -525,38 +529,38 @@ var __vue_render__$q = function () {
|
|
|
525
529
|
});
|
|
526
530
|
};
|
|
527
531
|
|
|
528
|
-
var __vue_staticRenderFns__$
|
|
532
|
+
var __vue_staticRenderFns__$s = [];
|
|
529
533
|
/* style */
|
|
530
534
|
|
|
531
|
-
const __vue_inject_styles__$
|
|
535
|
+
const __vue_inject_styles__$t = undefined;
|
|
532
536
|
/* scoped */
|
|
533
537
|
|
|
534
|
-
const __vue_scope_id__$
|
|
538
|
+
const __vue_scope_id__$t = undefined;
|
|
535
539
|
/* module identifier */
|
|
536
540
|
|
|
537
|
-
const __vue_module_identifier__$
|
|
541
|
+
const __vue_module_identifier__$t = undefined;
|
|
538
542
|
/* functional template */
|
|
539
543
|
|
|
540
|
-
const __vue_is_functional_template__$
|
|
544
|
+
const __vue_is_functional_template__$t = false;
|
|
541
545
|
/* style inject */
|
|
542
546
|
|
|
543
547
|
/* style inject SSR */
|
|
544
548
|
|
|
545
549
|
/* style inject shadow dom */
|
|
546
550
|
|
|
547
|
-
const __vue_component__$
|
|
548
|
-
render: __vue_render__$
|
|
549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
550
|
-
}, __vue_inject_styles__$
|
|
551
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
552
|
+
render: __vue_render__$s,
|
|
553
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
554
|
+
}, __vue_inject_styles__$t, {}, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
551
555
|
|
|
552
|
-
var
|
|
556
|
+
var ExclamationMarkPictogram = __vue_component__$R;
|
|
553
557
|
|
|
554
558
|
//
|
|
555
|
-
var script$
|
|
559
|
+
var script$m = {
|
|
556
560
|
name: "NsEmptyState",
|
|
557
561
|
components: {
|
|
558
562
|
NsPictogram,
|
|
559
|
-
|
|
563
|
+
ExclamationMarkPictogram,
|
|
560
564
|
NsLottieAnimation
|
|
561
565
|
},
|
|
562
566
|
props: {
|
|
@@ -584,10 +588,10 @@ var script$k = {
|
|
|
584
588
|
};
|
|
585
589
|
|
|
586
590
|
/* script */
|
|
587
|
-
const __vue_script__$
|
|
591
|
+
const __vue_script__$m = script$m;
|
|
588
592
|
/* template */
|
|
589
593
|
|
|
590
|
-
var __vue_render__$
|
|
594
|
+
var __vue_render__$r = function () {
|
|
591
595
|
var _vm = this;
|
|
592
596
|
|
|
593
597
|
var _h = _vm.$createElement;
|
|
@@ -610,20 +614,20 @@ var __vue_render__$p = function () {
|
|
|
610
614
|
attrs: {
|
|
611
615
|
"title": "empty state"
|
|
612
616
|
}
|
|
613
|
-
}, [_vm.hasPictogramSlot ? [_vm._t("pictogram")] : [_c('
|
|
617
|
+
}, [_vm.hasPictogramSlot ? [_vm._t("pictogram")] : [_c('ExclamationMarkPictogram')]], 2), _vm._v(" "), _c('h5', {
|
|
614
618
|
staticClass: "title"
|
|
615
619
|
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.hasDescriptionSlot ? [_c('div', {
|
|
616
620
|
staticClass: "description"
|
|
617
621
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
618
622
|
};
|
|
619
623
|
|
|
620
|
-
var __vue_staticRenderFns__$
|
|
624
|
+
var __vue_staticRenderFns__$r = [];
|
|
621
625
|
/* style */
|
|
622
626
|
|
|
623
|
-
const __vue_inject_styles__$
|
|
627
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
624
628
|
if (!inject) return;
|
|
625
|
-
inject("data-v-
|
|
626
|
-
source: ".empty-state[data-v-
|
|
629
|
+
inject("data-v-2d5d3a58_0", {
|
|
630
|
+
source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
|
|
627
631
|
map: undefined,
|
|
628
632
|
media: undefined
|
|
629
633
|
});
|
|
@@ -631,26 +635,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
631
635
|
/* scoped */
|
|
632
636
|
|
|
633
637
|
|
|
634
|
-
const __vue_scope_id__$
|
|
638
|
+
const __vue_scope_id__$s = "data-v-2d5d3a58";
|
|
635
639
|
/* module identifier */
|
|
636
640
|
|
|
637
|
-
const __vue_module_identifier__$
|
|
641
|
+
const __vue_module_identifier__$s = undefined;
|
|
638
642
|
/* functional template */
|
|
639
643
|
|
|
640
|
-
const __vue_is_functional_template__$
|
|
644
|
+
const __vue_is_functional_template__$s = false;
|
|
641
645
|
/* style inject SSR */
|
|
642
646
|
|
|
643
647
|
/* style inject shadow dom */
|
|
644
648
|
|
|
645
|
-
const __vue_component__$
|
|
646
|
-
render: __vue_render__$
|
|
647
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
648
|
-
}, __vue_inject_styles__$
|
|
649
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
650
|
+
render: __vue_render__$r,
|
|
651
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
652
|
+
}, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
649
653
|
|
|
650
|
-
var __vue_component__$
|
|
654
|
+
var __vue_component__$Q = __vue_component__$P;
|
|
651
655
|
|
|
652
656
|
//
|
|
653
|
-
var script$
|
|
657
|
+
var script$l = {
|
|
654
658
|
name: "NsCodeSnippet",
|
|
655
659
|
components: {
|
|
656
660
|
CvButton,
|
|
@@ -762,10 +766,10 @@ var script$j = {
|
|
|
762
766
|
};
|
|
763
767
|
|
|
764
768
|
/* script */
|
|
765
|
-
const __vue_script__$
|
|
769
|
+
const __vue_script__$l = script$l;
|
|
766
770
|
/* template */
|
|
767
771
|
|
|
768
|
-
var __vue_render__$
|
|
772
|
+
var __vue_render__$q = function () {
|
|
769
773
|
var _vm = this;
|
|
770
774
|
|
|
771
775
|
var _h = _vm.$createElement;
|
|
@@ -827,10 +831,10 @@ var __vue_render__$o = function () {
|
|
|
827
831
|
})], 1) : _vm._e()], 1);
|
|
828
832
|
};
|
|
829
833
|
|
|
830
|
-
var __vue_staticRenderFns__$
|
|
834
|
+
var __vue_staticRenderFns__$q = [];
|
|
831
835
|
/* style */
|
|
832
836
|
|
|
833
|
-
const __vue_inject_styles__$
|
|
837
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
834
838
|
if (!inject) return;
|
|
835
839
|
inject("data-v-59cb538c_0", {
|
|
836
840
|
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}",
|
|
@@ -841,23 +845,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
841
845
|
/* scoped */
|
|
842
846
|
|
|
843
847
|
|
|
844
|
-
const __vue_scope_id__$
|
|
848
|
+
const __vue_scope_id__$r = "data-v-59cb538c";
|
|
845
849
|
/* module identifier */
|
|
846
850
|
|
|
847
|
-
const __vue_module_identifier__$
|
|
851
|
+
const __vue_module_identifier__$r = undefined;
|
|
848
852
|
/* functional template */
|
|
849
853
|
|
|
850
|
-
const __vue_is_functional_template__$
|
|
854
|
+
const __vue_is_functional_template__$r = false;
|
|
851
855
|
/* style inject SSR */
|
|
852
856
|
|
|
853
857
|
/* style inject shadow dom */
|
|
854
858
|
|
|
855
|
-
const __vue_component__$
|
|
856
|
-
render: __vue_render__$
|
|
857
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
858
|
-
}, __vue_inject_styles__$
|
|
859
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
860
|
+
render: __vue_render__$q,
|
|
861
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
862
|
+
}, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
859
863
|
|
|
860
|
-
var __vue_component__$
|
|
864
|
+
var __vue_component__$O = __vue_component__$N;
|
|
861
865
|
|
|
862
866
|
//
|
|
863
867
|
//
|
|
@@ -888,7 +892,7 @@ var __vue_component__$K = __vue_component__$J;
|
|
|
888
892
|
//
|
|
889
893
|
//
|
|
890
894
|
//
|
|
891
|
-
var script$
|
|
895
|
+
var script$k = {
|
|
892
896
|
name: "NsCircleTimer",
|
|
893
897
|
props: {
|
|
894
898
|
timeLimit: {
|
|
@@ -948,10 +952,10 @@ var script$i = {
|
|
|
948
952
|
};
|
|
949
953
|
|
|
950
954
|
/* script */
|
|
951
|
-
const __vue_script__$
|
|
955
|
+
const __vue_script__$k = script$k;
|
|
952
956
|
/* template */
|
|
953
957
|
|
|
954
|
-
var __vue_render__$
|
|
958
|
+
var __vue_render__$p = function () {
|
|
955
959
|
var _vm = this;
|
|
956
960
|
|
|
957
961
|
var _h = _vm.$createElement;
|
|
@@ -987,10 +991,10 @@ var __vue_render__$n = function () {
|
|
|
987
991
|
})])])]);
|
|
988
992
|
};
|
|
989
993
|
|
|
990
|
-
var __vue_staticRenderFns__$
|
|
994
|
+
var __vue_staticRenderFns__$p = [];
|
|
991
995
|
/* style */
|
|
992
996
|
|
|
993
|
-
const __vue_inject_styles__$
|
|
997
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
994
998
|
if (!inject) return;
|
|
995
999
|
inject("data-v-45b59790_0", {
|
|
996
1000
|
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)}",
|
|
@@ -1001,26 +1005,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1001
1005
|
/* scoped */
|
|
1002
1006
|
|
|
1003
1007
|
|
|
1004
|
-
const __vue_scope_id__$
|
|
1008
|
+
const __vue_scope_id__$q = "data-v-45b59790";
|
|
1005
1009
|
/* module identifier */
|
|
1006
1010
|
|
|
1007
|
-
const __vue_module_identifier__$
|
|
1011
|
+
const __vue_module_identifier__$q = undefined;
|
|
1008
1012
|
/* functional template */
|
|
1009
1013
|
|
|
1010
|
-
const __vue_is_functional_template__$
|
|
1014
|
+
const __vue_is_functional_template__$q = false;
|
|
1011
1015
|
/* style inject SSR */
|
|
1012
1016
|
|
|
1013
1017
|
/* style inject shadow dom */
|
|
1014
1018
|
|
|
1015
|
-
const __vue_component__$
|
|
1016
|
-
render: __vue_render__$
|
|
1017
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1018
|
-
}, __vue_inject_styles__$
|
|
1019
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
1020
|
+
render: __vue_render__$p,
|
|
1021
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
1022
|
+
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
1019
1023
|
|
|
1020
|
-
var NsCircleTimer = __vue_component__$
|
|
1024
|
+
var NsCircleTimer = __vue_component__$M;
|
|
1021
1025
|
|
|
1022
1026
|
//
|
|
1023
|
-
var script$
|
|
1027
|
+
var script$j = {
|
|
1024
1028
|
name: "NsInlineNotification",
|
|
1025
1029
|
extends: CvInlineNotification,
|
|
1026
1030
|
components: {
|
|
@@ -1057,10 +1061,10 @@ var script$h = {
|
|
|
1057
1061
|
};
|
|
1058
1062
|
|
|
1059
1063
|
/* script */
|
|
1060
|
-
const __vue_script__$
|
|
1064
|
+
const __vue_script__$j = script$j;
|
|
1061
1065
|
/* template */
|
|
1062
1066
|
|
|
1063
|
-
var __vue_render__$
|
|
1067
|
+
var __vue_render__$o = function () {
|
|
1064
1068
|
var _obj;
|
|
1065
1069
|
|
|
1066
1070
|
var _vm = this;
|
|
@@ -1105,7 +1109,7 @@ var __vue_render__$m = function () {
|
|
|
1105
1109
|
"color": "white"
|
|
1106
1110
|
}
|
|
1107
1111
|
})], 1) : _vm._e()])], 1), _vm._v(" "), _vm.actionLabel ? _c('button', {
|
|
1108
|
-
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
|
|
1112
|
+
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost", 'action-button'],
|
|
1109
1113
|
attrs: {
|
|
1110
1114
|
"type": "button"
|
|
1111
1115
|
},
|
|
@@ -1131,13 +1135,13 @@ var __vue_render__$m = function () {
|
|
|
1131
1135
|
})], 1) : _vm._e()]);
|
|
1132
1136
|
};
|
|
1133
1137
|
|
|
1134
|
-
var __vue_staticRenderFns__$
|
|
1138
|
+
var __vue_staticRenderFns__$o = [];
|
|
1135
1139
|
/* style */
|
|
1136
1140
|
|
|
1137
|
-
const __vue_inject_styles__$
|
|
1141
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
1138
1142
|
if (!inject) return;
|
|
1139
|
-
inject("data-v-
|
|
1140
|
-
source: ".title[data-v-
|
|
1143
|
+
inject("data-v-59312d66_0", {
|
|
1144
|
+
source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
|
|
1141
1145
|
map: undefined,
|
|
1142
1146
|
media: undefined
|
|
1143
1147
|
});
|
|
@@ -1145,23 +1149,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
1145
1149
|
/* scoped */
|
|
1146
1150
|
|
|
1147
1151
|
|
|
1148
|
-
const __vue_scope_id__$
|
|
1152
|
+
const __vue_scope_id__$p = "data-v-59312d66";
|
|
1149
1153
|
/* module identifier */
|
|
1150
1154
|
|
|
1151
|
-
const __vue_module_identifier__$
|
|
1155
|
+
const __vue_module_identifier__$p = undefined;
|
|
1152
1156
|
/* functional template */
|
|
1153
1157
|
|
|
1154
|
-
const __vue_is_functional_template__$
|
|
1158
|
+
const __vue_is_functional_template__$p = false;
|
|
1155
1159
|
/* style inject SSR */
|
|
1156
1160
|
|
|
1157
1161
|
/* style inject shadow dom */
|
|
1158
1162
|
|
|
1159
|
-
const __vue_component__$
|
|
1160
|
-
render: __vue_render__$
|
|
1161
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1162
|
-
}, __vue_inject_styles__$
|
|
1163
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
1164
|
+
render: __vue_render__$o,
|
|
1165
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
1166
|
+
}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
1163
1167
|
|
|
1164
|
-
var NsInlineNotification = __vue_component__$
|
|
1168
|
+
var NsInlineNotification = __vue_component__$L;
|
|
1165
1169
|
|
|
1166
1170
|
//
|
|
1167
1171
|
//
|
|
@@ -1180,7 +1184,7 @@ var NsInlineNotification = __vue_component__$H;
|
|
|
1180
1184
|
//
|
|
1181
1185
|
//
|
|
1182
1186
|
//
|
|
1183
|
-
var script$
|
|
1187
|
+
var script$i = {
|
|
1184
1188
|
name: "NsProgressBar",
|
|
1185
1189
|
props: {
|
|
1186
1190
|
value: {
|
|
@@ -1211,10 +1215,10 @@ var script$g = {
|
|
|
1211
1215
|
};
|
|
1212
1216
|
|
|
1213
1217
|
/* script */
|
|
1214
|
-
const __vue_script__$
|
|
1218
|
+
const __vue_script__$i = script$i;
|
|
1215
1219
|
/* template */
|
|
1216
1220
|
|
|
1217
|
-
var __vue_render__$
|
|
1221
|
+
var __vue_render__$n = function () {
|
|
1218
1222
|
var _vm = this;
|
|
1219
1223
|
|
|
1220
1224
|
var _h = _vm.$createElement;
|
|
@@ -1239,10 +1243,10 @@ var __vue_render__$l = function () {
|
|
|
1239
1243
|
})]], 2)]);
|
|
1240
1244
|
};
|
|
1241
1245
|
|
|
1242
|
-
var __vue_staticRenderFns__$
|
|
1246
|
+
var __vue_staticRenderFns__$n = [];
|
|
1243
1247
|
/* style */
|
|
1244
1248
|
|
|
1245
|
-
const __vue_inject_styles__$
|
|
1249
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
1246
1250
|
if (!inject) return;
|
|
1247
1251
|
inject("data-v-2bcd6519_0", {
|
|
1248
1252
|
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%}}",
|
|
@@ -1253,25 +1257,25 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1253
1257
|
/* scoped */
|
|
1254
1258
|
|
|
1255
1259
|
|
|
1256
|
-
const __vue_scope_id__$
|
|
1260
|
+
const __vue_scope_id__$o = "data-v-2bcd6519";
|
|
1257
1261
|
/* module identifier */
|
|
1258
1262
|
|
|
1259
|
-
const __vue_module_identifier__$
|
|
1263
|
+
const __vue_module_identifier__$o = undefined;
|
|
1260
1264
|
/* functional template */
|
|
1261
1265
|
|
|
1262
|
-
const __vue_is_functional_template__$
|
|
1266
|
+
const __vue_is_functional_template__$o = false;
|
|
1263
1267
|
/* style inject SSR */
|
|
1264
1268
|
|
|
1265
1269
|
/* style inject shadow dom */
|
|
1266
1270
|
|
|
1267
|
-
const __vue_component__$
|
|
1268
|
-
render: __vue_render__$
|
|
1269
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1270
|
-
}, __vue_inject_styles__$
|
|
1271
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
1272
|
+
render: __vue_render__$n,
|
|
1273
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1274
|
+
}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
1271
1275
|
|
|
1272
|
-
var NsProgressBar = __vue_component__$
|
|
1276
|
+
var NsProgressBar = __vue_component__$K;
|
|
1273
1277
|
|
|
1274
|
-
var script$
|
|
1278
|
+
var script$h = {
|
|
1275
1279
|
name: "NsSvg",
|
|
1276
1280
|
props: {
|
|
1277
1281
|
svg: {
|
|
@@ -1330,33 +1334,33 @@ var script$f = {
|
|
|
1330
1334
|
};
|
|
1331
1335
|
|
|
1332
1336
|
/* script */
|
|
1333
|
-
const __vue_script__$
|
|
1337
|
+
const __vue_script__$h = script$h;
|
|
1334
1338
|
/* template */
|
|
1335
1339
|
|
|
1336
1340
|
/* style */
|
|
1337
1341
|
|
|
1338
|
-
const __vue_inject_styles__$
|
|
1342
|
+
const __vue_inject_styles__$n = undefined;
|
|
1339
1343
|
/* scoped */
|
|
1340
1344
|
|
|
1341
|
-
const __vue_scope_id__$
|
|
1345
|
+
const __vue_scope_id__$n = undefined;
|
|
1342
1346
|
/* module identifier */
|
|
1343
1347
|
|
|
1344
|
-
const __vue_module_identifier__$
|
|
1348
|
+
const __vue_module_identifier__$n = undefined;
|
|
1345
1349
|
/* functional template */
|
|
1346
1350
|
|
|
1347
|
-
const __vue_is_functional_template__$
|
|
1351
|
+
const __vue_is_functional_template__$n = undefined;
|
|
1348
1352
|
/* style inject */
|
|
1349
1353
|
|
|
1350
1354
|
/* style inject SSR */
|
|
1351
1355
|
|
|
1352
1356
|
/* style inject shadow dom */
|
|
1353
1357
|
|
|
1354
|
-
const __vue_component__$
|
|
1358
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
1355
1359
|
|
|
1356
|
-
var NsSvg = __vue_component__$
|
|
1360
|
+
var NsSvg = __vue_component__$J;
|
|
1357
1361
|
|
|
1358
1362
|
//
|
|
1359
|
-
var script$
|
|
1363
|
+
var script$g = {
|
|
1360
1364
|
name: "NsTile",
|
|
1361
1365
|
extends: CvTile,
|
|
1362
1366
|
inheritAttrs: false,
|
|
@@ -1404,10 +1408,16 @@ var script$e = {
|
|
|
1404
1408
|
},
|
|
1405
1409
|
centered: Boolean,
|
|
1406
1410
|
large: Boolean,
|
|
1407
|
-
light: Boolean
|
|
1411
|
+
light: Boolean,
|
|
1412
|
+
disabled: Boolean
|
|
1408
1413
|
},
|
|
1409
1414
|
computed: {
|
|
1410
1415
|
tagType() {
|
|
1416
|
+
if (this.disabled) {
|
|
1417
|
+
// not selectable nor clickable
|
|
1418
|
+
return "cv-tile-standard";
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1411
1421
|
switch (this.kind) {
|
|
1412
1422
|
case "clickable":
|
|
1413
1423
|
return "cv-tile-clickable";
|
|
@@ -1424,10 +1434,10 @@ var script$e = {
|
|
|
1424
1434
|
};
|
|
1425
1435
|
|
|
1426
1436
|
/* script */
|
|
1427
|
-
const __vue_script__$
|
|
1437
|
+
const __vue_script__$g = script$g;
|
|
1428
1438
|
/* template */
|
|
1429
1439
|
|
|
1430
|
-
var __vue_render__$
|
|
1440
|
+
var __vue_render__$m = function () {
|
|
1431
1441
|
var _obj;
|
|
1432
1442
|
|
|
1433
1443
|
var _vm = this;
|
|
@@ -1441,6 +1451,8 @@ var __vue_render__$k = function () {
|
|
|
1441
1451
|
tag: "component",
|
|
1442
1452
|
class: ["cv-tile " + _vm.carbonPrefix + "--tile", (_obj = {}, _obj[_vm.carbonPrefix + "--tile--light"] = _vm.isLight, _obj), 'ns-tile', {
|
|
1443
1453
|
'pad-bottom': _vm.footerIcon
|
|
1454
|
+
}, {
|
|
1455
|
+
'disabled-tile': _vm.disabled
|
|
1444
1456
|
}],
|
|
1445
1457
|
attrs: {
|
|
1446
1458
|
"checked": _vm.selected,
|
|
@@ -1464,13 +1476,13 @@ var __vue_render__$k = function () {
|
|
|
1464
1476
|
}) : _vm._e()], 1);
|
|
1465
1477
|
};
|
|
1466
1478
|
|
|
1467
|
-
var __vue_staticRenderFns__$
|
|
1479
|
+
var __vue_staticRenderFns__$m = [];
|
|
1468
1480
|
/* style */
|
|
1469
1481
|
|
|
1470
|
-
const __vue_inject_styles__$
|
|
1482
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
1471
1483
|
if (!inject) return;
|
|
1472
|
-
inject("data-v-
|
|
1473
|
-
source: ".ns-tile[data-v-
|
|
1484
|
+
inject("data-v-fd6b91dc_0", {
|
|
1485
|
+
source: ".ns-tile[data-v-fd6b91dc]{margin-bottom:2rem}.container[data-v-fd6b91dc]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-fd6b91dc]{text-align:center}.large[data-v-fd6b91dc]{min-height:10rem}.tile-icon[data-v-fd6b91dc]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-fd6b91dc]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-fd6b91dc]{padding-bottom:4rem}.disabled-tile[data-v-fd6b91dc]{color:#c6c6c6}",
|
|
1474
1486
|
map: undefined,
|
|
1475
1487
|
media: undefined
|
|
1476
1488
|
});
|
|
@@ -1478,23 +1490,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
1478
1490
|
/* scoped */
|
|
1479
1491
|
|
|
1480
1492
|
|
|
1481
|
-
const __vue_scope_id__$
|
|
1493
|
+
const __vue_scope_id__$m = "data-v-fd6b91dc";
|
|
1482
1494
|
/* module identifier */
|
|
1483
1495
|
|
|
1484
|
-
const __vue_module_identifier__$
|
|
1496
|
+
const __vue_module_identifier__$m = undefined;
|
|
1485
1497
|
/* functional template */
|
|
1486
1498
|
|
|
1487
|
-
const __vue_is_functional_template__$
|
|
1499
|
+
const __vue_is_functional_template__$m = false;
|
|
1488
1500
|
/* style inject SSR */
|
|
1489
1501
|
|
|
1490
1502
|
/* style inject shadow dom */
|
|
1491
1503
|
|
|
1492
|
-
const __vue_component__$
|
|
1493
|
-
render: __vue_render__$
|
|
1494
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1495
|
-
}, __vue_inject_styles__$
|
|
1504
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
1505
|
+
render: __vue_render__$m,
|
|
1506
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
1507
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
1496
1508
|
|
|
1497
|
-
var __vue_component__$
|
|
1509
|
+
var __vue_component__$I = __vue_component__$H;
|
|
1498
1510
|
|
|
1499
1511
|
function toInteger(dirtyNumber) {
|
|
1500
1512
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6091,7 +6103,7 @@ var DateTimeService = {
|
|
|
6091
6103
|
};
|
|
6092
6104
|
|
|
6093
6105
|
//
|
|
6094
|
-
var script$
|
|
6106
|
+
var script$f = {
|
|
6095
6107
|
name: "NsToastNotification",
|
|
6096
6108
|
extends: CvToastNotification,
|
|
6097
6109
|
components: {
|
|
@@ -6133,10 +6145,10 @@ var script$d = {
|
|
|
6133
6145
|
};
|
|
6134
6146
|
|
|
6135
6147
|
/* script */
|
|
6136
|
-
const __vue_script__$
|
|
6148
|
+
const __vue_script__$f = script$f;
|
|
6137
6149
|
/* template */
|
|
6138
6150
|
|
|
6139
|
-
var __vue_render__$
|
|
6151
|
+
var __vue_render__$l = function () {
|
|
6140
6152
|
var _obj;
|
|
6141
6153
|
|
|
6142
6154
|
var _vm = this;
|
|
@@ -6219,10 +6231,10 @@ var __vue_render__$j = function () {
|
|
|
6219
6231
|
})], 1) : _vm._e()], 1)]);
|
|
6220
6232
|
};
|
|
6221
6233
|
|
|
6222
|
-
var __vue_staticRenderFns__$
|
|
6234
|
+
var __vue_staticRenderFns__$l = [];
|
|
6223
6235
|
/* style */
|
|
6224
6236
|
|
|
6225
|
-
const __vue_inject_styles__$
|
|
6237
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6226
6238
|
if (!inject) return;
|
|
6227
6239
|
inject("data-v-79bd81d3_0", {
|
|
6228
6240
|
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}",
|
|
@@ -6237,38 +6249,40 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6237
6249
|
/* scoped */
|
|
6238
6250
|
|
|
6239
6251
|
|
|
6240
|
-
const __vue_scope_id__$
|
|
6252
|
+
const __vue_scope_id__$l = "data-v-79bd81d3";
|
|
6241
6253
|
/* module identifier */
|
|
6242
6254
|
|
|
6243
|
-
const __vue_module_identifier__$
|
|
6255
|
+
const __vue_module_identifier__$l = undefined;
|
|
6244
6256
|
/* functional template */
|
|
6245
6257
|
|
|
6246
|
-
const __vue_is_functional_template__$
|
|
6258
|
+
const __vue_is_functional_template__$l = false;
|
|
6247
6259
|
/* style inject SSR */
|
|
6248
6260
|
|
|
6249
6261
|
/* style inject shadow dom */
|
|
6250
6262
|
|
|
6251
|
-
const __vue_component__$
|
|
6252
|
-
render: __vue_render__$
|
|
6253
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6254
|
-
}, __vue_inject_styles__$
|
|
6263
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6264
|
+
render: __vue_render__$l,
|
|
6265
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6266
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6255
6267
|
|
|
6256
|
-
var __vue_component__$
|
|
6268
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6257
6269
|
|
|
6258
6270
|
//
|
|
6259
|
-
var script$
|
|
6271
|
+
var script$e = {
|
|
6260
6272
|
name: "NsInfoCard",
|
|
6261
|
-
//components added for storybook to work
|
|
6262
6273
|
components: {
|
|
6263
6274
|
NsSvg,
|
|
6264
|
-
|
|
6275
|
+
NsInlineNotification
|
|
6265
6276
|
},
|
|
6266
6277
|
props: {
|
|
6267
6278
|
title: {
|
|
6268
6279
|
type: String,
|
|
6269
|
-
required:
|
|
6280
|
+
required: false
|
|
6281
|
+
},
|
|
6282
|
+
description: {
|
|
6283
|
+
type: String,
|
|
6284
|
+
required: false
|
|
6270
6285
|
},
|
|
6271
|
-
description: String,
|
|
6272
6286
|
icon: {
|
|
6273
6287
|
type: [String, Object],
|
|
6274
6288
|
default: undefined,
|
|
@@ -6282,19 +6296,29 @@ var script$c = {
|
|
|
6282
6296
|
}
|
|
6283
6297
|
|
|
6284
6298
|
},
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6299
|
+
loading: Boolean,
|
|
6300
|
+
isErrorShown: false,
|
|
6301
|
+
errorTitle: String,
|
|
6302
|
+
errorDescription: String,
|
|
6289
6303
|
light: Boolean
|
|
6304
|
+
},
|
|
6305
|
+
computed: {
|
|
6306
|
+
hasMenuSlot() {
|
|
6307
|
+
return !!this.$slots.menu;
|
|
6308
|
+
},
|
|
6309
|
+
|
|
6310
|
+
hasContentSlot() {
|
|
6311
|
+
return !!this.$slots.content;
|
|
6312
|
+
}
|
|
6313
|
+
|
|
6290
6314
|
}
|
|
6291
6315
|
};
|
|
6292
6316
|
|
|
6293
6317
|
/* script */
|
|
6294
|
-
const __vue_script__$
|
|
6318
|
+
const __vue_script__$e = script$e;
|
|
6295
6319
|
/* template */
|
|
6296
6320
|
|
|
6297
|
-
var __vue_render__$
|
|
6321
|
+
var __vue_render__$k = function () {
|
|
6298
6322
|
var _vm = this;
|
|
6299
6323
|
|
|
6300
6324
|
var _h = _vm.$createElement;
|
|
@@ -6307,32 +6331,49 @@ var __vue_render__$i = function () {
|
|
|
6307
6331
|
"kind": "standard",
|
|
6308
6332
|
"light": _vm.light
|
|
6309
6333
|
}
|
|
6310
|
-
}, [_vm.
|
|
6334
|
+
}, [_vm.hasMenuSlot ? _vm._t("menu") : _vm._e(), _vm._v(" "), _vm.icon ? _c('div', {
|
|
6311
6335
|
staticClass: "row"
|
|
6312
6336
|
}, [_c('NsSvg', {
|
|
6313
6337
|
attrs: {
|
|
6314
6338
|
"svg": _vm.icon
|
|
6315
6339
|
}
|
|
6316
|
-
})], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
6340
|
+
})], 1) : _vm._e(), _vm._v(" "), _vm.isErrorShown ? _c('div', {
|
|
6341
|
+
staticClass: "row"
|
|
6342
|
+
}, [_c('NsInlineNotification', {
|
|
6343
|
+
attrs: {
|
|
6344
|
+
"kind": "error",
|
|
6345
|
+
"title": _vm.errorTitle,
|
|
6346
|
+
"description": _vm.errorDescription,
|
|
6347
|
+
"showCloseButton": false
|
|
6348
|
+
}
|
|
6349
|
+
})], 1) : _vm.loading ? _c('div', {
|
|
6350
|
+
staticClass: "row"
|
|
6351
|
+
}, [_c('cv-skeleton-text', {
|
|
6352
|
+
staticClass: "skeleton",
|
|
6353
|
+
attrs: {
|
|
6354
|
+
"paragraph": true,
|
|
6355
|
+
"line-count": 3
|
|
6356
|
+
}
|
|
6357
|
+
})], 1) : [_vm.title ? _c('div', {
|
|
6317
6358
|
staticClass: "row"
|
|
6318
6359
|
}, [_c('h3', {
|
|
6319
6360
|
staticClass: "title"
|
|
6320
|
-
}, [_vm._v(_vm._s(_vm.title))])]), _vm._v(" "), _vm.description ? _c('div', {
|
|
6361
|
+
}, [_vm._v(_vm._s(_vm.title))])]) : _vm._e(), _vm._v(" "), _vm.description ? _c('div', {
|
|
6321
6362
|
staticClass: "row"
|
|
6322
6363
|
}, [_c('div', {
|
|
6323
6364
|
staticClass: "description"
|
|
6324
|
-
}, [_vm._v(_vm._s(_vm.description))])]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
6365
|
+
}, [_vm._v(_vm._s(_vm.description))])]) : _vm._e()], _vm._v(" "), _c('div', {
|
|
6325
6366
|
staticClass: "row slot"
|
|
6326
|
-
}, [_vm._t("content")], 2)], 2);
|
|
6367
|
+
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6327
6368
|
};
|
|
6328
6369
|
|
|
6329
|
-
var __vue_staticRenderFns__$
|
|
6370
|
+
var __vue_staticRenderFns__$k = [];
|
|
6330
6371
|
/* style */
|
|
6331
6372
|
|
|
6332
|
-
const __vue_inject_styles__$
|
|
6373
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6333
6374
|
if (!inject) return;
|
|
6334
|
-
inject("data-v-
|
|
6335
|
-
source: ".info-card[data-v-
|
|
6375
|
+
inject("data-v-34e69a80_0", {
|
|
6376
|
+
source: ".info-card[data-v-34e69a80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-34e69a80]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-34e69a80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-34e69a80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-34e69a80]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-34e69a80]{margin-top:.5rem}",
|
|
6336
6377
|
map: undefined,
|
|
6337
6378
|
media: undefined
|
|
6338
6379
|
});
|
|
@@ -6340,26 +6381,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6340
6381
|
/* scoped */
|
|
6341
6382
|
|
|
6342
6383
|
|
|
6343
|
-
const __vue_scope_id__$
|
|
6384
|
+
const __vue_scope_id__$k = "data-v-34e69a80";
|
|
6344
6385
|
/* module identifier */
|
|
6345
6386
|
|
|
6346
|
-
const __vue_module_identifier__$
|
|
6387
|
+
const __vue_module_identifier__$k = undefined;
|
|
6347
6388
|
/* functional template */
|
|
6348
6389
|
|
|
6349
|
-
const __vue_is_functional_template__$
|
|
6390
|
+
const __vue_is_functional_template__$k = false;
|
|
6350
6391
|
/* style inject SSR */
|
|
6351
6392
|
|
|
6352
6393
|
/* style inject shadow dom */
|
|
6353
6394
|
|
|
6354
|
-
const __vue_component__$
|
|
6355
|
-
render: __vue_render__$
|
|
6356
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6357
|
-
}, __vue_inject_styles__$
|
|
6395
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6396
|
+
render: __vue_render__$k,
|
|
6397
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6398
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6358
6399
|
|
|
6359
|
-
var __vue_component__$
|
|
6400
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6360
6401
|
|
|
6361
6402
|
//
|
|
6362
|
-
var script$
|
|
6403
|
+
var script$d = {
|
|
6363
6404
|
name: "NsStatusCard",
|
|
6364
6405
|
//components added for storybook to work
|
|
6365
6406
|
components: {
|
|
@@ -6406,10 +6447,10 @@ var script$b = {
|
|
|
6406
6447
|
};
|
|
6407
6448
|
|
|
6408
6449
|
/* script */
|
|
6409
|
-
const __vue_script__$
|
|
6450
|
+
const __vue_script__$d = script$d;
|
|
6410
6451
|
/* template */
|
|
6411
6452
|
|
|
6412
|
-
var __vue_render__$
|
|
6453
|
+
var __vue_render__$j = function () {
|
|
6413
6454
|
var _vm = this;
|
|
6414
6455
|
|
|
6415
6456
|
var _h = _vm.$createElement;
|
|
@@ -6478,10 +6519,10 @@ var __vue_render__$h = function () {
|
|
|
6478
6519
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6479
6520
|
};
|
|
6480
6521
|
|
|
6481
|
-
var __vue_staticRenderFns__$
|
|
6522
|
+
var __vue_staticRenderFns__$j = [];
|
|
6482
6523
|
/* style */
|
|
6483
6524
|
|
|
6484
|
-
const __vue_inject_styles__$
|
|
6525
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6485
6526
|
if (!inject) return;
|
|
6486
6527
|
inject("data-v-e4a14fb4_0", {
|
|
6487
6528
|
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}",
|
|
@@ -6492,26 +6533,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
6492
6533
|
/* scoped */
|
|
6493
6534
|
|
|
6494
6535
|
|
|
6495
|
-
const __vue_scope_id__$
|
|
6536
|
+
const __vue_scope_id__$j = "data-v-e4a14fb4";
|
|
6496
6537
|
/* module identifier */
|
|
6497
6538
|
|
|
6498
|
-
const __vue_module_identifier__$
|
|
6539
|
+
const __vue_module_identifier__$j = undefined;
|
|
6499
6540
|
/* functional template */
|
|
6500
6541
|
|
|
6501
|
-
const __vue_is_functional_template__$
|
|
6542
|
+
const __vue_is_functional_template__$j = false;
|
|
6502
6543
|
/* style inject SSR */
|
|
6503
6544
|
|
|
6504
6545
|
/* style inject shadow dom */
|
|
6505
6546
|
|
|
6506
|
-
const __vue_component__$
|
|
6507
|
-
render: __vue_render__$
|
|
6508
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6509
|
-
}, __vue_inject_styles__$
|
|
6547
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6548
|
+
render: __vue_render__$j,
|
|
6549
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6550
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6510
6551
|
|
|
6511
|
-
var __vue_component__$
|
|
6552
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6512
6553
|
|
|
6513
6554
|
//
|
|
6514
|
-
var script$
|
|
6555
|
+
var script$c = {
|
|
6515
6556
|
name: "NsSystemdServiceCard",
|
|
6516
6557
|
//components added for storybook to work
|
|
6517
6558
|
components: {
|
|
@@ -6565,10 +6606,10 @@ var script$a = {
|
|
|
6565
6606
|
};
|
|
6566
6607
|
|
|
6567
6608
|
/* script */
|
|
6568
|
-
const __vue_script__$
|
|
6609
|
+
const __vue_script__$c = script$c;
|
|
6569
6610
|
/* template */
|
|
6570
6611
|
|
|
6571
|
-
var __vue_render__$
|
|
6612
|
+
var __vue_render__$i = function () {
|
|
6572
6613
|
var _vm = this;
|
|
6573
6614
|
|
|
6574
6615
|
var _h = _vm.$createElement;
|
|
@@ -6623,10 +6664,10 @@ var __vue_render__$g = function () {
|
|
|
6623
6664
|
})], 1)])]);
|
|
6624
6665
|
};
|
|
6625
6666
|
|
|
6626
|
-
var __vue_staticRenderFns__$
|
|
6667
|
+
var __vue_staticRenderFns__$i = [];
|
|
6627
6668
|
/* style */
|
|
6628
6669
|
|
|
6629
|
-
const __vue_inject_styles__$
|
|
6670
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
6630
6671
|
if (!inject) return;
|
|
6631
6672
|
inject("data-v-e13a5ce6_0", {
|
|
6632
6673
|
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}",
|
|
@@ -6637,23 +6678,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
6637
6678
|
/* scoped */
|
|
6638
6679
|
|
|
6639
6680
|
|
|
6640
|
-
const __vue_scope_id__$
|
|
6681
|
+
const __vue_scope_id__$i = "data-v-e13a5ce6";
|
|
6641
6682
|
/* module identifier */
|
|
6642
6683
|
|
|
6643
|
-
const __vue_module_identifier__$
|
|
6684
|
+
const __vue_module_identifier__$i = undefined;
|
|
6644
6685
|
/* functional template */
|
|
6645
6686
|
|
|
6646
|
-
const __vue_is_functional_template__$
|
|
6687
|
+
const __vue_is_functional_template__$i = false;
|
|
6647
6688
|
/* style inject SSR */
|
|
6648
6689
|
|
|
6649
6690
|
/* style inject shadow dom */
|
|
6650
6691
|
|
|
6651
|
-
const __vue_component__$
|
|
6652
|
-
render: __vue_render__$
|
|
6653
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6654
|
-
}, __vue_inject_styles__$
|
|
6692
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
6693
|
+
render: __vue_render__$i,
|
|
6694
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
6695
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
6655
6696
|
|
|
6656
|
-
var __vue_component__$
|
|
6697
|
+
var __vue_component__$A = __vue_component__$z;
|
|
6657
6698
|
|
|
6658
6699
|
var UtilService = {
|
|
6659
6700
|
name: "UtilService",
|
|
@@ -6825,7 +6866,7 @@ var UtilService = {
|
|
|
6825
6866
|
};
|
|
6826
6867
|
|
|
6827
6868
|
//
|
|
6828
|
-
var script$
|
|
6869
|
+
var script$b = {
|
|
6829
6870
|
name: "NsPasswordInput",
|
|
6830
6871
|
components: CvTextInput,
|
|
6831
6872
|
mixins: [UtilService],
|
|
@@ -6981,10 +7022,10 @@ var script$9 = {
|
|
|
6981
7022
|
};
|
|
6982
7023
|
|
|
6983
7024
|
/* script */
|
|
6984
|
-
const __vue_script__$
|
|
7025
|
+
const __vue_script__$b = script$b;
|
|
6985
7026
|
/* template */
|
|
6986
7027
|
|
|
6987
|
-
var __vue_render__$
|
|
7028
|
+
var __vue_render__$h = function () {
|
|
6988
7029
|
var _vm = this;
|
|
6989
7030
|
|
|
6990
7031
|
var _h = _vm.$createElement;
|
|
@@ -7018,27 +7059,32 @@ var __vue_render__$f = function () {
|
|
|
7018
7059
|
}, [_c('span', {
|
|
7019
7060
|
class: ['requirement', {
|
|
7020
7061
|
'requirement-ok': _vm.isLengthOk,
|
|
7021
|
-
'requirement-light': _vm.light
|
|
7062
|
+
'requirement-light': _vm.light,
|
|
7063
|
+
'requirement-disabled': _vm.disabled
|
|
7022
7064
|
}]
|
|
7023
7065
|
}, [_vm._v(_vm._s(_vm.lengthLabel))]), _vm._v(" "), _c('span', {
|
|
7024
7066
|
class: ['requirement', {
|
|
7025
7067
|
'requirement-ok': _vm.isLowercaseOk,
|
|
7026
|
-
'requirement-light': _vm.light
|
|
7068
|
+
'requirement-light': _vm.light,
|
|
7069
|
+
'requirement-disabled': _vm.disabled
|
|
7027
7070
|
}]
|
|
7028
7071
|
}, [_vm._v(_vm._s(_vm.lowercaseLabel))]), _vm._v(" "), _c('span', {
|
|
7029
7072
|
class: ['requirement', {
|
|
7030
7073
|
'requirement-ok': _vm.isUppercaseOk,
|
|
7031
|
-
'requirement-light': _vm.light
|
|
7074
|
+
'requirement-light': _vm.light,
|
|
7075
|
+
'requirement-disabled': _vm.disabled
|
|
7032
7076
|
}]
|
|
7033
7077
|
}, [_vm._v(_vm._s(_vm.uppercaseLabel))]), _vm._v(" "), _c('span', {
|
|
7034
7078
|
class: ['requirement', {
|
|
7035
7079
|
'requirement-ok': _vm.isNumberOk,
|
|
7036
|
-
'requirement-light': _vm.light
|
|
7080
|
+
'requirement-light': _vm.light,
|
|
7081
|
+
'requirement-disabled': _vm.disabled
|
|
7037
7082
|
}]
|
|
7038
7083
|
}, [_vm._v(_vm._s(_vm.numberLabel))]), _vm._v(" "), _c('span', {
|
|
7039
7084
|
class: ['requirement', {
|
|
7040
7085
|
'requirement-ok': _vm.isSymbolOk,
|
|
7041
|
-
'requirement-light': _vm.light
|
|
7086
|
+
'requirement-light': _vm.light,
|
|
7087
|
+
'requirement-disabled': _vm.disabled
|
|
7042
7088
|
}]
|
|
7043
7089
|
}, [_vm._v(_vm._s(_vm.symbolLabel))])])], 1), _vm._v(" "), _c('div', {
|
|
7044
7090
|
staticClass: "confirm-password-container"
|
|
@@ -7068,18 +7114,19 @@ var __vue_render__$f = function () {
|
|
|
7068
7114
|
}, [_c('span', {
|
|
7069
7115
|
class: ['requirement', {
|
|
7070
7116
|
'requirement-ok': _vm.isEqualOk,
|
|
7071
|
-
'requirement-light': _vm.light
|
|
7117
|
+
'requirement-light': _vm.light,
|
|
7118
|
+
'requirement-disabled': _vm.disabled
|
|
7072
7119
|
}]
|
|
7073
7120
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7074
7121
|
};
|
|
7075
7122
|
|
|
7076
|
-
var __vue_staticRenderFns__$
|
|
7123
|
+
var __vue_staticRenderFns__$h = [];
|
|
7077
7124
|
/* style */
|
|
7078
7125
|
|
|
7079
|
-
const __vue_inject_styles__$
|
|
7126
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7080
7127
|
if (!inject) return;
|
|
7081
|
-
inject("data-v-
|
|
7082
|
-
source: ".new-password-container[data-v-
|
|
7128
|
+
inject("data-v-af9d89fe_0", {
|
|
7129
|
+
source: ".new-password-container[data-v-af9d89fe]{margin-bottom:1rem}.new-password[data-v-af9d89fe]{margin-bottom:.25rem}.confirm-password[data-v-af9d89fe]{margin-bottom:.25rem}.password-meter[data-v-af9d89fe]{display:flex}@media (min-width:672px){.password-meter[data-v-af9d89fe]{max-width:38rem}}.requirement[data-v-af9d89fe]{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-af9d89fe]{background-color:#fff}.requirement[data-v-af9d89fe]:first-child{margin-left:0}.requirement-ok[data-v-af9d89fe]{color:#fff;background-color:#198038}.requirement-disabled[data-v-af9d89fe]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
7083
7130
|
map: undefined,
|
|
7084
7131
|
media: undefined
|
|
7085
7132
|
});
|
|
@@ -7087,26 +7134,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
7087
7134
|
/* scoped */
|
|
7088
7135
|
|
|
7089
7136
|
|
|
7090
|
-
const __vue_scope_id__$
|
|
7137
|
+
const __vue_scope_id__$h = "data-v-af9d89fe";
|
|
7091
7138
|
/* module identifier */
|
|
7092
7139
|
|
|
7093
|
-
const __vue_module_identifier__$
|
|
7140
|
+
const __vue_module_identifier__$h = undefined;
|
|
7094
7141
|
/* functional template */
|
|
7095
7142
|
|
|
7096
|
-
const __vue_is_functional_template__$
|
|
7143
|
+
const __vue_is_functional_template__$h = false;
|
|
7097
7144
|
/* style inject SSR */
|
|
7098
7145
|
|
|
7099
7146
|
/* style inject shadow dom */
|
|
7100
7147
|
|
|
7101
|
-
const __vue_component__$
|
|
7102
|
-
render: __vue_render__$
|
|
7103
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7104
|
-
}, __vue_inject_styles__$
|
|
7148
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7149
|
+
render: __vue_render__$h,
|
|
7150
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7151
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7105
7152
|
|
|
7106
|
-
var __vue_component__$
|
|
7153
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7107
7154
|
|
|
7108
7155
|
//
|
|
7109
|
-
var script$
|
|
7156
|
+
var script$a = {
|
|
7110
7157
|
name: "NsIconMenu",
|
|
7111
7158
|
extends: CvOverflowMenu,
|
|
7112
7159
|
props: {
|
|
@@ -7135,10 +7182,10 @@ var script$8 = {
|
|
|
7135
7182
|
};
|
|
7136
7183
|
|
|
7137
7184
|
/* script */
|
|
7138
|
-
const __vue_script__$
|
|
7185
|
+
const __vue_script__$a = script$a;
|
|
7139
7186
|
/* template */
|
|
7140
7187
|
|
|
7141
|
-
var __vue_render__$
|
|
7188
|
+
var __vue_render__$g = function () {
|
|
7142
7189
|
var _obj, _obj$1;
|
|
7143
7190
|
|
|
7144
7191
|
var _vm = this;
|
|
@@ -7250,35 +7297,35 @@ var __vue_render__$e = function () {
|
|
|
7250
7297
|
})])]);
|
|
7251
7298
|
};
|
|
7252
7299
|
|
|
7253
|
-
var __vue_staticRenderFns__$
|
|
7300
|
+
var __vue_staticRenderFns__$g = [];
|
|
7254
7301
|
/* style */
|
|
7255
7302
|
|
|
7256
|
-
const __vue_inject_styles__$
|
|
7303
|
+
const __vue_inject_styles__$g = undefined;
|
|
7257
7304
|
/* scoped */
|
|
7258
7305
|
|
|
7259
|
-
const __vue_scope_id__$
|
|
7306
|
+
const __vue_scope_id__$g = undefined;
|
|
7260
7307
|
/* module identifier */
|
|
7261
7308
|
|
|
7262
|
-
const __vue_module_identifier__$
|
|
7309
|
+
const __vue_module_identifier__$g = undefined;
|
|
7263
7310
|
/* functional template */
|
|
7264
7311
|
|
|
7265
|
-
const __vue_is_functional_template__$
|
|
7312
|
+
const __vue_is_functional_template__$g = false;
|
|
7266
7313
|
/* style inject */
|
|
7267
7314
|
|
|
7268
7315
|
/* style inject SSR */
|
|
7269
7316
|
|
|
7270
7317
|
/* style inject shadow dom */
|
|
7271
7318
|
|
|
7272
|
-
const __vue_component__$
|
|
7273
|
-
render: __vue_render__$
|
|
7274
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7275
|
-
}, __vue_inject_styles__$
|
|
7319
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7320
|
+
render: __vue_render__$g,
|
|
7321
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7322
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
7276
7323
|
|
|
7277
|
-
var __vue_component__$
|
|
7324
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7278
7325
|
|
|
7279
7326
|
//
|
|
7280
7327
|
Vue.use(chartsVue);
|
|
7281
|
-
var script$
|
|
7328
|
+
var script$9 = {
|
|
7282
7329
|
name: "NsMeterChart",
|
|
7283
7330
|
components: {
|
|
7284
7331
|
CcvMeterChart
|
|
@@ -7352,10 +7399,10 @@ var script$7 = {
|
|
|
7352
7399
|
};
|
|
7353
7400
|
|
|
7354
7401
|
/* script */
|
|
7355
|
-
const __vue_script__$
|
|
7402
|
+
const __vue_script__$9 = script$9;
|
|
7356
7403
|
/* template */
|
|
7357
7404
|
|
|
7358
|
-
var __vue_render__$
|
|
7405
|
+
var __vue_render__$f = function () {
|
|
7359
7406
|
var _vm = this;
|
|
7360
7407
|
|
|
7361
7408
|
var _h = _vm.$createElement;
|
|
@@ -7370,35 +7417,35 @@ var __vue_render__$d = function () {
|
|
|
7370
7417
|
});
|
|
7371
7418
|
};
|
|
7372
7419
|
|
|
7373
|
-
var __vue_staticRenderFns__$
|
|
7420
|
+
var __vue_staticRenderFns__$f = [];
|
|
7374
7421
|
/* style */
|
|
7375
7422
|
|
|
7376
|
-
const __vue_inject_styles__$
|
|
7423
|
+
const __vue_inject_styles__$f = undefined;
|
|
7377
7424
|
/* scoped */
|
|
7378
7425
|
|
|
7379
|
-
const __vue_scope_id__$
|
|
7426
|
+
const __vue_scope_id__$f = undefined;
|
|
7380
7427
|
/* module identifier */
|
|
7381
7428
|
|
|
7382
|
-
const __vue_module_identifier__$
|
|
7429
|
+
const __vue_module_identifier__$f = undefined;
|
|
7383
7430
|
/* functional template */
|
|
7384
7431
|
|
|
7385
|
-
const __vue_is_functional_template__$
|
|
7432
|
+
const __vue_is_functional_template__$f = false;
|
|
7386
7433
|
/* style inject */
|
|
7387
7434
|
|
|
7388
7435
|
/* style inject SSR */
|
|
7389
7436
|
|
|
7390
7437
|
/* style inject shadow dom */
|
|
7391
7438
|
|
|
7392
|
-
const __vue_component__$
|
|
7393
|
-
render: __vue_render__$
|
|
7394
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7395
|
-
}, __vue_inject_styles__$
|
|
7439
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7440
|
+
render: __vue_render__$f,
|
|
7441
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7442
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
7396
7443
|
|
|
7397
|
-
var __vue_component__$
|
|
7444
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7398
7445
|
|
|
7399
7446
|
//
|
|
7400
7447
|
Vue.use(chartsVue);
|
|
7401
|
-
var script$
|
|
7448
|
+
var script$8 = {
|
|
7402
7449
|
name: "NsPieChart",
|
|
7403
7450
|
components: {},
|
|
7404
7451
|
props: {
|
|
@@ -7454,10 +7501,10 @@ var script$6 = {
|
|
|
7454
7501
|
};
|
|
7455
7502
|
|
|
7456
7503
|
/* script */
|
|
7457
|
-
const __vue_script__$
|
|
7504
|
+
const __vue_script__$8 = script$8;
|
|
7458
7505
|
/* template */
|
|
7459
7506
|
|
|
7460
|
-
var __vue_render__$
|
|
7507
|
+
var __vue_render__$e = function () {
|
|
7461
7508
|
var _vm = this;
|
|
7462
7509
|
|
|
7463
7510
|
var _h = _vm.$createElement;
|
|
@@ -7472,34 +7519,34 @@ var __vue_render__$c = function () {
|
|
|
7472
7519
|
});
|
|
7473
7520
|
};
|
|
7474
7521
|
|
|
7475
|
-
var __vue_staticRenderFns__$
|
|
7522
|
+
var __vue_staticRenderFns__$e = [];
|
|
7476
7523
|
/* style */
|
|
7477
7524
|
|
|
7478
|
-
const __vue_inject_styles__$
|
|
7525
|
+
const __vue_inject_styles__$e = undefined;
|
|
7479
7526
|
/* scoped */
|
|
7480
7527
|
|
|
7481
|
-
const __vue_scope_id__$
|
|
7528
|
+
const __vue_scope_id__$e = undefined;
|
|
7482
7529
|
/* module identifier */
|
|
7483
7530
|
|
|
7484
|
-
const __vue_module_identifier__$
|
|
7531
|
+
const __vue_module_identifier__$e = undefined;
|
|
7485
7532
|
/* functional template */
|
|
7486
7533
|
|
|
7487
|
-
const __vue_is_functional_template__$
|
|
7534
|
+
const __vue_is_functional_template__$e = false;
|
|
7488
7535
|
/* style inject */
|
|
7489
7536
|
|
|
7490
7537
|
/* style inject SSR */
|
|
7491
7538
|
|
|
7492
7539
|
/* style inject shadow dom */
|
|
7493
7540
|
|
|
7494
|
-
const __vue_component__$
|
|
7495
|
-
render: __vue_render__$
|
|
7496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7497
|
-
}, __vue_inject_styles__$
|
|
7541
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7542
|
+
render: __vue_render__$e,
|
|
7543
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7544
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
7498
7545
|
|
|
7499
|
-
var __vue_component__$
|
|
7546
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7500
7547
|
|
|
7501
7548
|
//
|
|
7502
|
-
var script$
|
|
7549
|
+
var script$7 = {
|
|
7503
7550
|
name: "NsDangerDeleteModal",
|
|
7504
7551
|
//component added for storybook to work
|
|
7505
7552
|
components: {
|
|
@@ -7582,10 +7629,10 @@ var script$5 = {
|
|
|
7582
7629
|
};
|
|
7583
7630
|
|
|
7584
7631
|
/* script */
|
|
7585
|
-
const __vue_script__$
|
|
7632
|
+
const __vue_script__$7 = script$7;
|
|
7586
7633
|
/* template */
|
|
7587
7634
|
|
|
7588
|
-
var __vue_render__$
|
|
7635
|
+
var __vue_render__$d = function () {
|
|
7589
7636
|
var _vm = this;
|
|
7590
7637
|
|
|
7591
7638
|
var _h = _vm.$createElement;
|
|
@@ -7646,10 +7693,10 @@ var __vue_render__$b = function () {
|
|
|
7646
7693
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7647
7694
|
};
|
|
7648
7695
|
|
|
7649
|
-
var __vue_staticRenderFns__$
|
|
7696
|
+
var __vue_staticRenderFns__$d = [];
|
|
7650
7697
|
/* style */
|
|
7651
7698
|
|
|
7652
|
-
const __vue_inject_styles__$
|
|
7699
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
7653
7700
|
if (!inject) return;
|
|
7654
7701
|
inject("data-v-97f667a6_0", {
|
|
7655
7702
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7660,23 +7707,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
7660
7707
|
/* scoped */
|
|
7661
7708
|
|
|
7662
7709
|
|
|
7663
|
-
const __vue_scope_id__$
|
|
7710
|
+
const __vue_scope_id__$d = "data-v-97f667a6";
|
|
7664
7711
|
/* module identifier */
|
|
7665
7712
|
|
|
7666
|
-
const __vue_module_identifier__$
|
|
7713
|
+
const __vue_module_identifier__$d = undefined;
|
|
7667
7714
|
/* functional template */
|
|
7668
7715
|
|
|
7669
|
-
const __vue_is_functional_template__$
|
|
7716
|
+
const __vue_is_functional_template__$d = false;
|
|
7670
7717
|
/* style inject SSR */
|
|
7671
7718
|
|
|
7672
7719
|
/* style inject shadow dom */
|
|
7673
7720
|
|
|
7674
|
-
const __vue_component__$
|
|
7675
|
-
render: __vue_render__$
|
|
7676
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7677
|
-
}, __vue_inject_styles__$
|
|
7721
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
7722
|
+
render: __vue_render__$d,
|
|
7723
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7724
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
7678
7725
|
|
|
7679
|
-
var __vue_component__$
|
|
7726
|
+
var __vue_component__$q = __vue_component__$p;
|
|
7680
7727
|
|
|
7681
7728
|
var IconService = {
|
|
7682
7729
|
name: "IconService",
|
|
@@ -7695,6 +7742,7 @@ var IconService = {
|
|
|
7695
7742
|
Reset20,
|
|
7696
7743
|
Download20,
|
|
7697
7744
|
Launch20,
|
|
7745
|
+
// open app, open external link
|
|
7698
7746
|
Upgrade20,
|
|
7699
7747
|
Settings20,
|
|
7700
7748
|
ChevronDown20,
|
|
@@ -7707,6 +7755,7 @@ var IconService = {
|
|
|
7707
7755
|
Application32,
|
|
7708
7756
|
Add20,
|
|
7709
7757
|
Rocket20,
|
|
7758
|
+
// run
|
|
7710
7759
|
Rocket32,
|
|
7711
7760
|
Chip20,
|
|
7712
7761
|
// cluster nodes
|
|
@@ -7728,6 +7777,7 @@ var IconService = {
|
|
|
7728
7777
|
Edit20,
|
|
7729
7778
|
Password20,
|
|
7730
7779
|
Star20,
|
|
7780
|
+
// favorite apps
|
|
7731
7781
|
Checkmark20,
|
|
7732
7782
|
ZoomIn20,
|
|
7733
7783
|
// used to open details
|
|
@@ -7764,14 +7814,17 @@ var IconService = {
|
|
|
7764
7814
|
Warning16,
|
|
7765
7815
|
// warning
|
|
7766
7816
|
Warning20,
|
|
7767
|
-
Warning32
|
|
7817
|
+
Warning32,
|
|
7818
|
+
Power20,
|
|
7819
|
+
// enable, disable
|
|
7820
|
+
Power32
|
|
7768
7821
|
};
|
|
7769
7822
|
}
|
|
7770
7823
|
|
|
7771
7824
|
};
|
|
7772
7825
|
|
|
7773
7826
|
//
|
|
7774
|
-
var script$
|
|
7827
|
+
var script$6 = {
|
|
7775
7828
|
name: "NsDropdownAction",
|
|
7776
7829
|
extends: CvOverflowMenu,
|
|
7777
7830
|
components: {
|
|
@@ -7803,10 +7856,10 @@ var script$4 = {
|
|
|
7803
7856
|
};
|
|
7804
7857
|
|
|
7805
7858
|
/* script */
|
|
7806
|
-
const __vue_script__$
|
|
7859
|
+
const __vue_script__$6 = script$6;
|
|
7807
7860
|
/* template */
|
|
7808
7861
|
|
|
7809
|
-
var __vue_render__$
|
|
7862
|
+
var __vue_render__$c = function () {
|
|
7810
7863
|
var _obj, _obj$1;
|
|
7811
7864
|
|
|
7812
7865
|
var _vm = this;
|
|
@@ -7906,34 +7959,34 @@ var __vue_render__$a = function () {
|
|
|
7906
7959
|
})])]);
|
|
7907
7960
|
};
|
|
7908
7961
|
|
|
7909
|
-
var __vue_staticRenderFns__$
|
|
7962
|
+
var __vue_staticRenderFns__$c = [];
|
|
7910
7963
|
/* style */
|
|
7911
7964
|
|
|
7912
|
-
const __vue_inject_styles__$
|
|
7965
|
+
const __vue_inject_styles__$c = undefined;
|
|
7913
7966
|
/* scoped */
|
|
7914
7967
|
|
|
7915
|
-
const __vue_scope_id__$
|
|
7968
|
+
const __vue_scope_id__$c = "data-v-31925b9d";
|
|
7916
7969
|
/* module identifier */
|
|
7917
7970
|
|
|
7918
|
-
const __vue_module_identifier__$
|
|
7971
|
+
const __vue_module_identifier__$c = undefined;
|
|
7919
7972
|
/* functional template */
|
|
7920
7973
|
|
|
7921
|
-
const __vue_is_functional_template__$
|
|
7974
|
+
const __vue_is_functional_template__$c = false;
|
|
7922
7975
|
/* style inject */
|
|
7923
7976
|
|
|
7924
7977
|
/* style inject SSR */
|
|
7925
7978
|
|
|
7926
7979
|
/* style inject shadow dom */
|
|
7927
7980
|
|
|
7928
|
-
const __vue_component__$
|
|
7929
|
-
render: __vue_render__$
|
|
7930
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7931
|
-
}, __vue_inject_styles__$
|
|
7981
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
7982
|
+
render: __vue_render__$c,
|
|
7983
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7984
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
7932
7985
|
|
|
7933
|
-
var __vue_component__$
|
|
7986
|
+
var __vue_component__$o = __vue_component__$n;
|
|
7934
7987
|
|
|
7935
7988
|
//
|
|
7936
|
-
var script$
|
|
7989
|
+
var script$5 = {
|
|
7937
7990
|
name: "NsTextInput",
|
|
7938
7991
|
extends: CvTextInput,
|
|
7939
7992
|
components: {
|
|
@@ -7987,10 +8040,10 @@ var script$3 = {
|
|
|
7987
8040
|
};
|
|
7988
8041
|
|
|
7989
8042
|
/* script */
|
|
7990
|
-
const __vue_script__$
|
|
8043
|
+
const __vue_script__$5 = script$5;
|
|
7991
8044
|
/* template */
|
|
7992
8045
|
|
|
7993
|
-
var __vue_render__$
|
|
8046
|
+
var __vue_render__$b = function () {
|
|
7994
8047
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
7995
8048
|
|
|
7996
8049
|
var _vm = this;
|
|
@@ -8007,7 +8060,7 @@ var __vue_render__$9 = function () {
|
|
|
8007
8060
|
"for": _vm.uid
|
|
8008
8061
|
}
|
|
8009
8062
|
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
|
|
8010
|
-
staticClass: "tooltip",
|
|
8063
|
+
staticClass: "tooltip info",
|
|
8011
8064
|
attrs: {
|
|
8012
8065
|
"alignment": _vm.tooltipAlignment,
|
|
8013
8066
|
"direction": _vm.tooltipDirection
|
|
@@ -8068,16 +8121,16 @@ var __vue_render__$9 = function () {
|
|
|
8068
8121
|
})], 2) : _vm._e()]);
|
|
8069
8122
|
};
|
|
8070
8123
|
|
|
8071
|
-
var __vue_staticRenderFns__$
|
|
8124
|
+
var __vue_staticRenderFns__$b = [];
|
|
8072
8125
|
/* style */
|
|
8073
8126
|
|
|
8074
|
-
const __vue_inject_styles__$
|
|
8127
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8075
8128
|
if (!inject) return;
|
|
8076
|
-
inject("data-v-
|
|
8077
|
-
source: ".tooltip[data-v-
|
|
8129
|
+
inject("data-v-c9c91db0_0", {
|
|
8130
|
+
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
8078
8131
|
map: undefined,
|
|
8079
8132
|
media: undefined
|
|
8080
|
-
}), inject("data-v-
|
|
8133
|
+
}), inject("data-v-c9c91db0_1", {
|
|
8081
8134
|
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
8082
8135
|
map: undefined,
|
|
8083
8136
|
media: undefined
|
|
@@ -8086,26 +8139,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8086
8139
|
/* scoped */
|
|
8087
8140
|
|
|
8088
8141
|
|
|
8089
|
-
const __vue_scope_id__$
|
|
8142
|
+
const __vue_scope_id__$b = "data-v-c9c91db0";
|
|
8090
8143
|
/* module identifier */
|
|
8091
8144
|
|
|
8092
|
-
const __vue_module_identifier__$
|
|
8145
|
+
const __vue_module_identifier__$b = undefined;
|
|
8093
8146
|
/* functional template */
|
|
8094
8147
|
|
|
8095
|
-
const __vue_is_functional_template__$
|
|
8148
|
+
const __vue_is_functional_template__$b = false;
|
|
8096
8149
|
/* style inject SSR */
|
|
8097
8150
|
|
|
8098
8151
|
/* style inject shadow dom */
|
|
8099
8152
|
|
|
8100
|
-
const __vue_component__$
|
|
8101
|
-
render: __vue_render__$
|
|
8102
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8103
|
-
}, __vue_inject_styles__$
|
|
8153
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8154
|
+
render: __vue_render__$b,
|
|
8155
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8156
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8104
8157
|
|
|
8105
|
-
var __vue_component__$
|
|
8158
|
+
var __vue_component__$m = __vue_component__$l;
|
|
8106
8159
|
|
|
8107
8160
|
//
|
|
8108
|
-
var script$
|
|
8161
|
+
var script$4 = {
|
|
8109
8162
|
name: "NsBackupCardDetails",
|
|
8110
8163
|
mixins: [DateTimeService],
|
|
8111
8164
|
props: {
|
|
@@ -8136,83 +8189,15 @@ var script$2 = {
|
|
|
8136
8189
|
totalFileCountLabel: {
|
|
8137
8190
|
type: String,
|
|
8138
8191
|
required: true
|
|
8139
|
-
}
|
|
8140
|
-
|
|
8141
|
-
// required: true,
|
|
8142
|
-
// },
|
|
8143
|
-
// moduleUiName: { ////
|
|
8144
|
-
// type: String,
|
|
8145
|
-
// default: "",
|
|
8146
|
-
// },
|
|
8147
|
-
// repositories: {
|
|
8148
|
-
// type: Array,
|
|
8149
|
-
// required: true,
|
|
8150
|
-
// },
|
|
8151
|
-
// backups: {
|
|
8152
|
-
// type: Array,
|
|
8153
|
-
// required: true,
|
|
8154
|
-
// },
|
|
8155
|
-
// loading: {
|
|
8156
|
-
// type: Boolean,
|
|
8157
|
-
// default: false,
|
|
8158
|
-
// },
|
|
8159
|
-
// coreContext: {
|
|
8160
|
-
// type: Object,
|
|
8161
|
-
// required: true,
|
|
8162
|
-
// },
|
|
8163
|
-
// light: Boolean,
|
|
8164
|
-
|
|
8165
|
-
} // data() { ////
|
|
8166
|
-
// return {
|
|
8167
|
-
// backupsContainingInstance: [],
|
|
8168
|
-
// status: [],
|
|
8169
|
-
// };
|
|
8170
|
-
// },
|
|
8171
|
-
// watch: {
|
|
8172
|
-
// repositories: function () {
|
|
8173
|
-
// this.updateData();
|
|
8174
|
-
// },
|
|
8175
|
-
// backups: function () {
|
|
8176
|
-
// this.updateData();
|
|
8177
|
-
// },
|
|
8178
|
-
// },
|
|
8179
|
-
// created() {
|
|
8180
|
-
// this.updateData();
|
|
8181
|
-
// },
|
|
8182
|
-
// methods: { ////
|
|
8183
|
-
// updateData() {
|
|
8184
|
-
// let backupsContainingInstance = [];
|
|
8185
|
-
// for (const backup of this.backups) {
|
|
8186
|
-
// for (const instance of backup.instances) {
|
|
8187
|
-
// if (instance.module_id == this.moduleId) {
|
|
8188
|
-
// backupsContainingInstance.push(backup);
|
|
8189
|
-
// }
|
|
8190
|
-
// }
|
|
8191
|
-
// }
|
|
8192
|
-
// this.backupsContainingInstance = backupsContainingInstance;
|
|
8193
|
-
// // status
|
|
8194
|
-
// for (const backup of this.backupsContainingInstance) {
|
|
8195
|
-
// const instance = backup.instances.find(
|
|
8196
|
-
// (i) => i.module_id == this.moduleId
|
|
8197
|
-
// );
|
|
8198
|
-
// const status = instance.status;
|
|
8199
|
-
// this.status[backup.id] = status;
|
|
8200
|
-
// }
|
|
8201
|
-
// },
|
|
8202
|
-
// goToBackup() {
|
|
8203
|
-
// if (this.coreContext && this.coreContext.$router) {
|
|
8204
|
-
// this.coreContext.$router.push("/backup");
|
|
8205
|
-
// }
|
|
8206
|
-
// },
|
|
8207
|
-
// },
|
|
8208
|
-
|
|
8192
|
+
}
|
|
8193
|
+
}
|
|
8209
8194
|
};
|
|
8210
8195
|
|
|
8211
8196
|
/* script */
|
|
8212
|
-
const __vue_script__$
|
|
8197
|
+
const __vue_script__$4 = script$4;
|
|
8213
8198
|
/* template */
|
|
8214
8199
|
|
|
8215
|
-
var __vue_render__$
|
|
8200
|
+
var __vue_render__$a = function () {
|
|
8216
8201
|
var _vm = this;
|
|
8217
8202
|
|
|
8218
8203
|
var _h = _vm.$createElement;
|
|
@@ -8266,13 +8251,13 @@ var __vue_render__$8 = function () {
|
|
|
8266
8251
|
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("humanFormat")(_vm.status[_vm.backup.id].total_file_count)) + "\n (" + _vm._s(_vm.status[_vm.backup.id].total_file_count) + ")\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
8267
8252
|
};
|
|
8268
8253
|
|
|
8269
|
-
var __vue_staticRenderFns__$
|
|
8254
|
+
var __vue_staticRenderFns__$a = [];
|
|
8270
8255
|
/* style */
|
|
8271
8256
|
|
|
8272
|
-
const __vue_inject_styles__$
|
|
8257
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8273
8258
|
if (!inject) return;
|
|
8274
|
-
inject("data-v-
|
|
8275
|
-
source: ".ns-backup-card-details[data-v-
|
|
8259
|
+
inject("data-v-61bac27a_0", {
|
|
8260
|
+
source: ".ns-backup-card-details[data-v-61bac27a]{display:contents}.tr[data-v-61bac27a]{display:table-row}.td[data-v-61bac27a]{display:table-cell}.label[data-v-61bac27a]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
8276
8261
|
map: undefined,
|
|
8277
8262
|
media: undefined
|
|
8278
8263
|
});
|
|
@@ -8280,26 +8265,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8280
8265
|
/* scoped */
|
|
8281
8266
|
|
|
8282
8267
|
|
|
8283
|
-
const __vue_scope_id__$
|
|
8268
|
+
const __vue_scope_id__$a = "data-v-61bac27a";
|
|
8284
8269
|
/* module identifier */
|
|
8285
8270
|
|
|
8286
|
-
const __vue_module_identifier__$
|
|
8271
|
+
const __vue_module_identifier__$a = undefined;
|
|
8287
8272
|
/* functional template */
|
|
8288
8273
|
|
|
8289
|
-
const __vue_is_functional_template__$
|
|
8274
|
+
const __vue_is_functional_template__$a = false;
|
|
8290
8275
|
/* style inject SSR */
|
|
8291
8276
|
|
|
8292
8277
|
/* style inject shadow dom */
|
|
8293
8278
|
|
|
8294
|
-
const __vue_component__$
|
|
8295
|
-
render: __vue_render__$
|
|
8296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8297
|
-
}, __vue_inject_styles__$
|
|
8279
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
8280
|
+
render: __vue_render__$a,
|
|
8281
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8282
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
8298
8283
|
|
|
8299
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8284
|
+
var NsBackupCardDetails = __vue_component__$k;
|
|
8300
8285
|
|
|
8301
8286
|
//
|
|
8302
|
-
var script$
|
|
8287
|
+
var script$3 = {
|
|
8303
8288
|
name: "NsBackupCard",
|
|
8304
8289
|
components: {
|
|
8305
8290
|
NsBackupCardDetails
|
|
@@ -8444,10 +8429,10 @@ var script$1 = {
|
|
|
8444
8429
|
};
|
|
8445
8430
|
|
|
8446
8431
|
/* script */
|
|
8447
|
-
const __vue_script__$
|
|
8432
|
+
const __vue_script__$3 = script$3;
|
|
8448
8433
|
/* template */
|
|
8449
8434
|
|
|
8450
|
-
var __vue_render__$
|
|
8435
|
+
var __vue_render__$9 = function () {
|
|
8451
8436
|
var _vm = this;
|
|
8452
8437
|
|
|
8453
8438
|
var _h = _vm.$createElement;
|
|
@@ -8568,10 +8553,10 @@ var __vue_render__$7 = function () {
|
|
|
8568
8553
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
8569
8554
|
};
|
|
8570
8555
|
|
|
8571
|
-
var __vue_staticRenderFns__$
|
|
8556
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8572
8557
|
/* style */
|
|
8573
8558
|
|
|
8574
|
-
const __vue_inject_styles__$
|
|
8559
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
8575
8560
|
if (!inject) return;
|
|
8576
8561
|
inject("data-v-09385b80_0", {
|
|
8577
8562
|
source: ".ns-backup-card[data-v-09385b80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-09385b80]{margin-bottom:1rem}.backup[data-v-09385b80]:last-child{margin-bottom:0}.row[data-v-09385b80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-09385b80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-09385b80]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-09385b80]{display:table}.tr[data-v-09385b80]{display:table-row}.td[data-v-09385b80]{display:table-cell}.label[data-v-09385b80]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-09385b80]{font-weight:700}.backup-status-icon[data-v-09385b80]{margin-right:.25rem}",
|
|
@@ -8586,26 +8571,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8586
8571
|
/* scoped */
|
|
8587
8572
|
|
|
8588
8573
|
|
|
8589
|
-
const __vue_scope_id__$
|
|
8574
|
+
const __vue_scope_id__$9 = "data-v-09385b80";
|
|
8590
8575
|
/* module identifier */
|
|
8591
8576
|
|
|
8592
|
-
const __vue_module_identifier__$
|
|
8577
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8593
8578
|
/* functional template */
|
|
8594
8579
|
|
|
8595
|
-
const __vue_is_functional_template__$
|
|
8580
|
+
const __vue_is_functional_template__$9 = false;
|
|
8596
8581
|
/* style inject SSR */
|
|
8597
8582
|
|
|
8598
8583
|
/* style inject shadow dom */
|
|
8599
8584
|
|
|
8600
|
-
const __vue_component__$
|
|
8601
|
-
render: __vue_render__$
|
|
8602
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8603
|
-
}, __vue_inject_styles__$
|
|
8585
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
8586
|
+
render: __vue_render__$9,
|
|
8587
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8588
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
8604
8589
|
|
|
8605
|
-
var __vue_component__$
|
|
8590
|
+
var __vue_component__$j = __vue_component__$i;
|
|
8606
8591
|
|
|
8607
8592
|
//
|
|
8608
|
-
var script = {
|
|
8593
|
+
var script$2 = {
|
|
8609
8594
|
name: "NsWizard",
|
|
8610
8595
|
extends: CvModal,
|
|
8611
8596
|
mixins: [IconService],
|
|
@@ -8636,10 +8621,10 @@ var script = {
|
|
|
8636
8621
|
};
|
|
8637
8622
|
|
|
8638
8623
|
/* script */
|
|
8639
|
-
const __vue_script__ = script;
|
|
8624
|
+
const __vue_script__$2 = script$2;
|
|
8640
8625
|
/* template */
|
|
8641
8626
|
|
|
8642
|
-
var __vue_render__$
|
|
8627
|
+
var __vue_render__$8 = function () {
|
|
8643
8628
|
var _obj, _obj$1;
|
|
8644
8629
|
|
|
8645
8630
|
var _vm = this;
|
|
@@ -8778,13 +8763,152 @@ var __vue_render__$6 = function () {
|
|
|
8778
8763
|
})], 1)]);
|
|
8779
8764
|
};
|
|
8780
8765
|
|
|
8766
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8767
|
+
/* style */
|
|
8768
|
+
|
|
8769
|
+
const __vue_inject_styles__$8 = undefined;
|
|
8770
|
+
/* scoped */
|
|
8771
|
+
|
|
8772
|
+
const __vue_scope_id__$8 = undefined;
|
|
8773
|
+
/* module identifier */
|
|
8774
|
+
|
|
8775
|
+
const __vue_module_identifier__$8 = undefined;
|
|
8776
|
+
/* functional template */
|
|
8777
|
+
|
|
8778
|
+
const __vue_is_functional_template__$8 = false;
|
|
8779
|
+
/* style inject */
|
|
8780
|
+
|
|
8781
|
+
/* style inject SSR */
|
|
8782
|
+
|
|
8783
|
+
/* style inject shadow dom */
|
|
8784
|
+
|
|
8785
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
8786
|
+
render: __vue_render__$8,
|
|
8787
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
8788
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
8789
|
+
|
|
8790
|
+
var __vue_component__$h = __vue_component__$g;
|
|
8791
|
+
|
|
8792
|
+
//
|
|
8793
|
+
var script$1 = {
|
|
8794
|
+
name: "NsMenuItem",
|
|
8795
|
+
components: {
|
|
8796
|
+
Edit20,
|
|
8797
|
+
TrashCan20,
|
|
8798
|
+
Power20,
|
|
8799
|
+
Rocket20,
|
|
8800
|
+
Launch20,
|
|
8801
|
+
Star20
|
|
8802
|
+
},
|
|
8803
|
+
props: {
|
|
8804
|
+
label: {
|
|
8805
|
+
type: String,
|
|
8806
|
+
required: true
|
|
8807
|
+
},
|
|
8808
|
+
icon: {
|
|
8809
|
+
type: String,
|
|
8810
|
+
validator: value => ["", "edit", "trash", "power", "rocket", "launch", "star"].includes(value)
|
|
8811
|
+
}
|
|
8812
|
+
},
|
|
8813
|
+
computed: {
|
|
8814
|
+
hasIconSlot() {
|
|
8815
|
+
return !!this.$slots.icon;
|
|
8816
|
+
}
|
|
8817
|
+
|
|
8818
|
+
}
|
|
8819
|
+
};
|
|
8820
|
+
|
|
8821
|
+
/* script */
|
|
8822
|
+
const __vue_script__$1 = script$1;
|
|
8823
|
+
/* template */
|
|
8824
|
+
|
|
8825
|
+
var __vue_render__$7 = function () {
|
|
8826
|
+
var _vm = this;
|
|
8827
|
+
|
|
8828
|
+
var _h = _vm.$createElement;
|
|
8829
|
+
|
|
8830
|
+
var _c = _vm._self._c || _h;
|
|
8831
|
+
|
|
8832
|
+
return _c('div', {
|
|
8833
|
+
staticClass: "ns-menu-item"
|
|
8834
|
+
}, [_vm.icon == 'edit' ? _c('span', {
|
|
8835
|
+
staticClass: "icon"
|
|
8836
|
+
}, [_c('Edit20')], 1) : _vm.icon == 'trash' ? _c('span', {
|
|
8837
|
+
staticClass: "icon"
|
|
8838
|
+
}, [_c('TrashCan20')], 1) : _vm.icon == 'power' ? _c('span', {
|
|
8839
|
+
staticClass: "icon"
|
|
8840
|
+
}, [_c('Power20')], 1) : _vm.icon == 'rocket' ? _c('span', {
|
|
8841
|
+
staticClass: "icon"
|
|
8842
|
+
}, [_c('Rocket20')], 1) : _vm.icon == 'launch' ? _c('span', {
|
|
8843
|
+
staticClass: "icon"
|
|
8844
|
+
}, [_c('Launch20')], 1) : _vm.icon == 'star' ? _c('span', {
|
|
8845
|
+
staticClass: "icon"
|
|
8846
|
+
}, [_c('Star20')], 1) : _vm.hasIconSlot ? _c('span', {
|
|
8847
|
+
staticClass: "icon"
|
|
8848
|
+
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
8849
|
+
};
|
|
8850
|
+
|
|
8851
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8852
|
+
/* style */
|
|
8853
|
+
|
|
8854
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
8855
|
+
if (!inject) return;
|
|
8856
|
+
inject("data-v-6f0a7acc_0", {
|
|
8857
|
+
source: ".ns-menu-item[data-v-6f0a7acc]{display:flex;align-items:center}.icon[data-v-6f0a7acc]{margin-right:.5rem}",
|
|
8858
|
+
map: undefined,
|
|
8859
|
+
media: undefined
|
|
8860
|
+
});
|
|
8861
|
+
};
|
|
8862
|
+
/* scoped */
|
|
8863
|
+
|
|
8864
|
+
|
|
8865
|
+
const __vue_scope_id__$7 = "data-v-6f0a7acc";
|
|
8866
|
+
/* module identifier */
|
|
8867
|
+
|
|
8868
|
+
const __vue_module_identifier__$7 = undefined;
|
|
8869
|
+
/* functional template */
|
|
8870
|
+
|
|
8871
|
+
const __vue_is_functional_template__$7 = false;
|
|
8872
|
+
/* style inject SSR */
|
|
8873
|
+
|
|
8874
|
+
/* style inject shadow dom */
|
|
8875
|
+
|
|
8876
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
8877
|
+
render: __vue_render__$7,
|
|
8878
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
8879
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
8880
|
+
|
|
8881
|
+
var __vue_component__$f = __vue_component__$e;
|
|
8882
|
+
|
|
8883
|
+
//
|
|
8884
|
+
var script = {
|
|
8885
|
+
name: "NsMenuDivider",
|
|
8886
|
+
components: {
|
|
8887
|
+
CvSideNavDivider
|
|
8888
|
+
}
|
|
8889
|
+
};
|
|
8890
|
+
|
|
8891
|
+
/* script */
|
|
8892
|
+
const __vue_script__ = script;
|
|
8893
|
+
/* template */
|
|
8894
|
+
|
|
8895
|
+
var __vue_render__$6 = function () {
|
|
8896
|
+
var _vm = this;
|
|
8897
|
+
|
|
8898
|
+
var _h = _vm.$createElement;
|
|
8899
|
+
|
|
8900
|
+
var _c = _vm._self._c || _h;
|
|
8901
|
+
|
|
8902
|
+
return _c('cv-side-nav-divider');
|
|
8903
|
+
};
|
|
8904
|
+
|
|
8781
8905
|
var __vue_staticRenderFns__$6 = [];
|
|
8782
8906
|
/* style */
|
|
8783
8907
|
|
|
8784
8908
|
const __vue_inject_styles__$6 = undefined;
|
|
8785
8909
|
/* scoped */
|
|
8786
8910
|
|
|
8787
|
-
const __vue_scope_id__$6 =
|
|
8911
|
+
const __vue_scope_id__$6 = "data-v-c2c8c17e";
|
|
8788
8912
|
/* module identifier */
|
|
8789
8913
|
|
|
8790
8914
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -16630,36 +16754,38 @@ var filters = {
|
|
|
16630
16754
|
|
|
16631
16755
|
var components = /*#__PURE__*/Object.freeze({
|
|
16632
16756
|
__proto__: null,
|
|
16633
|
-
NsButton: __vue_component__$
|
|
16634
|
-
NsEmptyState: __vue_component__$
|
|
16757
|
+
NsButton: __vue_component__$V,
|
|
16758
|
+
NsEmptyState: __vue_component__$Q,
|
|
16635
16759
|
NsPictogram: NsPictogram,
|
|
16636
|
-
NsCodeSnippet: __vue_component__$
|
|
16760
|
+
NsCodeSnippet: __vue_component__$O,
|
|
16637
16761
|
NsInlineNotification: NsInlineNotification,
|
|
16638
16762
|
NsProgressBar: NsProgressBar,
|
|
16639
16763
|
NsSvg: NsSvg,
|
|
16640
|
-
NsTile: __vue_component__$
|
|
16641
|
-
NsToastNotification: __vue_component__$
|
|
16642
|
-
NsInfoCard: __vue_component__$
|
|
16643
|
-
NsStatusCard: __vue_component__$
|
|
16644
|
-
NsSystemdServiceCard: __vue_component__$
|
|
16645
|
-
NsPasswordInput: __vue_component__$
|
|
16646
|
-
NsIconMenu: __vue_component__$
|
|
16647
|
-
NsMeterChart: __vue_component__$
|
|
16648
|
-
NsPieChart: __vue_component__$
|
|
16764
|
+
NsTile: __vue_component__$I,
|
|
16765
|
+
NsToastNotification: __vue_component__$G,
|
|
16766
|
+
NsInfoCard: __vue_component__$E,
|
|
16767
|
+
NsStatusCard: __vue_component__$C,
|
|
16768
|
+
NsSystemdServiceCard: __vue_component__$A,
|
|
16769
|
+
NsPasswordInput: __vue_component__$y,
|
|
16770
|
+
NsIconMenu: __vue_component__$w,
|
|
16771
|
+
NsMeterChart: __vue_component__$u,
|
|
16772
|
+
NsPieChart: __vue_component__$s,
|
|
16649
16773
|
NsLottieAnimation: NsLottieAnimation,
|
|
16650
|
-
NsDangerDeleteModal: __vue_component__$
|
|
16774
|
+
NsDangerDeleteModal: __vue_component__$q,
|
|
16651
16775
|
NsCircleTimer: NsCircleTimer,
|
|
16652
|
-
NsDropdownAction: __vue_component__$
|
|
16653
|
-
NsTextInput: __vue_component__$
|
|
16654
|
-
NsBackupCard: __vue_component__$
|
|
16655
|
-
NsWizard: __vue_component__$
|
|
16656
|
-
|
|
16657
|
-
|
|
16658
|
-
|
|
16659
|
-
|
|
16660
|
-
|
|
16661
|
-
|
|
16662
|
-
|
|
16776
|
+
NsDropdownAction: __vue_component__$o,
|
|
16777
|
+
NsTextInput: __vue_component__$m,
|
|
16778
|
+
NsBackupCard: __vue_component__$j,
|
|
16779
|
+
NsWizard: __vue_component__$h,
|
|
16780
|
+
NsMenuItem: __vue_component__$f,
|
|
16781
|
+
NsMenuDivider: __vue_component__$d,
|
|
16782
|
+
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
16783
|
+
GearPictogram: __vue_component__$b,
|
|
16784
|
+
LovePictogram: __vue_component__$9,
|
|
16785
|
+
WarningPictogram: __vue_component__$7,
|
|
16786
|
+
BulldozerPictogram: __vue_component__$5,
|
|
16787
|
+
GroupPictogram: __vue_component__$3,
|
|
16788
|
+
HardDrivePictogram: __vue_component__$1,
|
|
16663
16789
|
UtilService: UtilService,
|
|
16664
16790
|
QueryParamService: queryParam,
|
|
16665
16791
|
TaskService: task,
|
|
@@ -16680,4 +16806,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16680
16806
|
});
|
|
16681
16807
|
}; // Create module definition for Vue.use()
|
|
16682
16808
|
|
|
16683
|
-
export { __vue_component__$5 as
|
|
16809
|
+
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$j as NsBackupCard, __vue_component__$V as NsButton, NsCircleTimer, __vue_component__$O as NsCodeSnippet, __vue_component__$q as NsDangerDeleteModal, __vue_component__$o as NsDropdownAction, __vue_component__$Q as NsEmptyState, __vue_component__$w as NsIconMenu, __vue_component__$E as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$d as NsMenuDivider, __vue_component__$f as NsMenuItem, __vue_component__$u as NsMeterChart, __vue_component__$y as NsPasswordInput, NsPictogram, __vue_component__$s as NsPieChart, NsProgressBar, __vue_component__$C as NsStatusCard, NsSvg, __vue_component__$A as NsSystemdServiceCard, __vue_component__$m as NsTextInput, __vue_component__$I as NsTile, __vue_component__$G as NsToastNotification, __vue_component__$h as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as WarningPictogram, install as default };
|