@nethserver/ns8-ui-lib 0.0.33 → 0.0.37
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 +499 -244
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +445 -235
- package/package.json +1 -1
- package/src/lib-components/NsCircleTimer.vue +109 -0
- package/src/lib-components/NsDangerDeleteModal.vue +10 -3
- package/src/lib-components/NsInlineNotification.vue +14 -1
- package/src/lib-components/pictograms/HardDrive.vue +12 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -37,6 +37,7 @@ import Rocket32 from '@carbon/icons-vue/es/rocket/32';
|
|
|
37
37
|
import Chip20 from '@carbon/icons-vue/es/chip/20';
|
|
38
38
|
import Chip32 from '@carbon/icons-vue/es/chip/32';
|
|
39
39
|
import Save20 from '@carbon/icons-vue/es/save/20';
|
|
40
|
+
import Save32 from '@carbon/icons-vue/es/save/32';
|
|
40
41
|
import Application32 from '@carbon/icons-vue/es/application/32';
|
|
41
42
|
import EdgeNode20 from '@carbon/icons-vue/es/edge-node/20';
|
|
42
43
|
import EdgeNode32 from '@carbon/icons-vue/es/edge-node/32';
|
|
@@ -51,14 +52,23 @@ import Star20 from '@carbon/icons-vue/es/star/20';
|
|
|
51
52
|
import Checkmark20 from '@carbon/icons-vue/es/checkmark/20';
|
|
52
53
|
import ZoomIn20 from '@carbon/icons-vue/es/zoom--in/20';
|
|
53
54
|
import Events32 from '@carbon/icons-vue/es/events/32';
|
|
55
|
+
import Link20 from '@carbon/icons-vue/es/link/20';
|
|
54
56
|
import Link32 from '@carbon/icons-vue/es/link/32';
|
|
55
57
|
import WarningAlt32 from '@carbon/icons-vue/es/warning--alt/32';
|
|
58
|
+
import WarningAlt20 from '@carbon/icons-vue/es/warning--alt/20';
|
|
59
|
+
import Tools20 from '@carbon/icons-vue/es/tools/20';
|
|
56
60
|
import Tools32 from '@carbon/icons-vue/es/tools/32';
|
|
57
61
|
import Network_220 from '@carbon/icons-vue/es/network--2/20';
|
|
58
62
|
import Network_232 from '@carbon/icons-vue/es/network--2/32';
|
|
63
|
+
import DataBase20 from '@carbon/icons-vue/es/data--base/20';
|
|
64
|
+
import DataBase32 from '@carbon/icons-vue/es/data--base/32';
|
|
65
|
+
import DataBackup20 from '@carbon/icons-vue/es/data-backup/20';
|
|
66
|
+
import DataBackup32 from '@carbon/icons-vue/es/data-backup/32';
|
|
67
|
+
import ArrowDown20 from '@carbon/icons-vue/es/arrow--down/20';
|
|
68
|
+
import ArrowDown32 from '@carbon/icons-vue/es/arrow--down/32';
|
|
59
69
|
|
|
60
70
|
//
|
|
61
|
-
var script$
|
|
71
|
+
var script$i = {
|
|
62
72
|
name: "NsButton",
|
|
63
73
|
extends: CvButton,
|
|
64
74
|
props: {
|
|
@@ -221,10 +231,10 @@ function addStyle(id, css) {
|
|
|
221
231
|
}
|
|
222
232
|
|
|
223
233
|
/* script */
|
|
224
|
-
const __vue_script__$
|
|
234
|
+
const __vue_script__$i = script$i;
|
|
225
235
|
/* template */
|
|
226
236
|
|
|
227
|
-
var __vue_render__$
|
|
237
|
+
var __vue_render__$o = function () {
|
|
228
238
|
var _vm = this;
|
|
229
239
|
|
|
230
240
|
var _h = _vm.$createElement;
|
|
@@ -247,10 +257,10 @@ var __vue_render__$m = function () {
|
|
|
247
257
|
}) : _vm._e()], 2);
|
|
248
258
|
};
|
|
249
259
|
|
|
250
|
-
var __vue_staticRenderFns__$
|
|
260
|
+
var __vue_staticRenderFns__$o = [];
|
|
251
261
|
/* style */
|
|
252
262
|
|
|
253
|
-
const __vue_inject_styles__$
|
|
263
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
254
264
|
if (!inject) return;
|
|
255
265
|
inject("data-v-025b0f12_0", {
|
|
256
266
|
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)}}",
|
|
@@ -261,23 +271,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
261
271
|
/* scoped */
|
|
262
272
|
|
|
263
273
|
|
|
264
|
-
const __vue_scope_id__$
|
|
274
|
+
const __vue_scope_id__$p = "data-v-025b0f12";
|
|
265
275
|
/* module identifier */
|
|
266
276
|
|
|
267
|
-
const __vue_module_identifier__$
|
|
277
|
+
const __vue_module_identifier__$p = undefined;
|
|
268
278
|
/* functional template */
|
|
269
279
|
|
|
270
|
-
const __vue_is_functional_template__$
|
|
280
|
+
const __vue_is_functional_template__$p = false;
|
|
271
281
|
/* style inject SSR */
|
|
272
282
|
|
|
273
283
|
/* style inject shadow dom */
|
|
274
284
|
|
|
275
|
-
const __vue_component__$
|
|
276
|
-
render: __vue_render__$
|
|
277
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
278
|
-
}, __vue_inject_styles__$
|
|
285
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
286
|
+
render: __vue_render__$o,
|
|
287
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
288
|
+
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
279
289
|
|
|
280
|
-
var __vue_component__$
|
|
290
|
+
var __vue_component__$I = __vue_component__$H;
|
|
281
291
|
|
|
282
292
|
//
|
|
283
293
|
//
|
|
@@ -295,7 +305,7 @@ var __vue_component__$F = __vue_component__$E;
|
|
|
295
305
|
//
|
|
296
306
|
//
|
|
297
307
|
//
|
|
298
|
-
var script$
|
|
308
|
+
var script$h = {
|
|
299
309
|
name: "NsPictogram",
|
|
300
310
|
props: {
|
|
301
311
|
title: {
|
|
@@ -318,10 +328,10 @@ var script$g = {
|
|
|
318
328
|
};
|
|
319
329
|
|
|
320
330
|
/* script */
|
|
321
|
-
const __vue_script__$
|
|
331
|
+
const __vue_script__$h = script$h;
|
|
322
332
|
/* template */
|
|
323
333
|
|
|
324
|
-
var __vue_render__$
|
|
334
|
+
var __vue_render__$n = function () {
|
|
325
335
|
var _vm = this;
|
|
326
336
|
|
|
327
337
|
var _h = _vm.$createElement;
|
|
@@ -349,34 +359,34 @@ var __vue_render__$l = function () {
|
|
|
349
359
|
}, [_vm._t("default")], 2)]);
|
|
350
360
|
};
|
|
351
361
|
|
|
352
|
-
var __vue_staticRenderFns__$
|
|
362
|
+
var __vue_staticRenderFns__$n = [];
|
|
353
363
|
/* style */
|
|
354
364
|
|
|
355
|
-
const __vue_inject_styles__$
|
|
365
|
+
const __vue_inject_styles__$o = undefined;
|
|
356
366
|
/* scoped */
|
|
357
367
|
|
|
358
|
-
const __vue_scope_id__$
|
|
368
|
+
const __vue_scope_id__$o = undefined;
|
|
359
369
|
/* module identifier */
|
|
360
370
|
|
|
361
|
-
const __vue_module_identifier__$
|
|
371
|
+
const __vue_module_identifier__$o = undefined;
|
|
362
372
|
/* functional template */
|
|
363
373
|
|
|
364
|
-
const __vue_is_functional_template__$
|
|
374
|
+
const __vue_is_functional_template__$o = false;
|
|
365
375
|
/* style inject */
|
|
366
376
|
|
|
367
377
|
/* style inject SSR */
|
|
368
378
|
|
|
369
379
|
/* style inject shadow dom */
|
|
370
380
|
|
|
371
|
-
const __vue_component__$
|
|
372
|
-
render: __vue_render__$
|
|
373
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
374
|
-
}, __vue_inject_styles__$
|
|
381
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
382
|
+
render: __vue_render__$n,
|
|
383
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
384
|
+
}, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
375
385
|
|
|
376
|
-
var NsPictogram = __vue_component__$
|
|
386
|
+
var NsPictogram = __vue_component__$G;
|
|
377
387
|
|
|
378
388
|
//
|
|
379
|
-
var script$
|
|
389
|
+
var script$g = {
|
|
380
390
|
name: "NsLottieAnimation",
|
|
381
391
|
components: {
|
|
382
392
|
LottieAnimation
|
|
@@ -432,10 +442,10 @@ var script$f = {
|
|
|
432
442
|
};
|
|
433
443
|
|
|
434
444
|
/* script */
|
|
435
|
-
const __vue_script__$
|
|
445
|
+
const __vue_script__$g = script$g;
|
|
436
446
|
/* template */
|
|
437
447
|
|
|
438
|
-
var __vue_render__$
|
|
448
|
+
var __vue_render__$m = function () {
|
|
439
449
|
var _vm = this;
|
|
440
450
|
|
|
441
451
|
var _h = _vm.$createElement;
|
|
@@ -462,36 +472,36 @@ var __vue_render__$k = function () {
|
|
|
462
472
|
})], 1);
|
|
463
473
|
};
|
|
464
474
|
|
|
465
|
-
var __vue_staticRenderFns__$
|
|
475
|
+
var __vue_staticRenderFns__$m = [];
|
|
466
476
|
/* style */
|
|
467
477
|
|
|
468
|
-
const __vue_inject_styles__$
|
|
478
|
+
const __vue_inject_styles__$n = undefined;
|
|
469
479
|
/* scoped */
|
|
470
480
|
|
|
471
|
-
const __vue_scope_id__$
|
|
481
|
+
const __vue_scope_id__$n = "data-v-14e97a70";
|
|
472
482
|
/* module identifier */
|
|
473
483
|
|
|
474
|
-
const __vue_module_identifier__$
|
|
484
|
+
const __vue_module_identifier__$n = undefined;
|
|
475
485
|
/* functional template */
|
|
476
486
|
|
|
477
|
-
const __vue_is_functional_template__$
|
|
487
|
+
const __vue_is_functional_template__$n = false;
|
|
478
488
|
/* style inject */
|
|
479
489
|
|
|
480
490
|
/* style inject SSR */
|
|
481
491
|
|
|
482
492
|
/* style inject shadow dom */
|
|
483
493
|
|
|
484
|
-
const __vue_component__$
|
|
485
|
-
render: __vue_render__$
|
|
486
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
487
|
-
}, __vue_inject_styles__$
|
|
494
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
495
|
+
render: __vue_render__$m,
|
|
496
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
497
|
+
}, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
488
498
|
|
|
489
|
-
var NsLottieAnimation = __vue_component__$
|
|
499
|
+
var NsLottieAnimation = __vue_component__$F;
|
|
490
500
|
|
|
491
501
|
/* script */
|
|
492
502
|
|
|
493
503
|
/* template */
|
|
494
|
-
var __vue_render__$
|
|
504
|
+
var __vue_render__$l = function () {
|
|
495
505
|
var _vm = this;
|
|
496
506
|
|
|
497
507
|
var _h = _vm.$createElement;
|
|
@@ -506,34 +516,34 @@ var __vue_render__$j = function () {
|
|
|
506
516
|
});
|
|
507
517
|
};
|
|
508
518
|
|
|
509
|
-
var __vue_staticRenderFns__$
|
|
519
|
+
var __vue_staticRenderFns__$l = [];
|
|
510
520
|
/* style */
|
|
511
521
|
|
|
512
|
-
const __vue_inject_styles__$
|
|
522
|
+
const __vue_inject_styles__$m = undefined;
|
|
513
523
|
/* scoped */
|
|
514
524
|
|
|
515
|
-
const __vue_scope_id__$
|
|
525
|
+
const __vue_scope_id__$m = undefined;
|
|
516
526
|
/* module identifier */
|
|
517
527
|
|
|
518
|
-
const __vue_module_identifier__$
|
|
528
|
+
const __vue_module_identifier__$m = undefined;
|
|
519
529
|
/* functional template */
|
|
520
530
|
|
|
521
|
-
const __vue_is_functional_template__$
|
|
531
|
+
const __vue_is_functional_template__$m = false;
|
|
522
532
|
/* style inject */
|
|
523
533
|
|
|
524
534
|
/* style inject SSR */
|
|
525
535
|
|
|
526
536
|
/* style inject shadow dom */
|
|
527
537
|
|
|
528
|
-
const __vue_component__$
|
|
529
|
-
render: __vue_render__$
|
|
530
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
531
|
-
}, __vue_inject_styles__$
|
|
538
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
539
|
+
render: __vue_render__$l,
|
|
540
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
541
|
+
}, __vue_inject_styles__$m, {}, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
532
542
|
|
|
533
|
-
var ExclamationMark = __vue_component__$
|
|
543
|
+
var ExclamationMark = __vue_component__$E;
|
|
534
544
|
|
|
535
545
|
//
|
|
536
|
-
var script$
|
|
546
|
+
var script$f = {
|
|
537
547
|
name: "NsEmptyState",
|
|
538
548
|
components: {
|
|
539
549
|
NsPictogram,
|
|
@@ -565,10 +575,10 @@ var script$e = {
|
|
|
565
575
|
};
|
|
566
576
|
|
|
567
577
|
/* script */
|
|
568
|
-
const __vue_script__$
|
|
578
|
+
const __vue_script__$f = script$f;
|
|
569
579
|
/* template */
|
|
570
580
|
|
|
571
|
-
var __vue_render__$
|
|
581
|
+
var __vue_render__$k = function () {
|
|
572
582
|
var _vm = this;
|
|
573
583
|
|
|
574
584
|
var _h = _vm.$createElement;
|
|
@@ -598,10 +608,10 @@ var __vue_render__$i = function () {
|
|
|
598
608
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
599
609
|
};
|
|
600
610
|
|
|
601
|
-
var __vue_staticRenderFns__$
|
|
611
|
+
var __vue_staticRenderFns__$k = [];
|
|
602
612
|
/* style */
|
|
603
613
|
|
|
604
|
-
const __vue_inject_styles__$
|
|
614
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
605
615
|
if (!inject) return;
|
|
606
616
|
inject("data-v-d5a46c1c_0", {
|
|
607
617
|
source: ".empty-state[data-v-d5a46c1c]{text-align:center;padding:2rem}.empty-state .image[data-v-d5a46c1c]{margin-bottom:1rem}.empty-state .description[data-v-d5a46c1c]{margin-top:1rem}.animation[data-v-d5a46c1c]{display:inline-block;width:64px;height:64px}",
|
|
@@ -612,26 +622,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
612
622
|
/* scoped */
|
|
613
623
|
|
|
614
624
|
|
|
615
|
-
const __vue_scope_id__$
|
|
625
|
+
const __vue_scope_id__$l = "data-v-d5a46c1c";
|
|
616
626
|
/* module identifier */
|
|
617
627
|
|
|
618
|
-
const __vue_module_identifier__$
|
|
628
|
+
const __vue_module_identifier__$l = undefined;
|
|
619
629
|
/* functional template */
|
|
620
630
|
|
|
621
|
-
const __vue_is_functional_template__$
|
|
631
|
+
const __vue_is_functional_template__$l = false;
|
|
622
632
|
/* style inject SSR */
|
|
623
633
|
|
|
624
634
|
/* style inject shadow dom */
|
|
625
635
|
|
|
626
|
-
const __vue_component__$
|
|
627
|
-
render: __vue_render__$
|
|
628
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
629
|
-
}, __vue_inject_styles__$
|
|
636
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
637
|
+
render: __vue_render__$k,
|
|
638
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
639
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
630
640
|
|
|
631
|
-
var __vue_component__$
|
|
641
|
+
var __vue_component__$D = __vue_component__$C;
|
|
632
642
|
|
|
633
643
|
//
|
|
634
|
-
var script$
|
|
644
|
+
var script$e = {
|
|
635
645
|
name: "NsCodeSnippet",
|
|
636
646
|
components: {
|
|
637
647
|
CvButton,
|
|
@@ -743,10 +753,10 @@ var script$d = {
|
|
|
743
753
|
};
|
|
744
754
|
|
|
745
755
|
/* script */
|
|
746
|
-
const __vue_script__$
|
|
756
|
+
const __vue_script__$e = script$e;
|
|
747
757
|
/* template */
|
|
748
758
|
|
|
749
|
-
var __vue_render__$
|
|
759
|
+
var __vue_render__$j = function () {
|
|
750
760
|
var _vm = this;
|
|
751
761
|
|
|
752
762
|
var _h = _vm.$createElement;
|
|
@@ -808,10 +818,10 @@ var __vue_render__$h = function () {
|
|
|
808
818
|
})], 1) : _vm._e()], 1);
|
|
809
819
|
};
|
|
810
820
|
|
|
811
|
-
var __vue_staticRenderFns__$
|
|
821
|
+
var __vue_staticRenderFns__$j = [];
|
|
812
822
|
/* style */
|
|
813
823
|
|
|
814
|
-
const __vue_inject_styles__$
|
|
824
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
815
825
|
if (!inject) return;
|
|
816
826
|
inject("data-v-59cb538c_0", {
|
|
817
827
|
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}",
|
|
@@ -822,28 +832,191 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
822
832
|
/* scoped */
|
|
823
833
|
|
|
824
834
|
|
|
825
|
-
const __vue_scope_id__$
|
|
835
|
+
const __vue_scope_id__$k = "data-v-59cb538c";
|
|
826
836
|
/* module identifier */
|
|
827
837
|
|
|
828
|
-
const __vue_module_identifier__$
|
|
838
|
+
const __vue_module_identifier__$k = undefined;
|
|
829
839
|
/* functional template */
|
|
830
840
|
|
|
831
|
-
const __vue_is_functional_template__$
|
|
841
|
+
const __vue_is_functional_template__$k = false;
|
|
832
842
|
/* style inject SSR */
|
|
833
843
|
|
|
834
844
|
/* style inject shadow dom */
|
|
835
845
|
|
|
836
|
-
const __vue_component__$
|
|
837
|
-
render: __vue_render__$
|
|
838
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
839
|
-
}, __vue_inject_styles__$
|
|
846
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
847
|
+
render: __vue_render__$j,
|
|
848
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
849
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
850
|
+
|
|
851
|
+
var __vue_component__$B = __vue_component__$A;
|
|
852
|
+
|
|
853
|
+
//
|
|
854
|
+
//
|
|
855
|
+
//
|
|
856
|
+
//
|
|
857
|
+
//
|
|
858
|
+
//
|
|
859
|
+
//
|
|
860
|
+
//
|
|
861
|
+
//
|
|
862
|
+
//
|
|
863
|
+
//
|
|
864
|
+
//
|
|
865
|
+
//
|
|
866
|
+
//
|
|
867
|
+
//
|
|
868
|
+
//
|
|
869
|
+
//
|
|
870
|
+
//
|
|
871
|
+
//
|
|
872
|
+
//
|
|
873
|
+
//
|
|
874
|
+
//
|
|
875
|
+
//
|
|
876
|
+
//
|
|
877
|
+
//
|
|
878
|
+
//
|
|
879
|
+
//
|
|
880
|
+
//
|
|
881
|
+
//
|
|
882
|
+
var script$d = {
|
|
883
|
+
name: "NsCircleTimer",
|
|
884
|
+
props: {
|
|
885
|
+
timeLimit: {
|
|
886
|
+
type: Number,
|
|
887
|
+
// milliseconds
|
|
888
|
+
required: true
|
|
889
|
+
},
|
|
890
|
+
size: {
|
|
891
|
+
type: Number,
|
|
892
|
+
default: 16
|
|
893
|
+
},
|
|
894
|
+
strokeWidth: {
|
|
895
|
+
type: Number,
|
|
896
|
+
default: 20
|
|
897
|
+
},
|
|
898
|
+
color: {
|
|
899
|
+
type: String,
|
|
900
|
+
default: "#00a2de"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
|
|
904
|
+
data() {
|
|
905
|
+
return {
|
|
906
|
+
timerInterval: null,
|
|
907
|
+
timePassed: 0,
|
|
908
|
+
timeLeft: -1 // length = 2πr = 2 * π * 40 = 251
|
|
909
|
+
|
|
910
|
+
};
|
|
911
|
+
},
|
|
912
|
+
|
|
913
|
+
computed: {
|
|
914
|
+
circleDasharray() {
|
|
915
|
+
return `${(this.calculateTimeFraction() * 251).toFixed(0)} 251`;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
},
|
|
919
|
+
|
|
920
|
+
created() {
|
|
921
|
+
this.timeLimitSeconds = (this.timeLimit - 1000) / 1000;
|
|
922
|
+
this.timeLeft = this.timeLimitSeconds;
|
|
923
|
+
this.timerInterval = setInterval(() => {
|
|
924
|
+
this.timePassed += 1;
|
|
925
|
+
this.timeLeft = this.timeLimitSeconds - this.timePassed;
|
|
926
|
+
}, 1000);
|
|
927
|
+
},
|
|
928
|
+
|
|
929
|
+
beforeDestroy() {
|
|
930
|
+
clearInterval(this.timerInterval);
|
|
931
|
+
},
|
|
932
|
+
|
|
933
|
+
methods: {
|
|
934
|
+
calculateTimeFraction() {
|
|
935
|
+
return this.timeLeft / this.timeLimitSeconds;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
}
|
|
939
|
+
};
|
|
940
|
+
|
|
941
|
+
/* script */
|
|
942
|
+
const __vue_script__$d = script$d;
|
|
943
|
+
/* template */
|
|
944
|
+
|
|
945
|
+
var __vue_render__$i = function () {
|
|
946
|
+
var _vm = this;
|
|
947
|
+
|
|
948
|
+
var _h = _vm.$createElement;
|
|
949
|
+
|
|
950
|
+
var _c = _vm._self._c || _h;
|
|
951
|
+
|
|
952
|
+
return _c('div', {
|
|
953
|
+
staticClass: "base-timer",
|
|
954
|
+
style: {
|
|
955
|
+
height: _vm.size + 'px',
|
|
956
|
+
width: _vm.size + 'px'
|
|
957
|
+
}
|
|
958
|
+
}, [_c('svg', {
|
|
959
|
+
staticClass: "base-timer__svg",
|
|
960
|
+
attrs: {
|
|
961
|
+
"viewBox": "0 0 100 100",
|
|
962
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
963
|
+
}
|
|
964
|
+
}, [_c('g', {
|
|
965
|
+
staticClass: "base-timer__circle"
|
|
966
|
+
}, [_c('path', {
|
|
967
|
+
staticClass: "base-timer__path-remaining green",
|
|
968
|
+
style: {
|
|
969
|
+
'stroke-width': _vm.strokeWidth + 'px',
|
|
970
|
+
'stroke-dasharray': _vm.circleDasharray,
|
|
971
|
+
color: _vm.color
|
|
972
|
+
},
|
|
973
|
+
attrs: {
|
|
974
|
+
"id": "base-timer-path-remaining",
|
|
975
|
+
"stroke-dasharray": "251",
|
|
976
|
+
"d": "\n M 50, 50\n m -40, 0\n a 40,40 0 1,0 80,0\n a 40,40 0 1,0 -80,0\n "
|
|
977
|
+
}
|
|
978
|
+
})])])]);
|
|
979
|
+
};
|
|
980
|
+
|
|
981
|
+
var __vue_staticRenderFns__$i = [];
|
|
982
|
+
/* style */
|
|
983
|
+
|
|
984
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
985
|
+
if (!inject) return;
|
|
986
|
+
inject("data-v-45b59790_0", {
|
|
987
|
+
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)}",
|
|
988
|
+
map: undefined,
|
|
989
|
+
media: undefined
|
|
990
|
+
});
|
|
991
|
+
};
|
|
992
|
+
/* scoped */
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
const __vue_scope_id__$j = "data-v-45b59790";
|
|
996
|
+
/* module identifier */
|
|
997
|
+
|
|
998
|
+
const __vue_module_identifier__$j = undefined;
|
|
999
|
+
/* functional template */
|
|
840
1000
|
|
|
841
|
-
|
|
1001
|
+
const __vue_is_functional_template__$j = false;
|
|
1002
|
+
/* style inject SSR */
|
|
1003
|
+
|
|
1004
|
+
/* style inject shadow dom */
|
|
1005
|
+
|
|
1006
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
1007
|
+
render: __vue_render__$i,
|
|
1008
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
1009
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
1010
|
+
|
|
1011
|
+
var NsCircleTimer = __vue_component__$z;
|
|
842
1012
|
|
|
843
1013
|
//
|
|
844
1014
|
var script$c = {
|
|
845
1015
|
name: "NsInlineNotification",
|
|
846
1016
|
extends: CvInlineNotification,
|
|
1017
|
+
components: {
|
|
1018
|
+
NsCircleTimer
|
|
1019
|
+
},
|
|
847
1020
|
props: {
|
|
848
1021
|
showCloseButton: {
|
|
849
1022
|
type: Boolean,
|
|
@@ -867,6 +1040,9 @@ var script$c = {
|
|
|
867
1040
|
loading: {
|
|
868
1041
|
type: Boolean,
|
|
869
1042
|
default: false
|
|
1043
|
+
},
|
|
1044
|
+
timer: {
|
|
1045
|
+
type: Number
|
|
870
1046
|
}
|
|
871
1047
|
}
|
|
872
1048
|
};
|
|
@@ -875,7 +1051,7 @@ var script$c = {
|
|
|
875
1051
|
const __vue_script__$c = script$c;
|
|
876
1052
|
/* template */
|
|
877
1053
|
|
|
878
|
-
var __vue_render__$
|
|
1054
|
+
var __vue_render__$h = function () {
|
|
879
1055
|
var _obj;
|
|
880
1056
|
|
|
881
1057
|
var _vm = this;
|
|
@@ -905,14 +1081,21 @@ var __vue_render__$g = function () {
|
|
|
905
1081
|
}
|
|
906
1082
|
}), _vm._v(" "), _vm.description ? _c('p', {
|
|
907
1083
|
class: [_vm.carbonPrefix + "--inline-notification__subtitle", {
|
|
908
|
-
'mg-right': _vm.loading
|
|
1084
|
+
'mg-right': _vm.loading || _vm.timer
|
|
909
1085
|
}],
|
|
910
1086
|
domProps: {
|
|
911
1087
|
"innerHTML": _vm._s(_vm.description)
|
|
912
1088
|
}
|
|
913
1089
|
}) : _vm._e(), _vm._v(" "), _vm.loading ? _c('p', {
|
|
914
1090
|
staticClass: "loader"
|
|
915
|
-
}) : _vm._e()
|
|
1091
|
+
}) : _vm._e(), _vm._v(" "), _vm.timer ? _c('p', [_c('NsCircleTimer', {
|
|
1092
|
+
attrs: {
|
|
1093
|
+
"timeLimit": _vm.timer,
|
|
1094
|
+
"size": 16,
|
|
1095
|
+
"strokeWidth": 20,
|
|
1096
|
+
"color": "white"
|
|
1097
|
+
}
|
|
1098
|
+
})], 1) : _vm._e()])], 1), _vm._v(" "), _vm.actionLabel ? _c('button', {
|
|
916
1099
|
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
|
|
917
1100
|
attrs: {
|
|
918
1101
|
"type": "button"
|
|
@@ -939,13 +1122,13 @@ var __vue_render__$g = function () {
|
|
|
939
1122
|
})], 1) : _vm._e()]);
|
|
940
1123
|
};
|
|
941
1124
|
|
|
942
|
-
var __vue_staticRenderFns__$
|
|
1125
|
+
var __vue_staticRenderFns__$h = [];
|
|
943
1126
|
/* style */
|
|
944
1127
|
|
|
945
|
-
const __vue_inject_styles__$
|
|
1128
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
946
1129
|
if (!inject) return;
|
|
947
|
-
inject("data-v-
|
|
948
|
-
source: ".title[data-v-
|
|
1130
|
+
inject("data-v-1e5d2ff7_0", {
|
|
1131
|
+
source: ".title[data-v-1e5d2ff7]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-1e5d2ff7]{margin-right:.75rem}.details[data-v-1e5d2ff7]{flex-grow:0}.bx--inline-notification__close-button[data-v-1e5d2ff7]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-1e5d2ff7]{padding-right:0!important}",
|
|
949
1132
|
map: undefined,
|
|
950
1133
|
media: undefined
|
|
951
1134
|
});
|
|
@@ -953,23 +1136,23 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
953
1136
|
/* scoped */
|
|
954
1137
|
|
|
955
1138
|
|
|
956
|
-
const __vue_scope_id__$
|
|
1139
|
+
const __vue_scope_id__$i = "data-v-1e5d2ff7";
|
|
957
1140
|
/* module identifier */
|
|
958
1141
|
|
|
959
|
-
const __vue_module_identifier__$
|
|
1142
|
+
const __vue_module_identifier__$i = undefined;
|
|
960
1143
|
/* functional template */
|
|
961
1144
|
|
|
962
|
-
const __vue_is_functional_template__$
|
|
1145
|
+
const __vue_is_functional_template__$i = false;
|
|
963
1146
|
/* style inject SSR */
|
|
964
1147
|
|
|
965
1148
|
/* style inject shadow dom */
|
|
966
1149
|
|
|
967
|
-
const __vue_component__$
|
|
968
|
-
render: __vue_render__$
|
|
969
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
970
|
-
}, __vue_inject_styles__$
|
|
1150
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
1151
|
+
render: __vue_render__$h,
|
|
1152
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
1153
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
971
1154
|
|
|
972
|
-
var NsInlineNotification = __vue_component__$
|
|
1155
|
+
var NsInlineNotification = __vue_component__$y;
|
|
973
1156
|
|
|
974
1157
|
//
|
|
975
1158
|
//
|
|
@@ -1022,7 +1205,7 @@ var script$b = {
|
|
|
1022
1205
|
const __vue_script__$b = script$b;
|
|
1023
1206
|
/* template */
|
|
1024
1207
|
|
|
1025
|
-
var __vue_render__$
|
|
1208
|
+
var __vue_render__$g = function () {
|
|
1026
1209
|
var _vm = this;
|
|
1027
1210
|
|
|
1028
1211
|
var _h = _vm.$createElement;
|
|
@@ -1047,10 +1230,10 @@ var __vue_render__$f = function () {
|
|
|
1047
1230
|
})]], 2)]);
|
|
1048
1231
|
};
|
|
1049
1232
|
|
|
1050
|
-
var __vue_staticRenderFns__$
|
|
1233
|
+
var __vue_staticRenderFns__$g = [];
|
|
1051
1234
|
/* style */
|
|
1052
1235
|
|
|
1053
|
-
const __vue_inject_styles__$
|
|
1236
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
1054
1237
|
if (!inject) return;
|
|
1055
1238
|
inject("data-v-2bcd6519_0", {
|
|
1056
1239
|
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%}}",
|
|
@@ -1061,23 +1244,23 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
1061
1244
|
/* scoped */
|
|
1062
1245
|
|
|
1063
1246
|
|
|
1064
|
-
const __vue_scope_id__$
|
|
1247
|
+
const __vue_scope_id__$h = "data-v-2bcd6519";
|
|
1065
1248
|
/* module identifier */
|
|
1066
1249
|
|
|
1067
|
-
const __vue_module_identifier__$
|
|
1250
|
+
const __vue_module_identifier__$h = undefined;
|
|
1068
1251
|
/* functional template */
|
|
1069
1252
|
|
|
1070
|
-
const __vue_is_functional_template__$
|
|
1253
|
+
const __vue_is_functional_template__$h = false;
|
|
1071
1254
|
/* style inject SSR */
|
|
1072
1255
|
|
|
1073
1256
|
/* style inject shadow dom */
|
|
1074
1257
|
|
|
1075
|
-
const __vue_component__$
|
|
1076
|
-
render: __vue_render__$
|
|
1077
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1078
|
-
}, __vue_inject_styles__$
|
|
1258
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
1259
|
+
render: __vue_render__$g,
|
|
1260
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
1261
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
1079
1262
|
|
|
1080
|
-
var NsProgressBar = __vue_component__$
|
|
1263
|
+
var NsProgressBar = __vue_component__$x;
|
|
1081
1264
|
|
|
1082
1265
|
var script$a = {
|
|
1083
1266
|
name: "NsSvg",
|
|
@@ -1143,25 +1326,25 @@ const __vue_script__$a = script$a;
|
|
|
1143
1326
|
|
|
1144
1327
|
/* style */
|
|
1145
1328
|
|
|
1146
|
-
const __vue_inject_styles__$
|
|
1329
|
+
const __vue_inject_styles__$g = undefined;
|
|
1147
1330
|
/* scoped */
|
|
1148
1331
|
|
|
1149
|
-
const __vue_scope_id__$
|
|
1332
|
+
const __vue_scope_id__$g = undefined;
|
|
1150
1333
|
/* module identifier */
|
|
1151
1334
|
|
|
1152
|
-
const __vue_module_identifier__$
|
|
1335
|
+
const __vue_module_identifier__$g = undefined;
|
|
1153
1336
|
/* functional template */
|
|
1154
1337
|
|
|
1155
|
-
const __vue_is_functional_template__$
|
|
1338
|
+
const __vue_is_functional_template__$g = undefined;
|
|
1156
1339
|
/* style inject */
|
|
1157
1340
|
|
|
1158
1341
|
/* style inject SSR */
|
|
1159
1342
|
|
|
1160
1343
|
/* style inject shadow dom */
|
|
1161
1344
|
|
|
1162
|
-
const __vue_component__$
|
|
1345
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
1163
1346
|
|
|
1164
|
-
var NsSvg = __vue_component__$
|
|
1347
|
+
var NsSvg = __vue_component__$w;
|
|
1165
1348
|
|
|
1166
1349
|
//
|
|
1167
1350
|
var script$9 = {
|
|
@@ -1235,7 +1418,7 @@ var script$9 = {
|
|
|
1235
1418
|
const __vue_script__$9 = script$9;
|
|
1236
1419
|
/* template */
|
|
1237
1420
|
|
|
1238
|
-
var __vue_render__$
|
|
1421
|
+
var __vue_render__$f = function () {
|
|
1239
1422
|
var _obj;
|
|
1240
1423
|
|
|
1241
1424
|
var _vm = this;
|
|
@@ -1272,10 +1455,10 @@ var __vue_render__$e = function () {
|
|
|
1272
1455
|
}) : _vm._e()], 1);
|
|
1273
1456
|
};
|
|
1274
1457
|
|
|
1275
|
-
var __vue_staticRenderFns__$
|
|
1458
|
+
var __vue_staticRenderFns__$f = [];
|
|
1276
1459
|
/* style */
|
|
1277
1460
|
|
|
1278
|
-
const __vue_inject_styles__$
|
|
1461
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
1279
1462
|
if (!inject) return;
|
|
1280
1463
|
inject("data-v-bbf09f9e_0", {
|
|
1281
1464
|
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}",
|
|
@@ -1286,23 +1469,23 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
1286
1469
|
/* scoped */
|
|
1287
1470
|
|
|
1288
1471
|
|
|
1289
|
-
const __vue_scope_id__$
|
|
1472
|
+
const __vue_scope_id__$f = "data-v-bbf09f9e";
|
|
1290
1473
|
/* module identifier */
|
|
1291
1474
|
|
|
1292
|
-
const __vue_module_identifier__$
|
|
1475
|
+
const __vue_module_identifier__$f = undefined;
|
|
1293
1476
|
/* functional template */
|
|
1294
1477
|
|
|
1295
|
-
const __vue_is_functional_template__$
|
|
1478
|
+
const __vue_is_functional_template__$f = false;
|
|
1296
1479
|
/* style inject SSR */
|
|
1297
1480
|
|
|
1298
1481
|
/* style inject shadow dom */
|
|
1299
1482
|
|
|
1300
|
-
const __vue_component__$
|
|
1301
|
-
render: __vue_render__$
|
|
1302
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1303
|
-
}, __vue_inject_styles__$
|
|
1483
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
1484
|
+
render: __vue_render__$f,
|
|
1485
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
1486
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
1304
1487
|
|
|
1305
|
-
var __vue_component__$
|
|
1488
|
+
var __vue_component__$v = __vue_component__$u;
|
|
1306
1489
|
|
|
1307
1490
|
function toInteger(dirtyNumber) {
|
|
1308
1491
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -5944,7 +6127,7 @@ var script$8 = {
|
|
|
5944
6127
|
const __vue_script__$8 = script$8;
|
|
5945
6128
|
/* template */
|
|
5946
6129
|
|
|
5947
|
-
var __vue_render__$
|
|
6130
|
+
var __vue_render__$e = function () {
|
|
5948
6131
|
var _obj;
|
|
5949
6132
|
|
|
5950
6133
|
var _vm = this;
|
|
@@ -6027,10 +6210,10 @@ var __vue_render__$d = function () {
|
|
|
6027
6210
|
})], 1) : _vm._e()], 1)]);
|
|
6028
6211
|
};
|
|
6029
6212
|
|
|
6030
|
-
var __vue_staticRenderFns__$
|
|
6213
|
+
var __vue_staticRenderFns__$e = [];
|
|
6031
6214
|
/* style */
|
|
6032
6215
|
|
|
6033
|
-
const __vue_inject_styles__$
|
|
6216
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
6034
6217
|
if (!inject) return;
|
|
6035
6218
|
inject("data-v-79bd81d3_0", {
|
|
6036
6219
|
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}",
|
|
@@ -6045,23 +6228,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
6045
6228
|
/* scoped */
|
|
6046
6229
|
|
|
6047
6230
|
|
|
6048
|
-
const __vue_scope_id__$
|
|
6231
|
+
const __vue_scope_id__$e = "data-v-79bd81d3";
|
|
6049
6232
|
/* module identifier */
|
|
6050
6233
|
|
|
6051
|
-
const __vue_module_identifier__$
|
|
6234
|
+
const __vue_module_identifier__$e = undefined;
|
|
6052
6235
|
/* functional template */
|
|
6053
6236
|
|
|
6054
|
-
const __vue_is_functional_template__$
|
|
6237
|
+
const __vue_is_functional_template__$e = false;
|
|
6055
6238
|
/* style inject SSR */
|
|
6056
6239
|
|
|
6057
6240
|
/* style inject shadow dom */
|
|
6058
6241
|
|
|
6059
|
-
const __vue_component__$
|
|
6060
|
-
render: __vue_render__$
|
|
6061
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6062
|
-
}, __vue_inject_styles__$
|
|
6242
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
6243
|
+
render: __vue_render__$e,
|
|
6244
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
6245
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
6063
6246
|
|
|
6064
|
-
var __vue_component__$
|
|
6247
|
+
var __vue_component__$t = __vue_component__$s;
|
|
6065
6248
|
|
|
6066
6249
|
//
|
|
6067
6250
|
var script$7 = {
|
|
@@ -6102,7 +6285,7 @@ var script$7 = {
|
|
|
6102
6285
|
const __vue_script__$7 = script$7;
|
|
6103
6286
|
/* template */
|
|
6104
6287
|
|
|
6105
|
-
var __vue_render__$
|
|
6288
|
+
var __vue_render__$d = function () {
|
|
6106
6289
|
var _vm = this;
|
|
6107
6290
|
|
|
6108
6291
|
var _h = _vm.$createElement;
|
|
@@ -6134,10 +6317,10 @@ var __vue_render__$c = function () {
|
|
|
6134
6317
|
}, [_vm._t("content")], 2)], 2);
|
|
6135
6318
|
};
|
|
6136
6319
|
|
|
6137
|
-
var __vue_staticRenderFns__$
|
|
6320
|
+
var __vue_staticRenderFns__$d = [];
|
|
6138
6321
|
/* style */
|
|
6139
6322
|
|
|
6140
|
-
const __vue_inject_styles__$
|
|
6323
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
6141
6324
|
if (!inject) return;
|
|
6142
6325
|
inject("data-v-5f0f76db_0", {
|
|
6143
6326
|
source: ".info-card[data-v-5f0f76db]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.row[data-v-5f0f76db]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-5f0f76db]{margin-top:.5rem}",
|
|
@@ -6148,23 +6331,23 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
6148
6331
|
/* scoped */
|
|
6149
6332
|
|
|
6150
6333
|
|
|
6151
|
-
const __vue_scope_id__$
|
|
6334
|
+
const __vue_scope_id__$d = "data-v-5f0f76db";
|
|
6152
6335
|
/* module identifier */
|
|
6153
6336
|
|
|
6154
|
-
const __vue_module_identifier__$
|
|
6337
|
+
const __vue_module_identifier__$d = undefined;
|
|
6155
6338
|
/* functional template */
|
|
6156
6339
|
|
|
6157
|
-
const __vue_is_functional_template__$
|
|
6340
|
+
const __vue_is_functional_template__$d = false;
|
|
6158
6341
|
/* style inject SSR */
|
|
6159
6342
|
|
|
6160
6343
|
/* style inject shadow dom */
|
|
6161
6344
|
|
|
6162
|
-
const __vue_component__$
|
|
6163
|
-
render: __vue_render__$
|
|
6164
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6165
|
-
}, __vue_inject_styles__$
|
|
6345
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
6346
|
+
render: __vue_render__$d,
|
|
6347
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
6348
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
6166
6349
|
|
|
6167
|
-
var __vue_component__$
|
|
6350
|
+
var __vue_component__$r = __vue_component__$q;
|
|
6168
6351
|
|
|
6169
6352
|
//
|
|
6170
6353
|
var script$6 = {
|
|
@@ -6217,7 +6400,7 @@ var script$6 = {
|
|
|
6217
6400
|
const __vue_script__$6 = script$6;
|
|
6218
6401
|
/* template */
|
|
6219
6402
|
|
|
6220
|
-
var __vue_render__$
|
|
6403
|
+
var __vue_render__$c = function () {
|
|
6221
6404
|
var _vm = this;
|
|
6222
6405
|
|
|
6223
6406
|
var _h = _vm.$createElement;
|
|
@@ -6286,10 +6469,10 @@ var __vue_render__$b = function () {
|
|
|
6286
6469
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6287
6470
|
};
|
|
6288
6471
|
|
|
6289
|
-
var __vue_staticRenderFns__$
|
|
6472
|
+
var __vue_staticRenderFns__$c = [];
|
|
6290
6473
|
/* style */
|
|
6291
6474
|
|
|
6292
|
-
const __vue_inject_styles__$
|
|
6475
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
6293
6476
|
if (!inject) return;
|
|
6294
6477
|
inject("data-v-e4a14fb4_0", {
|
|
6295
6478
|
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}",
|
|
@@ -6300,23 +6483,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
6300
6483
|
/* scoped */
|
|
6301
6484
|
|
|
6302
6485
|
|
|
6303
|
-
const __vue_scope_id__$
|
|
6486
|
+
const __vue_scope_id__$c = "data-v-e4a14fb4";
|
|
6304
6487
|
/* module identifier */
|
|
6305
6488
|
|
|
6306
|
-
const __vue_module_identifier__$
|
|
6489
|
+
const __vue_module_identifier__$c = undefined;
|
|
6307
6490
|
/* functional template */
|
|
6308
6491
|
|
|
6309
|
-
const __vue_is_functional_template__$
|
|
6492
|
+
const __vue_is_functional_template__$c = false;
|
|
6310
6493
|
/* style inject SSR */
|
|
6311
6494
|
|
|
6312
6495
|
/* style inject shadow dom */
|
|
6313
6496
|
|
|
6314
|
-
const __vue_component__$
|
|
6315
|
-
render: __vue_render__$
|
|
6316
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6317
|
-
}, __vue_inject_styles__$
|
|
6497
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
6498
|
+
render: __vue_render__$c,
|
|
6499
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
6500
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
6318
6501
|
|
|
6319
|
-
var __vue_component__$
|
|
6502
|
+
var __vue_component__$p = __vue_component__$o;
|
|
6320
6503
|
|
|
6321
6504
|
//
|
|
6322
6505
|
var script$5 = {
|
|
@@ -6376,7 +6559,7 @@ var script$5 = {
|
|
|
6376
6559
|
const __vue_script__$5 = script$5;
|
|
6377
6560
|
/* template */
|
|
6378
6561
|
|
|
6379
|
-
var __vue_render__$
|
|
6562
|
+
var __vue_render__$b = function () {
|
|
6380
6563
|
var _vm = this;
|
|
6381
6564
|
|
|
6382
6565
|
var _h = _vm.$createElement;
|
|
@@ -6431,10 +6614,10 @@ var __vue_render__$a = function () {
|
|
|
6431
6614
|
})], 1)])]);
|
|
6432
6615
|
};
|
|
6433
6616
|
|
|
6434
|
-
var __vue_staticRenderFns__$
|
|
6617
|
+
var __vue_staticRenderFns__$b = [];
|
|
6435
6618
|
/* style */
|
|
6436
6619
|
|
|
6437
|
-
const __vue_inject_styles__$
|
|
6620
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
6438
6621
|
if (!inject) return;
|
|
6439
6622
|
inject("data-v-e13a5ce6_0", {
|
|
6440
6623
|
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}",
|
|
@@ -6445,26 +6628,34 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
6445
6628
|
/* scoped */
|
|
6446
6629
|
|
|
6447
6630
|
|
|
6448
|
-
const __vue_scope_id__$
|
|
6631
|
+
const __vue_scope_id__$b = "data-v-e13a5ce6";
|
|
6449
6632
|
/* module identifier */
|
|
6450
6633
|
|
|
6451
|
-
const __vue_module_identifier__$
|
|
6634
|
+
const __vue_module_identifier__$b = undefined;
|
|
6452
6635
|
/* functional template */
|
|
6453
6636
|
|
|
6454
|
-
const __vue_is_functional_template__$
|
|
6637
|
+
const __vue_is_functional_template__$b = false;
|
|
6455
6638
|
/* style inject SSR */
|
|
6456
6639
|
|
|
6457
6640
|
/* style inject shadow dom */
|
|
6458
6641
|
|
|
6459
|
-
const __vue_component__$
|
|
6460
|
-
render: __vue_render__$
|
|
6461
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6462
|
-
}, __vue_inject_styles__$
|
|
6642
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
6643
|
+
render: __vue_render__$b,
|
|
6644
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
6645
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
6463
6646
|
|
|
6464
|
-
var __vue_component__$
|
|
6647
|
+
var __vue_component__$n = __vue_component__$m;
|
|
6465
6648
|
|
|
6466
6649
|
var UtilService = {
|
|
6467
6650
|
name: "UtilService",
|
|
6651
|
+
|
|
6652
|
+
data() {
|
|
6653
|
+
return {
|
|
6654
|
+
DELETE_DELAY: 7000 // you have 7 seconds to cancel object deletion
|
|
6655
|
+
|
|
6656
|
+
};
|
|
6657
|
+
},
|
|
6658
|
+
|
|
6468
6659
|
methods: {
|
|
6469
6660
|
getErrorMessage(error) {
|
|
6470
6661
|
if (error.message === "Network Error") {
|
|
@@ -6774,7 +6965,7 @@ var script$4 = {
|
|
|
6774
6965
|
const __vue_script__$4 = script$4;
|
|
6775
6966
|
/* template */
|
|
6776
6967
|
|
|
6777
|
-
var __vue_render__$
|
|
6968
|
+
var __vue_render__$a = function () {
|
|
6778
6969
|
var _vm = this;
|
|
6779
6970
|
|
|
6780
6971
|
var _h = _vm.$createElement;
|
|
@@ -6863,10 +7054,10 @@ var __vue_render__$9 = function () {
|
|
|
6863
7054
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
6864
7055
|
};
|
|
6865
7056
|
|
|
6866
|
-
var __vue_staticRenderFns__$
|
|
7057
|
+
var __vue_staticRenderFns__$a = [];
|
|
6867
7058
|
/* style */
|
|
6868
7059
|
|
|
6869
|
-
const __vue_inject_styles__$
|
|
7060
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
6870
7061
|
if (!inject) return;
|
|
6871
7062
|
inject("data-v-1598af82_0", {
|
|
6872
7063
|
source: ".new-password-container[data-v-1598af82]{margin-bottom:1rem}.new-password[data-v-1598af82]{margin-bottom:.25rem}.confirm-password[data-v-1598af82]{margin-bottom:.25rem}.password-meter[data-v-1598af82]{display:flex}@media (min-width:672px){.password-meter[data-v-1598af82]{max-width:38rem}}.requirement[data-v-1598af82]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-1598af82]{background-color:#fff}.requirement[data-v-1598af82]:first-child{margin-left:0}.requirement-ok[data-v-1598af82]{color:#fff;background-color:#198038}",
|
|
@@ -6877,23 +7068,23 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
6877
7068
|
/* scoped */
|
|
6878
7069
|
|
|
6879
7070
|
|
|
6880
|
-
const __vue_scope_id__$
|
|
7071
|
+
const __vue_scope_id__$a = "data-v-1598af82";
|
|
6881
7072
|
/* module identifier */
|
|
6882
7073
|
|
|
6883
|
-
const __vue_module_identifier__$
|
|
7074
|
+
const __vue_module_identifier__$a = undefined;
|
|
6884
7075
|
/* functional template */
|
|
6885
7076
|
|
|
6886
|
-
const __vue_is_functional_template__$
|
|
7077
|
+
const __vue_is_functional_template__$a = false;
|
|
6887
7078
|
/* style inject SSR */
|
|
6888
7079
|
|
|
6889
7080
|
/* style inject shadow dom */
|
|
6890
7081
|
|
|
6891
|
-
const __vue_component__$
|
|
6892
|
-
render: __vue_render__$
|
|
6893
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6894
|
-
}, __vue_inject_styles__$
|
|
7082
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
7083
|
+
render: __vue_render__$a,
|
|
7084
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
7085
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
6895
7086
|
|
|
6896
|
-
var __vue_component__$
|
|
7087
|
+
var __vue_component__$l = __vue_component__$k;
|
|
6897
7088
|
|
|
6898
7089
|
//
|
|
6899
7090
|
|
|
@@ -6929,7 +7120,7 @@ var script$3 = {
|
|
|
6929
7120
|
const __vue_script__$3 = script$3;
|
|
6930
7121
|
/* template */
|
|
6931
7122
|
|
|
6932
|
-
var __vue_render__$
|
|
7123
|
+
var __vue_render__$9 = function () {
|
|
6933
7124
|
var _obj, _obj$1;
|
|
6934
7125
|
|
|
6935
7126
|
var _vm = this;
|
|
@@ -7041,31 +7232,31 @@ var __vue_render__$8 = function () {
|
|
|
7041
7232
|
})])]);
|
|
7042
7233
|
};
|
|
7043
7234
|
|
|
7044
|
-
var __vue_staticRenderFns__$
|
|
7235
|
+
var __vue_staticRenderFns__$9 = [];
|
|
7045
7236
|
/* style */
|
|
7046
7237
|
|
|
7047
|
-
const __vue_inject_styles__$
|
|
7238
|
+
const __vue_inject_styles__$9 = undefined;
|
|
7048
7239
|
/* scoped */
|
|
7049
7240
|
|
|
7050
|
-
const __vue_scope_id__$
|
|
7241
|
+
const __vue_scope_id__$9 = undefined;
|
|
7051
7242
|
/* module identifier */
|
|
7052
7243
|
|
|
7053
|
-
const __vue_module_identifier__$
|
|
7244
|
+
const __vue_module_identifier__$9 = undefined;
|
|
7054
7245
|
/* functional template */
|
|
7055
7246
|
|
|
7056
|
-
const __vue_is_functional_template__$
|
|
7247
|
+
const __vue_is_functional_template__$9 = false;
|
|
7057
7248
|
/* style inject */
|
|
7058
7249
|
|
|
7059
7250
|
/* style inject SSR */
|
|
7060
7251
|
|
|
7061
7252
|
/* style inject shadow dom */
|
|
7062
7253
|
|
|
7063
|
-
const __vue_component__$
|
|
7064
|
-
render: __vue_render__$
|
|
7065
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7066
|
-
}, __vue_inject_styles__$
|
|
7254
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
7255
|
+
render: __vue_render__$9,
|
|
7256
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
7257
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
|
|
7067
7258
|
|
|
7068
|
-
var __vue_component__$
|
|
7259
|
+
var __vue_component__$j = __vue_component__$i;
|
|
7069
7260
|
|
|
7070
7261
|
//
|
|
7071
7262
|
Vue.use(chartsVue);
|
|
@@ -7146,7 +7337,7 @@ var script$2 = {
|
|
|
7146
7337
|
const __vue_script__$2 = script$2;
|
|
7147
7338
|
/* template */
|
|
7148
7339
|
|
|
7149
|
-
var __vue_render__$
|
|
7340
|
+
var __vue_render__$8 = function () {
|
|
7150
7341
|
var _vm = this;
|
|
7151
7342
|
|
|
7152
7343
|
var _h = _vm.$createElement;
|
|
@@ -7161,31 +7352,31 @@ var __vue_render__$7 = function () {
|
|
|
7161
7352
|
});
|
|
7162
7353
|
};
|
|
7163
7354
|
|
|
7164
|
-
var __vue_staticRenderFns__$
|
|
7355
|
+
var __vue_staticRenderFns__$8 = [];
|
|
7165
7356
|
/* style */
|
|
7166
7357
|
|
|
7167
|
-
const __vue_inject_styles__$
|
|
7358
|
+
const __vue_inject_styles__$8 = undefined;
|
|
7168
7359
|
/* scoped */
|
|
7169
7360
|
|
|
7170
|
-
const __vue_scope_id__$
|
|
7361
|
+
const __vue_scope_id__$8 = undefined;
|
|
7171
7362
|
/* module identifier */
|
|
7172
7363
|
|
|
7173
|
-
const __vue_module_identifier__$
|
|
7364
|
+
const __vue_module_identifier__$8 = undefined;
|
|
7174
7365
|
/* functional template */
|
|
7175
7366
|
|
|
7176
|
-
const __vue_is_functional_template__$
|
|
7367
|
+
const __vue_is_functional_template__$8 = false;
|
|
7177
7368
|
/* style inject */
|
|
7178
7369
|
|
|
7179
7370
|
/* style inject SSR */
|
|
7180
7371
|
|
|
7181
7372
|
/* style inject shadow dom */
|
|
7182
7373
|
|
|
7183
|
-
const __vue_component__$
|
|
7184
|
-
render: __vue_render__$
|
|
7185
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7186
|
-
}, __vue_inject_styles__$
|
|
7374
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
7375
|
+
render: __vue_render__$8,
|
|
7376
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
7377
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
|
|
7187
7378
|
|
|
7188
|
-
var __vue_component__$
|
|
7379
|
+
var __vue_component__$h = __vue_component__$g;
|
|
7189
7380
|
|
|
7190
7381
|
//
|
|
7191
7382
|
Vue.use(chartsVue);
|
|
@@ -7248,7 +7439,7 @@ var script$1 = {
|
|
|
7248
7439
|
const __vue_script__$1 = script$1;
|
|
7249
7440
|
/* template */
|
|
7250
7441
|
|
|
7251
|
-
var __vue_render__$
|
|
7442
|
+
var __vue_render__$7 = function () {
|
|
7252
7443
|
var _vm = this;
|
|
7253
7444
|
|
|
7254
7445
|
var _h = _vm.$createElement;
|
|
@@ -7263,31 +7454,31 @@ var __vue_render__$6 = function () {
|
|
|
7263
7454
|
});
|
|
7264
7455
|
};
|
|
7265
7456
|
|
|
7266
|
-
var __vue_staticRenderFns__$
|
|
7457
|
+
var __vue_staticRenderFns__$7 = [];
|
|
7267
7458
|
/* style */
|
|
7268
7459
|
|
|
7269
|
-
const __vue_inject_styles__$
|
|
7460
|
+
const __vue_inject_styles__$7 = undefined;
|
|
7270
7461
|
/* scoped */
|
|
7271
7462
|
|
|
7272
|
-
const __vue_scope_id__$
|
|
7463
|
+
const __vue_scope_id__$7 = undefined;
|
|
7273
7464
|
/* module identifier */
|
|
7274
7465
|
|
|
7275
|
-
const __vue_module_identifier__$
|
|
7466
|
+
const __vue_module_identifier__$7 = undefined;
|
|
7276
7467
|
/* functional template */
|
|
7277
7468
|
|
|
7278
|
-
const __vue_is_functional_template__$
|
|
7469
|
+
const __vue_is_functional_template__$7 = false;
|
|
7279
7470
|
/* style inject */
|
|
7280
7471
|
|
|
7281
7472
|
/* style inject SSR */
|
|
7282
7473
|
|
|
7283
7474
|
/* style inject shadow dom */
|
|
7284
7475
|
|
|
7285
|
-
const __vue_component__$
|
|
7286
|
-
render: __vue_render__$
|
|
7287
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7288
|
-
}, __vue_inject_styles__$
|
|
7476
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
7477
|
+
render: __vue_render__$7,
|
|
7478
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
7479
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
7289
7480
|
|
|
7290
|
-
var __vue_component__$
|
|
7481
|
+
var __vue_component__$f = __vue_component__$e;
|
|
7291
7482
|
|
|
7292
7483
|
//
|
|
7293
7484
|
var script = {
|
|
@@ -7351,6 +7542,7 @@ var script = {
|
|
|
7351
7542
|
watch: {
|
|
7352
7543
|
isShown: function () {
|
|
7353
7544
|
if (this.isShown) {
|
|
7545
|
+
this.userInput = "";
|
|
7354
7546
|
setTimeout(() => {
|
|
7355
7547
|
this.focusElement("userInput");
|
|
7356
7548
|
}, 300);
|
|
@@ -7375,7 +7567,7 @@ var script = {
|
|
|
7375
7567
|
const __vue_script__ = script;
|
|
7376
7568
|
/* template */
|
|
7377
7569
|
|
|
7378
|
-
var __vue_render__$
|
|
7570
|
+
var __vue_render__$6 = function () {
|
|
7379
7571
|
var _vm = this;
|
|
7380
7572
|
|
|
7381
7573
|
var _h = _vm.$createElement;
|
|
@@ -7404,11 +7596,11 @@ var __vue_render__$5 = function () {
|
|
|
7404
7596
|
"showCloseButton": false
|
|
7405
7597
|
}
|
|
7406
7598
|
}), _vm._v(" "), _c('div', {
|
|
7407
|
-
staticClass: "mg-bottom-md",
|
|
7408
7599
|
domProps: {
|
|
7409
7600
|
"innerHTML": _vm._s(_vm.description)
|
|
7410
7601
|
}
|
|
7411
|
-
}), _vm._v(" "), _c('div', {
|
|
7602
|
+
}), _vm._v(" "), _vm._t("explanation"), _vm._v(" "), _c('div', {
|
|
7603
|
+
staticClass: "type-to-confirm",
|
|
7412
7604
|
domProps: {
|
|
7413
7605
|
"innerHTML": _vm._s(_vm.typeToConfirmMessage)
|
|
7414
7606
|
}
|
|
@@ -7429,20 +7621,70 @@ var __vue_render__$5 = function () {
|
|
|
7429
7621
|
},
|
|
7430
7622
|
expression: "userInput"
|
|
7431
7623
|
}
|
|
7432
|
-
})], 1)],
|
|
7624
|
+
})], 1)], 2), _vm._v(" "), _c('template', {
|
|
7433
7625
|
slot: "secondary-button"
|
|
7434
7626
|
}, [_vm._v(_vm._s(_vm.cancelLabel))]), _vm._v(" "), _c('template', {
|
|
7435
7627
|
slot: "primary-button"
|
|
7436
7628
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7437
7629
|
};
|
|
7438
7630
|
|
|
7631
|
+
var __vue_staticRenderFns__$6 = [];
|
|
7632
|
+
/* style */
|
|
7633
|
+
|
|
7634
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
7635
|
+
if (!inject) return;
|
|
7636
|
+
inject("data-v-dce15384_0", {
|
|
7637
|
+
source: ".type-to-confirm[data-v-dce15384]{margin-top:2rem}",
|
|
7638
|
+
map: undefined,
|
|
7639
|
+
media: undefined
|
|
7640
|
+
});
|
|
7641
|
+
};
|
|
7642
|
+
/* scoped */
|
|
7643
|
+
|
|
7644
|
+
|
|
7645
|
+
const __vue_scope_id__$6 = "data-v-dce15384";
|
|
7646
|
+
/* module identifier */
|
|
7647
|
+
|
|
7648
|
+
const __vue_module_identifier__$6 = undefined;
|
|
7649
|
+
/* functional template */
|
|
7650
|
+
|
|
7651
|
+
const __vue_is_functional_template__$6 = false;
|
|
7652
|
+
/* style inject SSR */
|
|
7653
|
+
|
|
7654
|
+
/* style inject shadow dom */
|
|
7655
|
+
|
|
7656
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
7657
|
+
render: __vue_render__$6,
|
|
7658
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
7659
|
+
}, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
7660
|
+
|
|
7661
|
+
var __vue_component__$d = __vue_component__$c;
|
|
7662
|
+
|
|
7663
|
+
/* script */
|
|
7664
|
+
|
|
7665
|
+
/* template */
|
|
7666
|
+
var __vue_render__$5 = function () {
|
|
7667
|
+
var _vm = this;
|
|
7668
|
+
|
|
7669
|
+
var _h = _vm.$createElement;
|
|
7670
|
+
|
|
7671
|
+
var _c = _vm._self._c || _h;
|
|
7672
|
+
|
|
7673
|
+
return _c('path', {
|
|
7674
|
+
attrs: {
|
|
7675
|
+
"id": "gear_2_",
|
|
7676
|
+
"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"
|
|
7677
|
+
}
|
|
7678
|
+
});
|
|
7679
|
+
};
|
|
7680
|
+
|
|
7439
7681
|
var __vue_staticRenderFns__$5 = [];
|
|
7440
7682
|
/* style */
|
|
7441
7683
|
|
|
7442
7684
|
const __vue_inject_styles__$5 = undefined;
|
|
7443
7685
|
/* scoped */
|
|
7444
7686
|
|
|
7445
|
-
const __vue_scope_id__$5 =
|
|
7687
|
+
const __vue_scope_id__$5 = undefined;
|
|
7446
7688
|
/* module identifier */
|
|
7447
7689
|
|
|
7448
7690
|
const __vue_module_identifier__$5 = undefined;
|
|
@@ -7458,7 +7700,7 @@ const __vue_is_functional_template__$5 = false;
|
|
|
7458
7700
|
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
7459
7701
|
render: __vue_render__$5,
|
|
7460
7702
|
staticRenderFns: __vue_staticRenderFns__$5
|
|
7461
|
-
}, __vue_inject_styles__$5,
|
|
7703
|
+
}, __vue_inject_styles__$5, {}, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
|
|
7462
7704
|
|
|
7463
7705
|
var __vue_component__$b = __vue_component__$a;
|
|
7464
7706
|
|
|
@@ -7474,8 +7716,8 @@ var __vue_render__$4 = function () {
|
|
|
7474
7716
|
|
|
7475
7717
|
return _c('path', {
|
|
7476
7718
|
attrs: {
|
|
7477
|
-
"id": "
|
|
7478
|
-
"d": "
|
|
7719
|
+
"id": "love_1_",
|
|
7720
|
+
"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"
|
|
7479
7721
|
}
|
|
7480
7722
|
});
|
|
7481
7723
|
};
|
|
@@ -7518,8 +7760,8 @@ var __vue_render__$3 = function () {
|
|
|
7518
7760
|
|
|
7519
7761
|
return _c('path', {
|
|
7520
7762
|
attrs: {
|
|
7521
|
-
"id": "
|
|
7522
|
-
"d": "
|
|
7763
|
+
"id": "warning--01_1_",
|
|
7764
|
+
"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"
|
|
7523
7765
|
}
|
|
7524
7766
|
});
|
|
7525
7767
|
};
|
|
@@ -7562,8 +7804,8 @@ var __vue_render__$2 = function () {
|
|
|
7562
7804
|
|
|
7563
7805
|
return _c('path', {
|
|
7564
7806
|
attrs: {
|
|
7565
|
-
"id": "
|
|
7566
|
-
"d": "
|
|
7807
|
+
"id": "bulldozer_1_",
|
|
7808
|
+
"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"
|
|
7567
7809
|
}
|
|
7568
7810
|
});
|
|
7569
7811
|
};
|
|
@@ -7606,8 +7848,8 @@ var __vue_render__$1 = function () {
|
|
|
7606
7848
|
|
|
7607
7849
|
return _c('path', {
|
|
7608
7850
|
attrs: {
|
|
7609
|
-
"id": "
|
|
7610
|
-
"d": "
|
|
7851
|
+
"id": "group",
|
|
7852
|
+
"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"
|
|
7611
7853
|
}
|
|
7612
7854
|
});
|
|
7613
7855
|
};
|
|
@@ -7650,8 +7892,8 @@ var __vue_render__ = function () {
|
|
|
7650
7892
|
|
|
7651
7893
|
return _c('path', {
|
|
7652
7894
|
attrs: {
|
|
7653
|
-
"id": "
|
|
7654
|
-
"d": "
|
|
7895
|
+
"id": "hard--drive",
|
|
7896
|
+
"d": "M26,6c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S26.552,6,26,6z M27,16c0-0.552-0.448-1-1-1\n\ts-1,0.448-1,1s0.448,1,1,1S27,16.552,27,16z M27,27c0-0.552-0.448-1-1-1s-1,0.448-1,1s0.448,1,1,1S27,27.552,27,27z M31,31.36H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8\n\tC31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28v-7.28H1.36V30.64z M31,20.36H1c-0.199,0-0.36-0.161-0.36-0.36v-8\n\tc0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8C31.36,20.199,31.199,20.36,31,20.36z M1.36,19.64h29.28v-7.28\n\tH1.36V19.64z M31,9.36H1C0.801,9.36,0.64,9.199,0.64,9V1c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36v8\n\tC31.36,9.199,31.199,9.36,31,9.36z M1.36,8.64h29.28V1.36H1.36V8.64z"
|
|
7655
7897
|
}
|
|
7656
7898
|
});
|
|
7657
7899
|
};
|
|
@@ -8035,6 +8277,7 @@ var icon = {
|
|
|
8035
8277
|
Chip32,
|
|
8036
8278
|
// used for cluster nodes
|
|
8037
8279
|
Save20,
|
|
8280
|
+
Save32,
|
|
8038
8281
|
Copy20,
|
|
8039
8282
|
Application32,
|
|
8040
8283
|
// used for apps, module instances and software center
|
|
@@ -8059,11 +8302,21 @@ var icon = {
|
|
|
8059
8302
|
Events32,
|
|
8060
8303
|
// used for domains
|
|
8061
8304
|
Link32,
|
|
8062
|
-
// used for external domain providers
|
|
8305
|
+
// used for URLs and external domain providers
|
|
8306
|
+
Link20,
|
|
8307
|
+
// used for URLs and external domain providers
|
|
8063
8308
|
WarningAlt32,
|
|
8309
|
+
WarningAlt20,
|
|
8310
|
+
Tools20,
|
|
8064
8311
|
Tools32,
|
|
8065
8312
|
Network_220,
|
|
8066
|
-
Network_232
|
|
8313
|
+
Network_232,
|
|
8314
|
+
DataBase20,
|
|
8315
|
+
DataBase32,
|
|
8316
|
+
DataBackup20,
|
|
8317
|
+
DataBackup32,
|
|
8318
|
+
ArrowDown20,
|
|
8319
|
+
ArrowDown32
|
|
8067
8320
|
};
|
|
8068
8321
|
}
|
|
8069
8322
|
|
|
@@ -15279,30 +15532,32 @@ var filters = {
|
|
|
15279
15532
|
|
|
15280
15533
|
var components = /*#__PURE__*/Object.freeze({
|
|
15281
15534
|
__proto__: null,
|
|
15282
|
-
NsButton: __vue_component__$
|
|
15283
|
-
NsEmptyState: __vue_component__$
|
|
15535
|
+
NsButton: __vue_component__$I,
|
|
15536
|
+
NsEmptyState: __vue_component__$D,
|
|
15284
15537
|
NsPictogram: NsPictogram,
|
|
15285
|
-
NsCodeSnippet: __vue_component__$
|
|
15538
|
+
NsCodeSnippet: __vue_component__$B,
|
|
15286
15539
|
NsInlineNotification: NsInlineNotification,
|
|
15287
15540
|
NsProgressBar: NsProgressBar,
|
|
15288
15541
|
NsSvg: NsSvg,
|
|
15289
|
-
NsTile: __vue_component__$
|
|
15290
|
-
NsToastNotification: __vue_component__$
|
|
15291
|
-
NsInfoCard: __vue_component__$
|
|
15292
|
-
NsStatusCard: __vue_component__$
|
|
15293
|
-
NsSystemdServiceCard: __vue_component__$
|
|
15294
|
-
NsPasswordInput: __vue_component__$
|
|
15295
|
-
NsIconMenu: __vue_component__$
|
|
15296
|
-
NsMeterChart: __vue_component__$
|
|
15297
|
-
NsPieChart: __vue_component__$
|
|
15542
|
+
NsTile: __vue_component__$v,
|
|
15543
|
+
NsToastNotification: __vue_component__$t,
|
|
15544
|
+
NsInfoCard: __vue_component__$r,
|
|
15545
|
+
NsStatusCard: __vue_component__$p,
|
|
15546
|
+
NsSystemdServiceCard: __vue_component__$n,
|
|
15547
|
+
NsPasswordInput: __vue_component__$l,
|
|
15548
|
+
NsIconMenu: __vue_component__$j,
|
|
15549
|
+
NsMeterChart: __vue_component__$h,
|
|
15550
|
+
NsPieChart: __vue_component__$f,
|
|
15298
15551
|
NsLottieAnimation: NsLottieAnimation,
|
|
15299
|
-
NsDangerDeleteModal: __vue_component__$
|
|
15552
|
+
NsDangerDeleteModal: __vue_component__$d,
|
|
15553
|
+
NsCircleTimer: NsCircleTimer,
|
|
15300
15554
|
ExclamationMark: ExclamationMark,
|
|
15301
|
-
Gear: __vue_component__$
|
|
15302
|
-
Love: __vue_component__$
|
|
15303
|
-
Warning: __vue_component__$
|
|
15304
|
-
Bulldozer: __vue_component__$
|
|
15305
|
-
Group: __vue_component__$
|
|
15555
|
+
Gear: __vue_component__$b,
|
|
15556
|
+
Love: __vue_component__$9,
|
|
15557
|
+
Warning: __vue_component__$7,
|
|
15558
|
+
Bulldozer: __vue_component__$5,
|
|
15559
|
+
Group: __vue_component__$3,
|
|
15560
|
+
HardDrive: __vue_component__$1,
|
|
15306
15561
|
UtilService: UtilService,
|
|
15307
15562
|
QueryParamService: queryParam,
|
|
15308
15563
|
TaskService: task,
|
|
@@ -15323,4 +15578,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
15323
15578
|
});
|
|
15324
15579
|
}; // Create module definition for Vue.use()
|
|
15325
15580
|
|
|
15326
|
-
export { __vue_component__$
|
|
15581
|
+
export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, icon as IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$I as NsButton, NsCircleTimer, __vue_component__$B as NsCodeSnippet, __vue_component__$d as NsDangerDeleteModal, __vue_component__$D as NsEmptyState, __vue_component__$j as NsIconMenu, __vue_component__$r as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$h as NsMeterChart, __vue_component__$l as NsPasswordInput, NsPictogram, __vue_component__$f as NsPieChart, NsProgressBar, __vue_component__$p as NsStatusCard, NsSvg, __vue_component__$n as NsSystemdServiceCard, __vue_component__$v as NsTile, __vue_component__$t as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
|