@nethserver/ns8-ui-lib 1.11.0 → 1.12.1
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
CHANGED
|
@@ -1143,7 +1143,10 @@ var script$x = {
|
|
|
1143
1143
|
default: "info",
|
|
1144
1144
|
validator: val => ["error", "info", "warning", "success"].includes(val)
|
|
1145
1145
|
},
|
|
1146
|
-
lowContrast:
|
|
1146
|
+
lowContrast: {
|
|
1147
|
+
type: Boolean,
|
|
1148
|
+
default: true
|
|
1149
|
+
},
|
|
1147
1150
|
loading: {
|
|
1148
1151
|
type: Boolean,
|
|
1149
1152
|
default: false
|
|
@@ -1228,8 +1231,8 @@ var __vue_staticRenderFns__$I = [];
|
|
|
1228
1231
|
|
|
1229
1232
|
const __vue_inject_styles__$L = function (inject) {
|
|
1230
1233
|
if (!inject) return;
|
|
1231
|
-
inject("data-v-
|
|
1232
|
-
source: ".title[data-v-
|
|
1234
|
+
inject("data-v-7f93e608_0", {
|
|
1235
|
+
source: ".title[data-v-7f93e608]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-7f93e608]{margin-right:.75rem}.action-button[data-v-7f93e608]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-7f93e608]{padding-right:0!important}",
|
|
1233
1236
|
map: undefined,
|
|
1234
1237
|
media: undefined
|
|
1235
1238
|
});
|
|
@@ -1237,7 +1240,7 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
1237
1240
|
/* scoped */
|
|
1238
1241
|
|
|
1239
1242
|
|
|
1240
|
-
const __vue_scope_id__$L = "data-v-
|
|
1243
|
+
const __vue_scope_id__$L = "data-v-7f93e608";
|
|
1241
1244
|
/* module identifier */
|
|
1242
1245
|
|
|
1243
1246
|
const __vue_module_identifier__$L = undefined;
|
|
@@ -9549,7 +9552,11 @@ var script$g = {
|
|
|
9549
9552
|
},
|
|
9550
9553
|
autoHideOff: Boolean,
|
|
9551
9554
|
visible: Boolean,
|
|
9552
|
-
size: String
|
|
9555
|
+
size: String,
|
|
9556
|
+
isLastStep: {
|
|
9557
|
+
type: Boolean,
|
|
9558
|
+
default: false
|
|
9559
|
+
}
|
|
9553
9560
|
},
|
|
9554
9561
|
methods: {
|
|
9555
9562
|
focusBeforeContent() {
|
|
@@ -9695,7 +9702,7 @@ var __vue_render__$s = function () {
|
|
|
9695
9702
|
staticClass: "wizard-button",
|
|
9696
9703
|
attrs: {
|
|
9697
9704
|
"kind": "primary",
|
|
9698
|
-
"icon": _vm.ChevronRight20,
|
|
9705
|
+
"icon": _vm.isLastStep ? null : _vm.ChevronRight20,
|
|
9699
9706
|
"disabled": _vm.isNextDisabled,
|
|
9700
9707
|
"loading": _vm.isNextLoading,
|
|
9701
9708
|
"type": "submit"
|