diff --git a/docs/api/README.md b/docs/api/README.md index bdf74dd..ff36091 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -72,7 +72,7 @@ const schema = { #### Defined in -[field-factory.ts:21](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field-factory.ts#L21) +[field-factory.ts:21](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field-factory.ts#L21) ___ @@ -99,7 +99,7 @@ Result of the [Field](classes/Field.md) validation #### Defined in -[field.ts:10](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L10) +[field.ts:10](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L10) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[form.ts:36](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L36) +[form.ts:36](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L36) ___ @@ -135,7 +135,7 @@ Result of running all [Validations](classes/Validation.md) #### Defined in -[runner.ts:7](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/runner.ts#L7) +[runner.ts:7](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/runner.ts#L7) ___ @@ -153,7 +153,7 @@ Schema structure with validation results for the fields in the schema #### Defined in -[form.ts:28](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L28) +[form.ts:28](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L28) ___ @@ -171,7 +171,7 @@ Schema structure with values for the fields in the schema #### Defined in -[form.ts:17](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L17) +[form.ts:17](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L17) ___ @@ -199,7 +199,7 @@ Validation function signature #### Defined in -[validation.ts:8](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/validation.ts#L8) +[validation.ts:8](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/validation.ts#L8) ## Variables @@ -211,7 +211,7 @@ Response string that is returned when the form fails validation #### Defined in -[form.ts:12](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L12) +[form.ts:12](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L12) ## Functions @@ -241,7 +241,7 @@ instance of [Field](classes/Field.md) #### Defined in -[field-factory.ts:68](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field-factory.ts#L68) +[field-factory.ts:68](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field-factory.ts#L68) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[validation.ts:14](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/validation.ts#L14) +[validation.ts:14](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/validation.ts#L14) ___ @@ -290,4 +290,4 @@ Gets the form [Form](classes/Form.md) from the passed in field #### Defined in -[utils.ts:24](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/utils.ts#L24) +[utils.ts:24](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/utils.ts#L24) diff --git a/docs/api/classes/Field.md b/docs/api/classes/Field.md index af00959..cea6212 100644 --- a/docs/api/classes/Field.md +++ b/docs/api/classes/Field.md @@ -83,7 +83,7 @@ Creates an instance of field. #### Defined in -[field.ts:95](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L95) +[field.ts:95](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L95) ## Properties @@ -95,7 +95,7 @@ Fields that depend on this field #### Defined in -[field.ts:84](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L84) +[field.ts:84](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L84) ___ @@ -125,7 +125,7 @@ Errors from the validation process #### Defined in -[field.ts:48](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L48) +[field.ts:48](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L48) ___ @@ -137,7 +137,7 @@ Refrence to the [Form](Form.md) that is holding the field instance #### Defined in -[field.ts:53](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L53) +[field.ts:53](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L53) ___ @@ -149,7 +149,7 @@ Initial value of field. Field will be reverted to this value after [Field.reset] #### Defined in -[field.ts:68](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L68) +[field.ts:68](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L68) ___ @@ -168,7 +168,7 @@ have run at least once #### Defined in -[field.ts:43](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L43) +[field.ts:43](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L43) ___ @@ -180,7 +180,7 @@ Determines whether field is in the process of validating #### Defined in -[field.ts:37](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L37) +[field.ts:37](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L37) ___ @@ -192,7 +192,7 @@ Name of field #### Defined in -[field.ts:58](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L58) +[field.ts:58](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L58) ___ @@ -219,7 +219,7 @@ This method can also be hooked to the HTML "onBlur" event. #### Defined in -[field.ts:74](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L74) +[field.ts:74](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L74) ___ @@ -252,7 +252,7 @@ Path of field in the [Form](Form.md) that holds the field #### Defined in -[field.ts:63](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L63) +[field.ts:63](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L63) ___ @@ -292,7 +292,7 @@ ID of debounced onChange event #### Defined in -[field.ts:79](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L79) +[field.ts:79](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L79) ___ @@ -314,7 +314,7 @@ Gets all the dependant fields #### Defined in -[field.ts:235](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L235) +[field.ts:235](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L235) ___ @@ -331,7 +331,7 @@ Field is dirty when current value is not equal to the initial value #### Defined in -[field.ts:316](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L316) +[field.ts:316](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L316) ___ @@ -347,7 +347,7 @@ Gets whether field is valid. Field is valid when there are no errors. #### Defined in -[field.ts:308](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L308) +[field.ts:308](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L308) ## Methods @@ -369,7 +369,7 @@ Checks if value is null #### Defined in -[field.ts:338](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L338) +[field.ts:338](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L338) ___ @@ -385,7 +385,7 @@ Clears all field errors #### Defined in -[field.ts:283](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L283) +[field.ts:283](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L283) ___ @@ -405,7 +405,7 @@ ___ #### Defined in -[field.ts:208](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L208) +[field.ts:208](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L208) ___ @@ -422,7 +422,7 @@ on all dependant fields. #### Defined in -[field.ts:324](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L324) +[field.ts:324](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L324) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[field.ts:216](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L216) +[field.ts:216](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L216) ___ @@ -466,7 +466,7 @@ Sets value to the field #### Defined in -[field.ts:248](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L248) +[field.ts:248](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L248) ___ @@ -488,7 +488,7 @@ Run all validations for the field #### Defined in -[field.ts:275](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L275) +[field.ts:275](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L275) ___ @@ -506,4 +506,4 @@ results of all validations #### Defined in -[field.ts:190](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/field.ts#L190) +[field.ts:190](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/field.ts#L190) diff --git a/docs/api/classes/Form.md b/docs/api/classes/Form.md index 0e7dcc7..e84604d 100644 --- a/docs/api/classes/Form.md +++ b/docs/api/classes/Form.md @@ -61,7 +61,7 @@ #### Defined in -[form.ts:62](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L62) +[form.ts:62](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L62) ## Properties @@ -79,7 +79,7 @@ Access to fields that are created from the schema #### Defined in -[form.ts:45](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L45) +[form.ts:45](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L45) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[form.ts:58](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L58) +[form.ts:58](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L58) ___ @@ -101,7 +101,7 @@ Determines whether form is in the process of submitting #### Defined in -[form.ts:50](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L50) +[form.ts:50](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L50) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[form.ts:60](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L60) +[form.ts:60](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L60) ___ @@ -123,7 +123,7 @@ Holds last submission error #### Defined in -[form.ts:55](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L55) +[form.ts:55](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L55) ## Accessors @@ -140,7 +140,7 @@ only holds values, so it could be sent over the wire. #### Defined in -[form.ts:141](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L141) +[form.ts:141](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L141) ___ @@ -157,7 +157,7 @@ value of the is different from the value the field was initialized with. #### Defined in -[form.ts:183](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L183) +[form.ts:183](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L183) ___ @@ -173,7 +173,7 @@ Gets whether all fields in the form are valid. #### Defined in -[form.ts:156](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L156) +[form.ts:156](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L156) ___ @@ -190,7 +190,7 @@ Don't confuse this propety with [Form.isValid](Form.md#isvalid) #### Defined in -[form.ts:197](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L197) +[form.ts:197](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L197) ___ @@ -206,7 +206,7 @@ Gets whether any of the fields in the form are currently validating. #### Defined in -[form.ts:169](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L169) +[form.ts:169](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L169) ___ @@ -222,7 +222,7 @@ After successful form submission, this field holds the data that the form head w #### Defined in -[form.ts:211](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L211) +[form.ts:211](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L211) ## Methods @@ -238,7 +238,7 @@ Clears errors for all form fields. #### Defined in -[form.ts:131](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L131) +[form.ts:131](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L131) ___ @@ -283,7 +283,7 @@ the response from the submission function #### Defined in -[form.ts:254](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L254) +[form.ts:254](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L254) ___ @@ -299,7 +299,7 @@ Resets form fields to their initial values from the schema #### Defined in -[form.ts:226](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L226) +[form.ts:226](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L226) ___ @@ -315,7 +315,7 @@ Resets form fields to last successfully saved values #### Defined in -[form.ts:235](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L235) +[form.ts:235](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L235) ___ @@ -337,4 +337,4 @@ Validates form #### Defined in -[form.ts:114](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/form.ts#L114) +[form.ts:114](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/form.ts#L114) diff --git a/docs/api/classes/Runner.md b/docs/api/classes/Runner.md index 496fd90..4dac932 100644 --- a/docs/api/classes/Runner.md +++ b/docs/api/classes/Runner.md @@ -36,7 +36,7 @@ Runs validations and reports results #### Defined in -[runner.ts:23](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/runner.ts#L23) +[runner.ts:23](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/runner.ts#L23) ## Properties @@ -74,7 +74,7 @@ early validation #### Defined in -[runner.ts:80](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/runner.ts#L80) +[runner.ts:80](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/runner.ts#L80) ___ @@ -100,4 +100,4 @@ promise of [RunnerResult](../README.md#runnerresult) #### Defined in -[runner.ts:32](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/runner.ts#L32) +[runner.ts:32](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/runner.ts#L32) diff --git a/docs/api/classes/Validation.md b/docs/api/classes/Validation.md index 0a6f83a..3a8d904 100644 --- a/docs/api/classes/Validation.md +++ b/docs/api/classes/Validation.md @@ -29,7 +29,7 @@ #### Defined in -[validation.ts:24](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/validation.ts#L24) +[validation.ts:24](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/validation.ts#L24) ## Properties @@ -51,4 +51,4 @@ ___ #### Defined in -[validation.ts:22](https://github.com/ivandotv/dumba/blob/d0bf704/packages/dumba/src/validation.ts#L22) +[validation.ts:22](https://github.com/ivandotv/dumba/blob/a5ded83/packages/dumba/src/validation.ts#L22)