@everymatrix/general-registration 1.70.0 → 1.70.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/cjs/checkbox-group-input_14.cjs.entry.js +2 -0
- package/dist/collection/components/general-registration/general-registration.js +2 -0
- package/dist/esm/checkbox-group-input_14.entry.js +2 -0
- package/dist/general-registration/checkbox-group-input_14.entry.js +1 -1
- package/package.json +1 -1
|
@@ -13165,11 +13165,13 @@ const GeneralRegistration = class {
|
|
|
13165
13165
|
e.preventDefault();
|
|
13166
13166
|
// Trigger events in subwidgets.
|
|
13167
13167
|
this.emitValue = true;
|
|
13168
|
+
this.errorMessage = '';
|
|
13168
13169
|
this.setRegisterStep();
|
|
13169
13170
|
}
|
|
13170
13171
|
backHandler(e) {
|
|
13171
13172
|
e.preventDefault();
|
|
13172
13173
|
this.registrationStep = this.stepChange('decrement');
|
|
13174
|
+
this.errorMessage = '';
|
|
13173
13175
|
this.stepsStateMachine({ event: 'get', type: 'inputs' });
|
|
13174
13176
|
this.stepsStateMachine({ event: 'get', type: 'values' });
|
|
13175
13177
|
}
|
|
@@ -256,11 +256,13 @@ export class GeneralRegistration {
|
|
|
256
256
|
e.preventDefault();
|
|
257
257
|
// Trigger events in subwidgets.
|
|
258
258
|
this.emitValue = true;
|
|
259
|
+
this.errorMessage = '';
|
|
259
260
|
this.setRegisterStep();
|
|
260
261
|
}
|
|
261
262
|
backHandler(e) {
|
|
262
263
|
e.preventDefault();
|
|
263
264
|
this.registrationStep = this.stepChange('decrement');
|
|
265
|
+
this.errorMessage = '';
|
|
264
266
|
this.stepsStateMachine({ event: 'get', type: 'inputs' });
|
|
265
267
|
this.stepsStateMachine({ event: 'get', type: 'values' });
|
|
266
268
|
}
|
|
@@ -13161,11 +13161,13 @@ const GeneralRegistration = class {
|
|
|
13161
13161
|
e.preventDefault();
|
|
13162
13162
|
// Trigger events in subwidgets.
|
|
13163
13163
|
this.emitValue = true;
|
|
13164
|
+
this.errorMessage = '';
|
|
13164
13165
|
this.setRegisterStep();
|
|
13165
13166
|
}
|
|
13166
13167
|
backHandler(e) {
|
|
13167
13168
|
e.preventDefault();
|
|
13168
13169
|
this.registrationStep = this.stepChange('decrement');
|
|
13170
|
+
this.errorMessage = '';
|
|
13169
13171
|
this.stepsStateMachine({ event: 'get', type: 'inputs' });
|
|
13170
13172
|
this.stepsStateMachine({ event: 'get', type: 'values' });
|
|
13171
13173
|
}
|