@mtna/web-form-angular 1.0.6-SNAPSHOT.17 → 1.0.6-SNAPSHOT.18

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.
@@ -3270,6 +3270,8 @@
3270
3270
  return coreTs.isType(something, 'className') && something.className === 'FormStep';
3271
3271
  }
3272
3272
 
3273
+ var deactivateStep = 'mtna-web-form-deactivate-step';
3274
+
3273
3275
  var CUSTOM_MAT_DATE_FORMAT = {
3274
3276
  parse: {
3275
3277
  dateInput: 'YYYY/MM/DD',
@@ -7630,7 +7632,7 @@
7630
7632
  this.focused.emit(this.step);
7631
7633
  }
7632
7634
  else if (!coreTs.isPresent(event)) {
7633
- this.focused.emit(undefined);
7635
+ this.focused.emit(new FormStep(-1, "Deactivate", deactivateStep));
7634
7636
  }
7635
7637
  };
7636
7638
  return MtnaWfStepCardComponent;
@@ -12722,6 +12724,7 @@
12722
12724
  exports.WHOLE_NUMBER_ANSWER_POTENTIAL_DESIGN = WHOLE_NUMBER_ANSWER_POTENTIAL_DESIGN;
12723
12725
  exports.YEAR_QUARTER_RANGE_POTENTIAL_DESIGN = YEAR_QUARTER_RANGE_POTENTIAL_DESIGN;
12724
12726
  exports.YearQuarterRangeItemTemplateMapper = YearQuarterRangeItemTemplateMapper;
12727
+ exports.deactivateStep = deactivateStep;
12725
12728
  exports.everyStepStatus = everyStepStatus;
12726
12729
  exports.findFormControl = findFormControl;
12727
12730
  exports.findFormItem = findFormItem;