@nethserver/ns8-ui-lib 0.0.47 → 0.0.51
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 +147 -52
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +170 -77
- package/package.json +1 -1
- package/src/lib-components/NsEmptyState.vue +3 -3
- package/src/lib-components/NsInfoCard.vue +48 -15
- package/src/lib-components/NsInlineNotification.vue +5 -0
- package/src/lib-components/NsPasswordInput.vue +35 -6
- package/src/lib-components/NsTextInput.vue +1 -1
- package/src/lib-components/NsTile.vue +11 -0
- /package/src/lib-components/pictograms/{Bulldozer.vue → BulldozerPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{ExclamationMark.vue → ExclamationMarkPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Gear.vue → GearPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Group.vue → GroupPictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{HardDrive.vue → HardDrivePictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Love.vue → LovePictogram.vue} +0 -0
- /package/src/lib-components/pictograms/{Warning.vue → WarningPictogram.vue} +0 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -553,14 +553,14 @@ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
|
553
553
|
staticRenderFns: __vue_staticRenderFns__$s
|
|
554
554
|
}, __vue_inject_styles__$t, {}, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
555
555
|
|
|
556
|
-
var
|
|
556
|
+
var ExclamationMarkPictogram = __vue_component__$R;
|
|
557
557
|
|
|
558
558
|
//
|
|
559
559
|
var script$m = {
|
|
560
560
|
name: "NsEmptyState",
|
|
561
561
|
components: {
|
|
562
562
|
NsPictogram,
|
|
563
|
-
|
|
563
|
+
ExclamationMarkPictogram,
|
|
564
564
|
NsLottieAnimation
|
|
565
565
|
},
|
|
566
566
|
props: {
|
|
@@ -614,7 +614,7 @@ var __vue_render__$r = function () {
|
|
|
614
614
|
attrs: {
|
|
615
615
|
"title": "empty state"
|
|
616
616
|
}
|
|
617
|
-
}, [_vm.hasPictogramSlot ? [_vm._t("pictogram")] : [_c('
|
|
617
|
+
}, [_vm.hasPictogramSlot ? [_vm._t("pictogram")] : [_c('ExclamationMarkPictogram')]], 2), _vm._v(" "), _c('h5', {
|
|
618
618
|
staticClass: "title"
|
|
619
619
|
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.hasDescriptionSlot ? [_c('div', {
|
|
620
620
|
staticClass: "description"
|
|
@@ -626,8 +626,8 @@ var __vue_staticRenderFns__$r = [];
|
|
|
626
626
|
|
|
627
627
|
const __vue_inject_styles__$s = function (inject) {
|
|
628
628
|
if (!inject) return;
|
|
629
|
-
inject("data-v-
|
|
630
|
-
source: ".empty-state[data-v-
|
|
629
|
+
inject("data-v-2d5d3a58_0", {
|
|
630
|
+
source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
|
|
631
631
|
map: undefined,
|
|
632
632
|
media: undefined
|
|
633
633
|
});
|
|
@@ -635,7 +635,7 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
635
635
|
/* scoped */
|
|
636
636
|
|
|
637
637
|
|
|
638
|
-
const __vue_scope_id__$s = "data-v-
|
|
638
|
+
const __vue_scope_id__$s = "data-v-2d5d3a58";
|
|
639
639
|
/* module identifier */
|
|
640
640
|
|
|
641
641
|
const __vue_module_identifier__$s = undefined;
|
|
@@ -1109,7 +1109,7 @@ var __vue_render__$o = function () {
|
|
|
1109
1109
|
"color": "white"
|
|
1110
1110
|
}
|
|
1111
1111
|
})], 1) : _vm._e()])], 1), _vm._v(" "), _vm.actionLabel ? _c('button', {
|
|
1112
|
-
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
|
|
1112
|
+
class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost", 'action-button'],
|
|
1113
1113
|
attrs: {
|
|
1114
1114
|
"type": "button"
|
|
1115
1115
|
},
|
|
@@ -1140,8 +1140,8 @@ var __vue_staticRenderFns__$o = [];
|
|
|
1140
1140
|
|
|
1141
1141
|
const __vue_inject_styles__$p = function (inject) {
|
|
1142
1142
|
if (!inject) return;
|
|
1143
|
-
inject("data-v-
|
|
1144
|
-
source: ".title[data-v-
|
|
1143
|
+
inject("data-v-59312d66_0", {
|
|
1144
|
+
source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
|
|
1145
1145
|
map: undefined,
|
|
1146
1146
|
media: undefined
|
|
1147
1147
|
});
|
|
@@ -1149,7 +1149,7 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1149
1149
|
/* scoped */
|
|
1150
1150
|
|
|
1151
1151
|
|
|
1152
|
-
const __vue_scope_id__$p = "data-v-
|
|
1152
|
+
const __vue_scope_id__$p = "data-v-59312d66";
|
|
1153
1153
|
/* module identifier */
|
|
1154
1154
|
|
|
1155
1155
|
const __vue_module_identifier__$p = undefined;
|
|
@@ -1408,10 +1408,16 @@ var script$g = {
|
|
|
1408
1408
|
},
|
|
1409
1409
|
centered: Boolean,
|
|
1410
1410
|
large: Boolean,
|
|
1411
|
-
light: Boolean
|
|
1411
|
+
light: Boolean,
|
|
1412
|
+
disabled: Boolean
|
|
1412
1413
|
},
|
|
1413
1414
|
computed: {
|
|
1414
1415
|
tagType() {
|
|
1416
|
+
if (this.disabled) {
|
|
1417
|
+
// not selectable nor clickable
|
|
1418
|
+
return "cv-tile-standard";
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1415
1421
|
switch (this.kind) {
|
|
1416
1422
|
case "clickable":
|
|
1417
1423
|
return "cv-tile-clickable";
|
|
@@ -1445,6 +1451,8 @@ var __vue_render__$m = function () {
|
|
|
1445
1451
|
tag: "component",
|
|
1446
1452
|
class: ["cv-tile " + _vm.carbonPrefix + "--tile", (_obj = {}, _obj[_vm.carbonPrefix + "--tile--light"] = _vm.isLight, _obj), 'ns-tile', {
|
|
1447
1453
|
'pad-bottom': _vm.footerIcon
|
|
1454
|
+
}, {
|
|
1455
|
+
'disabled-tile': _vm.disabled
|
|
1448
1456
|
}],
|
|
1449
1457
|
attrs: {
|
|
1450
1458
|
"checked": _vm.selected,
|
|
@@ -1473,8 +1481,8 @@ var __vue_staticRenderFns__$m = [];
|
|
|
1473
1481
|
|
|
1474
1482
|
const __vue_inject_styles__$m = function (inject) {
|
|
1475
1483
|
if (!inject) return;
|
|
1476
|
-
inject("data-v-
|
|
1477
|
-
source: ".ns-tile[data-v-
|
|
1484
|
+
inject("data-v-fd6b91dc_0", {
|
|
1485
|
+
source: ".ns-tile[data-v-fd6b91dc]{margin-bottom:2rem}.container[data-v-fd6b91dc]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-fd6b91dc]{text-align:center}.large[data-v-fd6b91dc]{min-height:10rem}.tile-icon[data-v-fd6b91dc]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-fd6b91dc]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-fd6b91dc]{padding-bottom:4rem}.disabled-tile[data-v-fd6b91dc]{color:#c6c6c6}",
|
|
1478
1486
|
map: undefined,
|
|
1479
1487
|
media: undefined
|
|
1480
1488
|
});
|
|
@@ -1482,7 +1490,7 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1482
1490
|
/* scoped */
|
|
1483
1491
|
|
|
1484
1492
|
|
|
1485
|
-
const __vue_scope_id__$m = "data-v-
|
|
1493
|
+
const __vue_scope_id__$m = "data-v-fd6b91dc";
|
|
1486
1494
|
/* module identifier */
|
|
1487
1495
|
|
|
1488
1496
|
const __vue_module_identifier__$m = undefined;
|
|
@@ -6262,17 +6270,19 @@ var __vue_component__$G = __vue_component__$F;
|
|
|
6262
6270
|
//
|
|
6263
6271
|
var script$e = {
|
|
6264
6272
|
name: "NsInfoCard",
|
|
6265
|
-
//components added for storybook to work
|
|
6266
6273
|
components: {
|
|
6267
6274
|
NsSvg,
|
|
6268
|
-
|
|
6275
|
+
NsInlineNotification
|
|
6269
6276
|
},
|
|
6270
6277
|
props: {
|
|
6271
6278
|
title: {
|
|
6272
6279
|
type: String,
|
|
6273
|
-
required:
|
|
6280
|
+
required: false
|
|
6281
|
+
},
|
|
6282
|
+
description: {
|
|
6283
|
+
type: String,
|
|
6284
|
+
required: false
|
|
6274
6285
|
},
|
|
6275
|
-
description: String,
|
|
6276
6286
|
icon: {
|
|
6277
6287
|
type: [String, Object],
|
|
6278
6288
|
default: undefined,
|
|
@@ -6286,11 +6296,21 @@ var script$e = {
|
|
|
6286
6296
|
}
|
|
6287
6297
|
|
|
6288
6298
|
},
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6299
|
+
loading: Boolean,
|
|
6300
|
+
isErrorShown: false,
|
|
6301
|
+
errorTitle: String,
|
|
6302
|
+
errorDescription: String,
|
|
6293
6303
|
light: Boolean
|
|
6304
|
+
},
|
|
6305
|
+
computed: {
|
|
6306
|
+
hasMenuSlot() {
|
|
6307
|
+
return !!this.$slots.menu;
|
|
6308
|
+
},
|
|
6309
|
+
|
|
6310
|
+
hasContentSlot() {
|
|
6311
|
+
return !!this.$slots.content;
|
|
6312
|
+
}
|
|
6313
|
+
|
|
6294
6314
|
}
|
|
6295
6315
|
};
|
|
6296
6316
|
|
|
@@ -6311,23 +6331,40 @@ var __vue_render__$k = function () {
|
|
|
6311
6331
|
"kind": "standard",
|
|
6312
6332
|
"light": _vm.light
|
|
6313
6333
|
}
|
|
6314
|
-
}, [_vm.
|
|
6334
|
+
}, [_vm.hasMenuSlot ? _vm._t("menu") : _vm._e(), _vm._v(" "), _vm.icon ? _c('div', {
|
|
6315
6335
|
staticClass: "row"
|
|
6316
6336
|
}, [_c('NsSvg', {
|
|
6317
6337
|
attrs: {
|
|
6318
6338
|
"svg": _vm.icon
|
|
6319
6339
|
}
|
|
6320
|
-
})], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
6340
|
+
})], 1) : _vm._e(), _vm._v(" "), _vm.isErrorShown ? _c('div', {
|
|
6341
|
+
staticClass: "row"
|
|
6342
|
+
}, [_c('NsInlineNotification', {
|
|
6343
|
+
attrs: {
|
|
6344
|
+
"kind": "error",
|
|
6345
|
+
"title": _vm.errorTitle,
|
|
6346
|
+
"description": _vm.errorDescription,
|
|
6347
|
+
"showCloseButton": false
|
|
6348
|
+
}
|
|
6349
|
+
})], 1) : _vm.loading ? _c('div', {
|
|
6350
|
+
staticClass: "row"
|
|
6351
|
+
}, [_c('cv-skeleton-text', {
|
|
6352
|
+
staticClass: "skeleton",
|
|
6353
|
+
attrs: {
|
|
6354
|
+
"paragraph": true,
|
|
6355
|
+
"line-count": 3
|
|
6356
|
+
}
|
|
6357
|
+
})], 1) : [_vm.title ? _c('div', {
|
|
6321
6358
|
staticClass: "row"
|
|
6322
6359
|
}, [_c('h3', {
|
|
6323
6360
|
staticClass: "title"
|
|
6324
|
-
}, [_vm._v(_vm._s(_vm.title))])]), _vm._v(" "), _vm.description ? _c('div', {
|
|
6361
|
+
}, [_vm._v(_vm._s(_vm.title))])]) : _vm._e(), _vm._v(" "), _vm.description ? _c('div', {
|
|
6325
6362
|
staticClass: "row"
|
|
6326
6363
|
}, [_c('div', {
|
|
6327
6364
|
staticClass: "description"
|
|
6328
|
-
}, [_vm._v(_vm._s(_vm.description))])]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
6365
|
+
}, [_vm._v(_vm._s(_vm.description))])]) : _vm._e()], _vm._v(" "), _c('div', {
|
|
6329
6366
|
staticClass: "row slot"
|
|
6330
|
-
}, [_vm._t("content")], 2)], 2);
|
|
6367
|
+
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6331
6368
|
};
|
|
6332
6369
|
|
|
6333
6370
|
var __vue_staticRenderFns__$k = [];
|
|
@@ -6335,8 +6372,8 @@ var __vue_staticRenderFns__$k = [];
|
|
|
6335
6372
|
|
|
6336
6373
|
const __vue_inject_styles__$k = function (inject) {
|
|
6337
6374
|
if (!inject) return;
|
|
6338
|
-
inject("data-v-
|
|
6339
|
-
source: ".info-card[data-v-
|
|
6375
|
+
inject("data-v-34e69a80_0", {
|
|
6376
|
+
source: ".info-card[data-v-34e69a80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-34e69a80]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-34e69a80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-34e69a80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-34e69a80]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-34e69a80]{margin-top:.5rem}",
|
|
6340
6377
|
map: undefined,
|
|
6341
6378
|
media: undefined
|
|
6342
6379
|
});
|
|
@@ -6344,7 +6381,7 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6344
6381
|
/* scoped */
|
|
6345
6382
|
|
|
6346
6383
|
|
|
6347
|
-
const __vue_scope_id__$k = "data-v-
|
|
6384
|
+
const __vue_scope_id__$k = "data-v-34e69a80";
|
|
6348
6385
|
/* module identifier */
|
|
6349
6386
|
|
|
6350
6387
|
const __vue_module_identifier__$k = undefined;
|
|
@@ -6823,6 +6860,58 @@ var UtilService = {
|
|
|
6823
6860
|
*/
|
|
6824
6861
|
toggleAccordion(ev) {
|
|
6825
6862
|
this.$refs.accordion.state.map((item, index) => index === ev.changedIndex);
|
|
6863
|
+
},
|
|
6864
|
+
|
|
6865
|
+
/**
|
|
6866
|
+
* Used in Backup section
|
|
6867
|
+
* */
|
|
6868
|
+
getBackupScheduleDescription(schedule) {
|
|
6869
|
+
if (!schedule) {
|
|
6870
|
+
return "-";
|
|
6871
|
+
}
|
|
6872
|
+
|
|
6873
|
+
switch (schedule.interval) {
|
|
6874
|
+
case "hourly":
|
|
6875
|
+
if (schedule.minute == 0) {
|
|
6876
|
+
return this.$t("backup.every_hour");
|
|
6877
|
+
} else {
|
|
6878
|
+
return this.$tc("backup.minutes_past_the_hour", schedule.minute, {
|
|
6879
|
+
minutes: schedule.minute
|
|
6880
|
+
});
|
|
6881
|
+
}
|
|
6882
|
+
|
|
6883
|
+
case "daily":
|
|
6884
|
+
if (this.time24HourPattern.test(schedule.time)) {
|
|
6885
|
+
return this.$t("backup.every_day_at", {
|
|
6886
|
+
time: schedule.time
|
|
6887
|
+
});
|
|
6888
|
+
} else {
|
|
6889
|
+
return "-";
|
|
6890
|
+
}
|
|
6891
|
+
|
|
6892
|
+
case "weekly":
|
|
6893
|
+
if (this.time24HourPattern.test(schedule.time)) {
|
|
6894
|
+
return this.$t("backup.every_weekday_at_hour", {
|
|
6895
|
+
weekDay: this.$t("calendar." + schedule.weekDay),
|
|
6896
|
+
time: schedule.time
|
|
6897
|
+
});
|
|
6898
|
+
} else {
|
|
6899
|
+
return "-";
|
|
6900
|
+
}
|
|
6901
|
+
|
|
6902
|
+
case "monthly":
|
|
6903
|
+
if (this.time24HourPattern.test(schedule.time)) {
|
|
6904
|
+
return this.$t("backup.every_month_at_time", {
|
|
6905
|
+
dayNum: schedule.monthDay,
|
|
6906
|
+
time: schedule.time
|
|
6907
|
+
});
|
|
6908
|
+
} else {
|
|
6909
|
+
return "-";
|
|
6910
|
+
}
|
|
6911
|
+
|
|
6912
|
+
default:
|
|
6913
|
+
return "-";
|
|
6914
|
+
}
|
|
6826
6915
|
}
|
|
6827
6916
|
|
|
6828
6917
|
}
|
|
@@ -7022,27 +7111,32 @@ var __vue_render__$h = function () {
|
|
|
7022
7111
|
}, [_c('span', {
|
|
7023
7112
|
class: ['requirement', {
|
|
7024
7113
|
'requirement-ok': _vm.isLengthOk,
|
|
7025
|
-
'requirement-light': _vm.light
|
|
7114
|
+
'requirement-light': _vm.light,
|
|
7115
|
+
'requirement-disabled': _vm.disabled
|
|
7026
7116
|
}]
|
|
7027
7117
|
}, [_vm._v(_vm._s(_vm.lengthLabel))]), _vm._v(" "), _c('span', {
|
|
7028
7118
|
class: ['requirement', {
|
|
7029
7119
|
'requirement-ok': _vm.isLowercaseOk,
|
|
7030
|
-
'requirement-light': _vm.light
|
|
7120
|
+
'requirement-light': _vm.light,
|
|
7121
|
+
'requirement-disabled': _vm.disabled
|
|
7031
7122
|
}]
|
|
7032
7123
|
}, [_vm._v(_vm._s(_vm.lowercaseLabel))]), _vm._v(" "), _c('span', {
|
|
7033
7124
|
class: ['requirement', {
|
|
7034
7125
|
'requirement-ok': _vm.isUppercaseOk,
|
|
7035
|
-
'requirement-light': _vm.light
|
|
7126
|
+
'requirement-light': _vm.light,
|
|
7127
|
+
'requirement-disabled': _vm.disabled
|
|
7036
7128
|
}]
|
|
7037
7129
|
}, [_vm._v(_vm._s(_vm.uppercaseLabel))]), _vm._v(" "), _c('span', {
|
|
7038
7130
|
class: ['requirement', {
|
|
7039
7131
|
'requirement-ok': _vm.isNumberOk,
|
|
7040
|
-
'requirement-light': _vm.light
|
|
7132
|
+
'requirement-light': _vm.light,
|
|
7133
|
+
'requirement-disabled': _vm.disabled
|
|
7041
7134
|
}]
|
|
7042
7135
|
}, [_vm._v(_vm._s(_vm.numberLabel))]), _vm._v(" "), _c('span', {
|
|
7043
7136
|
class: ['requirement', {
|
|
7044
7137
|
'requirement-ok': _vm.isSymbolOk,
|
|
7045
|
-
'requirement-light': _vm.light
|
|
7138
|
+
'requirement-light': _vm.light,
|
|
7139
|
+
'requirement-disabled': _vm.disabled
|
|
7046
7140
|
}]
|
|
7047
7141
|
}, [_vm._v(_vm._s(_vm.symbolLabel))])])], 1), _vm._v(" "), _c('div', {
|
|
7048
7142
|
staticClass: "confirm-password-container"
|
|
@@ -7072,7 +7166,8 @@ var __vue_render__$h = function () {
|
|
|
7072
7166
|
}, [_c('span', {
|
|
7073
7167
|
class: ['requirement', {
|
|
7074
7168
|
'requirement-ok': _vm.isEqualOk,
|
|
7075
|
-
'requirement-light': _vm.light
|
|
7169
|
+
'requirement-light': _vm.light,
|
|
7170
|
+
'requirement-disabled': _vm.disabled
|
|
7076
7171
|
}]
|
|
7077
7172
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7078
7173
|
};
|
|
@@ -7082,8 +7177,8 @@ var __vue_staticRenderFns__$h = [];
|
|
|
7082
7177
|
|
|
7083
7178
|
const __vue_inject_styles__$h = function (inject) {
|
|
7084
7179
|
if (!inject) return;
|
|
7085
|
-
inject("data-v-
|
|
7086
|
-
source: ".new-password-container[data-v-
|
|
7180
|
+
inject("data-v-af9d89fe_0", {
|
|
7181
|
+
source: ".new-password-container[data-v-af9d89fe]{margin-bottom:1rem}.new-password[data-v-af9d89fe]{margin-bottom:.25rem}.confirm-password[data-v-af9d89fe]{margin-bottom:.25rem}.password-meter[data-v-af9d89fe]{display:flex}@media (min-width:672px){.password-meter[data-v-af9d89fe]{max-width:38rem}}.requirement[data-v-af9d89fe]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-af9d89fe]{background-color:#fff}.requirement[data-v-af9d89fe]:first-child{margin-left:0}.requirement-ok[data-v-af9d89fe]{color:#fff;background-color:#198038}.requirement-disabled[data-v-af9d89fe]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
7087
7182
|
map: undefined,
|
|
7088
7183
|
media: undefined
|
|
7089
7184
|
});
|
|
@@ -7091,7 +7186,7 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7091
7186
|
/* scoped */
|
|
7092
7187
|
|
|
7093
7188
|
|
|
7094
|
-
const __vue_scope_id__$h = "data-v-
|
|
7189
|
+
const __vue_scope_id__$h = "data-v-af9d89fe";
|
|
7095
7190
|
/* module identifier */
|
|
7096
7191
|
|
|
7097
7192
|
const __vue_module_identifier__$h = undefined;
|
|
@@ -8017,7 +8112,7 @@ var __vue_render__$b = function () {
|
|
|
8017
8112
|
"for": _vm.uid
|
|
8018
8113
|
}
|
|
8019
8114
|
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
|
|
8020
|
-
staticClass: "tooltip",
|
|
8115
|
+
staticClass: "tooltip info",
|
|
8021
8116
|
attrs: {
|
|
8022
8117
|
"alignment": _vm.tooltipAlignment,
|
|
8023
8118
|
"direction": _vm.tooltipDirection
|
|
@@ -8083,11 +8178,11 @@ var __vue_staticRenderFns__$b = [];
|
|
|
8083
8178
|
|
|
8084
8179
|
const __vue_inject_styles__$b = function (inject) {
|
|
8085
8180
|
if (!inject) return;
|
|
8086
|
-
inject("data-v-
|
|
8087
|
-
source: ".tooltip[data-v-
|
|
8181
|
+
inject("data-v-c9c91db0_0", {
|
|
8182
|
+
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
8088
8183
|
map: undefined,
|
|
8089
8184
|
media: undefined
|
|
8090
|
-
}), inject("data-v-
|
|
8185
|
+
}), inject("data-v-c9c91db0_1", {
|
|
8091
8186
|
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
8092
8187
|
map: undefined,
|
|
8093
8188
|
media: undefined
|
|
@@ -8096,7 +8191,7 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8096
8191
|
/* scoped */
|
|
8097
8192
|
|
|
8098
8193
|
|
|
8099
|
-
const __vue_scope_id__$b = "data-v-
|
|
8194
|
+
const __vue_scope_id__$b = "data-v-c9c91db0";
|
|
8100
8195
|
/* module identifier */
|
|
8101
8196
|
|
|
8102
8197
|
const __vue_module_identifier__$b = undefined;
|
|
@@ -16736,13 +16831,13 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
16736
16831
|
NsWizard: __vue_component__$h,
|
|
16737
16832
|
NsMenuItem: __vue_component__$f,
|
|
16738
16833
|
NsMenuDivider: __vue_component__$d,
|
|
16739
|
-
|
|
16740
|
-
|
|
16741
|
-
|
|
16742
|
-
|
|
16743
|
-
|
|
16744
|
-
|
|
16745
|
-
|
|
16834
|
+
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
16835
|
+
GearPictogram: __vue_component__$b,
|
|
16836
|
+
LovePictogram: __vue_component__$9,
|
|
16837
|
+
WarningPictogram: __vue_component__$7,
|
|
16838
|
+
BulldozerPictogram: __vue_component__$5,
|
|
16839
|
+
GroupPictogram: __vue_component__$3,
|
|
16840
|
+
HardDrivePictogram: __vue_component__$1,
|
|
16746
16841
|
UtilService: UtilService,
|
|
16747
16842
|
QueryParamService: queryParam,
|
|
16748
16843
|
TaskService: task,
|
|
@@ -16763,4 +16858,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16763
16858
|
});
|
|
16764
16859
|
}; // Create module definition for Vue.use()
|
|
16765
16860
|
|
|
16766
|
-
export { __vue_component__$5 as
|
|
16861
|
+
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$j as NsBackupCard, __vue_component__$V as NsButton, NsCircleTimer, __vue_component__$O as NsCodeSnippet, __vue_component__$q as NsDangerDeleteModal, __vue_component__$o as NsDropdownAction, __vue_component__$Q as NsEmptyState, __vue_component__$w as NsIconMenu, __vue_component__$E as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$d as NsMenuDivider, __vue_component__$f as NsMenuItem, __vue_component__$u as NsMeterChart, __vue_component__$y as NsPasswordInput, NsPictogram, __vue_component__$s as NsPieChart, NsProgressBar, __vue_component__$C as NsStatusCard, NsSvg, __vue_component__$A as NsSystemdServiceCard, __vue_component__$m as NsTextInput, __vue_component__$I as NsTile, __vue_component__$G as NsToastNotification, __vue_component__$h as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as WarningPictogram, install as default };
|