@nethserver/ns8-ui-lib 0.1.15 → 0.1.16
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 +35 -20
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +34 -26
- package/package.json +1 -1
- package/src/lib-components/NsBackupCard.vue +2 -2
- package/src/lib-components/NsInfoCard.vue +2 -2
- package/src/lib-components/NsStatusCard.vue +2 -2
- package/src/lib-components/NsSystemLogsCard.vue +2 -1
- package/src/lib-components/NsSystemdServiceCard.vue +2 -2
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -82,6 +82,7 @@ import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
|
|
|
82
82
|
import ErrorFilled32 from '@carbon/icons-vue/es/error--filled/32';
|
|
83
83
|
import WarningFilled16$1 from '@carbon/icons-vue/es/warning--filled/16';
|
|
84
84
|
import Warning32 from '@carbon/icons-vue/es/warning--filled/32';
|
|
85
|
+
import Power16 from '@carbon/icons-vue/es/power/16';
|
|
85
86
|
import Power20 from '@carbon/icons-vue/es/power/20';
|
|
86
87
|
import Power32 from '@carbon/icons-vue/es/power/32';
|
|
87
88
|
import Document20 from '@carbon/icons-vue/es/document/20';
|
|
@@ -136,6 +137,12 @@ import UserMilitary32 from '@carbon/icons-vue/es/user--military/32';
|
|
|
136
137
|
import Rule16 from '@carbon/icons-vue/es/rule/16';
|
|
137
138
|
import Rule20 from '@carbon/icons-vue/es/rule/20';
|
|
138
139
|
import Rule32 from '@carbon/icons-vue/es/rule/32';
|
|
140
|
+
import Filter16 from '@carbon/icons-vue/es/filter/16';
|
|
141
|
+
import Filter20 from '@carbon/icons-vue/es/filter/20';
|
|
142
|
+
import Filter32 from '@carbon/icons-vue/es/filter/32';
|
|
143
|
+
import CloseFilled16 from '@carbon/icons-vue/es/close--filled/16';
|
|
144
|
+
import CloseFilled20 from '@carbon/icons-vue/es/close--filled/20';
|
|
145
|
+
import CloseFilled32 from '@carbon/icons-vue/es/close--filled/32';
|
|
139
146
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
140
147
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
141
148
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -6529,7 +6536,7 @@ var __vue_render__$w = function () {
|
|
|
6529
6536
|
var _c = _vm._self._c || _h;
|
|
6530
6537
|
|
|
6531
6538
|
return _c('cv-tile', {
|
|
6532
|
-
staticClass: "info-card",
|
|
6539
|
+
staticClass: "info-card ns-card",
|
|
6533
6540
|
attrs: {
|
|
6534
6541
|
"kind": "standard",
|
|
6535
6542
|
"light": _vm.light
|
|
@@ -6583,8 +6590,8 @@ var __vue_staticRenderFns__$w = [];
|
|
|
6583
6590
|
|
|
6584
6591
|
const __vue_inject_styles__$y = function (inject) {
|
|
6585
6592
|
if (!inject) return;
|
|
6586
|
-
inject("data-v-
|
|
6587
|
-
source: ".info-card[data-v-
|
|
6593
|
+
inject("data-v-89198d7e_0", {
|
|
6594
|
+
source: ".info-card[data-v-89198d7e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-89198d7e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-89198d7e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-89198d7e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-89198d7e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-89198d7e]{margin-top:.5rem}",
|
|
6588
6595
|
map: undefined,
|
|
6589
6596
|
media: undefined
|
|
6590
6597
|
});
|
|
@@ -6592,7 +6599,7 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
6592
6599
|
/* scoped */
|
|
6593
6600
|
|
|
6594
6601
|
|
|
6595
|
-
const __vue_scope_id__$y = "data-v-
|
|
6602
|
+
const __vue_scope_id__$y = "data-v-89198d7e";
|
|
6596
6603
|
/* module identifier */
|
|
6597
6604
|
|
|
6598
6605
|
const __vue_module_identifier__$y = undefined;
|
|
@@ -6669,7 +6676,7 @@ var __vue_render__$v = function () {
|
|
|
6669
6676
|
var _c = _vm._self._c || _h;
|
|
6670
6677
|
|
|
6671
6678
|
return _c('cv-tile', {
|
|
6672
|
-
staticClass: "status-card",
|
|
6679
|
+
staticClass: "status-card ns-card",
|
|
6673
6680
|
attrs: {
|
|
6674
6681
|
"kind": "standard",
|
|
6675
6682
|
"light": _vm.light
|
|
@@ -6735,8 +6742,8 @@ var __vue_staticRenderFns__$v = [];
|
|
|
6735
6742
|
|
|
6736
6743
|
const __vue_inject_styles__$x = function (inject) {
|
|
6737
6744
|
if (!inject) return;
|
|
6738
|
-
inject("data-v-
|
|
6739
|
-
source: ".status-card[data-v-
|
|
6745
|
+
inject("data-v-faa5535c_0", {
|
|
6746
|
+
source: ".status-card[data-v-faa5535c]{display:flex;flex-direction:column;justify-content:center}.row[data-v-faa5535c]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-faa5535c]{margin-left:.25rem;margin-right:.25rem}.label[data-v-faa5535c]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-faa5535c]{margin-right:.25rem}.error-icon[data-v-faa5535c]{margin-right:.25rem}.warning-icon[data-v-faa5535c]{margin-right:.25rem}.stats[data-v-faa5535c]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
6740
6747
|
map: undefined,
|
|
6741
6748
|
media: undefined
|
|
6742
6749
|
});
|
|
@@ -6744,7 +6751,7 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
6744
6751
|
/* scoped */
|
|
6745
6752
|
|
|
6746
6753
|
|
|
6747
|
-
const __vue_scope_id__$x = "data-v-
|
|
6754
|
+
const __vue_scope_id__$x = "data-v-faa5535c";
|
|
6748
6755
|
/* module identifier */
|
|
6749
6756
|
|
|
6750
6757
|
const __vue_module_identifier__$x = undefined;
|
|
@@ -6828,7 +6835,7 @@ var __vue_render__$u = function () {
|
|
|
6828
6835
|
var _c = _vm._self._c || _h;
|
|
6829
6836
|
|
|
6830
6837
|
return _c('cv-tile', {
|
|
6831
|
-
staticClass: "service-card",
|
|
6838
|
+
staticClass: "service-card ns-card",
|
|
6832
6839
|
attrs: {
|
|
6833
6840
|
"kind": "standard",
|
|
6834
6841
|
"light": _vm.light
|
|
@@ -6880,8 +6887,8 @@ var __vue_staticRenderFns__$u = [];
|
|
|
6880
6887
|
|
|
6881
6888
|
const __vue_inject_styles__$w = function (inject) {
|
|
6882
6889
|
if (!inject) return;
|
|
6883
|
-
inject("data-v-
|
|
6884
|
-
source: ".service-card[data-v-
|
|
6890
|
+
inject("data-v-006e8647_0", {
|
|
6891
|
+
source: ".service-card[data-v-006e8647]{display:flex;flex-direction:column;justify-content:center}.row[data-v-006e8647]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-006e8647]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-006e8647]{margin-right:.25rem}.error-icon[data-v-006e8647]{margin-right:.25rem}.warning-icon[data-v-006e8647]{margin-right:.25rem}.stats[data-v-006e8647]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
6885
6892
|
map: undefined,
|
|
6886
6893
|
media: undefined
|
|
6887
6894
|
});
|
|
@@ -6889,7 +6896,7 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
6889
6896
|
/* scoped */
|
|
6890
6897
|
|
|
6891
6898
|
|
|
6892
|
-
const __vue_scope_id__$w = "data-v-
|
|
6899
|
+
const __vue_scope_id__$w = "data-v-006e8647";
|
|
6893
6900
|
/* module identifier */
|
|
6894
6901
|
|
|
6895
6902
|
const __vue_module_identifier__$w = undefined;
|
|
@@ -8752,8 +8759,9 @@ var IconService = {
|
|
|
8752
8759
|
// warning
|
|
8753
8760
|
Warning20,
|
|
8754
8761
|
Warning32,
|
|
8755
|
-
|
|
8762
|
+
Power16,
|
|
8756
8763
|
// enable, disable
|
|
8764
|
+
Power20,
|
|
8757
8765
|
Power32,
|
|
8758
8766
|
Document20,
|
|
8759
8767
|
Document32,
|
|
@@ -8824,7 +8832,13 @@ var IconService = {
|
|
|
8824
8832
|
// master user
|
|
8825
8833
|
Rule16,
|
|
8826
8834
|
Rule20,
|
|
8827
|
-
Rule32
|
|
8835
|
+
Rule32,
|
|
8836
|
+
Filter16,
|
|
8837
|
+
Filter20,
|
|
8838
|
+
Filter32,
|
|
8839
|
+
CloseFilled16,
|
|
8840
|
+
CloseFilled20,
|
|
8841
|
+
CloseFilled32
|
|
8828
8842
|
};
|
|
8829
8843
|
}
|
|
8830
8844
|
|
|
@@ -9271,7 +9285,7 @@ var __vue_render__$l = function () {
|
|
|
9271
9285
|
var _c = _vm._self._c || _h;
|
|
9272
9286
|
|
|
9273
9287
|
return _c('cv-tile', {
|
|
9274
|
-
staticClass: "ns-backup-card",
|
|
9288
|
+
staticClass: "ns-backup-card ns-card",
|
|
9275
9289
|
attrs: {
|
|
9276
9290
|
"kind": "standard",
|
|
9277
9291
|
"light": _vm.light
|
|
@@ -9384,11 +9398,11 @@ var __vue_staticRenderFns__$l = [];
|
|
|
9384
9398
|
|
|
9385
9399
|
const __vue_inject_styles__$n = function (inject) {
|
|
9386
9400
|
if (!inject) return;
|
|
9387
|
-
inject("data-v-
|
|
9388
|
-
source: ".ns-backup-card[data-v-
|
|
9401
|
+
inject("data-v-3315ab44_0", {
|
|
9402
|
+
source: ".ns-backup-card[data-v-3315ab44]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-3315ab44]{margin-bottom:1rem}.backup[data-v-3315ab44]:last-child{margin-bottom:0}.row[data-v-3315ab44]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-3315ab44]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-3315ab44]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-3315ab44]{display:table}.tr[data-v-3315ab44]{display:table-row}.td[data-v-3315ab44]{display:table-cell}.label[data-v-3315ab44]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-3315ab44]{font-weight:700}.backup-status-icon[data-v-3315ab44]{margin-right:.25rem}",
|
|
9389
9403
|
map: undefined,
|
|
9390
9404
|
media: undefined
|
|
9391
|
-
}), inject("data-v-
|
|
9405
|
+
}), inject("data-v-3315ab44_1", {
|
|
9392
9406
|
source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
|
|
9393
9407
|
map: undefined,
|
|
9394
9408
|
media: undefined
|
|
@@ -9397,7 +9411,7 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
9397
9411
|
/* scoped */
|
|
9398
9412
|
|
|
9399
9413
|
|
|
9400
|
-
const __vue_scope_id__$n = "data-v-
|
|
9414
|
+
const __vue_scope_id__$n = "data-v-3315ab44";
|
|
9401
9415
|
/* module identifier */
|
|
9402
9416
|
|
|
9403
9417
|
const __vue_module_identifier__$n = undefined;
|
|
@@ -9889,6 +9903,7 @@ var __vue_render__$h = function () {
|
|
|
9889
9903
|
var _c = _vm._self._c || _h;
|
|
9890
9904
|
|
|
9891
9905
|
return _c('NsInfoCard', {
|
|
9906
|
+
staticClass: "ns-system-logs-card ns-card",
|
|
9892
9907
|
attrs: {
|
|
9893
9908
|
"title": _vm.title,
|
|
9894
9909
|
"description": _vm.description,
|
|
@@ -9914,7 +9929,7 @@ var __vue_staticRenderFns__$h = [];
|
|
|
9914
9929
|
const __vue_inject_styles__$j = undefined;
|
|
9915
9930
|
/* scoped */
|
|
9916
9931
|
|
|
9917
|
-
const __vue_scope_id__$j = "data-v-
|
|
9932
|
+
const __vue_scope_id__$j = "data-v-89aa96e8";
|
|
9918
9933
|
/* module identifier */
|
|
9919
9934
|
|
|
9920
9935
|
const __vue_module_identifier__$j = undefined;
|