@nethserver/ns8-ui-lib 0.0.22 → 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 +570 -454
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +548 -445
- package/package.json +1 -1
- package/src/lib-components/NsDangerDeleteModal.vue +113 -0
- package/src/lib-components/NsEmptyState.vue +20 -2
- package/src/lib-components/NsInfoCard.vue +3 -0
- package/src/lib-components/NsLottieAnimation.vue +68 -0
- package/src/lib-components/pictograms/Group.vue +18 -0
- package/src/lib-components/NsNodeCard.vue +0 -212
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu } from '@carbon/vue';
|
|
2
|
+
import LottieAnimation from 'lottie-web-vue';
|
|
2
3
|
import Copy20 from '@carbon/icons-vue/es/copy/20';
|
|
3
4
|
import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
|
|
4
5
|
import { carbonPrefixMixin, themeMixin } from '@carbon/vue/src/mixins';
|
|
5
6
|
import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
|
|
6
7
|
import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
|
|
7
8
|
import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
|
|
8
|
-
import Chip32 from '@carbon/icons-vue/es/chip/32';
|
|
9
|
-
import Information16 from '@carbon/icons-vue/es/information/16';
|
|
10
9
|
import Vue from 'vue';
|
|
11
10
|
import '@carbon/charts/styles.css';
|
|
12
11
|
import chartsVue, { CcvMeterChart } from '@carbon/charts-vue';
|
|
@@ -34,6 +33,7 @@ import Add20 from '@carbon/icons-vue/es/add/20';
|
|
|
34
33
|
import Rocket20 from '@carbon/icons-vue/es/rocket/20';
|
|
35
34
|
import Rocket32 from '@carbon/icons-vue/es/rocket/32';
|
|
36
35
|
import Chip20 from '@carbon/icons-vue/es/chip/20';
|
|
36
|
+
import Chip32 from '@carbon/icons-vue/es/chip/32';
|
|
37
37
|
import Save20 from '@carbon/icons-vue/es/save/20';
|
|
38
38
|
import Application32 from '@carbon/icons-vue/es/application/32';
|
|
39
39
|
import EdgeNode20 from '@carbon/icons-vue/es/edge-node/20';
|
|
@@ -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__$D = __vue_component__$C;
|
|
|
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,36 +343,149 @@ 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);
|
|
369
|
+
|
|
370
|
+
var NsPictogram = __vue_component__$D;
|
|
371
|
+
|
|
372
|
+
//
|
|
373
|
+
var script$f = {
|
|
374
|
+
name: "NsLottieAnimation",
|
|
375
|
+
components: {
|
|
376
|
+
LottieAnimation
|
|
377
|
+
},
|
|
378
|
+
props: {
|
|
379
|
+
animationData: {
|
|
380
|
+
type: Object,
|
|
381
|
+
required: true
|
|
382
|
+
},
|
|
383
|
+
loop: {
|
|
384
|
+
type: [Boolean, Number],
|
|
385
|
+
default: false
|
|
386
|
+
},
|
|
387
|
+
autoPlay: {
|
|
388
|
+
type: Boolean,
|
|
389
|
+
default: true
|
|
390
|
+
},
|
|
391
|
+
refName: {
|
|
392
|
+
type: String,
|
|
393
|
+
default: "anim"
|
|
394
|
+
},
|
|
395
|
+
animateOnHover: {
|
|
396
|
+
type: Boolean,
|
|
397
|
+
default: true
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
methods: {
|
|
401
|
+
onLoopComplete(eventData) {
|
|
402
|
+
this.$emit("loopComplete", eventData);
|
|
403
|
+
},
|
|
404
|
+
|
|
405
|
+
onComplete(eventData) {
|
|
406
|
+
this.$emit("complete", eventData);
|
|
407
|
+
|
|
408
|
+
if (this.animateOnHover) {
|
|
409
|
+
this.$refs[this.refName].stop();
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
|
|
413
|
+
onEnterFrame(eventData) {
|
|
414
|
+
this.$emit("enterFrame", eventData);
|
|
415
|
+
},
|
|
416
|
+
|
|
417
|
+
onMouseOver(eventData) {
|
|
418
|
+
this.$emit("mouseover", eventData);
|
|
419
|
+
|
|
420
|
+
if (this.animateOnHover) {
|
|
421
|
+
this.$refs[this.refName].play();
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
}
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
/* script */
|
|
429
|
+
const __vue_script__$f = script$f;
|
|
430
|
+
/* template */
|
|
367
431
|
|
|
368
|
-
var
|
|
432
|
+
var __vue_render__$k = function () {
|
|
433
|
+
var _vm = this;
|
|
434
|
+
|
|
435
|
+
var _h = _vm.$createElement;
|
|
436
|
+
|
|
437
|
+
var _c = _vm._self._c || _h;
|
|
438
|
+
|
|
439
|
+
return _c('div', {
|
|
440
|
+
staticClass: "ns-lottie-animation",
|
|
441
|
+
on: {
|
|
442
|
+
"mouseover": _vm.onMouseOver
|
|
443
|
+
}
|
|
444
|
+
}, [_c('LottieAnimation', {
|
|
445
|
+
ref: _vm.refName,
|
|
446
|
+
attrs: {
|
|
447
|
+
"animationData": _vm.animationData,
|
|
448
|
+
"loop": _vm.loop,
|
|
449
|
+
"autoPlay": _vm.autoPlay
|
|
450
|
+
},
|
|
451
|
+
on: {
|
|
452
|
+
"loopComplete": _vm.onLoopComplete,
|
|
453
|
+
"complete": _vm.onComplete,
|
|
454
|
+
"enterFrame": _vm.onEnterFrame
|
|
455
|
+
}
|
|
456
|
+
})], 1);
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
var __vue_staticRenderFns__$k = [];
|
|
460
|
+
/* style */
|
|
461
|
+
|
|
462
|
+
const __vue_inject_styles__$l = undefined;
|
|
463
|
+
/* scoped */
|
|
464
|
+
|
|
465
|
+
const __vue_scope_id__$l = "data-v-14e97a70";
|
|
466
|
+
/* module identifier */
|
|
467
|
+
|
|
468
|
+
const __vue_module_identifier__$l = undefined;
|
|
469
|
+
/* functional template */
|
|
470
|
+
|
|
471
|
+
const __vue_is_functional_template__$l = false;
|
|
472
|
+
/* style inject */
|
|
473
|
+
|
|
474
|
+
/* style inject SSR */
|
|
475
|
+
|
|
476
|
+
/* style inject shadow dom */
|
|
477
|
+
|
|
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);
|
|
482
|
+
|
|
483
|
+
var NsLottieAnimation = __vue_component__$C;
|
|
369
484
|
|
|
370
485
|
/* script */
|
|
371
486
|
|
|
372
487
|
/* template */
|
|
373
|
-
var __vue_render__$
|
|
488
|
+
var __vue_render__$j = function () {
|
|
374
489
|
var _vm = this;
|
|
375
490
|
|
|
376
491
|
var _h = _vm.$createElement;
|
|
@@ -385,44 +500,47 @@ var __vue_render__$i = function () {
|
|
|
385
500
|
});
|
|
386
501
|
};
|
|
387
502
|
|
|
388
|
-
var __vue_staticRenderFns__$
|
|
503
|
+
var __vue_staticRenderFns__$j = [];
|
|
389
504
|
/* style */
|
|
390
505
|
|
|
391
|
-
const __vue_inject_styles__$
|
|
506
|
+
const __vue_inject_styles__$k = undefined;
|
|
392
507
|
/* scoped */
|
|
393
508
|
|
|
394
|
-
const __vue_scope_id__$
|
|
509
|
+
const __vue_scope_id__$k = undefined;
|
|
395
510
|
/* module identifier */
|
|
396
511
|
|
|
397
|
-
const __vue_module_identifier__$
|
|
512
|
+
const __vue_module_identifier__$k = undefined;
|
|
398
513
|
/* functional template */
|
|
399
514
|
|
|
400
|
-
const __vue_is_functional_template__$
|
|
515
|
+
const __vue_is_functional_template__$k = false;
|
|
401
516
|
/* style inject */
|
|
402
517
|
|
|
403
518
|
/* style inject SSR */
|
|
404
519
|
|
|
405
520
|
/* style inject shadow dom */
|
|
406
521
|
|
|
407
|
-
const __vue_component__$
|
|
408
|
-
render: __vue_render__$
|
|
409
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
410
|
-
}, __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);
|
|
411
526
|
|
|
412
|
-
var ExclamationMark = __vue_component__$
|
|
527
|
+
var ExclamationMark = __vue_component__$B;
|
|
413
528
|
|
|
414
529
|
//
|
|
415
530
|
var script$e = {
|
|
416
531
|
name: "NsEmptyState",
|
|
417
532
|
components: {
|
|
418
533
|
NsPictogram,
|
|
419
|
-
ExclamationMark
|
|
534
|
+
ExclamationMark,
|
|
535
|
+
NsLottieAnimation
|
|
420
536
|
},
|
|
421
537
|
props: {
|
|
422
538
|
title: {
|
|
423
539
|
type: String,
|
|
424
540
|
required: true
|
|
425
|
-
}
|
|
541
|
+
},
|
|
542
|
+
animationData: Object,
|
|
543
|
+
animationTitle: String
|
|
426
544
|
},
|
|
427
545
|
computed: {
|
|
428
546
|
hasPictogramSlot() {
|
|
@@ -440,7 +558,7 @@ var script$e = {
|
|
|
440
558
|
const __vue_script__$e = script$e;
|
|
441
559
|
/* template */
|
|
442
560
|
|
|
443
|
-
var __vue_render__$
|
|
561
|
+
var __vue_render__$i = function () {
|
|
444
562
|
var _vm = this;
|
|
445
563
|
|
|
446
564
|
var _h = _vm.$createElement;
|
|
@@ -449,7 +567,16 @@ var __vue_render__$h = function () {
|
|
|
449
567
|
|
|
450
568
|
return _c('div', {
|
|
451
569
|
staticClass: "empty-state"
|
|
452
|
-
}, [_c('
|
|
570
|
+
}, [_vm.animationData ? _c('NsLottieAnimation', {
|
|
571
|
+
staticClass: "animation image",
|
|
572
|
+
attrs: {
|
|
573
|
+
"animationData": _vm.animationData,
|
|
574
|
+
"refName": _vm.animationTitle,
|
|
575
|
+
"animateOnHover": true,
|
|
576
|
+
"loop": 1,
|
|
577
|
+
"autoPlay": true
|
|
578
|
+
}
|
|
579
|
+
}) : _c('NsPictogram', {
|
|
453
580
|
staticClass: "image",
|
|
454
581
|
attrs: {
|
|
455
582
|
"title": "empty state"
|
|
@@ -461,13 +588,13 @@ var __vue_render__$h = function () {
|
|
|
461
588
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
462
589
|
};
|
|
463
590
|
|
|
464
|
-
var __vue_staticRenderFns__$
|
|
591
|
+
var __vue_staticRenderFns__$i = [];
|
|
465
592
|
/* style */
|
|
466
593
|
|
|
467
|
-
const __vue_inject_styles__$
|
|
594
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
468
595
|
if (!inject) return;
|
|
469
|
-
inject("data-v-
|
|
470
|
-
source: ".empty-state[data-v-
|
|
596
|
+
inject("data-v-08d7dd18_0", {
|
|
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}",
|
|
471
598
|
map: undefined,
|
|
472
599
|
media: undefined
|
|
473
600
|
});
|
|
@@ -475,23 +602,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
475
602
|
/* scoped */
|
|
476
603
|
|
|
477
604
|
|
|
478
|
-
const __vue_scope_id__$
|
|
605
|
+
const __vue_scope_id__$j = "data-v-08d7dd18";
|
|
479
606
|
/* module identifier */
|
|
480
607
|
|
|
481
|
-
const __vue_module_identifier__$
|
|
608
|
+
const __vue_module_identifier__$j = undefined;
|
|
482
609
|
/* functional template */
|
|
483
610
|
|
|
484
|
-
const __vue_is_functional_template__$
|
|
611
|
+
const __vue_is_functional_template__$j = false;
|
|
485
612
|
/* style inject SSR */
|
|
486
613
|
|
|
487
614
|
/* style inject shadow dom */
|
|
488
615
|
|
|
489
|
-
const __vue_component__$
|
|
490
|
-
render: __vue_render__$
|
|
491
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
492
|
-
}, __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);
|
|
493
620
|
|
|
494
|
-
var __vue_component__$
|
|
621
|
+
var __vue_component__$A = __vue_component__$z;
|
|
495
622
|
|
|
496
623
|
//
|
|
497
624
|
var script$d = {
|
|
@@ -609,7 +736,7 @@ var script$d = {
|
|
|
609
736
|
const __vue_script__$d = script$d;
|
|
610
737
|
/* template */
|
|
611
738
|
|
|
612
|
-
var __vue_render__$
|
|
739
|
+
var __vue_render__$h = function () {
|
|
613
740
|
var _vm = this;
|
|
614
741
|
|
|
615
742
|
var _h = _vm.$createElement;
|
|
@@ -671,10 +798,10 @@ var __vue_render__$g = function () {
|
|
|
671
798
|
})], 1) : _vm._e()], 1);
|
|
672
799
|
};
|
|
673
800
|
|
|
674
|
-
var __vue_staticRenderFns__$
|
|
801
|
+
var __vue_staticRenderFns__$h = [];
|
|
675
802
|
/* style */
|
|
676
803
|
|
|
677
|
-
const __vue_inject_styles__$
|
|
804
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
678
805
|
if (!inject) return;
|
|
679
806
|
inject("data-v-59cb538c_0", {
|
|
680
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}",
|
|
@@ -685,23 +812,23 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
685
812
|
/* scoped */
|
|
686
813
|
|
|
687
814
|
|
|
688
|
-
const __vue_scope_id__$
|
|
815
|
+
const __vue_scope_id__$i = "data-v-59cb538c";
|
|
689
816
|
/* module identifier */
|
|
690
817
|
|
|
691
|
-
const __vue_module_identifier__$
|
|
818
|
+
const __vue_module_identifier__$i = undefined;
|
|
692
819
|
/* functional template */
|
|
693
820
|
|
|
694
|
-
const __vue_is_functional_template__$
|
|
821
|
+
const __vue_is_functional_template__$i = false;
|
|
695
822
|
/* style inject SSR */
|
|
696
823
|
|
|
697
824
|
/* style inject shadow dom */
|
|
698
825
|
|
|
699
|
-
const __vue_component__$
|
|
700
|
-
render: __vue_render__$
|
|
701
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
702
|
-
}, __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);
|
|
703
830
|
|
|
704
|
-
var __vue_component__$
|
|
831
|
+
var __vue_component__$y = __vue_component__$x;
|
|
705
832
|
|
|
706
833
|
//
|
|
707
834
|
var script$c = {
|
|
@@ -738,7 +865,7 @@ var script$c = {
|
|
|
738
865
|
const __vue_script__$c = script$c;
|
|
739
866
|
/* template */
|
|
740
867
|
|
|
741
|
-
var __vue_render__$
|
|
868
|
+
var __vue_render__$g = function () {
|
|
742
869
|
var _obj;
|
|
743
870
|
|
|
744
871
|
var _vm = this;
|
|
@@ -802,10 +929,10 @@ var __vue_render__$f = function () {
|
|
|
802
929
|
})], 1) : _vm._e()]);
|
|
803
930
|
};
|
|
804
931
|
|
|
805
|
-
var __vue_staticRenderFns__$
|
|
932
|
+
var __vue_staticRenderFns__$g = [];
|
|
806
933
|
/* style */
|
|
807
934
|
|
|
808
|
-
const __vue_inject_styles__$
|
|
935
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
809
936
|
if (!inject) return;
|
|
810
937
|
inject("data-v-3df2e043_0", {
|
|
811
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}",
|
|
@@ -816,23 +943,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
816
943
|
/* scoped */
|
|
817
944
|
|
|
818
945
|
|
|
819
|
-
const __vue_scope_id__$
|
|
946
|
+
const __vue_scope_id__$h = "data-v-3df2e043";
|
|
820
947
|
/* module identifier */
|
|
821
948
|
|
|
822
|
-
const __vue_module_identifier__$
|
|
949
|
+
const __vue_module_identifier__$h = undefined;
|
|
823
950
|
/* functional template */
|
|
824
951
|
|
|
825
|
-
const __vue_is_functional_template__$
|
|
952
|
+
const __vue_is_functional_template__$h = false;
|
|
826
953
|
/* style inject SSR */
|
|
827
954
|
|
|
828
955
|
/* style inject shadow dom */
|
|
829
956
|
|
|
830
|
-
const __vue_component__$
|
|
831
|
-
render: __vue_render__$
|
|
832
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
833
|
-
}, __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);
|
|
834
961
|
|
|
835
|
-
var
|
|
962
|
+
var NsInlineNotification = __vue_component__$w;
|
|
836
963
|
|
|
837
964
|
//
|
|
838
965
|
//
|
|
@@ -884,7 +1011,7 @@ var script$b = {
|
|
|
884
1011
|
const __vue_script__$b = script$b;
|
|
885
1012
|
/* template */
|
|
886
1013
|
|
|
887
|
-
var __vue_render__$
|
|
1014
|
+
var __vue_render__$f = function () {
|
|
888
1015
|
var _vm = this;
|
|
889
1016
|
|
|
890
1017
|
var _h = _vm.$createElement;
|
|
@@ -909,10 +1036,10 @@ var __vue_render__$e = function () {
|
|
|
909
1036
|
})]], 2)]);
|
|
910
1037
|
};
|
|
911
1038
|
|
|
912
|
-
var __vue_staticRenderFns__$
|
|
1039
|
+
var __vue_staticRenderFns__$f = [];
|
|
913
1040
|
/* style */
|
|
914
1041
|
|
|
915
|
-
const __vue_inject_styles__$
|
|
1042
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
916
1043
|
if (!inject) return;
|
|
917
1044
|
inject("data-v-7110814a_0", {
|
|
918
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%}}",
|
|
@@ -923,23 +1050,23 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
923
1050
|
/* scoped */
|
|
924
1051
|
|
|
925
1052
|
|
|
926
|
-
const __vue_scope_id__$
|
|
1053
|
+
const __vue_scope_id__$g = "data-v-7110814a";
|
|
927
1054
|
/* module identifier */
|
|
928
1055
|
|
|
929
|
-
const __vue_module_identifier__$
|
|
1056
|
+
const __vue_module_identifier__$g = undefined;
|
|
930
1057
|
/* functional template */
|
|
931
1058
|
|
|
932
|
-
const __vue_is_functional_template__$
|
|
1059
|
+
const __vue_is_functional_template__$g = false;
|
|
933
1060
|
/* style inject SSR */
|
|
934
1061
|
|
|
935
1062
|
/* style inject shadow dom */
|
|
936
1063
|
|
|
937
|
-
const __vue_component__$
|
|
938
|
-
render: __vue_render__$
|
|
939
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
940
|
-
}, __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);
|
|
941
1068
|
|
|
942
|
-
var NsProgressBar = __vue_component__$
|
|
1069
|
+
var NsProgressBar = __vue_component__$v;
|
|
943
1070
|
|
|
944
1071
|
var script$a = {
|
|
945
1072
|
name: "NsSvg",
|
|
@@ -1005,25 +1132,25 @@ const __vue_script__$a = script$a;
|
|
|
1005
1132
|
|
|
1006
1133
|
/* style */
|
|
1007
1134
|
|
|
1008
|
-
const __vue_inject_styles__$
|
|
1135
|
+
const __vue_inject_styles__$f = undefined;
|
|
1009
1136
|
/* scoped */
|
|
1010
1137
|
|
|
1011
|
-
const __vue_scope_id__$
|
|
1138
|
+
const __vue_scope_id__$f = undefined;
|
|
1012
1139
|
/* module identifier */
|
|
1013
1140
|
|
|
1014
|
-
const __vue_module_identifier__$
|
|
1141
|
+
const __vue_module_identifier__$f = undefined;
|
|
1015
1142
|
/* functional template */
|
|
1016
1143
|
|
|
1017
|
-
const __vue_is_functional_template__$
|
|
1144
|
+
const __vue_is_functional_template__$f = undefined;
|
|
1018
1145
|
/* style inject */
|
|
1019
1146
|
|
|
1020
1147
|
/* style inject SSR */
|
|
1021
1148
|
|
|
1022
1149
|
/* style inject shadow dom */
|
|
1023
1150
|
|
|
1024
|
-
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);
|
|
1025
1152
|
|
|
1026
|
-
var NsSvg = __vue_component__$
|
|
1153
|
+
var NsSvg = __vue_component__$u;
|
|
1027
1154
|
|
|
1028
1155
|
//
|
|
1029
1156
|
var script$9 = {
|
|
@@ -1097,7 +1224,7 @@ var script$9 = {
|
|
|
1097
1224
|
const __vue_script__$9 = script$9;
|
|
1098
1225
|
/* template */
|
|
1099
1226
|
|
|
1100
|
-
var __vue_render__$
|
|
1227
|
+
var __vue_render__$e = function () {
|
|
1101
1228
|
var _obj;
|
|
1102
1229
|
|
|
1103
1230
|
var _vm = this;
|
|
@@ -1134,10 +1261,10 @@ var __vue_render__$d = function () {
|
|
|
1134
1261
|
}) : _vm._e()], 1);
|
|
1135
1262
|
};
|
|
1136
1263
|
|
|
1137
|
-
var __vue_staticRenderFns__$
|
|
1264
|
+
var __vue_staticRenderFns__$e = [];
|
|
1138
1265
|
/* style */
|
|
1139
1266
|
|
|
1140
|
-
const __vue_inject_styles__$
|
|
1267
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
1141
1268
|
if (!inject) return;
|
|
1142
1269
|
inject("data-v-bbf09f9e_0", {
|
|
1143
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}",
|
|
@@ -1148,23 +1275,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
1148
1275
|
/* scoped */
|
|
1149
1276
|
|
|
1150
1277
|
|
|
1151
|
-
const __vue_scope_id__$
|
|
1278
|
+
const __vue_scope_id__$e = "data-v-bbf09f9e";
|
|
1152
1279
|
/* module identifier */
|
|
1153
1280
|
|
|
1154
|
-
const __vue_module_identifier__$
|
|
1281
|
+
const __vue_module_identifier__$e = undefined;
|
|
1155
1282
|
/* functional template */
|
|
1156
1283
|
|
|
1157
|
-
const __vue_is_functional_template__$
|
|
1284
|
+
const __vue_is_functional_template__$e = false;
|
|
1158
1285
|
/* style inject SSR */
|
|
1159
1286
|
|
|
1160
1287
|
/* style inject shadow dom */
|
|
1161
1288
|
|
|
1162
|
-
const __vue_component__$
|
|
1163
|
-
render: __vue_render__$
|
|
1164
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1165
|
-
}, __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);
|
|
1166
1293
|
|
|
1167
|
-
var __vue_component__$
|
|
1294
|
+
var __vue_component__$t = __vue_component__$s;
|
|
1168
1295
|
|
|
1169
1296
|
function toInteger(dirtyNumber) {
|
|
1170
1297
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -5806,7 +5933,7 @@ var script$8 = {
|
|
|
5806
5933
|
const __vue_script__$8 = script$8;
|
|
5807
5934
|
/* template */
|
|
5808
5935
|
|
|
5809
|
-
var __vue_render__$
|
|
5936
|
+
var __vue_render__$d = function () {
|
|
5810
5937
|
var _obj;
|
|
5811
5938
|
|
|
5812
5939
|
var _vm = this;
|
|
@@ -5889,10 +6016,10 @@ var __vue_render__$c = function () {
|
|
|
5889
6016
|
})], 1) : _vm._e()], 1)]);
|
|
5890
6017
|
};
|
|
5891
6018
|
|
|
5892
|
-
var __vue_staticRenderFns__$
|
|
6019
|
+
var __vue_staticRenderFns__$d = [];
|
|
5893
6020
|
/* style */
|
|
5894
6021
|
|
|
5895
|
-
const __vue_inject_styles__$
|
|
6022
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
5896
6023
|
if (!inject) return;
|
|
5897
6024
|
inject("data-v-79bd81d3_0", {
|
|
5898
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}",
|
|
@@ -5907,23 +6034,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
5907
6034
|
/* scoped */
|
|
5908
6035
|
|
|
5909
6036
|
|
|
5910
|
-
const __vue_scope_id__$
|
|
6037
|
+
const __vue_scope_id__$d = "data-v-79bd81d3";
|
|
5911
6038
|
/* module identifier */
|
|
5912
6039
|
|
|
5913
|
-
const __vue_module_identifier__$
|
|
6040
|
+
const __vue_module_identifier__$d = undefined;
|
|
5914
6041
|
/* functional template */
|
|
5915
6042
|
|
|
5916
|
-
const __vue_is_functional_template__$
|
|
6043
|
+
const __vue_is_functional_template__$d = false;
|
|
5917
6044
|
/* style inject SSR */
|
|
5918
6045
|
|
|
5919
6046
|
/* style inject shadow dom */
|
|
5920
6047
|
|
|
5921
|
-
const __vue_component__$
|
|
5922
|
-
render: __vue_render__$
|
|
5923
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5924
|
-
}, __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);
|
|
5925
6052
|
|
|
5926
|
-
var __vue_component__$
|
|
6053
|
+
var __vue_component__$r = __vue_component__$q;
|
|
5927
6054
|
|
|
5928
6055
|
//
|
|
5929
6056
|
var script$7 = {
|
|
@@ -5960,7 +6087,7 @@ var script$7 = {
|
|
|
5960
6087
|
const __vue_script__$7 = script$7;
|
|
5961
6088
|
/* template */
|
|
5962
6089
|
|
|
5963
|
-
var __vue_render__$
|
|
6090
|
+
var __vue_render__$c = function () {
|
|
5964
6091
|
var _vm = this;
|
|
5965
6092
|
|
|
5966
6093
|
var _h = _vm.$createElement;
|
|
@@ -5992,13 +6119,13 @@ var __vue_render__$b = function () {
|
|
|
5992
6119
|
}, [_vm._t("default")], 2)]);
|
|
5993
6120
|
};
|
|
5994
6121
|
|
|
5995
|
-
var __vue_staticRenderFns__$
|
|
6122
|
+
var __vue_staticRenderFns__$c = [];
|
|
5996
6123
|
/* style */
|
|
5997
6124
|
|
|
5998
|
-
const __vue_inject_styles__$
|
|
6125
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
5999
6126
|
if (!inject) return;
|
|
6000
|
-
inject("data-v-
|
|
6001
|
-
source: ".info-card[data-v-
|
|
6127
|
+
inject("data-v-b195af80_0", {
|
|
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}",
|
|
6002
6129
|
map: undefined,
|
|
6003
6130
|
media: undefined
|
|
6004
6131
|
});
|
|
@@ -6006,23 +6133,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
6006
6133
|
/* scoped */
|
|
6007
6134
|
|
|
6008
6135
|
|
|
6009
|
-
const __vue_scope_id__$
|
|
6136
|
+
const __vue_scope_id__$c = "data-v-b195af80";
|
|
6010
6137
|
/* module identifier */
|
|
6011
6138
|
|
|
6012
|
-
const __vue_module_identifier__$
|
|
6139
|
+
const __vue_module_identifier__$c = undefined;
|
|
6013
6140
|
/* functional template */
|
|
6014
6141
|
|
|
6015
|
-
const __vue_is_functional_template__$
|
|
6142
|
+
const __vue_is_functional_template__$c = false;
|
|
6016
6143
|
/* style inject SSR */
|
|
6017
6144
|
|
|
6018
6145
|
/* style inject shadow dom */
|
|
6019
6146
|
|
|
6020
|
-
const __vue_component__$
|
|
6021
|
-
render: __vue_render__$
|
|
6022
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6023
|
-
}, __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);
|
|
6024
6151
|
|
|
6025
|
-
var __vue_component__$
|
|
6152
|
+
var __vue_component__$p = __vue_component__$o;
|
|
6026
6153
|
|
|
6027
6154
|
//
|
|
6028
6155
|
var script$6 = {
|
|
@@ -6075,7 +6202,7 @@ var script$6 = {
|
|
|
6075
6202
|
const __vue_script__$6 = script$6;
|
|
6076
6203
|
/* template */
|
|
6077
6204
|
|
|
6078
|
-
var __vue_render__$
|
|
6205
|
+
var __vue_render__$b = function () {
|
|
6079
6206
|
var _vm = this;
|
|
6080
6207
|
|
|
6081
6208
|
var _h = _vm.$createElement;
|
|
@@ -6144,10 +6271,10 @@ var __vue_render__$a = function () {
|
|
|
6144
6271
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6145
6272
|
};
|
|
6146
6273
|
|
|
6147
|
-
var __vue_staticRenderFns__$
|
|
6274
|
+
var __vue_staticRenderFns__$b = [];
|
|
6148
6275
|
/* style */
|
|
6149
6276
|
|
|
6150
|
-
const __vue_inject_styles__$
|
|
6277
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
6151
6278
|
if (!inject) return;
|
|
6152
6279
|
inject("data-v-e4a14fb4_0", {
|
|
6153
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}",
|
|
@@ -6158,23 +6285,23 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
6158
6285
|
/* scoped */
|
|
6159
6286
|
|
|
6160
6287
|
|
|
6161
|
-
const __vue_scope_id__$
|
|
6288
|
+
const __vue_scope_id__$b = "data-v-e4a14fb4";
|
|
6162
6289
|
/* module identifier */
|
|
6163
6290
|
|
|
6164
|
-
const __vue_module_identifier__$
|
|
6291
|
+
const __vue_module_identifier__$b = undefined;
|
|
6165
6292
|
/* functional template */
|
|
6166
6293
|
|
|
6167
|
-
const __vue_is_functional_template__$
|
|
6294
|
+
const __vue_is_functional_template__$b = false;
|
|
6168
6295
|
/* style inject SSR */
|
|
6169
6296
|
|
|
6170
6297
|
/* style inject shadow dom */
|
|
6171
6298
|
|
|
6172
|
-
const __vue_component__$
|
|
6173
|
-
render: __vue_render__$
|
|
6174
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6175
|
-
}, __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);
|
|
6176
6303
|
|
|
6177
|
-
var __vue_component__$
|
|
6304
|
+
var __vue_component__$n = __vue_component__$m;
|
|
6178
6305
|
|
|
6179
6306
|
//
|
|
6180
6307
|
var script$5 = {
|
|
@@ -6234,7 +6361,7 @@ var script$5 = {
|
|
|
6234
6361
|
const __vue_script__$5 = script$5;
|
|
6235
6362
|
/* template */
|
|
6236
6363
|
|
|
6237
|
-
var __vue_render__$
|
|
6364
|
+
var __vue_render__$a = function () {
|
|
6238
6365
|
var _vm = this;
|
|
6239
6366
|
|
|
6240
6367
|
var _h = _vm.$createElement;
|
|
@@ -6289,10 +6416,10 @@ var __vue_render__$9 = function () {
|
|
|
6289
6416
|
})], 1)])]);
|
|
6290
6417
|
};
|
|
6291
6418
|
|
|
6292
|
-
var __vue_staticRenderFns__$
|
|
6419
|
+
var __vue_staticRenderFns__$a = [];
|
|
6293
6420
|
/* style */
|
|
6294
6421
|
|
|
6295
|
-
const __vue_inject_styles__$
|
|
6422
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
6296
6423
|
if (!inject) return;
|
|
6297
6424
|
inject("data-v-e13a5ce6_0", {
|
|
6298
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}",
|
|
@@ -6303,23 +6430,23 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
6303
6430
|
/* scoped */
|
|
6304
6431
|
|
|
6305
6432
|
|
|
6306
|
-
const __vue_scope_id__$
|
|
6433
|
+
const __vue_scope_id__$a = "data-v-e13a5ce6";
|
|
6307
6434
|
/* module identifier */
|
|
6308
6435
|
|
|
6309
|
-
const __vue_module_identifier__$
|
|
6436
|
+
const __vue_module_identifier__$a = undefined;
|
|
6310
6437
|
/* functional template */
|
|
6311
6438
|
|
|
6312
|
-
const __vue_is_functional_template__$
|
|
6439
|
+
const __vue_is_functional_template__$a = false;
|
|
6313
6440
|
/* style inject SSR */
|
|
6314
6441
|
|
|
6315
6442
|
/* style inject shadow dom */
|
|
6316
6443
|
|
|
6317
|
-
const __vue_component__$
|
|
6318
|
-
render: __vue_render__$
|
|
6319
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6320
|
-
}, __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);
|
|
6321
6448
|
|
|
6322
|
-
var __vue_component__$
|
|
6449
|
+
var __vue_component__$l = __vue_component__$k;
|
|
6323
6450
|
|
|
6324
6451
|
var UtilService = {
|
|
6325
6452
|
name: "UtilService",
|
|
@@ -6631,7 +6758,7 @@ var script$4 = {
|
|
|
6631
6758
|
const __vue_script__$4 = script$4;
|
|
6632
6759
|
/* template */
|
|
6633
6760
|
|
|
6634
|
-
var __vue_render__$
|
|
6761
|
+
var __vue_render__$9 = function () {
|
|
6635
6762
|
var _vm = this;
|
|
6636
6763
|
|
|
6637
6764
|
var _h = _vm.$createElement;
|
|
@@ -6718,10 +6845,10 @@ var __vue_render__$8 = function () {
|
|
|
6718
6845
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
6719
6846
|
};
|
|
6720
6847
|
|
|
6721
|
-
var __vue_staticRenderFns__$
|
|
6848
|
+
var __vue_staticRenderFns__$9 = [];
|
|
6722
6849
|
/* style */
|
|
6723
6850
|
|
|
6724
|
-
const __vue_inject_styles__$
|
|
6851
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
6725
6852
|
if (!inject) return;
|
|
6726
6853
|
inject("data-v-61a70522_0", {
|
|
6727
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}",
|
|
@@ -6732,261 +6859,27 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
6732
6859
|
/* scoped */
|
|
6733
6860
|
|
|
6734
6861
|
|
|
6735
|
-
const __vue_scope_id__$
|
|
6736
|
-
/* module identifier */
|
|
6737
|
-
|
|
6738
|
-
const __vue_module_identifier__$8 = undefined;
|
|
6739
|
-
/* functional template */
|
|
6740
|
-
|
|
6741
|
-
const __vue_is_functional_template__$8 = false;
|
|
6742
|
-
/* style inject SSR */
|
|
6743
|
-
|
|
6744
|
-
/* style inject shadow dom */
|
|
6745
|
-
|
|
6746
|
-
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
6747
|
-
render: __vue_render__$8,
|
|
6748
|
-
staticRenderFns: __vue_staticRenderFns__$8
|
|
6749
|
-
}, __vue_inject_styles__$8, __vue_script__$4, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
6750
|
-
|
|
6751
|
-
var __vue_component__$h = __vue_component__$g;
|
|
6752
|
-
|
|
6753
|
-
//
|
|
6754
|
-
var script$3 = {
|
|
6755
|
-
name: "NsNodeCard",
|
|
6756
|
-
//components added for storybook to work
|
|
6757
|
-
components: {
|
|
6758
|
-
NsSvg,
|
|
6759
|
-
CvTile,
|
|
6760
|
-
Information16
|
|
6761
|
-
},
|
|
6762
|
-
props: {
|
|
6763
|
-
nodeId: String,
|
|
6764
|
-
nodeLabel: {
|
|
6765
|
-
type: String,
|
|
6766
|
-
default: "Node"
|
|
6767
|
-
},
|
|
6768
|
-
isLeader: Boolean,
|
|
6769
|
-
leaderLabel: {
|
|
6770
|
-
type: String,
|
|
6771
|
-
default: "leader"
|
|
6772
|
-
},
|
|
6773
|
-
workerLabel: {
|
|
6774
|
-
type: String,
|
|
6775
|
-
default: "worker"
|
|
6776
|
-
},
|
|
6777
|
-
cpuUsageLabel: {
|
|
6778
|
-
type: String,
|
|
6779
|
-
default: "CPU usage"
|
|
6780
|
-
},
|
|
6781
|
-
cpuLoadLabel: {
|
|
6782
|
-
type: String,
|
|
6783
|
-
default: "CPU load"
|
|
6784
|
-
},
|
|
6785
|
-
cpuLoadTooltip: {
|
|
6786
|
-
type: String,
|
|
6787
|
-
default: "CPU average load of last 1 / 5 / 15 minutes"
|
|
6788
|
-
},
|
|
6789
|
-
memoryUsageLabel: {
|
|
6790
|
-
type: String,
|
|
6791
|
-
default: "Memory usage"
|
|
6792
|
-
},
|
|
6793
|
-
swapUsageLabel: {
|
|
6794
|
-
type: String,
|
|
6795
|
-
default: "Swap usage"
|
|
6796
|
-
},
|
|
6797
|
-
diskUsageLabel: {
|
|
6798
|
-
type: String,
|
|
6799
|
-
default: "usage"
|
|
6800
|
-
},
|
|
6801
|
-
cpuUsage: Number,
|
|
6802
|
-
cpuUsageWarningTh: {
|
|
6803
|
-
type: Number,
|
|
6804
|
-
default: 90
|
|
6805
|
-
},
|
|
6806
|
-
load1Min: Number,
|
|
6807
|
-
load5Min: Number,
|
|
6808
|
-
load15Min: Number,
|
|
6809
|
-
cpuLoadWarningTh: {
|
|
6810
|
-
type: Number,
|
|
6811
|
-
default: 90
|
|
6812
|
-
},
|
|
6813
|
-
memoryUsage: Number,
|
|
6814
|
-
memoryWarningTh: {
|
|
6815
|
-
type: Number,
|
|
6816
|
-
default: 90
|
|
6817
|
-
},
|
|
6818
|
-
swapUsage: Number,
|
|
6819
|
-
swapWarningTh: {
|
|
6820
|
-
type: Number,
|
|
6821
|
-
default: 90
|
|
6822
|
-
},
|
|
6823
|
-
disksUsage: Array,
|
|
6824
|
-
diskWarningTh: {
|
|
6825
|
-
type: Number,
|
|
6826
|
-
default: 90
|
|
6827
|
-
},
|
|
6828
|
-
loading: Boolean,
|
|
6829
|
-
light: Boolean
|
|
6830
|
-
},
|
|
6831
|
-
|
|
6832
|
-
data() {
|
|
6833
|
-
return {
|
|
6834
|
-
Chip32
|
|
6835
|
-
};
|
|
6836
|
-
}
|
|
6837
|
-
|
|
6838
|
-
};
|
|
6839
|
-
|
|
6840
|
-
/* script */
|
|
6841
|
-
const __vue_script__$3 = script$3;
|
|
6842
|
-
/* template */
|
|
6843
|
-
|
|
6844
|
-
var __vue_render__$7 = function () {
|
|
6845
|
-
var _vm = this;
|
|
6846
|
-
|
|
6847
|
-
var _h = _vm.$createElement;
|
|
6848
|
-
|
|
6849
|
-
var _c = _vm._self._c || _h;
|
|
6850
|
-
|
|
6851
|
-
return _c('cv-tile', {
|
|
6852
|
-
staticClass: "node-card",
|
|
6853
|
-
attrs: {
|
|
6854
|
-
"kind": "standard",
|
|
6855
|
-
"light": _vm.light
|
|
6856
|
-
}
|
|
6857
|
-
}, [_c('div', {
|
|
6858
|
-
staticClass: "row"
|
|
6859
|
-
}, [_c('NsSvg', {
|
|
6860
|
-
attrs: {
|
|
6861
|
-
"svg": _vm.Chip32
|
|
6862
|
-
}
|
|
6863
|
-
})], 1), _vm._v(" "), _c('div', {
|
|
6864
|
-
staticClass: "row"
|
|
6865
|
-
}, [_c('h3', {
|
|
6866
|
-
staticClass: "title"
|
|
6867
|
-
}, [_vm._v(_vm._s(_vm.nodeLabel) + " " + _vm._s(_vm.nodeId))])]), _vm._v(" "), _c('div', {
|
|
6868
|
-
staticClass: "row"
|
|
6869
|
-
}, [_vm.isLeader ? _c('cv-tag', {
|
|
6870
|
-
attrs: {
|
|
6871
|
-
"kind": "green",
|
|
6872
|
-
"label": _vm.leaderLabel
|
|
6873
|
-
}
|
|
6874
|
-
}) : _c('cv-tag', {
|
|
6875
|
-
attrs: {
|
|
6876
|
-
"kind": "blue",
|
|
6877
|
-
"label": _vm.workerLabel
|
|
6878
|
-
}
|
|
6879
|
-
})], 1), _vm._v(" "), _vm.loading ? _c('div', {
|
|
6880
|
-
staticClass: "row node-card-skeleton"
|
|
6881
|
-
}, [_c('cv-skeleton-text', {
|
|
6882
|
-
attrs: {
|
|
6883
|
-
"paragraph": true,
|
|
6884
|
-
"line-count": 5
|
|
6885
|
-
}
|
|
6886
|
-
})], 1) : _c('div', {
|
|
6887
|
-
staticClass: "table-wrapper"
|
|
6888
|
-
}, [_c('div', {
|
|
6889
|
-
staticClass: "table"
|
|
6890
|
-
}, [_c('div', {
|
|
6891
|
-
staticClass: "tr"
|
|
6892
|
-
}, [_c('div', {
|
|
6893
|
-
staticClass: "td label"
|
|
6894
|
-
}, [_vm._v(_vm._s(_vm.cpuUsageLabel))]), _vm._v(" "), _c('div', {
|
|
6895
|
-
class: ['td', {
|
|
6896
|
-
warning: _vm.cpuUsage >= _vm.cpuUsageWarningTh
|
|
6897
|
-
}]
|
|
6898
|
-
}, [_vm._v("\n " + _vm._s(_vm.cpuUsage) + "%\n ")])]), _vm._v(" "), _c('div', {
|
|
6899
|
-
staticClass: "tr"
|
|
6900
|
-
}, [_c('div', {
|
|
6901
|
-
staticClass: "td label"
|
|
6902
|
-
}, [_vm._v("\n " + _vm._s(_vm.cpuLoadLabel) + "\n "), _c('cv-tooltip', {
|
|
6903
|
-
staticClass: "info",
|
|
6904
|
-
attrs: {
|
|
6905
|
-
"alignment": "center",
|
|
6906
|
-
"direction": "bottom",
|
|
6907
|
-
"tip": _vm.cpuLoadTooltip
|
|
6908
|
-
}
|
|
6909
|
-
}, [_c('Information16')], 1)], 1), _vm._v(" "), _c('div', {
|
|
6910
|
-
staticClass: "td"
|
|
6911
|
-
}, [_c('span', {
|
|
6912
|
-
class: {
|
|
6913
|
-
warning: _vm.load1Min >= _vm.cpuLoadWarningTh
|
|
6914
|
-
}
|
|
6915
|
-
}, [_vm._v(_vm._s(_vm.load1Min) + "%")]), _vm._v("\n /\n "), _c('span', {
|
|
6916
|
-
class: {
|
|
6917
|
-
warning: _vm.load5Min >= _vm.cpuLoadWarningTh
|
|
6918
|
-
}
|
|
6919
|
-
}, [_vm._v(_vm._s(_vm.load5Min) + "%")]), _vm._v("\n /\n "), _c('span', {
|
|
6920
|
-
class: {
|
|
6921
|
-
warning: _vm.load15Min >= _vm.cpuLoadWarningTh
|
|
6922
|
-
}
|
|
6923
|
-
}, [_vm._v(_vm._s(_vm.load15Min) + "%")])])]), _vm._v(" "), _c('div', {
|
|
6924
|
-
staticClass: "tr"
|
|
6925
|
-
}, [_c('div', {
|
|
6926
|
-
staticClass: "td label"
|
|
6927
|
-
}, [_vm._v(_vm._s(_vm.memoryUsageLabel))]), _vm._v(" "), _c('div', {
|
|
6928
|
-
class: ['td', {
|
|
6929
|
-
warning: _vm.memoryUsage >= _vm.memoryWarningTh
|
|
6930
|
-
}]
|
|
6931
|
-
}, [_vm._v("\n " + _vm._s(_vm.memoryUsage) + "%\n ")])]), _vm._v(" "), _c('div', {
|
|
6932
|
-
staticClass: "tr"
|
|
6933
|
-
}, [_c('div', {
|
|
6934
|
-
staticClass: "td label"
|
|
6935
|
-
}, [_vm._v(_vm._s(_vm.swapUsageLabel))]), _vm._v(" "), _c('div', {
|
|
6936
|
-
class: ['td', {
|
|
6937
|
-
warning: _vm.swapUsage >= _vm.swapWarningTh
|
|
6938
|
-
}]
|
|
6939
|
-
}, [_vm._v("\n " + _vm._s(_vm.swapUsage) + "%\n ")])]), _vm._v(" "), _vm._l(_vm.disksUsage, function (disk, index) {
|
|
6940
|
-
return _c('div', {
|
|
6941
|
-
key: index,
|
|
6942
|
-
staticClass: "tr"
|
|
6943
|
-
}, [_c('div', {
|
|
6944
|
-
staticClass: "td label"
|
|
6945
|
-
}, [_vm._v(_vm._s(disk.diskId) + " " + _vm._s(_vm.diskUsageLabel))]), _vm._v(" "), _c('div', {
|
|
6946
|
-
class: ['td', {
|
|
6947
|
-
warning: disk.usage >= _vm.diskWarningTh
|
|
6948
|
-
}]
|
|
6949
|
-
}, [_vm._v("\n " + _vm._s(disk.usage) + "%\n ")])]);
|
|
6950
|
-
})], 2)]), _vm._v(" "), _c('div', {
|
|
6951
|
-
staticClass: "row slot"
|
|
6952
|
-
}, [_vm._t("default")], 2)]);
|
|
6953
|
-
};
|
|
6954
|
-
|
|
6955
|
-
var __vue_staticRenderFns__$7 = [];
|
|
6956
|
-
/* style */
|
|
6957
|
-
|
|
6958
|
-
const __vue_inject_styles__$7 = function (inject) {
|
|
6959
|
-
if (!inject) return;
|
|
6960
|
-
inject("data-v-0b976635_0", {
|
|
6961
|
-
source: ".node-card[data-v-0b976635]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-0b976635]{display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.node-card-skeleton[data-v-0b976635]{margin:1rem 3rem}.label[data-v-0b976635]{padding-right:.5rem;font-weight:700;text-align:right;padding-bottom:.5rem}.slot[data-v-0b976635]{margin-top:.5rem}.table-wrapper[data-v-0b976635]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-0b976635]{display:table}.tr[data-v-0b976635]{display:table-row}.td[data-v-0b976635]{display:table-cell}",
|
|
6962
|
-
map: undefined,
|
|
6963
|
-
media: undefined
|
|
6964
|
-
});
|
|
6965
|
-
};
|
|
6966
|
-
/* scoped */
|
|
6967
|
-
|
|
6968
|
-
|
|
6969
|
-
const __vue_scope_id__$7 = "data-v-0b976635";
|
|
6862
|
+
const __vue_scope_id__$9 = "data-v-61a70522";
|
|
6970
6863
|
/* module identifier */
|
|
6971
6864
|
|
|
6972
|
-
const __vue_module_identifier__$
|
|
6865
|
+
const __vue_module_identifier__$9 = undefined;
|
|
6973
6866
|
/* functional template */
|
|
6974
6867
|
|
|
6975
|
-
const __vue_is_functional_template__$
|
|
6868
|
+
const __vue_is_functional_template__$9 = false;
|
|
6976
6869
|
/* style inject SSR */
|
|
6977
6870
|
|
|
6978
6871
|
/* style inject shadow dom */
|
|
6979
6872
|
|
|
6980
|
-
const __vue_component__$
|
|
6981
|
-
render: __vue_render__$
|
|
6982
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6983
|
-
}, __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);
|
|
6984
6877
|
|
|
6985
|
-
var __vue_component__$
|
|
6878
|
+
var __vue_component__$j = __vue_component__$i;
|
|
6986
6879
|
|
|
6987
6880
|
//
|
|
6988
6881
|
|
|
6989
|
-
var script$
|
|
6882
|
+
var script$3 = {
|
|
6990
6883
|
name: "NsIconMenu",
|
|
6991
6884
|
extends: CvOverflowMenu,
|
|
6992
6885
|
props: {
|
|
@@ -7015,10 +6908,10 @@ var script$2 = {
|
|
|
7015
6908
|
};
|
|
7016
6909
|
|
|
7017
6910
|
/* script */
|
|
7018
|
-
const __vue_script__$
|
|
6911
|
+
const __vue_script__$3 = script$3;
|
|
7019
6912
|
/* template */
|
|
7020
6913
|
|
|
7021
|
-
var __vue_render__$
|
|
6914
|
+
var __vue_render__$8 = function () {
|
|
7022
6915
|
var _obj, _obj$1;
|
|
7023
6916
|
|
|
7024
6917
|
var _vm = this;
|
|
@@ -7130,35 +7023,35 @@ var __vue_render__$6 = function () {
|
|
|
7130
7023
|
})])]);
|
|
7131
7024
|
};
|
|
7132
7025
|
|
|
7133
|
-
var __vue_staticRenderFns__$
|
|
7026
|
+
var __vue_staticRenderFns__$8 = [];
|
|
7134
7027
|
/* style */
|
|
7135
7028
|
|
|
7136
|
-
const __vue_inject_styles__$
|
|
7029
|
+
const __vue_inject_styles__$8 = undefined;
|
|
7137
7030
|
/* scoped */
|
|
7138
7031
|
|
|
7139
|
-
const __vue_scope_id__$
|
|
7032
|
+
const __vue_scope_id__$8 = undefined;
|
|
7140
7033
|
/* module identifier */
|
|
7141
7034
|
|
|
7142
|
-
const __vue_module_identifier__$
|
|
7035
|
+
const __vue_module_identifier__$8 = undefined;
|
|
7143
7036
|
/* functional template */
|
|
7144
7037
|
|
|
7145
|
-
const __vue_is_functional_template__$
|
|
7038
|
+
const __vue_is_functional_template__$8 = false;
|
|
7146
7039
|
/* style inject */
|
|
7147
7040
|
|
|
7148
7041
|
/* style inject SSR */
|
|
7149
7042
|
|
|
7150
7043
|
/* style inject shadow dom */
|
|
7151
7044
|
|
|
7152
|
-
const __vue_component__$
|
|
7153
|
-
render: __vue_render__$
|
|
7154
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7155
|
-
}, __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);
|
|
7156
7049
|
|
|
7157
|
-
var __vue_component__$
|
|
7050
|
+
var __vue_component__$h = __vue_component__$g;
|
|
7158
7051
|
|
|
7159
7052
|
//
|
|
7160
7053
|
Vue.use(chartsVue);
|
|
7161
|
-
var script$
|
|
7054
|
+
var script$2 = {
|
|
7162
7055
|
name: "NsMeterChart",
|
|
7163
7056
|
components: {
|
|
7164
7057
|
CcvMeterChart
|
|
@@ -7232,10 +7125,10 @@ var script$1 = {
|
|
|
7232
7125
|
};
|
|
7233
7126
|
|
|
7234
7127
|
/* script */
|
|
7235
|
-
const __vue_script__$
|
|
7128
|
+
const __vue_script__$2 = script$2;
|
|
7236
7129
|
/* template */
|
|
7237
7130
|
|
|
7238
|
-
var __vue_render__$
|
|
7131
|
+
var __vue_render__$7 = function () {
|
|
7239
7132
|
var _vm = this;
|
|
7240
7133
|
|
|
7241
7134
|
var _h = _vm.$createElement;
|
|
@@ -7250,35 +7143,35 @@ var __vue_render__$5 = function () {
|
|
|
7250
7143
|
});
|
|
7251
7144
|
};
|
|
7252
7145
|
|
|
7253
|
-
var __vue_staticRenderFns__$
|
|
7146
|
+
var __vue_staticRenderFns__$7 = [];
|
|
7254
7147
|
/* style */
|
|
7255
7148
|
|
|
7256
|
-
const __vue_inject_styles__$
|
|
7149
|
+
const __vue_inject_styles__$7 = undefined;
|
|
7257
7150
|
/* scoped */
|
|
7258
7151
|
|
|
7259
|
-
const __vue_scope_id__$
|
|
7152
|
+
const __vue_scope_id__$7 = undefined;
|
|
7260
7153
|
/* module identifier */
|
|
7261
7154
|
|
|
7262
|
-
const __vue_module_identifier__$
|
|
7155
|
+
const __vue_module_identifier__$7 = undefined;
|
|
7263
7156
|
/* functional template */
|
|
7264
7157
|
|
|
7265
|
-
const __vue_is_functional_template__$
|
|
7158
|
+
const __vue_is_functional_template__$7 = false;
|
|
7266
7159
|
/* style inject */
|
|
7267
7160
|
|
|
7268
7161
|
/* style inject SSR */
|
|
7269
7162
|
|
|
7270
7163
|
/* style inject shadow dom */
|
|
7271
7164
|
|
|
7272
|
-
const __vue_component__$
|
|
7273
|
-
render: __vue_render__$
|
|
7274
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7275
|
-
}, __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);
|
|
7276
7169
|
|
|
7277
|
-
var __vue_component__$
|
|
7170
|
+
var __vue_component__$f = __vue_component__$e;
|
|
7278
7171
|
|
|
7279
7172
|
//
|
|
7280
7173
|
Vue.use(chartsVue);
|
|
7281
|
-
var script = {
|
|
7174
|
+
var script$1 = {
|
|
7282
7175
|
name: "NsPieChart",
|
|
7283
7176
|
components: {},
|
|
7284
7177
|
props: {
|
|
@@ -7334,10 +7227,10 @@ var script = {
|
|
|
7334
7227
|
};
|
|
7335
7228
|
|
|
7336
7229
|
/* script */
|
|
7337
|
-
const __vue_script__ = script;
|
|
7230
|
+
const __vue_script__$1 = script$1;
|
|
7338
7231
|
/* template */
|
|
7339
7232
|
|
|
7340
|
-
var __vue_render__$
|
|
7233
|
+
var __vue_render__$6 = function () {
|
|
7341
7234
|
var _vm = this;
|
|
7342
7235
|
|
|
7343
7236
|
var _h = _vm.$createElement;
|
|
@@ -7352,6 +7245,223 @@ var __vue_render__$4 = function () {
|
|
|
7352
7245
|
});
|
|
7353
7246
|
};
|
|
7354
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
|
+
|
|
7355
7465
|
var __vue_staticRenderFns__$4 = [];
|
|
7356
7466
|
/* style */
|
|
7357
7467
|
|
|
@@ -7374,7 +7484,7 @@ const __vue_is_functional_template__$4 = false;
|
|
|
7374
7484
|
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
7375
7485
|
render: __vue_render__$4,
|
|
7376
7486
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
7377
|
-
}, __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);
|
|
7378
7488
|
|
|
7379
7489
|
var __vue_component__$9 = __vue_component__$8;
|
|
7380
7490
|
|
|
@@ -7390,8 +7500,8 @@ var __vue_render__$3 = function () {
|
|
|
7390
7500
|
|
|
7391
7501
|
return _c('path', {
|
|
7392
7502
|
attrs: {
|
|
7393
|
-
"id": "
|
|
7394
|
-
"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"
|
|
7395
7505
|
}
|
|
7396
7506
|
});
|
|
7397
7507
|
};
|
|
@@ -7434,8 +7544,8 @@ var __vue_render__$2 = function () {
|
|
|
7434
7544
|
|
|
7435
7545
|
return _c('path', {
|
|
7436
7546
|
attrs: {
|
|
7437
|
-
"id": "
|
|
7438
|
-
"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"
|
|
7439
7549
|
}
|
|
7440
7550
|
});
|
|
7441
7551
|
};
|
|
@@ -7478,8 +7588,8 @@ var __vue_render__$1 = function () {
|
|
|
7478
7588
|
|
|
7479
7589
|
return _c('path', {
|
|
7480
7590
|
attrs: {
|
|
7481
|
-
"id": "
|
|
7482
|
-
"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"
|
|
7483
7593
|
}
|
|
7484
7594
|
});
|
|
7485
7595
|
};
|
|
@@ -7522,8 +7632,8 @@ var __vue_render__ = function () {
|
|
|
7522
7632
|
|
|
7523
7633
|
return _c('path', {
|
|
7524
7634
|
attrs: {
|
|
7525
|
-
"id": "
|
|
7526
|
-
"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"
|
|
7527
7637
|
}
|
|
7528
7638
|
});
|
|
7529
7639
|
};
|
|
@@ -7924,7 +8034,11 @@ var icon = {
|
|
|
7924
8034
|
Password20,
|
|
7925
8035
|
Star20,
|
|
7926
8036
|
Checkmark20,
|
|
7927
|
-
ZoomIn20
|
|
8037
|
+
ZoomIn20,
|
|
8038
|
+
// used to open details
|
|
8039
|
+
Events32,
|
|
8040
|
+
// used for domains
|
|
8041
|
+
Link32 // used for external domain providers
|
|
7928
8042
|
|
|
7929
8043
|
};
|
|
7930
8044
|
}
|
|
@@ -8105,28 +8219,30 @@ var filters = {
|
|
|
8105
8219
|
|
|
8106
8220
|
var components = /*#__PURE__*/Object.freeze({
|
|
8107
8221
|
__proto__: null,
|
|
8108
|
-
NsButton: __vue_component__$
|
|
8109
|
-
NsEmptyState: __vue_component__$
|
|
8222
|
+
NsButton: __vue_component__$F,
|
|
8223
|
+
NsEmptyState: __vue_component__$A,
|
|
8110
8224
|
NsPictogram: NsPictogram,
|
|
8111
|
-
NsCodeSnippet: __vue_component__$
|
|
8112
|
-
NsInlineNotification:
|
|
8225
|
+
NsCodeSnippet: __vue_component__$y,
|
|
8226
|
+
NsInlineNotification: NsInlineNotification,
|
|
8113
8227
|
NsProgressBar: NsProgressBar,
|
|
8114
8228
|
NsSvg: NsSvg,
|
|
8115
|
-
NsTile: __vue_component__$
|
|
8116
|
-
NsToastNotification: __vue_component__$
|
|
8117
|
-
NsInfoCard: __vue_component__$
|
|
8118
|
-
NsStatusCard: __vue_component__$
|
|
8119
|
-
NsSystemdServiceCard: __vue_component__$
|
|
8120
|
-
NsPasswordInput: __vue_component__$
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
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,
|
|
8238
|
+
NsLottieAnimation: NsLottieAnimation,
|
|
8239
|
+
NsDangerDeleteModal: __vue_component__$b,
|
|
8125
8240
|
ExclamationMark: ExclamationMark,
|
|
8126
|
-
Gear: __vue_component__$
|
|
8127
|
-
Love: __vue_component__$
|
|
8128
|
-
Warning: __vue_component__$
|
|
8129
|
-
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,
|
|
8130
8246
|
UtilService: UtilService,
|
|
8131
8247
|
QueryParamService: queryParam,
|
|
8132
8248
|
TaskService: task,
|
|
@@ -8146,4 +8262,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
8146
8262
|
});
|
|
8147
8263
|
}; // Create module definition for Vue.use()
|
|
8148
8264
|
|
|
8149
|
-
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 };
|