@nethserver/ns8-ui-lib 0.0.71 → 0.0.74
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 +263 -163
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +233 -145
- package/package.json +1 -1
- package/src/lib-components/NsDangerDeleteModal.vue +19 -0
- package/src/lib-components/NsModal.vue +13 -0
- package/src/lib-components/NsToastNotification.vue +61 -4
- package/src/lib-components/NsWizard.vue +15 -2
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -25,6 +25,7 @@ import Reset20 from '@carbon/icons-vue/es/reset/20';
|
|
|
25
25
|
import Download20 from '@carbon/icons-vue/es/download/20';
|
|
26
26
|
import Launch20 from '@carbon/icons-vue/es/launch/20';
|
|
27
27
|
import Upgrade20 from '@carbon/icons-vue/es/upgrade/20';
|
|
28
|
+
import Upgrade32 from '@carbon/icons-vue/es/upgrade/32';
|
|
28
29
|
import Settings16 from '@carbon/icons-vue/es/settings/16';
|
|
29
30
|
import Settings20 from '@carbon/icons-vue/es/settings/20';
|
|
30
31
|
import ChevronUp20 from '@carbon/icons-vue/es/chevron--up/20';
|
|
@@ -312,12 +313,12 @@ const __vue_is_functional_template__$y = false;
|
|
|
312
313
|
|
|
313
314
|
/* style inject shadow dom */
|
|
314
315
|
|
|
315
|
-
const __vue_component__$
|
|
316
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
316
317
|
render: __vue_render__$w,
|
|
317
318
|
staticRenderFns: __vue_staticRenderFns__$w
|
|
318
319
|
}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
319
320
|
|
|
320
|
-
var __vue_component__$
|
|
321
|
+
var __vue_component__$Y = __vue_component__$X;
|
|
321
322
|
|
|
322
323
|
//
|
|
323
324
|
//
|
|
@@ -408,12 +409,12 @@ const __vue_is_functional_template__$x = false;
|
|
|
408
409
|
|
|
409
410
|
/* style inject shadow dom */
|
|
410
411
|
|
|
411
|
-
const __vue_component__$
|
|
412
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
412
413
|
render: __vue_render__$v,
|
|
413
414
|
staticRenderFns: __vue_staticRenderFns__$v
|
|
414
415
|
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
415
416
|
|
|
416
|
-
var NsPictogram = __vue_component__$
|
|
417
|
+
var NsPictogram = __vue_component__$W;
|
|
417
418
|
|
|
418
419
|
//
|
|
419
420
|
var script$p = {
|
|
@@ -521,12 +522,12 @@ const __vue_is_functional_template__$w = false;
|
|
|
521
522
|
|
|
522
523
|
/* style inject shadow dom */
|
|
523
524
|
|
|
524
|
-
const __vue_component__$
|
|
525
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
525
526
|
render: __vue_render__$u,
|
|
526
527
|
staticRenderFns: __vue_staticRenderFns__$u
|
|
527
528
|
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
528
529
|
|
|
529
|
-
var NsLottieAnimation = __vue_component__$
|
|
530
|
+
var NsLottieAnimation = __vue_component__$V;
|
|
530
531
|
|
|
531
532
|
/* script */
|
|
532
533
|
|
|
@@ -565,12 +566,12 @@ const __vue_is_functional_template__$v = false;
|
|
|
565
566
|
|
|
566
567
|
/* style inject shadow dom */
|
|
567
568
|
|
|
568
|
-
const __vue_component__$
|
|
569
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
569
570
|
render: __vue_render__$t,
|
|
570
571
|
staticRenderFns: __vue_staticRenderFns__$t
|
|
571
572
|
}, __vue_inject_styles__$v, {}, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
572
573
|
|
|
573
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
574
|
+
var ExclamationMarkPictogram = __vue_component__$U;
|
|
574
575
|
|
|
575
576
|
//
|
|
576
577
|
var script$o = {
|
|
@@ -663,12 +664,12 @@ const __vue_is_functional_template__$u = false;
|
|
|
663
664
|
|
|
664
665
|
/* style inject shadow dom */
|
|
665
666
|
|
|
666
|
-
const __vue_component__$
|
|
667
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
667
668
|
render: __vue_render__$s,
|
|
668
669
|
staticRenderFns: __vue_staticRenderFns__$s
|
|
669
670
|
}, __vue_inject_styles__$u, __vue_script__$o, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
670
671
|
|
|
671
|
-
var __vue_component__$
|
|
672
|
+
var __vue_component__$T = __vue_component__$S;
|
|
672
673
|
|
|
673
674
|
//
|
|
674
675
|
var script$n = {
|
|
@@ -873,12 +874,12 @@ const __vue_is_functional_template__$t = false;
|
|
|
873
874
|
|
|
874
875
|
/* style inject shadow dom */
|
|
875
876
|
|
|
876
|
-
const __vue_component__$
|
|
877
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
877
878
|
render: __vue_render__$r,
|
|
878
879
|
staticRenderFns: __vue_staticRenderFns__$r
|
|
879
880
|
}, __vue_inject_styles__$t, __vue_script__$n, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
880
881
|
|
|
881
|
-
var __vue_component__$
|
|
882
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
882
883
|
|
|
883
884
|
//
|
|
884
885
|
//
|
|
@@ -1033,12 +1034,12 @@ const __vue_is_functional_template__$s = false;
|
|
|
1033
1034
|
|
|
1034
1035
|
/* style inject shadow dom */
|
|
1035
1036
|
|
|
1036
|
-
const __vue_component__$
|
|
1037
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
1037
1038
|
render: __vue_render__$q,
|
|
1038
1039
|
staticRenderFns: __vue_staticRenderFns__$q
|
|
1039
1040
|
}, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
1040
1041
|
|
|
1041
|
-
var NsCircleTimer = __vue_component__$
|
|
1042
|
+
var NsCircleTimer = __vue_component__$P;
|
|
1042
1043
|
|
|
1043
1044
|
//
|
|
1044
1045
|
var script$l = {
|
|
@@ -1177,12 +1178,12 @@ const __vue_is_functional_template__$r = false;
|
|
|
1177
1178
|
|
|
1178
1179
|
/* style inject shadow dom */
|
|
1179
1180
|
|
|
1180
|
-
const __vue_component__$
|
|
1181
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
1181
1182
|
render: __vue_render__$p,
|
|
1182
1183
|
staticRenderFns: __vue_staticRenderFns__$p
|
|
1183
1184
|
}, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
1184
1185
|
|
|
1185
|
-
var NsInlineNotification = __vue_component__$
|
|
1186
|
+
var NsInlineNotification = __vue_component__$O;
|
|
1186
1187
|
|
|
1187
1188
|
//
|
|
1188
1189
|
//
|
|
@@ -1285,12 +1286,12 @@ const __vue_is_functional_template__$q = false;
|
|
|
1285
1286
|
|
|
1286
1287
|
/* style inject shadow dom */
|
|
1287
1288
|
|
|
1288
|
-
const __vue_component__$
|
|
1289
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
1289
1290
|
render: __vue_render__$o,
|
|
1290
1291
|
staticRenderFns: __vue_staticRenderFns__$o
|
|
1291
1292
|
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
1292
1293
|
|
|
1293
|
-
var NsProgressBar = __vue_component__$
|
|
1294
|
+
var NsProgressBar = __vue_component__$N;
|
|
1294
1295
|
|
|
1295
1296
|
var script$j = {
|
|
1296
1297
|
name: "NsSvg",
|
|
@@ -1372,9 +1373,9 @@ const __vue_is_functional_template__$p = undefined;
|
|
|
1372
1373
|
|
|
1373
1374
|
/* style inject shadow dom */
|
|
1374
1375
|
|
|
1375
|
-
const __vue_component__$
|
|
1376
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
1376
1377
|
|
|
1377
|
-
var NsSvg = __vue_component__$
|
|
1378
|
+
var NsSvg = __vue_component__$M;
|
|
1378
1379
|
|
|
1379
1380
|
//
|
|
1380
1381
|
var script$i = {
|
|
@@ -1518,12 +1519,12 @@ const __vue_is_functional_template__$o = false;
|
|
|
1518
1519
|
|
|
1519
1520
|
/* style inject shadow dom */
|
|
1520
1521
|
|
|
1521
|
-
const __vue_component__$
|
|
1522
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
1522
1523
|
render: __vue_render__$n,
|
|
1523
1524
|
staticRenderFns: __vue_staticRenderFns__$n
|
|
1524
1525
|
}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
1525
1526
|
|
|
1526
|
-
var __vue_component__$
|
|
1527
|
+
var __vue_component__$L = __vue_component__$K;
|
|
1527
1528
|
|
|
1528
1529
|
function toInteger(dirtyNumber) {
|
|
1529
1530
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6148,6 +6149,14 @@ var script$h = {
|
|
|
6148
6149
|
type: Boolean,
|
|
6149
6150
|
default: false
|
|
6150
6151
|
},
|
|
6152
|
+
cancelLabel: {
|
|
6153
|
+
type: String,
|
|
6154
|
+
default: "Abort"
|
|
6155
|
+
},
|
|
6156
|
+
confirmCancelLabel: {
|
|
6157
|
+
type: String,
|
|
6158
|
+
default: "Confirm abort"
|
|
6159
|
+
},
|
|
6151
6160
|
closeAriaLabel: {
|
|
6152
6161
|
type: String,
|
|
6153
6162
|
default: "Dismiss notification"
|
|
@@ -6158,6 +6167,30 @@ var script$h = {
|
|
|
6158
6167
|
validator: val => ["error", "info", "warning", "success"].includes(val)
|
|
6159
6168
|
},
|
|
6160
6169
|
lowContrast: Boolean
|
|
6170
|
+
},
|
|
6171
|
+
|
|
6172
|
+
data() {
|
|
6173
|
+
return {
|
|
6174
|
+
isConfirmCancelShown: false,
|
|
6175
|
+
isCancelButtonDisabled: false
|
|
6176
|
+
};
|
|
6177
|
+
},
|
|
6178
|
+
|
|
6179
|
+
methods: {
|
|
6180
|
+
cancelTask() {
|
|
6181
|
+
if (!this.isConfirmCancelShown) {
|
|
6182
|
+
// show confirmation
|
|
6183
|
+
this.isConfirmCancelShown = true;
|
|
6184
|
+
setTimeout(() => {
|
|
6185
|
+
this.isConfirmCancelShown = false;
|
|
6186
|
+
}, 5000);
|
|
6187
|
+
} else {
|
|
6188
|
+
// cancel task
|
|
6189
|
+
this.$emit("cancelTask", this.id);
|
|
6190
|
+
this.isCancelButtonDisabled = true;
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
|
|
6161
6194
|
}
|
|
6162
6195
|
};
|
|
6163
6196
|
|
|
@@ -6192,7 +6225,7 @@ var __vue_render__$m = function () {
|
|
|
6192
6225
|
class: _vm.carbonPrefix + "--toast-notification__title"
|
|
6193
6226
|
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _c('div', {
|
|
6194
6227
|
class: [_vm.carbonPrefix + "--toast-notification__subtitle", "notification-description-and-progress", "row", {
|
|
6195
|
-
'fix-margin-bottom': _vm.actionLabel
|
|
6228
|
+
'fix-margin-bottom': _vm.actionLabel || _vm.isProgressShown
|
|
6196
6229
|
}]
|
|
6197
6230
|
}, [_c('span', {
|
|
6198
6231
|
domProps: {
|
|
@@ -6209,7 +6242,22 @@ var __vue_render__$m = function () {
|
|
|
6209
6242
|
staticClass: "progress-bar-spacer"
|
|
6210
6243
|
}), _vm._v(" "), _vm.progress ? _c('div', {
|
|
6211
6244
|
staticClass: "progress-number"
|
|
6212
|
-
}, [_vm._v(_vm._s(_vm.progress) + " %")]) : _vm._e()], 1) : _vm._e()]), _vm._v(" "), _vm.
|
|
6245
|
+
}, [_vm._v(_vm._s(_vm.progress) + " %")]) : _vm._e()], 1) : _vm._e()]), _vm._v(" "), _vm.isProgressShown ? _c('div', {
|
|
6246
|
+
class: [_vm.carbonPrefix + "--toast-notification__caption", "action", "row"]
|
|
6247
|
+
}, [_c('button', {
|
|
6248
|
+
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", {
|
|
6249
|
+
'bx--btn--ghost': !_vm.isConfirmCancelShown
|
|
6250
|
+
}, {
|
|
6251
|
+
'bx--btn--danger': _vm.isConfirmCancelShown
|
|
6252
|
+
}],
|
|
6253
|
+
attrs: {
|
|
6254
|
+
"disabled": _vm.isCancelButtonDisabled,
|
|
6255
|
+
"type": "button"
|
|
6256
|
+
},
|
|
6257
|
+
on: {
|
|
6258
|
+
"click": _vm.cancelTask
|
|
6259
|
+
}
|
|
6260
|
+
}, [_vm._v("\n " + _vm._s(_vm.isConfirmCancelShown ? _vm.confirmCancelLabel : _vm.cancelLabel) + "\n ")])]) : _vm.actionLabel ? _c('div', {
|
|
6213
6261
|
class: [_vm.carbonPrefix + "--toast-notification__caption", "action", "row"]
|
|
6214
6262
|
}, [_c('button', {
|
|
6215
6263
|
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
|
|
@@ -6253,11 +6301,11 @@ var __vue_staticRenderFns__$m = [];
|
|
|
6253
6301
|
|
|
6254
6302
|
const __vue_inject_styles__$n = function (inject) {
|
|
6255
6303
|
if (!inject) return;
|
|
6256
|
-
inject("data-v-
|
|
6257
|
-
source: ".notification[data-v-
|
|
6304
|
+
inject("data-v-06b7021e_0", {
|
|
6305
|
+
source: ".notification[data-v-06b7021e]{margin-bottom:0;margin-right:0}.action[data-v-06b7021e]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-06b7021e]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-06b7021e]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-06b7021e]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-06b7021e]{margin-bottom:0}.progress[data-v-06b7021e]{margin-top:.75rem}.progress-bar-spacer[data-v-06b7021e]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-06b7021e]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-06b7021e]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-06b7021e]{width:100%;cursor:pointer}.notification-read[data-v-06b7021e]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-06b7021e]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-06b7021e]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-06b7021e]{font-weight:400}.cv-notifiation .timestamp[data-v-06b7021e]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-06b7021e]{color:#c6c6c6}.bx--tooltip__trigger[data-v-06b7021e]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-06b7021e]::before{border-bottom-color:#161616}div.row[data-v-06b7021e]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-06b7021e]{flex-grow:1}",
|
|
6258
6306
|
map: undefined,
|
|
6259
6307
|
media: undefined
|
|
6260
|
-
}), inject("data-v-
|
|
6308
|
+
}), inject("data-v-06b7021e_1", {
|
|
6261
6309
|
source: ".cv-notifiation .timestamp button span{background-color:#161616!important;border-left:1px solid #393939;border-right:1px solid #393939;border-bottom:1px solid #393939}",
|
|
6262
6310
|
map: undefined,
|
|
6263
6311
|
media: undefined
|
|
@@ -6266,7 +6314,7 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6266
6314
|
/* scoped */
|
|
6267
6315
|
|
|
6268
6316
|
|
|
6269
|
-
const __vue_scope_id__$n = "data-v-
|
|
6317
|
+
const __vue_scope_id__$n = "data-v-06b7021e";
|
|
6270
6318
|
/* module identifier */
|
|
6271
6319
|
|
|
6272
6320
|
const __vue_module_identifier__$n = undefined;
|
|
@@ -6277,12 +6325,12 @@ const __vue_is_functional_template__$n = false;
|
|
|
6277
6325
|
|
|
6278
6326
|
/* style inject shadow dom */
|
|
6279
6327
|
|
|
6280
|
-
const __vue_component__$
|
|
6328
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
6281
6329
|
render: __vue_render__$m,
|
|
6282
6330
|
staticRenderFns: __vue_staticRenderFns__$m
|
|
6283
6331
|
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6284
6332
|
|
|
6285
|
-
var __vue_component__$
|
|
6333
|
+
var __vue_component__$J = __vue_component__$I;
|
|
6286
6334
|
|
|
6287
6335
|
//
|
|
6288
6336
|
var script$g = {
|
|
@@ -6421,12 +6469,12 @@ const __vue_is_functional_template__$m = false;
|
|
|
6421
6469
|
|
|
6422
6470
|
/* style inject shadow dom */
|
|
6423
6471
|
|
|
6424
|
-
const __vue_component__$
|
|
6472
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
6425
6473
|
render: __vue_render__$l,
|
|
6426
6474
|
staticRenderFns: __vue_staticRenderFns__$l
|
|
6427
6475
|
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6428
6476
|
|
|
6429
|
-
var __vue_component__$
|
|
6477
|
+
var __vue_component__$H = __vue_component__$G;
|
|
6430
6478
|
|
|
6431
6479
|
//
|
|
6432
6480
|
var script$f = {
|
|
@@ -6573,12 +6621,12 @@ const __vue_is_functional_template__$l = false;
|
|
|
6573
6621
|
|
|
6574
6622
|
/* style inject shadow dom */
|
|
6575
6623
|
|
|
6576
|
-
const __vue_component__$
|
|
6624
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
6577
6625
|
render: __vue_render__$k,
|
|
6578
6626
|
staticRenderFns: __vue_staticRenderFns__$k
|
|
6579
6627
|
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6580
6628
|
|
|
6581
|
-
var __vue_component__$
|
|
6629
|
+
var __vue_component__$F = __vue_component__$E;
|
|
6582
6630
|
|
|
6583
6631
|
//
|
|
6584
6632
|
var script$e = {
|
|
@@ -6718,12 +6766,12 @@ const __vue_is_functional_template__$k = false;
|
|
|
6718
6766
|
|
|
6719
6767
|
/* style inject shadow dom */
|
|
6720
6768
|
|
|
6721
|
-
const __vue_component__$
|
|
6769
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
6722
6770
|
render: __vue_render__$j,
|
|
6723
6771
|
staticRenderFns: __vue_staticRenderFns__$j
|
|
6724
6772
|
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6725
6773
|
|
|
6726
|
-
var __vue_component__$
|
|
6774
|
+
var __vue_component__$D = __vue_component__$C;
|
|
6727
6775
|
|
|
6728
6776
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
6729
6777
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7459,12 +7507,12 @@ const __vue_is_functional_template__$j = false;
|
|
|
7459
7507
|
|
|
7460
7508
|
/* style inject shadow dom */
|
|
7461
7509
|
|
|
7462
|
-
const __vue_component__$
|
|
7510
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
7463
7511
|
render: __vue_render__$i,
|
|
7464
7512
|
staticRenderFns: __vue_staticRenderFns__$i
|
|
7465
7513
|
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
7466
7514
|
|
|
7467
|
-
var __vue_component__$
|
|
7515
|
+
var __vue_component__$B = __vue_component__$A;
|
|
7468
7516
|
|
|
7469
7517
|
//
|
|
7470
7518
|
var script$c = {
|
|
@@ -7655,12 +7703,12 @@ const __vue_is_functional_template__$i = false;
|
|
|
7655
7703
|
|
|
7656
7704
|
/* style inject shadow dom */
|
|
7657
7705
|
|
|
7658
|
-
const __vue_component__$
|
|
7706
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
7659
7707
|
render: __vue_render__$h,
|
|
7660
7708
|
staticRenderFns: __vue_staticRenderFns__$h
|
|
7661
7709
|
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
7662
7710
|
|
|
7663
|
-
var __vue_component__$
|
|
7711
|
+
var __vue_component__$z = __vue_component__$y;
|
|
7664
7712
|
|
|
7665
7713
|
//
|
|
7666
7714
|
Vue.use(chartsVue);
|
|
@@ -7775,12 +7823,12 @@ const __vue_is_functional_template__$h = false;
|
|
|
7775
7823
|
|
|
7776
7824
|
/* style inject shadow dom */
|
|
7777
7825
|
|
|
7778
|
-
const __vue_component__$
|
|
7826
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
7779
7827
|
render: __vue_render__$g,
|
|
7780
7828
|
staticRenderFns: __vue_staticRenderFns__$g
|
|
7781
7829
|
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
7782
7830
|
|
|
7783
|
-
var __vue_component__$
|
|
7831
|
+
var __vue_component__$x = __vue_component__$w;
|
|
7784
7832
|
|
|
7785
7833
|
//
|
|
7786
7834
|
Vue.use(chartsVue);
|
|
@@ -7877,12 +7925,12 @@ const __vue_is_functional_template__$g = false;
|
|
|
7877
7925
|
|
|
7878
7926
|
/* style inject shadow dom */
|
|
7879
7927
|
|
|
7880
|
-
const __vue_component__$
|
|
7928
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
7881
7929
|
render: __vue_render__$f,
|
|
7882
7930
|
staticRenderFns: __vue_staticRenderFns__$f
|
|
7883
7931
|
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
7884
7932
|
|
|
7885
|
-
var __vue_component__$
|
|
7933
|
+
var __vue_component__$v = __vue_component__$u;
|
|
7886
7934
|
|
|
7887
7935
|
//
|
|
7888
7936
|
var script$9 = {
|
|
@@ -7924,6 +7972,18 @@ var script$9 = {
|
|
|
7924
7972
|
deleteLabel: {
|
|
7925
7973
|
type: String,
|
|
7926
7974
|
default: "I understand, delete"
|
|
7975
|
+
},
|
|
7976
|
+
isErrorShown: {
|
|
7977
|
+
type: Boolean,
|
|
7978
|
+
default: false
|
|
7979
|
+
},
|
|
7980
|
+
errorTitle: {
|
|
7981
|
+
type: String,
|
|
7982
|
+
default: ""
|
|
7983
|
+
},
|
|
7984
|
+
errorDescription: {
|
|
7985
|
+
type: String,
|
|
7986
|
+
default: ""
|
|
7927
7987
|
}
|
|
7928
7988
|
},
|
|
7929
7989
|
|
|
@@ -8025,7 +8085,14 @@ var __vue_render__$e = function () {
|
|
|
8025
8085
|
},
|
|
8026
8086
|
expression: "userInput"
|
|
8027
8087
|
}
|
|
8028
|
-
})], 1)
|
|
8088
|
+
})], 1), _vm._v(" "), _vm.isErrorShown ? _c('NsInlineNotification', {
|
|
8089
|
+
attrs: {
|
|
8090
|
+
"kind": "error",
|
|
8091
|
+
"title": _vm.errorTitle,
|
|
8092
|
+
"description": _vm.errorDescription,
|
|
8093
|
+
"showCloseButton": false
|
|
8094
|
+
}
|
|
8095
|
+
}) : _vm._e()], 2), _vm._v(" "), _c('template', {
|
|
8029
8096
|
slot: "secondary-button"
|
|
8030
8097
|
}, [_vm._v(_vm._s(_vm.cancelLabel))]), _vm._v(" "), _c('template', {
|
|
8031
8098
|
slot: "primary-button"
|
|
@@ -8037,8 +8104,8 @@ var __vue_staticRenderFns__$e = [];
|
|
|
8037
8104
|
|
|
8038
8105
|
const __vue_inject_styles__$f = function (inject) {
|
|
8039
8106
|
if (!inject) return;
|
|
8040
|
-
inject("data-v-
|
|
8041
|
-
source: ".type-to-confirm[data-v-
|
|
8107
|
+
inject("data-v-56c8d6b0_0", {
|
|
8108
|
+
source: ".type-to-confirm[data-v-56c8d6b0]{margin-top:2rem}",
|
|
8042
8109
|
map: undefined,
|
|
8043
8110
|
media: undefined
|
|
8044
8111
|
});
|
|
@@ -8046,7 +8113,7 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
8046
8113
|
/* scoped */
|
|
8047
8114
|
|
|
8048
8115
|
|
|
8049
|
-
const __vue_scope_id__$f = "data-v-
|
|
8116
|
+
const __vue_scope_id__$f = "data-v-56c8d6b0";
|
|
8050
8117
|
/* module identifier */
|
|
8051
8118
|
|
|
8052
8119
|
const __vue_module_identifier__$f = undefined;
|
|
@@ -8057,12 +8124,12 @@ const __vue_is_functional_template__$f = false;
|
|
|
8057
8124
|
|
|
8058
8125
|
/* style inject shadow dom */
|
|
8059
8126
|
|
|
8060
|
-
const __vue_component__$
|
|
8127
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
8061
8128
|
render: __vue_render__$e,
|
|
8062
8129
|
staticRenderFns: __vue_staticRenderFns__$e
|
|
8063
8130
|
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
8064
8131
|
|
|
8065
|
-
var __vue_component__$
|
|
8132
|
+
var __vue_component__$t = __vue_component__$s;
|
|
8066
8133
|
|
|
8067
8134
|
var IconService = {
|
|
8068
8135
|
name: "IconService",
|
|
@@ -8071,6 +8138,7 @@ var IconService = {
|
|
|
8071
8138
|
return {
|
|
8072
8139
|
Close20,
|
|
8073
8140
|
ArrowRight20,
|
|
8141
|
+
// navigate to another page, move module
|
|
8074
8142
|
ArrowRight32,
|
|
8075
8143
|
Notification20,
|
|
8076
8144
|
UserAvatar20,
|
|
@@ -8085,6 +8153,8 @@ var IconService = {
|
|
|
8085
8153
|
Launch20,
|
|
8086
8154
|
// open app, open external link
|
|
8087
8155
|
Upgrade20,
|
|
8156
|
+
// update
|
|
8157
|
+
Upgrade32,
|
|
8088
8158
|
Settings16,
|
|
8089
8159
|
Settings20,
|
|
8090
8160
|
ChevronDown20,
|
|
@@ -8108,6 +8178,7 @@ var IconService = {
|
|
|
8108
8178
|
// save buttons and backups
|
|
8109
8179
|
Save32,
|
|
8110
8180
|
Copy20,
|
|
8181
|
+
// copy to clipboard, clone module
|
|
8111
8182
|
EdgeNode20,
|
|
8112
8183
|
EdgeNode32,
|
|
8113
8184
|
Cube32,
|
|
@@ -8343,12 +8414,12 @@ const __vue_is_functional_template__$e = false;
|
|
|
8343
8414
|
|
|
8344
8415
|
/* style inject shadow dom */
|
|
8345
8416
|
|
|
8346
|
-
const __vue_component__$
|
|
8417
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
8347
8418
|
render: __vue_render__$d,
|
|
8348
8419
|
staticRenderFns: __vue_staticRenderFns__$d
|
|
8349
8420
|
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
8350
8421
|
|
|
8351
|
-
var __vue_component__$
|
|
8422
|
+
var __vue_component__$r = __vue_component__$q;
|
|
8352
8423
|
|
|
8353
8424
|
//
|
|
8354
8425
|
var script$7 = {
|
|
@@ -8515,12 +8586,12 @@ const __vue_is_functional_template__$d = false;
|
|
|
8515
8586
|
|
|
8516
8587
|
/* style inject shadow dom */
|
|
8517
8588
|
|
|
8518
|
-
const __vue_component__$
|
|
8589
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
8519
8590
|
render: __vue_render__$c,
|
|
8520
8591
|
staticRenderFns: __vue_staticRenderFns__$c
|
|
8521
8592
|
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
8522
8593
|
|
|
8523
|
-
var __vue_component__$
|
|
8594
|
+
var __vue_component__$p = __vue_component__$o;
|
|
8524
8595
|
|
|
8525
8596
|
//
|
|
8526
8597
|
var script$6 = {
|
|
@@ -8641,12 +8712,12 @@ const __vue_is_functional_template__$c = false;
|
|
|
8641
8712
|
|
|
8642
8713
|
/* style inject shadow dom */
|
|
8643
8714
|
|
|
8644
|
-
const __vue_component__$
|
|
8715
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8645
8716
|
render: __vue_render__$b,
|
|
8646
8717
|
staticRenderFns: __vue_staticRenderFns__$b
|
|
8647
8718
|
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
8648
8719
|
|
|
8649
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8720
|
+
var NsBackupCardDetails = __vue_component__$n;
|
|
8650
8721
|
|
|
8651
8722
|
//
|
|
8652
8723
|
var script$5 = {
|
|
@@ -8938,17 +9009,79 @@ const __vue_is_functional_template__$b = false;
|
|
|
8938
9009
|
|
|
8939
9010
|
/* style inject shadow dom */
|
|
8940
9011
|
|
|
8941
|
-
const __vue_component__$
|
|
9012
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8942
9013
|
render: __vue_render__$a,
|
|
8943
9014
|
staticRenderFns: __vue_staticRenderFns__$a
|
|
8944
9015
|
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8945
9016
|
|
|
8946
|
-
var __vue_component__$
|
|
9017
|
+
var __vue_component__$m = __vue_component__$l;
|
|
8947
9018
|
|
|
8948
|
-
//
|
|
8949
9019
|
var script$4 = {
|
|
8950
|
-
name: "
|
|
9020
|
+
name: "NsModal",
|
|
8951
9021
|
extends: CvModal,
|
|
9022
|
+
props: {
|
|
9023
|
+
hideOnClickOutside: {
|
|
9024
|
+
type: Boolean,
|
|
9025
|
+
default: false
|
|
9026
|
+
}
|
|
9027
|
+
},
|
|
9028
|
+
methods: {
|
|
9029
|
+
onExternalClick(ev) {
|
|
9030
|
+
if (this.hideOnClickOutside) {
|
|
9031
|
+
if (ev.target === this.$el) {
|
|
9032
|
+
this._maybeHide(ev, "external-click");
|
|
9033
|
+
}
|
|
9034
|
+
}
|
|
9035
|
+
}
|
|
9036
|
+
|
|
9037
|
+
},
|
|
9038
|
+
|
|
9039
|
+
focusBeforeContent() {
|
|
9040
|
+
this.$nextTick(() => {
|
|
9041
|
+
if (this.$slots["primary-button"] && !this.primaryButtonDisabled) {
|
|
9042
|
+
this.$refs.primary.$el.focus();
|
|
9043
|
+
} else if (this.$slots["secondary-button"]) {
|
|
9044
|
+
this.$refs.secondary.$el.focus();
|
|
9045
|
+
} else if (this.$slots["other-button"]) {
|
|
9046
|
+
this.$refs.otherBtn.$el.focus();
|
|
9047
|
+
} else {
|
|
9048
|
+
this.$refs.close.focus();
|
|
9049
|
+
}
|
|
9050
|
+
});
|
|
9051
|
+
}
|
|
9052
|
+
|
|
9053
|
+
};
|
|
9054
|
+
|
|
9055
|
+
/* script */
|
|
9056
|
+
const __vue_script__$4 = script$4;
|
|
9057
|
+
/* template */
|
|
9058
|
+
|
|
9059
|
+
/* style */
|
|
9060
|
+
|
|
9061
|
+
const __vue_inject_styles__$a = undefined;
|
|
9062
|
+
/* scoped */
|
|
9063
|
+
|
|
9064
|
+
const __vue_scope_id__$a = undefined;
|
|
9065
|
+
/* module identifier */
|
|
9066
|
+
|
|
9067
|
+
const __vue_module_identifier__$a = undefined;
|
|
9068
|
+
/* functional template */
|
|
9069
|
+
|
|
9070
|
+
const __vue_is_functional_template__$a = undefined;
|
|
9071
|
+
/* style inject */
|
|
9072
|
+
|
|
9073
|
+
/* style inject SSR */
|
|
9074
|
+
|
|
9075
|
+
/* style inject shadow dom */
|
|
9076
|
+
|
|
9077
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
9078
|
+
|
|
9079
|
+
var NsModal = __vue_component__$k;
|
|
9080
|
+
|
|
9081
|
+
//
|
|
9082
|
+
var script$3 = {
|
|
9083
|
+
name: "NsWizard",
|
|
9084
|
+
extends: NsModal,
|
|
8952
9085
|
mixins: [IconService],
|
|
8953
9086
|
props: {
|
|
8954
9087
|
cancelLabel: {
|
|
@@ -8973,11 +9106,23 @@ var script$4 = {
|
|
|
8973
9106
|
autoHideOff: Boolean,
|
|
8974
9107
|
visible: Boolean,
|
|
8975
9108
|
size: String
|
|
9109
|
+
},
|
|
9110
|
+
methods: {
|
|
9111
|
+
focusBeforeContent() {
|
|
9112
|
+
this.$nextTick(() => {
|
|
9113
|
+
if (this.isNextDisabled) {
|
|
9114
|
+
this.$refs.wizardCancel.$el.focus();
|
|
9115
|
+
} else {
|
|
9116
|
+
this.$refs.wizardNext.$el.focus();
|
|
9117
|
+
}
|
|
9118
|
+
});
|
|
9119
|
+
}
|
|
9120
|
+
|
|
8976
9121
|
}
|
|
8977
9122
|
};
|
|
8978
9123
|
|
|
8979
9124
|
/* script */
|
|
8980
|
-
const __vue_script__$
|
|
9125
|
+
const __vue_script__$3 = script$3;
|
|
8981
9126
|
/* template */
|
|
8982
9127
|
|
|
8983
9128
|
var __vue_render__$9 = function () {
|
|
@@ -9062,6 +9207,7 @@ var __vue_render__$9 = function () {
|
|
|
9062
9207
|
}, [_vm._t("content")], 2), _vm._v(" "), _c('cv-button-set', {
|
|
9063
9208
|
class: [_vm.carbonPrefix + "--modal-footer", _vm.carbonPrefix + "--modal-footer--three-button"]
|
|
9064
9209
|
}, [_c('NsButton', {
|
|
9210
|
+
ref: "wizardCancel",
|
|
9065
9211
|
staticClass: "wizard-button",
|
|
9066
9212
|
attrs: {
|
|
9067
9213
|
"kind": "secondary",
|
|
@@ -9074,6 +9220,7 @@ var __vue_render__$9 = function () {
|
|
|
9074
9220
|
}
|
|
9075
9221
|
}
|
|
9076
9222
|
}, [_vm._v(_vm._s(_vm.cancelLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
|
|
9223
|
+
ref: "wizardPrevious",
|
|
9077
9224
|
staticClass: "wizard-button",
|
|
9078
9225
|
attrs: {
|
|
9079
9226
|
"kind": "secondary",
|
|
@@ -9122,31 +9269,31 @@ var __vue_render__$9 = function () {
|
|
|
9122
9269
|
var __vue_staticRenderFns__$9 = [];
|
|
9123
9270
|
/* style */
|
|
9124
9271
|
|
|
9125
|
-
const __vue_inject_styles__$
|
|
9272
|
+
const __vue_inject_styles__$9 = undefined;
|
|
9126
9273
|
/* scoped */
|
|
9127
9274
|
|
|
9128
|
-
const __vue_scope_id__$
|
|
9275
|
+
const __vue_scope_id__$9 = undefined;
|
|
9129
9276
|
/* module identifier */
|
|
9130
9277
|
|
|
9131
|
-
const __vue_module_identifier__$
|
|
9278
|
+
const __vue_module_identifier__$9 = undefined;
|
|
9132
9279
|
/* functional template */
|
|
9133
9280
|
|
|
9134
|
-
const __vue_is_functional_template__$
|
|
9281
|
+
const __vue_is_functional_template__$9 = false;
|
|
9135
9282
|
/* style inject */
|
|
9136
9283
|
|
|
9137
9284
|
/* style inject SSR */
|
|
9138
9285
|
|
|
9139
9286
|
/* style inject shadow dom */
|
|
9140
9287
|
|
|
9141
|
-
const __vue_component__$
|
|
9288
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
9142
9289
|
render: __vue_render__$9,
|
|
9143
9290
|
staticRenderFns: __vue_staticRenderFns__$9
|
|
9144
|
-
}, __vue_inject_styles__$
|
|
9291
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
|
|
9145
9292
|
|
|
9146
|
-
var __vue_component__$
|
|
9293
|
+
var __vue_component__$j = __vue_component__$i;
|
|
9147
9294
|
|
|
9148
9295
|
//
|
|
9149
|
-
var script$
|
|
9296
|
+
var script$2 = {
|
|
9150
9297
|
name: "NsMenuItem",
|
|
9151
9298
|
components: {
|
|
9152
9299
|
NsSvg
|
|
@@ -9169,7 +9316,7 @@ var script$3 = {
|
|
|
9169
9316
|
};
|
|
9170
9317
|
|
|
9171
9318
|
/* script */
|
|
9172
|
-
const __vue_script__$
|
|
9319
|
+
const __vue_script__$2 = script$2;
|
|
9173
9320
|
/* template */
|
|
9174
9321
|
|
|
9175
9322
|
var __vue_render__$8 = function () {
|
|
@@ -9195,7 +9342,7 @@ var __vue_render__$8 = function () {
|
|
|
9195
9342
|
var __vue_staticRenderFns__$8 = [];
|
|
9196
9343
|
/* style */
|
|
9197
9344
|
|
|
9198
|
-
const __vue_inject_styles__$
|
|
9345
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
9199
9346
|
if (!inject) return;
|
|
9200
9347
|
inject("data-v-35f08832_0", {
|
|
9201
9348
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9206,26 +9353,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
9206
9353
|
/* scoped */
|
|
9207
9354
|
|
|
9208
9355
|
|
|
9209
|
-
const __vue_scope_id__$
|
|
9356
|
+
const __vue_scope_id__$8 = "data-v-35f08832";
|
|
9210
9357
|
/* module identifier */
|
|
9211
9358
|
|
|
9212
|
-
const __vue_module_identifier__$
|
|
9359
|
+
const __vue_module_identifier__$8 = undefined;
|
|
9213
9360
|
/* functional template */
|
|
9214
9361
|
|
|
9215
|
-
const __vue_is_functional_template__$
|
|
9362
|
+
const __vue_is_functional_template__$8 = false;
|
|
9216
9363
|
/* style inject SSR */
|
|
9217
9364
|
|
|
9218
9365
|
/* style inject shadow dom */
|
|
9219
9366
|
|
|
9220
|
-
const __vue_component__$
|
|
9367
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
9221
9368
|
render: __vue_render__$8,
|
|
9222
9369
|
staticRenderFns: __vue_staticRenderFns__$8
|
|
9223
|
-
}, __vue_inject_styles__$
|
|
9370
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
9224
9371
|
|
|
9225
|
-
var __vue_component__$
|
|
9372
|
+
var __vue_component__$h = __vue_component__$g;
|
|
9226
9373
|
|
|
9227
9374
|
//
|
|
9228
|
-
var script$
|
|
9375
|
+
var script$1 = {
|
|
9229
9376
|
name: "NsMenuDivider",
|
|
9230
9377
|
components: {
|
|
9231
9378
|
CvSideNavDivider
|
|
@@ -9233,7 +9380,7 @@ var script$2 = {
|
|
|
9233
9380
|
};
|
|
9234
9381
|
|
|
9235
9382
|
/* script */
|
|
9236
|
-
const __vue_script__$
|
|
9383
|
+
const __vue_script__$1 = script$1;
|
|
9237
9384
|
/* template */
|
|
9238
9385
|
|
|
9239
9386
|
var __vue_render__$7 = function () {
|
|
@@ -9249,31 +9396,31 @@ var __vue_render__$7 = function () {
|
|
|
9249
9396
|
var __vue_staticRenderFns__$7 = [];
|
|
9250
9397
|
/* style */
|
|
9251
9398
|
|
|
9252
|
-
const __vue_inject_styles__$
|
|
9399
|
+
const __vue_inject_styles__$7 = undefined;
|
|
9253
9400
|
/* scoped */
|
|
9254
9401
|
|
|
9255
|
-
const __vue_scope_id__$
|
|
9402
|
+
const __vue_scope_id__$7 = "data-v-c2c8c17e";
|
|
9256
9403
|
/* module identifier */
|
|
9257
9404
|
|
|
9258
|
-
const __vue_module_identifier__$
|
|
9405
|
+
const __vue_module_identifier__$7 = undefined;
|
|
9259
9406
|
/* functional template */
|
|
9260
9407
|
|
|
9261
|
-
const __vue_is_functional_template__$
|
|
9408
|
+
const __vue_is_functional_template__$7 = false;
|
|
9262
9409
|
/* style inject */
|
|
9263
9410
|
|
|
9264
9411
|
/* style inject SSR */
|
|
9265
9412
|
|
|
9266
9413
|
/* style inject shadow dom */
|
|
9267
9414
|
|
|
9268
|
-
const __vue_component__$
|
|
9415
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9269
9416
|
render: __vue_render__$7,
|
|
9270
9417
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
9271
|
-
}, __vue_inject_styles__$
|
|
9418
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
9272
9419
|
|
|
9273
|
-
var __vue_component__$
|
|
9420
|
+
var __vue_component__$f = __vue_component__$e;
|
|
9274
9421
|
|
|
9275
9422
|
//
|
|
9276
|
-
var script
|
|
9423
|
+
var script = {
|
|
9277
9424
|
name: "NsSystemLogsCard",
|
|
9278
9425
|
mixins: [UtilService, IconService],
|
|
9279
9426
|
props: {
|
|
@@ -9392,7 +9539,7 @@ var script$1 = {
|
|
|
9392
9539
|
};
|
|
9393
9540
|
|
|
9394
9541
|
/* script */
|
|
9395
|
-
const __vue_script__
|
|
9542
|
+
const __vue_script__ = script;
|
|
9396
9543
|
/* template */
|
|
9397
9544
|
|
|
9398
9545
|
var __vue_render__$6 = function () {
|
|
@@ -9425,73 +9572,26 @@ var __vue_render__$6 = function () {
|
|
|
9425
9572
|
var __vue_staticRenderFns__$6 = [];
|
|
9426
9573
|
/* style */
|
|
9427
9574
|
|
|
9428
|
-
const __vue_inject_styles__$7 = undefined;
|
|
9429
|
-
/* scoped */
|
|
9430
|
-
|
|
9431
|
-
const __vue_scope_id__$7 = "data-v-aec74b8e";
|
|
9432
|
-
/* module identifier */
|
|
9433
|
-
|
|
9434
|
-
const __vue_module_identifier__$7 = undefined;
|
|
9435
|
-
/* functional template */
|
|
9436
|
-
|
|
9437
|
-
const __vue_is_functional_template__$7 = false;
|
|
9438
|
-
/* style inject */
|
|
9439
|
-
|
|
9440
|
-
/* style inject SSR */
|
|
9441
|
-
|
|
9442
|
-
/* style inject shadow dom */
|
|
9443
|
-
|
|
9444
|
-
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9445
|
-
render: __vue_render__$6,
|
|
9446
|
-
staticRenderFns: __vue_staticRenderFns__$6
|
|
9447
|
-
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
9448
|
-
|
|
9449
|
-
var __vue_component__$f = __vue_component__$e;
|
|
9450
|
-
|
|
9451
|
-
var script = {
|
|
9452
|
-
name: "NsModal",
|
|
9453
|
-
extends: CvModal,
|
|
9454
|
-
props: {
|
|
9455
|
-
hideOnClickOutside: {
|
|
9456
|
-
type: Boolean,
|
|
9457
|
-
default: false
|
|
9458
|
-
}
|
|
9459
|
-
},
|
|
9460
|
-
methods: {
|
|
9461
|
-
onExternalClick(ev) {
|
|
9462
|
-
if (this.hideOnClickOutside) {
|
|
9463
|
-
if (ev.target === this.$el) {
|
|
9464
|
-
this._maybeHide(ev, "external-click");
|
|
9465
|
-
}
|
|
9466
|
-
}
|
|
9467
|
-
}
|
|
9468
|
-
|
|
9469
|
-
}
|
|
9470
|
-
};
|
|
9471
|
-
|
|
9472
|
-
/* script */
|
|
9473
|
-
const __vue_script__ = script;
|
|
9474
|
-
/* template */
|
|
9475
|
-
|
|
9476
|
-
/* style */
|
|
9477
|
-
|
|
9478
9575
|
const __vue_inject_styles__$6 = undefined;
|
|
9479
9576
|
/* scoped */
|
|
9480
9577
|
|
|
9481
|
-
const __vue_scope_id__$6 =
|
|
9578
|
+
const __vue_scope_id__$6 = "data-v-aec74b8e";
|
|
9482
9579
|
/* module identifier */
|
|
9483
9580
|
|
|
9484
9581
|
const __vue_module_identifier__$6 = undefined;
|
|
9485
9582
|
/* functional template */
|
|
9486
9583
|
|
|
9487
|
-
const __vue_is_functional_template__$6 =
|
|
9584
|
+
const __vue_is_functional_template__$6 = false;
|
|
9488
9585
|
/* style inject */
|
|
9489
9586
|
|
|
9490
9587
|
/* style inject SSR */
|
|
9491
9588
|
|
|
9492
9589
|
/* style inject shadow dom */
|
|
9493
9590
|
|
|
9494
|
-
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
9591
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
9592
|
+
render: __vue_render__$6,
|
|
9593
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
9594
|
+
}, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
|
|
9495
9595
|
|
|
9496
9596
|
var __vue_component__$d = __vue_component__$c;
|
|
9497
9597
|
|
|
@@ -17338,33 +17438,33 @@ var filters = {
|
|
|
17338
17438
|
|
|
17339
17439
|
var components = /*#__PURE__*/Object.freeze({
|
|
17340
17440
|
__proto__: null,
|
|
17341
|
-
NsButton: __vue_component__$
|
|
17342
|
-
NsEmptyState: __vue_component__$
|
|
17441
|
+
NsButton: __vue_component__$Y,
|
|
17442
|
+
NsEmptyState: __vue_component__$T,
|
|
17343
17443
|
NsPictogram: NsPictogram,
|
|
17344
|
-
NsCodeSnippet: __vue_component__$
|
|
17444
|
+
NsCodeSnippet: __vue_component__$R,
|
|
17345
17445
|
NsInlineNotification: NsInlineNotification,
|
|
17346
17446
|
NsProgressBar: NsProgressBar,
|
|
17347
17447
|
NsSvg: NsSvg,
|
|
17348
|
-
NsTile: __vue_component__$
|
|
17349
|
-
NsToastNotification: __vue_component__$
|
|
17350
|
-
NsInfoCard: __vue_component__$
|
|
17351
|
-
NsStatusCard: __vue_component__$
|
|
17352
|
-
NsSystemdServiceCard: __vue_component__$
|
|
17353
|
-
NsPasswordInput: __vue_component__$
|
|
17354
|
-
NsIconMenu: __vue_component__$
|
|
17355
|
-
NsMeterChart: __vue_component__$
|
|
17356
|
-
NsPieChart: __vue_component__$
|
|
17448
|
+
NsTile: __vue_component__$L,
|
|
17449
|
+
NsToastNotification: __vue_component__$J,
|
|
17450
|
+
NsInfoCard: __vue_component__$H,
|
|
17451
|
+
NsStatusCard: __vue_component__$F,
|
|
17452
|
+
NsSystemdServiceCard: __vue_component__$D,
|
|
17453
|
+
NsPasswordInput: __vue_component__$B,
|
|
17454
|
+
NsIconMenu: __vue_component__$z,
|
|
17455
|
+
NsMeterChart: __vue_component__$x,
|
|
17456
|
+
NsPieChart: __vue_component__$v,
|
|
17357
17457
|
NsLottieAnimation: NsLottieAnimation,
|
|
17358
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17458
|
+
NsDangerDeleteModal: __vue_component__$t,
|
|
17359
17459
|
NsCircleTimer: NsCircleTimer,
|
|
17360
|
-
NsDropdownAction: __vue_component__$
|
|
17361
|
-
NsTextInput: __vue_component__$
|
|
17362
|
-
NsBackupCard: __vue_component__$
|
|
17363
|
-
NsWizard: __vue_component__$
|
|
17364
|
-
NsMenuItem: __vue_component__$
|
|
17365
|
-
NsMenuDivider: __vue_component__$
|
|
17366
|
-
NsSystemLogsCard: __vue_component__$
|
|
17367
|
-
NsModal:
|
|
17460
|
+
NsDropdownAction: __vue_component__$r,
|
|
17461
|
+
NsTextInput: __vue_component__$p,
|
|
17462
|
+
NsBackupCard: __vue_component__$m,
|
|
17463
|
+
NsWizard: __vue_component__$j,
|
|
17464
|
+
NsMenuItem: __vue_component__$h,
|
|
17465
|
+
NsMenuDivider: __vue_component__$f,
|
|
17466
|
+
NsSystemLogsCard: __vue_component__$d,
|
|
17467
|
+
NsModal: NsModal,
|
|
17368
17468
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
17369
17469
|
GearPictogram: __vue_component__$b,
|
|
17370
17470
|
LovePictogram: __vue_component__$9,
|
|
@@ -17392,4 +17492,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
17392
17492
|
});
|
|
17393
17493
|
}; // Create module definition for Vue.use()
|
|
17394
17494
|
|
|
17395
|
-
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$
|
|
17495
|
+
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$m as NsBackupCard, __vue_component__$Y as NsButton, NsCircleTimer, __vue_component__$R as NsCodeSnippet, __vue_component__$t as NsDangerDeleteModal, __vue_component__$r as NsDropdownAction, __vue_component__$T as NsEmptyState, __vue_component__$z as NsIconMenu, __vue_component__$H as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$f as NsMenuDivider, __vue_component__$h as NsMenuItem, __vue_component__$x as NsMeterChart, NsModal, __vue_component__$B as NsPasswordInput, NsPictogram, __vue_component__$v as NsPieChart, NsProgressBar, __vue_component__$F as NsStatusCard, NsSvg, __vue_component__$d as NsSystemLogsCard, __vue_component__$D as NsSystemdServiceCard, __vue_component__$p as NsTextInput, __vue_component__$L as NsTile, __vue_component__$J as NsToastNotification, __vue_component__$j as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as WarningPictogram, install as default };
|