@everymatrix/general-registration 1.87.17 → 1.87.19

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.
@@ -149,7 +149,7 @@ export declare class GeneralRegistration {
149
149
  setRegister(): void;
150
150
  formatConfig(config: RegistrationConfig): void;
151
151
  addBtagValue(): void;
152
- addTranslation(field: any): void;
152
+ addTranslation(field: any): any;
153
153
  setInitialValidStatus(field: RegCfgContentField): boolean;
154
154
  stepChange(action: any): string;
155
155
  getInvalidStatus(listOfInputs: any): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-registration",
3
- "version": "1.87.17",
3
+ "version": "1.87.19",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",