@kbss-cvut/s-forms 0.4.2-alpha-e8a8107.0 → 0.4.2-alpha-ec7dba9.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.
@@ -23,7 +23,6 @@ export default class FormUtils {
23
23
  static resolveValue(answer: any): any;
24
24
  static resolveValueObject(answer: any): any;
25
25
  static isRelevant(question: any): boolean;
26
- static isTested(question: any): boolean;
27
26
  static hasValidationLogic(question: any): boolean;
28
27
  static isValid(question: any): boolean;
29
28
  static testOrCondition(condition: any): boolean;
@@ -11,4 +11,5 @@ export default class Utils {
11
11
  * @returns {*} New array containing passed object or passed array.
12
12
  */
13
13
  static asArray(object_or_array: any): any;
14
+ static findChildren(question: any, id: any, transitive: any, reflexive: any): any;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kbss-cvut/s-forms",
3
- "version": "0.4.2-alpha-e8a8107.0",
3
+ "version": "0.4.2-alpha-ec7dba9.0",
4
4
  "description": "Semantic forms generator and processor",
5
5
  "keywords": [
6
6
  "react",