@nethserver/ns8-ui-lib 0.0.17 → 0.0.18
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 +370 -197
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +264 -185
- package/package.json +1 -1
- package/src/lib-components/NsIconMenu.vue +102 -0
- package/src/lib-components/NsTile.vue +1 -1
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput } from '@carbon/vue';
|
|
1
|
+
import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu } from '@carbon/vue';
|
|
2
2
|
import Copy20 from '@carbon/icons-vue/es/copy/20';
|
|
3
3
|
import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
|
|
4
4
|
import { carbonPrefixMixin, themeMixin } from '@carbon/vue/src/mixins';
|
|
@@ -47,7 +47,7 @@ import Checkmark20 from '@carbon/icons-vue/es/checkmark/20';
|
|
|
47
47
|
import ZoomIn20 from '@carbon/icons-vue/es/zoom--in/20';
|
|
48
48
|
|
|
49
49
|
//
|
|
50
|
-
var script$
|
|
50
|
+
var script$e = {
|
|
51
51
|
name: "NsButton",
|
|
52
52
|
extends: CvButton,
|
|
53
53
|
props: {
|
|
@@ -210,10 +210,10 @@ function addStyle(id, css) {
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
/* script */
|
|
213
|
-
const __vue_script__$
|
|
213
|
+
const __vue_script__$e = script$e;
|
|
214
214
|
/* template */
|
|
215
215
|
|
|
216
|
-
var __vue_render__$
|
|
216
|
+
var __vue_render__$i = function () {
|
|
217
217
|
var _vm = this;
|
|
218
218
|
|
|
219
219
|
var _h = _vm.$createElement;
|
|
@@ -236,10 +236,10 @@ var __vue_render__$h = function () {
|
|
|
236
236
|
}) : _vm._e()], 2);
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
var __vue_staticRenderFns__$
|
|
239
|
+
var __vue_staticRenderFns__$i = [];
|
|
240
240
|
/* style */
|
|
241
241
|
|
|
242
|
-
const __vue_inject_styles__$
|
|
242
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
243
243
|
if (!inject) return;
|
|
244
244
|
inject("data-v-025b0f12_0", {
|
|
245
245
|
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)}}",
|
|
@@ -250,23 +250,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
250
250
|
/* scoped */
|
|
251
251
|
|
|
252
252
|
|
|
253
|
-
const __vue_scope_id__$
|
|
253
|
+
const __vue_scope_id__$j = "data-v-025b0f12";
|
|
254
254
|
/* module identifier */
|
|
255
255
|
|
|
256
|
-
const __vue_module_identifier__$
|
|
256
|
+
const __vue_module_identifier__$j = undefined;
|
|
257
257
|
/* functional template */
|
|
258
258
|
|
|
259
|
-
const __vue_is_functional_template__$
|
|
259
|
+
const __vue_is_functional_template__$j = false;
|
|
260
260
|
/* style inject SSR */
|
|
261
261
|
|
|
262
262
|
/* style inject shadow dom */
|
|
263
263
|
|
|
264
|
-
const __vue_component__$
|
|
265
|
-
render: __vue_render__$
|
|
266
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
267
|
-
}, __vue_inject_styles__$
|
|
264
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
265
|
+
render: __vue_render__$i,
|
|
266
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
267
|
+
}, __vue_inject_styles__$j, __vue_script__$e, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
268
268
|
|
|
269
|
-
var __vue_component__$
|
|
269
|
+
var __vue_component__$z = __vue_component__$y;
|
|
270
270
|
|
|
271
271
|
//
|
|
272
272
|
//
|
|
@@ -284,7 +284,7 @@ var __vue_component__$x = __vue_component__$w;
|
|
|
284
284
|
//
|
|
285
285
|
//
|
|
286
286
|
//
|
|
287
|
-
var script$
|
|
287
|
+
var script$d = {
|
|
288
288
|
name: "NsPictogram",
|
|
289
289
|
props: {
|
|
290
290
|
title: {
|
|
@@ -307,10 +307,10 @@ var script$c = {
|
|
|
307
307
|
};
|
|
308
308
|
|
|
309
309
|
/* script */
|
|
310
|
-
const __vue_script__$
|
|
310
|
+
const __vue_script__$d = script$d;
|
|
311
311
|
/* template */
|
|
312
312
|
|
|
313
|
-
var __vue_render__$
|
|
313
|
+
var __vue_render__$h = function () {
|
|
314
314
|
var _vm = this;
|
|
315
315
|
|
|
316
316
|
var _h = _vm.$createElement;
|
|
@@ -338,36 +338,36 @@ var __vue_render__$g = function () {
|
|
|
338
338
|
}, [_vm._t("default")], 2)]);
|
|
339
339
|
};
|
|
340
340
|
|
|
341
|
-
var __vue_staticRenderFns__$
|
|
341
|
+
var __vue_staticRenderFns__$h = [];
|
|
342
342
|
/* style */
|
|
343
343
|
|
|
344
|
-
const __vue_inject_styles__$
|
|
344
|
+
const __vue_inject_styles__$i = undefined;
|
|
345
345
|
/* scoped */
|
|
346
346
|
|
|
347
|
-
const __vue_scope_id__$
|
|
347
|
+
const __vue_scope_id__$i = undefined;
|
|
348
348
|
/* module identifier */
|
|
349
349
|
|
|
350
|
-
const __vue_module_identifier__$
|
|
350
|
+
const __vue_module_identifier__$i = undefined;
|
|
351
351
|
/* functional template */
|
|
352
352
|
|
|
353
|
-
const __vue_is_functional_template__$
|
|
353
|
+
const __vue_is_functional_template__$i = false;
|
|
354
354
|
/* style inject */
|
|
355
355
|
|
|
356
356
|
/* style inject SSR */
|
|
357
357
|
|
|
358
358
|
/* style inject shadow dom */
|
|
359
359
|
|
|
360
|
-
const __vue_component__$
|
|
361
|
-
render: __vue_render__$
|
|
362
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
363
|
-
}, __vue_inject_styles__$
|
|
360
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
361
|
+
render: __vue_render__$h,
|
|
362
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
363
|
+
}, __vue_inject_styles__$i, __vue_script__$d, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
364
364
|
|
|
365
|
-
var NsPictogram = __vue_component__$
|
|
365
|
+
var NsPictogram = __vue_component__$x;
|
|
366
366
|
|
|
367
367
|
/* script */
|
|
368
368
|
|
|
369
369
|
/* template */
|
|
370
|
-
var __vue_render__$
|
|
370
|
+
var __vue_render__$g = function () {
|
|
371
371
|
var _vm = this;
|
|
372
372
|
|
|
373
373
|
var _h = _vm.$createElement;
|
|
@@ -382,34 +382,34 @@ var __vue_render__$f = function () {
|
|
|
382
382
|
});
|
|
383
383
|
};
|
|
384
384
|
|
|
385
|
-
var __vue_staticRenderFns__$
|
|
385
|
+
var __vue_staticRenderFns__$g = [];
|
|
386
386
|
/* style */
|
|
387
387
|
|
|
388
|
-
const __vue_inject_styles__$
|
|
388
|
+
const __vue_inject_styles__$h = undefined;
|
|
389
389
|
/* scoped */
|
|
390
390
|
|
|
391
|
-
const __vue_scope_id__$
|
|
391
|
+
const __vue_scope_id__$h = undefined;
|
|
392
392
|
/* module identifier */
|
|
393
393
|
|
|
394
|
-
const __vue_module_identifier__$
|
|
394
|
+
const __vue_module_identifier__$h = undefined;
|
|
395
395
|
/* functional template */
|
|
396
396
|
|
|
397
|
-
const __vue_is_functional_template__$
|
|
397
|
+
const __vue_is_functional_template__$h = false;
|
|
398
398
|
/* style inject */
|
|
399
399
|
|
|
400
400
|
/* style inject SSR */
|
|
401
401
|
|
|
402
402
|
/* style inject shadow dom */
|
|
403
403
|
|
|
404
|
-
const __vue_component__$
|
|
405
|
-
render: __vue_render__$
|
|
406
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
407
|
-
}, __vue_inject_styles__$
|
|
404
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
405
|
+
render: __vue_render__$g,
|
|
406
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
407
|
+
}, __vue_inject_styles__$h, {}, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
408
408
|
|
|
409
|
-
var ExclamationMark = __vue_component__$
|
|
409
|
+
var ExclamationMark = __vue_component__$w;
|
|
410
410
|
|
|
411
411
|
//
|
|
412
|
-
var script$
|
|
412
|
+
var script$c = {
|
|
413
413
|
name: "NsEmptyState",
|
|
414
414
|
components: {
|
|
415
415
|
NsPictogram,
|
|
@@ -434,10 +434,10 @@ var script$b = {
|
|
|
434
434
|
};
|
|
435
435
|
|
|
436
436
|
/* script */
|
|
437
|
-
const __vue_script__$
|
|
437
|
+
const __vue_script__$c = script$c;
|
|
438
438
|
/* template */
|
|
439
439
|
|
|
440
|
-
var __vue_render__$
|
|
440
|
+
var __vue_render__$f = function () {
|
|
441
441
|
var _vm = this;
|
|
442
442
|
|
|
443
443
|
var _h = _vm.$createElement;
|
|
@@ -458,10 +458,10 @@ var __vue_render__$e = function () {
|
|
|
458
458
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
459
459
|
};
|
|
460
460
|
|
|
461
|
-
var __vue_staticRenderFns__$
|
|
461
|
+
var __vue_staticRenderFns__$f = [];
|
|
462
462
|
/* style */
|
|
463
463
|
|
|
464
|
-
const __vue_inject_styles__$
|
|
464
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
465
465
|
if (!inject) return;
|
|
466
466
|
inject("data-v-169b7dd3_0", {
|
|
467
467
|
source: ".empty-state[data-v-169b7dd3]{text-align:center;padding:2rem}.empty-state .image[data-v-169b7dd3]{margin-bottom:1rem}.empty-state .description[data-v-169b7dd3]{margin-top:1rem}",
|
|
@@ -472,26 +472,26 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
472
472
|
/* scoped */
|
|
473
473
|
|
|
474
474
|
|
|
475
|
-
const __vue_scope_id__$
|
|
475
|
+
const __vue_scope_id__$g = "data-v-169b7dd3";
|
|
476
476
|
/* module identifier */
|
|
477
477
|
|
|
478
|
-
const __vue_module_identifier__$
|
|
478
|
+
const __vue_module_identifier__$g = undefined;
|
|
479
479
|
/* functional template */
|
|
480
480
|
|
|
481
|
-
const __vue_is_functional_template__$
|
|
481
|
+
const __vue_is_functional_template__$g = false;
|
|
482
482
|
/* style inject SSR */
|
|
483
483
|
|
|
484
484
|
/* style inject shadow dom */
|
|
485
485
|
|
|
486
|
-
const __vue_component__$
|
|
487
|
-
render: __vue_render__$
|
|
488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
489
|
-
}, __vue_inject_styles__$
|
|
486
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
487
|
+
render: __vue_render__$f,
|
|
488
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
489
|
+
}, __vue_inject_styles__$g, __vue_script__$c, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
490
490
|
|
|
491
|
-
var __vue_component__$
|
|
491
|
+
var __vue_component__$v = __vue_component__$u;
|
|
492
492
|
|
|
493
493
|
//
|
|
494
|
-
var script$
|
|
494
|
+
var script$b = {
|
|
495
495
|
name: "NsCodeSnippet",
|
|
496
496
|
components: {
|
|
497
497
|
CvButton,
|
|
@@ -603,10 +603,10 @@ var script$a = {
|
|
|
603
603
|
};
|
|
604
604
|
|
|
605
605
|
/* script */
|
|
606
|
-
const __vue_script__$
|
|
606
|
+
const __vue_script__$b = script$b;
|
|
607
607
|
/* template */
|
|
608
608
|
|
|
609
|
-
var __vue_render__$
|
|
609
|
+
var __vue_render__$e = function () {
|
|
610
610
|
var _vm = this;
|
|
611
611
|
|
|
612
612
|
var _h = _vm.$createElement;
|
|
@@ -668,10 +668,10 @@ var __vue_render__$d = function () {
|
|
|
668
668
|
})], 1) : _vm._e()], 1);
|
|
669
669
|
};
|
|
670
670
|
|
|
671
|
-
var __vue_staticRenderFns__$
|
|
671
|
+
var __vue_staticRenderFns__$e = [];
|
|
672
672
|
/* style */
|
|
673
673
|
|
|
674
|
-
const __vue_inject_styles__$
|
|
674
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
675
675
|
if (!inject) return;
|
|
676
676
|
inject("data-v-59cb538c_0", {
|
|
677
677
|
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}",
|
|
@@ -682,26 +682,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
682
682
|
/* scoped */
|
|
683
683
|
|
|
684
684
|
|
|
685
|
-
const __vue_scope_id__$
|
|
685
|
+
const __vue_scope_id__$f = "data-v-59cb538c";
|
|
686
686
|
/* module identifier */
|
|
687
687
|
|
|
688
|
-
const __vue_module_identifier__$
|
|
688
|
+
const __vue_module_identifier__$f = undefined;
|
|
689
689
|
/* functional template */
|
|
690
690
|
|
|
691
|
-
const __vue_is_functional_template__$
|
|
691
|
+
const __vue_is_functional_template__$f = false;
|
|
692
692
|
/* style inject SSR */
|
|
693
693
|
|
|
694
694
|
/* style inject shadow dom */
|
|
695
695
|
|
|
696
|
-
const __vue_component__$
|
|
697
|
-
render: __vue_render__$
|
|
698
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
699
|
-
}, __vue_inject_styles__$
|
|
696
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
697
|
+
render: __vue_render__$e,
|
|
698
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
699
|
+
}, __vue_inject_styles__$f, __vue_script__$b, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
700
700
|
|
|
701
|
-
var __vue_component__$
|
|
701
|
+
var __vue_component__$t = __vue_component__$s;
|
|
702
702
|
|
|
703
703
|
//
|
|
704
|
-
var script$
|
|
704
|
+
var script$a = {
|
|
705
705
|
name: "NsInlineNotification",
|
|
706
706
|
extends: CvInlineNotification,
|
|
707
707
|
props: {
|
|
@@ -732,10 +732,10 @@ var script$9 = {
|
|
|
732
732
|
};
|
|
733
733
|
|
|
734
734
|
/* script */
|
|
735
|
-
const __vue_script__$
|
|
735
|
+
const __vue_script__$a = script$a;
|
|
736
736
|
/* template */
|
|
737
737
|
|
|
738
|
-
var __vue_render__$
|
|
738
|
+
var __vue_render__$d = function () {
|
|
739
739
|
var _obj;
|
|
740
740
|
|
|
741
741
|
var _vm = this;
|
|
@@ -799,10 +799,10 @@ var __vue_render__$c = function () {
|
|
|
799
799
|
})], 1) : _vm._e()]);
|
|
800
800
|
};
|
|
801
801
|
|
|
802
|
-
var __vue_staticRenderFns__$
|
|
802
|
+
var __vue_staticRenderFns__$d = [];
|
|
803
803
|
/* style */
|
|
804
804
|
|
|
805
|
-
const __vue_inject_styles__$
|
|
805
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
806
806
|
if (!inject) return;
|
|
807
807
|
inject("data-v-3df2e043_0", {
|
|
808
808
|
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}",
|
|
@@ -813,23 +813,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
813
813
|
/* scoped */
|
|
814
814
|
|
|
815
815
|
|
|
816
|
-
const __vue_scope_id__$
|
|
816
|
+
const __vue_scope_id__$e = "data-v-3df2e043";
|
|
817
817
|
/* module identifier */
|
|
818
818
|
|
|
819
|
-
const __vue_module_identifier__$
|
|
819
|
+
const __vue_module_identifier__$e = undefined;
|
|
820
820
|
/* functional template */
|
|
821
821
|
|
|
822
|
-
const __vue_is_functional_template__$
|
|
822
|
+
const __vue_is_functional_template__$e = false;
|
|
823
823
|
/* style inject SSR */
|
|
824
824
|
|
|
825
825
|
/* style inject shadow dom */
|
|
826
826
|
|
|
827
|
-
const __vue_component__$
|
|
828
|
-
render: __vue_render__$
|
|
829
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
830
|
-
}, __vue_inject_styles__$
|
|
827
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
828
|
+
render: __vue_render__$d,
|
|
829
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
830
|
+
}, __vue_inject_styles__$e, __vue_script__$a, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
831
831
|
|
|
832
|
-
var __vue_component__$
|
|
832
|
+
var __vue_component__$r = __vue_component__$q;
|
|
833
833
|
|
|
834
834
|
//
|
|
835
835
|
//
|
|
@@ -848,7 +848,7 @@ var __vue_component__$p = __vue_component__$o;
|
|
|
848
848
|
//
|
|
849
849
|
//
|
|
850
850
|
//
|
|
851
|
-
var script$
|
|
851
|
+
var script$9 = {
|
|
852
852
|
name: "NsProgressBar",
|
|
853
853
|
props: {
|
|
854
854
|
value: {
|
|
@@ -878,10 +878,10 @@ var script$8 = {
|
|
|
878
878
|
};
|
|
879
879
|
|
|
880
880
|
/* script */
|
|
881
|
-
const __vue_script__$
|
|
881
|
+
const __vue_script__$9 = script$9;
|
|
882
882
|
/* template */
|
|
883
883
|
|
|
884
|
-
var __vue_render__$
|
|
884
|
+
var __vue_render__$c = function () {
|
|
885
885
|
var _vm = this;
|
|
886
886
|
|
|
887
887
|
var _h = _vm.$createElement;
|
|
@@ -906,10 +906,10 @@ var __vue_render__$b = function () {
|
|
|
906
906
|
})]], 2)]);
|
|
907
907
|
};
|
|
908
908
|
|
|
909
|
-
var __vue_staticRenderFns__$
|
|
909
|
+
var __vue_staticRenderFns__$c = [];
|
|
910
910
|
/* style */
|
|
911
911
|
|
|
912
|
-
const __vue_inject_styles__$
|
|
912
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
913
913
|
if (!inject) return;
|
|
914
914
|
inject("data-v-7110814a_0", {
|
|
915
915
|
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%}}",
|
|
@@ -920,25 +920,25 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
920
920
|
/* scoped */
|
|
921
921
|
|
|
922
922
|
|
|
923
|
-
const __vue_scope_id__$
|
|
923
|
+
const __vue_scope_id__$d = "data-v-7110814a";
|
|
924
924
|
/* module identifier */
|
|
925
925
|
|
|
926
|
-
const __vue_module_identifier__$
|
|
926
|
+
const __vue_module_identifier__$d = undefined;
|
|
927
927
|
/* functional template */
|
|
928
928
|
|
|
929
|
-
const __vue_is_functional_template__$
|
|
929
|
+
const __vue_is_functional_template__$d = false;
|
|
930
930
|
/* style inject SSR */
|
|
931
931
|
|
|
932
932
|
/* style inject shadow dom */
|
|
933
933
|
|
|
934
|
-
const __vue_component__$
|
|
935
|
-
render: __vue_render__$
|
|
936
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
937
|
-
}, __vue_inject_styles__$
|
|
934
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
935
|
+
render: __vue_render__$c,
|
|
936
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
937
|
+
}, __vue_inject_styles__$d, __vue_script__$9, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
938
938
|
|
|
939
|
-
var NsProgressBar = __vue_component__$
|
|
939
|
+
var NsProgressBar = __vue_component__$p;
|
|
940
940
|
|
|
941
|
-
var script$
|
|
941
|
+
var script$8 = {
|
|
942
942
|
name: "NsSvg",
|
|
943
943
|
props: {
|
|
944
944
|
svg: {
|
|
@@ -997,33 +997,33 @@ var script$7 = {
|
|
|
997
997
|
};
|
|
998
998
|
|
|
999
999
|
/* script */
|
|
1000
|
-
const __vue_script__$
|
|
1000
|
+
const __vue_script__$8 = script$8;
|
|
1001
1001
|
/* template */
|
|
1002
1002
|
|
|
1003
1003
|
/* style */
|
|
1004
1004
|
|
|
1005
|
-
const __vue_inject_styles__$
|
|
1005
|
+
const __vue_inject_styles__$c = undefined;
|
|
1006
1006
|
/* scoped */
|
|
1007
1007
|
|
|
1008
|
-
const __vue_scope_id__$
|
|
1008
|
+
const __vue_scope_id__$c = undefined;
|
|
1009
1009
|
/* module identifier */
|
|
1010
1010
|
|
|
1011
|
-
const __vue_module_identifier__$
|
|
1011
|
+
const __vue_module_identifier__$c = undefined;
|
|
1012
1012
|
/* functional template */
|
|
1013
1013
|
|
|
1014
|
-
const __vue_is_functional_template__$
|
|
1014
|
+
const __vue_is_functional_template__$c = undefined;
|
|
1015
1015
|
/* style inject */
|
|
1016
1016
|
|
|
1017
1017
|
/* style inject SSR */
|
|
1018
1018
|
|
|
1019
1019
|
/* style inject shadow dom */
|
|
1020
1020
|
|
|
1021
|
-
const __vue_component__$
|
|
1021
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$c, __vue_script__$8, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
1022
1022
|
|
|
1023
|
-
var NsSvg = __vue_component__$
|
|
1023
|
+
var NsSvg = __vue_component__$o;
|
|
1024
1024
|
|
|
1025
1025
|
//
|
|
1026
|
-
var script$
|
|
1026
|
+
var script$7 = {
|
|
1027
1027
|
name: "NsTile",
|
|
1028
1028
|
extends: CvTile,
|
|
1029
1029
|
inheritAttrs: false,
|
|
@@ -1091,10 +1091,10 @@ var script$6 = {
|
|
|
1091
1091
|
};
|
|
1092
1092
|
|
|
1093
1093
|
/* script */
|
|
1094
|
-
const __vue_script__$
|
|
1094
|
+
const __vue_script__$7 = script$7;
|
|
1095
1095
|
/* template */
|
|
1096
1096
|
|
|
1097
|
-
var __vue_render__$
|
|
1097
|
+
var __vue_render__$b = function () {
|
|
1098
1098
|
var _obj;
|
|
1099
1099
|
|
|
1100
1100
|
var _vm = this;
|
|
@@ -1131,13 +1131,13 @@ var __vue_render__$a = function () {
|
|
|
1131
1131
|
}) : _vm._e()], 1);
|
|
1132
1132
|
};
|
|
1133
1133
|
|
|
1134
|
-
var __vue_staticRenderFns__$
|
|
1134
|
+
var __vue_staticRenderFns__$b = [];
|
|
1135
1135
|
/* style */
|
|
1136
1136
|
|
|
1137
|
-
const __vue_inject_styles__$
|
|
1137
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
1138
1138
|
if (!inject) return;
|
|
1139
|
-
inject("data-v-
|
|
1140
|
-
source: ".ns-tile[data-v-
|
|
1139
|
+
inject("data-v-bbf09f9e_0", {
|
|
1140
|
+
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}",
|
|
1141
1141
|
map: undefined,
|
|
1142
1142
|
media: undefined
|
|
1143
1143
|
});
|
|
@@ -1145,23 +1145,23 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
1145
1145
|
/* scoped */
|
|
1146
1146
|
|
|
1147
1147
|
|
|
1148
|
-
const __vue_scope_id__$
|
|
1148
|
+
const __vue_scope_id__$b = "data-v-bbf09f9e";
|
|
1149
1149
|
/* module identifier */
|
|
1150
1150
|
|
|
1151
|
-
const __vue_module_identifier__$
|
|
1151
|
+
const __vue_module_identifier__$b = undefined;
|
|
1152
1152
|
/* functional template */
|
|
1153
1153
|
|
|
1154
|
-
const __vue_is_functional_template__$
|
|
1154
|
+
const __vue_is_functional_template__$b = false;
|
|
1155
1155
|
/* style inject SSR */
|
|
1156
1156
|
|
|
1157
1157
|
/* style inject shadow dom */
|
|
1158
1158
|
|
|
1159
|
-
const __vue_component__$
|
|
1160
|
-
render: __vue_render__$
|
|
1161
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1162
|
-
}, __vue_inject_styles__$
|
|
1159
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
1160
|
+
render: __vue_render__$b,
|
|
1161
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
1162
|
+
}, __vue_inject_styles__$b, __vue_script__$7, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
1163
1163
|
|
|
1164
|
-
var __vue_component__$
|
|
1164
|
+
var __vue_component__$n = __vue_component__$m;
|
|
1165
1165
|
|
|
1166
1166
|
function toInteger(dirtyNumber) {
|
|
1167
1167
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -5695,7 +5695,7 @@ var DateTimeService = {
|
|
|
5695
5695
|
};
|
|
5696
5696
|
|
|
5697
5697
|
//
|
|
5698
|
-
var script$
|
|
5698
|
+
var script$6 = {
|
|
5699
5699
|
name: "NsToastNotification",
|
|
5700
5700
|
extends: CvToastNotification,
|
|
5701
5701
|
components: {
|
|
@@ -5737,10 +5737,10 @@ var script$5 = {
|
|
|
5737
5737
|
};
|
|
5738
5738
|
|
|
5739
5739
|
/* script */
|
|
5740
|
-
const __vue_script__$
|
|
5740
|
+
const __vue_script__$6 = script$6;
|
|
5741
5741
|
/* template */
|
|
5742
5742
|
|
|
5743
|
-
var __vue_render__$
|
|
5743
|
+
var __vue_render__$a = function () {
|
|
5744
5744
|
var _obj;
|
|
5745
5745
|
|
|
5746
5746
|
var _vm = this;
|
|
@@ -5823,10 +5823,10 @@ var __vue_render__$9 = function () {
|
|
|
5823
5823
|
})], 1) : _vm._e()], 1)]);
|
|
5824
5824
|
};
|
|
5825
5825
|
|
|
5826
|
-
var __vue_staticRenderFns__$
|
|
5826
|
+
var __vue_staticRenderFns__$a = [];
|
|
5827
5827
|
/* style */
|
|
5828
5828
|
|
|
5829
|
-
const __vue_inject_styles__$
|
|
5829
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
5830
5830
|
if (!inject) return;
|
|
5831
5831
|
inject("data-v-79bd81d3_0", {
|
|
5832
5832
|
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}",
|
|
@@ -5841,26 +5841,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
5841
5841
|
/* scoped */
|
|
5842
5842
|
|
|
5843
5843
|
|
|
5844
|
-
const __vue_scope_id__$
|
|
5844
|
+
const __vue_scope_id__$a = "data-v-79bd81d3";
|
|
5845
5845
|
/* module identifier */
|
|
5846
5846
|
|
|
5847
|
-
const __vue_module_identifier__$
|
|
5847
|
+
const __vue_module_identifier__$a = undefined;
|
|
5848
5848
|
/* functional template */
|
|
5849
5849
|
|
|
5850
|
-
const __vue_is_functional_template__$
|
|
5850
|
+
const __vue_is_functional_template__$a = false;
|
|
5851
5851
|
/* style inject SSR */
|
|
5852
5852
|
|
|
5853
5853
|
/* style inject shadow dom */
|
|
5854
5854
|
|
|
5855
|
-
const __vue_component__$
|
|
5856
|
-
render: __vue_render__$
|
|
5857
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5858
|
-
}, __vue_inject_styles__$
|
|
5855
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
5856
|
+
render: __vue_render__$a,
|
|
5857
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5858
|
+
}, __vue_inject_styles__$a, __vue_script__$6, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
5859
5859
|
|
|
5860
|
-
var __vue_component__$
|
|
5860
|
+
var __vue_component__$l = __vue_component__$k;
|
|
5861
5861
|
|
|
5862
5862
|
//
|
|
5863
|
-
var script$
|
|
5863
|
+
var script$5 = {
|
|
5864
5864
|
name: "NsInfoCard",
|
|
5865
5865
|
//components added for storybook to work
|
|
5866
5866
|
components: {
|
|
@@ -5891,10 +5891,10 @@ var script$4 = {
|
|
|
5891
5891
|
};
|
|
5892
5892
|
|
|
5893
5893
|
/* script */
|
|
5894
|
-
const __vue_script__$
|
|
5894
|
+
const __vue_script__$5 = script$5;
|
|
5895
5895
|
/* template */
|
|
5896
5896
|
|
|
5897
|
-
var __vue_render__$
|
|
5897
|
+
var __vue_render__$9 = function () {
|
|
5898
5898
|
var _vm = this;
|
|
5899
5899
|
|
|
5900
5900
|
var _h = _vm.$createElement;
|
|
@@ -5924,10 +5924,10 @@ var __vue_render__$8 = function () {
|
|
|
5924
5924
|
}, [_vm._v(_vm._s(_vm.description))])])]);
|
|
5925
5925
|
};
|
|
5926
5926
|
|
|
5927
|
-
var __vue_staticRenderFns__$
|
|
5927
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5928
5928
|
/* style */
|
|
5929
5929
|
|
|
5930
|
-
const __vue_inject_styles__$
|
|
5930
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
5931
5931
|
if (!inject) return;
|
|
5932
5932
|
inject("data-v-38666592_0", {
|
|
5933
5933
|
source: ".info-card[data-v-38666592]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-38666592]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-38666592]{margin-left:.25rem;margin-right:.25rem}.description[data-v-38666592]{margin-left:.25rem;margin-right:.25rem}",
|
|
@@ -5938,26 +5938,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
5938
5938
|
/* scoped */
|
|
5939
5939
|
|
|
5940
5940
|
|
|
5941
|
-
const __vue_scope_id__$
|
|
5941
|
+
const __vue_scope_id__$9 = "data-v-38666592";
|
|
5942
5942
|
/* module identifier */
|
|
5943
5943
|
|
|
5944
|
-
const __vue_module_identifier__$
|
|
5944
|
+
const __vue_module_identifier__$9 = undefined;
|
|
5945
5945
|
/* functional template */
|
|
5946
5946
|
|
|
5947
|
-
const __vue_is_functional_template__$
|
|
5947
|
+
const __vue_is_functional_template__$9 = false;
|
|
5948
5948
|
/* style inject SSR */
|
|
5949
5949
|
|
|
5950
5950
|
/* style inject shadow dom */
|
|
5951
5951
|
|
|
5952
|
-
const __vue_component__$
|
|
5953
|
-
render: __vue_render__$
|
|
5954
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5955
|
-
}, __vue_inject_styles__$
|
|
5952
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
5953
|
+
render: __vue_render__$9,
|
|
5954
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5955
|
+
}, __vue_inject_styles__$9, __vue_script__$5, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
5956
5956
|
|
|
5957
|
-
var __vue_component__$
|
|
5957
|
+
var __vue_component__$j = __vue_component__$i;
|
|
5958
5958
|
|
|
5959
5959
|
//
|
|
5960
|
-
var script$
|
|
5960
|
+
var script$4 = {
|
|
5961
5961
|
name: "NsStatusCard",
|
|
5962
5962
|
//components added for storybook to work
|
|
5963
5963
|
components: {
|
|
@@ -6004,10 +6004,10 @@ var script$3 = {
|
|
|
6004
6004
|
};
|
|
6005
6005
|
|
|
6006
6006
|
/* script */
|
|
6007
|
-
const __vue_script__$
|
|
6007
|
+
const __vue_script__$4 = script$4;
|
|
6008
6008
|
/* template */
|
|
6009
6009
|
|
|
6010
|
-
var __vue_render__$
|
|
6010
|
+
var __vue_render__$8 = function () {
|
|
6011
6011
|
var _vm = this;
|
|
6012
6012
|
|
|
6013
6013
|
var _h = _vm.$createElement;
|
|
@@ -6076,10 +6076,10 @@ var __vue_render__$7 = function () {
|
|
|
6076
6076
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6077
6077
|
};
|
|
6078
6078
|
|
|
6079
|
-
var __vue_staticRenderFns__$
|
|
6079
|
+
var __vue_staticRenderFns__$8 = [];
|
|
6080
6080
|
/* style */
|
|
6081
6081
|
|
|
6082
|
-
const __vue_inject_styles__$
|
|
6082
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
6083
6083
|
if (!inject) return;
|
|
6084
6084
|
inject("data-v-e4a14fb4_0", {
|
|
6085
6085
|
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}",
|
|
@@ -6090,26 +6090,26 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
6090
6090
|
/* scoped */
|
|
6091
6091
|
|
|
6092
6092
|
|
|
6093
|
-
const __vue_scope_id__$
|
|
6093
|
+
const __vue_scope_id__$8 = "data-v-e4a14fb4";
|
|
6094
6094
|
/* module identifier */
|
|
6095
6095
|
|
|
6096
|
-
const __vue_module_identifier__$
|
|
6096
|
+
const __vue_module_identifier__$8 = undefined;
|
|
6097
6097
|
/* functional template */
|
|
6098
6098
|
|
|
6099
|
-
const __vue_is_functional_template__$
|
|
6099
|
+
const __vue_is_functional_template__$8 = false;
|
|
6100
6100
|
/* style inject SSR */
|
|
6101
6101
|
|
|
6102
6102
|
/* style inject shadow dom */
|
|
6103
6103
|
|
|
6104
|
-
const __vue_component__$
|
|
6105
|
-
render: __vue_render__$
|
|
6106
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6107
|
-
}, __vue_inject_styles__$
|
|
6104
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
6105
|
+
render: __vue_render__$8,
|
|
6106
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
6107
|
+
}, __vue_inject_styles__$8, __vue_script__$4, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
6108
6108
|
|
|
6109
|
-
var __vue_component__$
|
|
6109
|
+
var __vue_component__$h = __vue_component__$g;
|
|
6110
6110
|
|
|
6111
6111
|
//
|
|
6112
|
-
var script$
|
|
6112
|
+
var script$3 = {
|
|
6113
6113
|
name: "NsSystemdServiceCard",
|
|
6114
6114
|
//components added for storybook to work
|
|
6115
6115
|
components: {
|
|
@@ -6163,10 +6163,10 @@ var script$2 = {
|
|
|
6163
6163
|
};
|
|
6164
6164
|
|
|
6165
6165
|
/* script */
|
|
6166
|
-
const __vue_script__$
|
|
6166
|
+
const __vue_script__$3 = script$3;
|
|
6167
6167
|
/* template */
|
|
6168
6168
|
|
|
6169
|
-
var __vue_render__$
|
|
6169
|
+
var __vue_render__$7 = function () {
|
|
6170
6170
|
var _vm = this;
|
|
6171
6171
|
|
|
6172
6172
|
var _h = _vm.$createElement;
|
|
@@ -6221,10 +6221,10 @@ var __vue_render__$6 = function () {
|
|
|
6221
6221
|
})], 1)])]);
|
|
6222
6222
|
};
|
|
6223
6223
|
|
|
6224
|
-
var __vue_staticRenderFns__$
|
|
6224
|
+
var __vue_staticRenderFns__$7 = [];
|
|
6225
6225
|
/* style */
|
|
6226
6226
|
|
|
6227
|
-
const __vue_inject_styles__$
|
|
6227
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
6228
6228
|
if (!inject) return;
|
|
6229
6229
|
inject("data-v-e13a5ce6_0", {
|
|
6230
6230
|
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}",
|
|
@@ -6235,23 +6235,23 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
6235
6235
|
/* scoped */
|
|
6236
6236
|
|
|
6237
6237
|
|
|
6238
|
-
const __vue_scope_id__$
|
|
6238
|
+
const __vue_scope_id__$7 = "data-v-e13a5ce6";
|
|
6239
6239
|
/* module identifier */
|
|
6240
6240
|
|
|
6241
|
-
const __vue_module_identifier__$
|
|
6241
|
+
const __vue_module_identifier__$7 = undefined;
|
|
6242
6242
|
/* functional template */
|
|
6243
6243
|
|
|
6244
|
-
const __vue_is_functional_template__$
|
|
6244
|
+
const __vue_is_functional_template__$7 = false;
|
|
6245
6245
|
/* style inject SSR */
|
|
6246
6246
|
|
|
6247
6247
|
/* style inject shadow dom */
|
|
6248
6248
|
|
|
6249
|
-
const __vue_component__$
|
|
6250
|
-
render: __vue_render__$
|
|
6251
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6252
|
-
}, __vue_inject_styles__$
|
|
6249
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
6250
|
+
render: __vue_render__$7,
|
|
6251
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6252
|
+
}, __vue_inject_styles__$7, __vue_script__$3, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
6253
6253
|
|
|
6254
|
-
var __vue_component__$
|
|
6254
|
+
var __vue_component__$f = __vue_component__$e;
|
|
6255
6255
|
|
|
6256
6256
|
var UtilService = {
|
|
6257
6257
|
name: "UtilService",
|
|
@@ -6405,7 +6405,7 @@ var UtilService = {
|
|
|
6405
6405
|
};
|
|
6406
6406
|
|
|
6407
6407
|
//
|
|
6408
|
-
var script$
|
|
6408
|
+
var script$2 = {
|
|
6409
6409
|
name: "NsPasswordInput",
|
|
6410
6410
|
components: CvTextInput,
|
|
6411
6411
|
mixins: [UtilService],
|
|
@@ -6560,10 +6560,10 @@ var script$1 = {
|
|
|
6560
6560
|
};
|
|
6561
6561
|
|
|
6562
6562
|
/* script */
|
|
6563
|
-
const __vue_script__$
|
|
6563
|
+
const __vue_script__$2 = script$2;
|
|
6564
6564
|
/* template */
|
|
6565
6565
|
|
|
6566
|
-
var __vue_render__$
|
|
6566
|
+
var __vue_render__$6 = function () {
|
|
6567
6567
|
var _vm = this;
|
|
6568
6568
|
|
|
6569
6569
|
var _h = _vm.$createElement;
|
|
@@ -6650,10 +6650,10 @@ var __vue_render__$5 = function () {
|
|
|
6650
6650
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
6651
6651
|
};
|
|
6652
6652
|
|
|
6653
|
-
var __vue_staticRenderFns__$
|
|
6653
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6654
6654
|
/* style */
|
|
6655
6655
|
|
|
6656
|
-
const __vue_inject_styles__$
|
|
6656
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6657
6657
|
if (!inject) return;
|
|
6658
6658
|
inject("data-v-61a70522_0", {
|
|
6659
6659
|
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}",
|
|
@@ -6664,26 +6664,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6664
6664
|
/* scoped */
|
|
6665
6665
|
|
|
6666
6666
|
|
|
6667
|
-
const __vue_scope_id__$
|
|
6667
|
+
const __vue_scope_id__$6 = "data-v-61a70522";
|
|
6668
6668
|
/* module identifier */
|
|
6669
6669
|
|
|
6670
|
-
const __vue_module_identifier__$
|
|
6670
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6671
6671
|
/* functional template */
|
|
6672
6672
|
|
|
6673
|
-
const __vue_is_functional_template__$
|
|
6673
|
+
const __vue_is_functional_template__$6 = false;
|
|
6674
6674
|
/* style inject SSR */
|
|
6675
6675
|
|
|
6676
6676
|
/* style inject shadow dom */
|
|
6677
6677
|
|
|
6678
|
-
const __vue_component__$
|
|
6679
|
-
render: __vue_render__$
|
|
6680
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6681
|
-
}, __vue_inject_styles__$
|
|
6678
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
6679
|
+
render: __vue_render__$6,
|
|
6680
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6681
|
+
}, __vue_inject_styles__$6, __vue_script__$2, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6682
6682
|
|
|
6683
|
-
var __vue_component__$
|
|
6683
|
+
var __vue_component__$d = __vue_component__$c;
|
|
6684
6684
|
|
|
6685
6685
|
//
|
|
6686
|
-
var script = {
|
|
6686
|
+
var script$1 = {
|
|
6687
6687
|
name: "NsNodeCard",
|
|
6688
6688
|
//components added for storybook to work
|
|
6689
6689
|
components: {
|
|
@@ -6770,10 +6770,10 @@ var script = {
|
|
|
6770
6770
|
};
|
|
6771
6771
|
|
|
6772
6772
|
/* script */
|
|
6773
|
-
const __vue_script__ = script;
|
|
6773
|
+
const __vue_script__$1 = script$1;
|
|
6774
6774
|
/* template */
|
|
6775
6775
|
|
|
6776
|
-
var __vue_render__$
|
|
6776
|
+
var __vue_render__$5 = function () {
|
|
6777
6777
|
var _vm = this;
|
|
6778
6778
|
|
|
6779
6779
|
var _h = _vm.$createElement;
|
|
@@ -6884,10 +6884,10 @@ var __vue_render__$4 = function () {
|
|
|
6884
6884
|
}, [_vm._t("default")], 2)]);
|
|
6885
6885
|
};
|
|
6886
6886
|
|
|
6887
|
-
var __vue_staticRenderFns__$
|
|
6887
|
+
var __vue_staticRenderFns__$5 = [];
|
|
6888
6888
|
/* style */
|
|
6889
6889
|
|
|
6890
|
-
const __vue_inject_styles__$
|
|
6890
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
6891
6891
|
if (!inject) return;
|
|
6892
6892
|
inject("data-v-0b976635_0", {
|
|
6893
6893
|
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}",
|
|
@@ -6898,13 +6898,185 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
6898
6898
|
/* scoped */
|
|
6899
6899
|
|
|
6900
6900
|
|
|
6901
|
-
const __vue_scope_id__$
|
|
6901
|
+
const __vue_scope_id__$5 = "data-v-0b976635";
|
|
6902
|
+
/* module identifier */
|
|
6903
|
+
|
|
6904
|
+
const __vue_module_identifier__$5 = undefined;
|
|
6905
|
+
/* functional template */
|
|
6906
|
+
|
|
6907
|
+
const __vue_is_functional_template__$5 = false;
|
|
6908
|
+
/* style inject SSR */
|
|
6909
|
+
|
|
6910
|
+
/* style inject shadow dom */
|
|
6911
|
+
|
|
6912
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
6913
|
+
render: __vue_render__$5,
|
|
6914
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
6915
|
+
}, __vue_inject_styles__$5, __vue_script__$1, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
6916
|
+
|
|
6917
|
+
var __vue_component__$b = __vue_component__$a;
|
|
6918
|
+
|
|
6919
|
+
//
|
|
6920
|
+
|
|
6921
|
+
var script = {
|
|
6922
|
+
name: "NsIconMenu",
|
|
6923
|
+
extends: CvOverflowMenu,
|
|
6924
|
+
props: {
|
|
6925
|
+
label: String,
|
|
6926
|
+
flipMenu: Boolean,
|
|
6927
|
+
up: Boolean,
|
|
6928
|
+
offset: {
|
|
6929
|
+
type: Object,
|
|
6930
|
+
|
|
6931
|
+
validator(value) {
|
|
6932
|
+
return value && value.left !== undefined && value.top !== undefined;
|
|
6933
|
+
}
|
|
6934
|
+
|
|
6935
|
+
},
|
|
6936
|
+
tipPosition: {
|
|
6937
|
+
type: String,
|
|
6938
|
+
default: "right",
|
|
6939
|
+
validator: val => ["top", "left", "bottom", "right".includes(val)]
|
|
6940
|
+
},
|
|
6941
|
+
tipAlignment: {
|
|
6942
|
+
type: String,
|
|
6943
|
+
default: "center",
|
|
6944
|
+
validator: val => ["start", "center", "end"].includes(val)
|
|
6945
|
+
}
|
|
6946
|
+
}
|
|
6947
|
+
};
|
|
6948
|
+
|
|
6949
|
+
/* script */
|
|
6950
|
+
const __vue_script__ = script;
|
|
6951
|
+
/* template */
|
|
6952
|
+
|
|
6953
|
+
var __vue_render__$4 = function () {
|
|
6954
|
+
var _obj, _obj$1;
|
|
6955
|
+
|
|
6956
|
+
var _vm = this;
|
|
6957
|
+
|
|
6958
|
+
var _h = _vm.$createElement;
|
|
6959
|
+
|
|
6960
|
+
var _c = _vm._self._c || _h;
|
|
6961
|
+
|
|
6962
|
+
return _c('div', {
|
|
6963
|
+
class: "cv-overflow-menu " + _vm.carbonPrefix + "--overflow-menu",
|
|
6964
|
+
attrs: {
|
|
6965
|
+
"data-overflow-menu": "",
|
|
6966
|
+
"id": _vm.uid
|
|
6967
|
+
}
|
|
6968
|
+
}, [_c('button', {
|
|
6969
|
+
ref: "trigger",
|
|
6970
|
+
class: [_vm.carbonPrefix + "--overflow-menu__trigger " + _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", (_obj = {}, _obj[this.carbonPrefix + "--tooltip--" + _vm.tipPosition] = _vm.label, _obj[this.carbonPrefix + "--tooltip--align-" + _vm.tipAlignment] = _vm.label, _obj[_vm.carbonPrefix + "--overflow-menu--open"] = _vm.open, _obj)],
|
|
6971
|
+
attrs: {
|
|
6972
|
+
"aria-haspopup": "",
|
|
6973
|
+
"type": "button",
|
|
6974
|
+
"aria-expanded": _vm.open ? 'true' : 'false',
|
|
6975
|
+
"aria-controls": _vm.uid + "-menu",
|
|
6976
|
+
"id": _vm.uid + "-trigger"
|
|
6977
|
+
},
|
|
6978
|
+
on: {
|
|
6979
|
+
"click": _vm.doToggle,
|
|
6980
|
+
"keydown": [function ($event) {
|
|
6981
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
6982
|
+
return null;
|
|
6983
|
+
}
|
|
6984
|
+
|
|
6985
|
+
$event.preventDefault();
|
|
6986
|
+
}, function ($event) {
|
|
6987
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
|
|
6988
|
+
return null;
|
|
6989
|
+
}
|
|
6990
|
+
|
|
6991
|
+
$event.preventDefault();
|
|
6992
|
+
return _vm.doToggle.apply(null, arguments);
|
|
6993
|
+
}, function ($event) {
|
|
6994
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
|
|
6995
|
+
return null;
|
|
6996
|
+
}
|
|
6997
|
+
|
|
6998
|
+
return _vm.onOverflowMenuTab.apply(null, arguments);
|
|
6999
|
+
}],
|
|
7000
|
+
"keyup": function ($event) {
|
|
7001
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) {
|
|
7002
|
+
return null;
|
|
7003
|
+
}
|
|
7004
|
+
|
|
7005
|
+
$event.preventDefault();
|
|
7006
|
+
return _vm.doToggle.apply(null, arguments);
|
|
7007
|
+
}
|
|
7008
|
+
}
|
|
7009
|
+
}, [_vm.label ? _c('span', {
|
|
7010
|
+
class: _vm.carbonPrefix + "--assistive-text"
|
|
7011
|
+
}, [_vm._v(_vm._s(_vm.label))]) : _vm._e(), _vm._v(" "), _vm._t("trigger")], 2), _vm._v(" "), _c('div', {
|
|
7012
|
+
ref: "popup",
|
|
7013
|
+
class: [_vm.carbonPrefix + "--overflow-menu-options", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--overflow-menu--flip"] = _vm.flipMenu, _obj$1[_vm.carbonPrefix + "--overflow-menu-options--open"] = _vm.open, _obj$1)],
|
|
7014
|
+
style: {
|
|
7015
|
+
left: _vm.left + 'px',
|
|
7016
|
+
top: _vm.top + 'px'
|
|
7017
|
+
},
|
|
7018
|
+
attrs: {
|
|
7019
|
+
"tabindex": "-1",
|
|
7020
|
+
"aria-labelledby": _vm.uid + "-trigger",
|
|
7021
|
+
"id": _vm.uid + "-menu"
|
|
7022
|
+
},
|
|
7023
|
+
on: {
|
|
7024
|
+
"focusout": _vm.checkFocusOut,
|
|
7025
|
+
"mousedown": function ($event) {
|
|
7026
|
+
$event.preventDefault();
|
|
7027
|
+
return _vm.preventFocusOut.apply(null, arguments);
|
|
7028
|
+
}
|
|
7029
|
+
}
|
|
7030
|
+
}, [_c('div', {
|
|
7031
|
+
ref: "beforeContent",
|
|
7032
|
+
staticClass: "cv-overflow-menu__before-content",
|
|
7033
|
+
staticStyle: {
|
|
7034
|
+
"position": "absolute",
|
|
7035
|
+
"height": "1px",
|
|
7036
|
+
"width": "1px",
|
|
7037
|
+
"left": "-9999px"
|
|
7038
|
+
},
|
|
7039
|
+
attrs: {
|
|
7040
|
+
"tabindex": "0"
|
|
7041
|
+
},
|
|
7042
|
+
on: {
|
|
7043
|
+
"focus": _vm.focusBeforeContent
|
|
7044
|
+
}
|
|
7045
|
+
}), _vm._v(" "), _c('ul', {
|
|
7046
|
+
class: _vm.carbonPrefix + "--overflow-menu-options__content"
|
|
7047
|
+
}, [_vm._t("default")], 2), _vm._v(" "), _c('div', {
|
|
7048
|
+
ref: "afterContent",
|
|
7049
|
+
staticClass: "cv-overflow-menu__after-content",
|
|
7050
|
+
staticStyle: {
|
|
7051
|
+
"position": "absolute",
|
|
7052
|
+
"height": "1px",
|
|
7053
|
+
"width": "1px",
|
|
7054
|
+
"left": "-9999px"
|
|
7055
|
+
},
|
|
7056
|
+
attrs: {
|
|
7057
|
+
"tabindex": "0"
|
|
7058
|
+
},
|
|
7059
|
+
on: {
|
|
7060
|
+
"focus": _vm.focusAfterContent
|
|
7061
|
+
}
|
|
7062
|
+
})])]);
|
|
7063
|
+
};
|
|
7064
|
+
|
|
7065
|
+
var __vue_staticRenderFns__$4 = [];
|
|
7066
|
+
/* style */
|
|
7067
|
+
|
|
7068
|
+
const __vue_inject_styles__$4 = undefined;
|
|
7069
|
+
/* scoped */
|
|
7070
|
+
|
|
7071
|
+
const __vue_scope_id__$4 = undefined;
|
|
6902
7072
|
/* module identifier */
|
|
6903
7073
|
|
|
6904
7074
|
const __vue_module_identifier__$4 = undefined;
|
|
6905
7075
|
/* functional template */
|
|
6906
7076
|
|
|
6907
7077
|
const __vue_is_functional_template__$4 = false;
|
|
7078
|
+
/* style inject */
|
|
7079
|
+
|
|
6908
7080
|
/* style inject SSR */
|
|
6909
7081
|
|
|
6910
7082
|
/* style inject shadow dom */
|
|
@@ -6912,7 +7084,7 @@ const __vue_is_functional_template__$4 = false;
|
|
|
6912
7084
|
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
6913
7085
|
render: __vue_render__$4,
|
|
6914
7086
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
6915
|
-
}, __vue_inject_styles__$4, __vue_script__, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false,
|
|
7087
|
+
}, __vue_inject_styles__$4, __vue_script__, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
|
|
6916
7088
|
|
|
6917
7089
|
var __vue_component__$9 = __vue_component__$8;
|
|
6918
7090
|
|
|
@@ -7643,20 +7815,21 @@ var filters = {
|
|
|
7643
7815
|
|
|
7644
7816
|
var components = /*#__PURE__*/Object.freeze({
|
|
7645
7817
|
__proto__: null,
|
|
7646
|
-
NsButton: __vue_component__$
|
|
7647
|
-
NsEmptyState: __vue_component__$
|
|
7818
|
+
NsButton: __vue_component__$z,
|
|
7819
|
+
NsEmptyState: __vue_component__$v,
|
|
7648
7820
|
NsPictogram: NsPictogram,
|
|
7649
|
-
NsCodeSnippet: __vue_component__$
|
|
7650
|
-
NsInlineNotification: __vue_component__$
|
|
7821
|
+
NsCodeSnippet: __vue_component__$t,
|
|
7822
|
+
NsInlineNotification: __vue_component__$r,
|
|
7651
7823
|
NsProgressBar: NsProgressBar,
|
|
7652
7824
|
NsSvg: NsSvg,
|
|
7653
|
-
NsTile: __vue_component__$
|
|
7654
|
-
NsToastNotification: __vue_component__$
|
|
7655
|
-
NsInfoCard: __vue_component__$
|
|
7656
|
-
NsStatusCard: __vue_component__$
|
|
7657
|
-
NsSystemdServiceCard: __vue_component__$
|
|
7658
|
-
NsPasswordInput: __vue_component__$
|
|
7659
|
-
NsNodeCard: __vue_component__$
|
|
7825
|
+
NsTile: __vue_component__$n,
|
|
7826
|
+
NsToastNotification: __vue_component__$l,
|
|
7827
|
+
NsInfoCard: __vue_component__$j,
|
|
7828
|
+
NsStatusCard: __vue_component__$h,
|
|
7829
|
+
NsSystemdServiceCard: __vue_component__$f,
|
|
7830
|
+
NsPasswordInput: __vue_component__$d,
|
|
7831
|
+
NsNodeCard: __vue_component__$b,
|
|
7832
|
+
NsIconMenu: __vue_component__$9,
|
|
7660
7833
|
ExclamationMark: ExclamationMark,
|
|
7661
7834
|
Gear: __vue_component__$7,
|
|
7662
7835
|
Love: __vue_component__$5,
|
|
@@ -7681,4 +7854,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
7681
7854
|
});
|
|
7682
7855
|
}; // Create module definition for Vue.use()
|
|
7683
7856
|
|
|
7684
|
-
export { __vue_component__$1 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$7 as Gear, icon as IconService, __vue_component__$5 as Love, __vue_component__$
|
|
7857
|
+
export { __vue_component__$1 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$7 as Gear, icon as IconService, __vue_component__$5 as Love, __vue_component__$z as NsButton, __vue_component__$t as NsCodeSnippet, __vue_component__$v as NsEmptyState, __vue_component__$9 as NsIconMenu, __vue_component__$j as NsInfoCard, __vue_component__$r as NsInlineNotification, __vue_component__$b as NsNodeCard, __vue_component__$d as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$h as NsStatusCard, NsSvg, __vue_component__$f as NsSystemdServiceCard, __vue_component__$n as NsTile, __vue_component__$l as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$3 as Warning, install as default };
|