@nethserver/ns8-ui-lib 1.11.0 → 1.12.0

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.
@@ -9549,7 +9549,11 @@ var script$g = {
9549
9549
  },
9550
9550
  autoHideOff: Boolean,
9551
9551
  visible: Boolean,
9552
- size: String
9552
+ size: String,
9553
+ isLastStep: {
9554
+ type: Boolean,
9555
+ default: false
9556
+ }
9553
9557
  },
9554
9558
  methods: {
9555
9559
  focusBeforeContent() {
@@ -9695,7 +9699,7 @@ var __vue_render__$s = function () {
9695
9699
  staticClass: "wizard-button",
9696
9700
  attrs: {
9697
9701
  "kind": "primary",
9698
- "icon": _vm.ChevronRight20,
9702
+ "icon": _vm.isLastStep ? null : _vm.ChevronRight20,
9699
9703
  "disabled": _vm.isNextDisabled,
9700
9704
  "loading": _vm.isNextLoading,
9701
9705
  "type": "submit"