From c7d39c5669e6c883b60c77eec30443017fee2ebd Mon Sep 17 00:00:00 2001 From: Eric Schultz <eric@wwahammy.com> Date: Tue, 21 Aug 2018 15:10:12 -0500 Subject: [PATCH] remove obselete snapshot file --- .../NonprofitInfoPanel.spec.tsx.snap | 1554 ----------------- .../__snapshots__/UserInfoPanel.spec.tsx.snap | 1554 ----------------- 2 files changed, 3108 deletions(-) delete mode 100644 javascripts/src/components/registration_page/__snapshots__/NonprofitInfoPanel.spec.tsx.snap delete mode 100644 javascripts/src/components/registration_page/__snapshots__/UserInfoPanel.spec.tsx.snap diff --git a/javascripts/src/components/registration_page/__snapshots__/NonprofitInfoPanel.spec.tsx.snap b/javascripts/src/components/registration_page/__snapshots__/NonprofitInfoPanel.spec.tsx.snap deleted file mode 100644 index fc1b0163..00000000 --- a/javascripts/src/components/registration_page/__snapshots__/NonprofitInfoPanel.spec.tsx.snap +++ /dev/null @@ -1,1554 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NonprofitInfoPanel includes correct elements and attributes 1`] = ` -<WizardPanel - key="tab1" - tab={ - WizardTabPanelState { - "form": HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": [Circular], - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": [Circular], - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - }, - "id": "tab1", - "label": "label", - "originalOnErrorHook": undefined, - "originalOnSuccessHook": undefined, - "panelFormDefinition": Object { - "hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "name": "tab1", - }, - "parent": EasyWizardState { - "activeTab": [Circular], - "form": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - }, - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "lastRequestedTab": undefined, - "manager": TabManager { - "activeTabId": "tab1", - "focusGroup": FocusGroup { - "_boundHandleKeydownEvent": [Function], - "_members": Array [], - "_searchString": "", - "_settings": Object { - "backArrows": Array [ - "up", - "left", - ], - "forwardArrows": Array [ - "down", - "right", - ], - "stringSearch": true, - "stringSearchDelay": 800, - "wrap": true, - }, - }, - "options": Object { - "activeTabId": "tab1", - "canChangeTo": [Function], - "letterNavigation": true, - "onChange": [Function], - }, - "tabPanels": Array [], - "tabs": Array [], - }, - "panelType": null, - "panels": Array [ - [Circular], - ], - }, - "parentForm": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - }, - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "tabName": "tab1", - } - } -> - <InjectIntl(NonprofitInfoForm) - buttonText="Text" - form={ - HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": [Circular], - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": [Circular], - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - } - } - /> -</WizardPanel> -`; diff --git a/javascripts/src/components/registration_page/__snapshots__/UserInfoPanel.spec.tsx.snap b/javascripts/src/components/registration_page/__snapshots__/UserInfoPanel.spec.tsx.snap deleted file mode 100644 index 0196d98b..00000000 --- a/javascripts/src/components/registration_page/__snapshots__/UserInfoPanel.spec.tsx.snap +++ /dev/null @@ -1,1554 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`UserInfoPanel includes correct elements and attributes 1`] = ` -<WizardPanel - key="tab1" - tab={ - WizardTabPanelState { - "form": HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": [Circular], - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": [Circular], - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - }, - "id": "tab1", - "label": "label", - "originalOnErrorHook": undefined, - "originalOnSuccessHook": undefined, - "panelFormDefinition": Object { - "hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "name": "tab1", - }, - "parent": EasyWizardState { - "activeTab": [Circular], - "form": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - }, - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "lastRequestedTab": undefined, - "manager": TabManager { - "activeTabId": "tab1", - "focusGroup": FocusGroup { - "_boundHandleKeydownEvent": [Function], - "_members": Array [], - "_searchString": "", - "_settings": Object { - "backArrows": Array [ - "up", - "left", - ], - "forwardArrows": Array [ - "down", - "right", - ], - "stringSearch": true, - "stringSearchDelay": 800, - "wrap": true, - }, - }, - "options": Object { - "activeTabId": "tab1", - "canChangeTo": [Function], - "letterNavigation": true, - "onChange": [Function], - }, - "tabPanels": Array [], - "tabs": Array [], - }, - "panelType": null, - "panels": Array [ - [Circular], - ], - }, - "parentForm": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - }, - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": [Circular], - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "tabName": "tab1", - } - } -> - <InjectIntl(UserInfoForm) - buttonText="Text" - form={ - HoudiniField { - "$bindings": "default", - "$changed": false, - "$clearing": false, - "$default": "", - "$disabled": false, - "$extra": null, - "$focused": false, - "$handlers": Object {}, - "$hooks": Object { - "onError": [Function], - "onSuccess": [Function], - }, - "$initial": "", - "$input": [Function], - "$interceptors": null, - "$label": "tab1", - "$observers": null, - "$options": Object {}, - "$output": [Function], - "$placeholder": "", - "$related": Array [], - "$resetting": false, - "$rules": null, - "$serverError": undefined, - "$submitting": false, - "$touched": false, - "$validatedWith": "value", - "$validating": false, - "$validators": null, - "$value": "", - "autoFocus": false, - "debouncedValidation": [Function], - "disposeValidationOnBlur": [Function], - "errorAsync": null, - "errorSync": undefined, - "execHandler": [Function], - "execHook": [Function], - "fields": Object {}, - "files": undefined, - "hasInitialNestedFields": false, - "id": "tab1--1", - "incremental": false, - "intercept": [Function], - "key": "tab1", - "name": "tab1", - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onBlur": [Function], - "onChange": [Function], - "onClear": [Function], - "onDel": [Function], - "onDrop": [Function], - "onFocus": [Function], - "onReset": [Function], - "onSubmit": [Function], - "onToggle": [Function], - "path": "tab1", - "showError": false, - "state": State { - "$struct": Array [], - "bindings": Bindings { - "rewriters": Object { - "default": Object { - "autoFocus": "autoFocus", - "checked": "checked", - "disabled": "disabled", - "id": "id", - "label": "label", - "name": "name", - "onBlur": "onBlur", - "onChange": "onChange", - "onFocus": "onFocus", - "placeholder": "placeholder", - "type": "type", - "value": "value", - }, - }, - "templates": Object {}, - }, - "current": Object { - "fields": Object {}, - "props": Object {}, - }, - "disposers": Object { - "interceptor": Object {}, - "observer": Object { - "areWeOrAnyParentSubmitting@tab1": [Function], - }, - }, - "form": HoudiniForm { - "$handlers": Object {}, - "$hooks": Object {}, - "$serverError": undefined, - "$submitting": false, - "$validating": true, - "debouncedValidation": [Function], - "execHandler": [Function], - "execHook": [Function], - "fields": Object { - "tab1": [Circular], - }, - "intercept": [Function], - "name": null, - "noop": [Function], - "observe": [Function], - "onAdd": [Function], - "onClear": [Function], - "onDel": [Function], - "onReset": [Function], - "onSubmit": [Function], - "state": [Circular], - "validator": Validator { - "drivers": Object { - "vjf": VJF { - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "promises": Array [], - "validator": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - }, - "error": null, - "form": [Circular], - "options": Object {}, - "plugins": Object { - "dvr": false, - "svk": false, - "vjf": Object { - "blacklist": [Function], - "contains": [Function], - "equals": [Function], - "escape": [Function], - "isAfter": [Function], - "isAlpha": [Function], - "isAlphanumeric": [Function], - "isAscii": [Function], - "isBase64": [Function], - "isBefore": [Function], - "isBoolean": [Function], - "isByteLength": [Function], - "isCreditCard": [Function], - "isCurrency": [Function], - "isDataURI": [Function], - "isDecimal": [Function], - "isDivisibleBy": [Function], - "isEmail": [Function], - "isEmpty": [Function], - "isFQDN": [Function], - "isFloat": [Function], - "isFullWidth": [Function], - "isHalfWidth": [Function], - "isHash": [Function], - "isHexColor": [Function], - "isHexadecimal": [Function], - "isIP": [Function], - "isISBN": [Function], - "isISIN": [Function], - "isISO31661Alpha2": [Function], - "isISO8601": [Function], - "isISRC": [Function], - "isISSN": [Function], - "isIn": [Function], - "isInt": [Function], - "isJSON": [Function], - "isLatLong": [Function], - "isLength": [Function], - "isLowercase": [Function], - "isMACAddress": [Function], - "isMD5": [Function], - "isMimeType": [Function], - "isMobilePhone": [Function], - "isMongoId": [Function], - "isMultibyte": [Function], - "isNumeric": [Function], - "isPort": [Function], - "isPostalCode": [Function], - "isSurrogatePair": [Function], - "isURL": [Function], - "isUUID": [Function], - "isUppercase": [Function], - "isVariableWidth": [Function], - "isWhitelisted": [Function], - "ltrim": [Function], - "matches": [Function], - "normalizeEmail": [Function], - "rtrim": [Function], - "stripLow": [Function], - "toBoolean": [Function], - "toDate": [Function], - "toFloat": [Function], - "toInt": [Function], - "toString": [Function], - "trim": [Function], - "unescape": [Function], - "version": "9.4.1", - "whitelist": [Function], - }, - }, - "promises": Array [], - "schema": Object {}, - }, - }, - "initial": Object { - "fields": Object {}, - "props": Object {}, - }, - "mode": "unified", - "options": Options { - "options": Object { - "allowRequired": false, - "autoParseNumbers": false, - "defaultGenericError": null, - "retrieveOnlyDirtyValues": false, - "retrieveOnlyEnabledFields": false, - "showErrorsOnBlur": true, - "showErrorsOnChange": true, - "showErrorsOnClear": false, - "showErrorsOnInit": false, - "showErrorsOnReset": true, - "showErrorsOnSubmit": true, - "strictDelete": true, - "strictUpdate": false, - "submitThrowsError": true, - "uniqueId": [Function], - "validateDisabledFields": false, - "validateOnBlur": true, - "validateOnChange": false, - "validateOnInit": true, - "validationDebounceOptions": Object { - "leading": false, - "trailing": true, - }, - "validationDebounceWait": 250, - }, - }, - "strict": false, - }, - "sync": [Function], - "type": "text", - "validationAsyncData": Object {}, - "validationErrorStack": Array [], - "validationFunctionsData": Array [], - } - } - /> -</WizardPanel> -`;