Commit e21e8b7
committed
deploy: 5bd6742
0 parents commit e21e8b7
432 files changed
Lines changed: 1352 additions & 0 deletions
File tree
- latest
- ValidatorCore
- css
- data/documentation
- validatorcore
- charactersvalidationrule
- creditcardvalidationrule
- cardtype
- emailvalidationrule
- ivalidationerror
- ivalidationrule
- ivalidator
- lengthvalidationrule
- nilvalidationrule
- nonemptyvalidationrule
- prefixvalidationrule
- regexvalidationrule
- suffixvalidationrule
- swift
- string
- urlvalidationrule
- validationresult
- validator
- documentation/validatorcore
- charactersvalidationrule
- characterset
- error
- init(characterset:error:)
- input
- validate(input:)
- creditcardvalidationrule
- cardtype
- !=(_:_:)
- amex
- equatable-implementations
- hash(into:)
- hashvalue
- init(rawvalue:)
- jcb
- mastercard
- rawrepresentable-implementations
- unionpay
- visa
- error
- init(types:error:)
- input
- types
- validate(input:)
- custom-validation-rule
- emailvalidationrule
- error
- init(error:)
- input
- validate(input:)
- installation
- ivalidationerror
- message
- ivalidationrule
- error
- input
- validate(input:)
- ivalidator
- validate(input:rule:)
- validate(input:rules:)
- lengthvalidationrule
- error
- init(min:max:error:)
- input
- max
- min
- validate(input:)
- nilvalidationrule
- error
- init(error:)
- input
- validate(input:)
- nonemptyvalidationrule
- error
- init(error:)
- input
- validate(input:)
- prefixvalidationrule
- error
- init(prefix:error:)
- input
- prefix
- validate(input:)
- quick-start
- regexvalidationrule
- error
- init(pattern:error:)
- input
- pattern
- validate(input:)
- suffixvalidationrule
- error
- init(suffix:error:)
- input
- suffix
- validate(input:)
- swift
- string
- error-implementations
- ivalidationerror-implementations
- localizeddescription
- message
- urlvalidationrule
- error
- init(error:)
- input
- validate(input:)
- validationresult
- !=(_:_:)
- ==(_:_:)
- equatable-implementations
- invalid(errors:)
- valid
- validator
- init()
- ivalidator-implementations
- validate(input:rule:)
- validate(input:rules:)
- img
- index
- js
- ValidatorUI
- css
- data/documentation
- validatorui
- formfieldmanager
- formfield
- formvalidationcontainter
- formvalidationviewmodifier
- iformfieldmanager
- iformfield
- iformvalidationcontainer
- iuivalidatable
- swiftuicore
- view
- validationviewmodifier
- documentation/validatorui
- formfieldmanager
- append(validator:)
- init()
- isvalid
- objectwillchange
- observableobject-implementations
- validate()
- formfield
- init(wrappedvalue:validator:rules:)
- validate(manager:)
- wrappedvalue
- formvalidationcontainter
- init(value:publisher:validator:rules:)
- publisher
- rules
- validate()
- validator
- value
- formvalidationviewmodifier
- animation(_:)
- body(content:)
- concat(_:)
- init(validationcontainer:content:)
- transaction(_:)
- viewmodifier-implementations
- formvalidatorvaluesubject
- iformfieldmanager
- append(validator:)
- isvalid
- iformfield
- validate(manager:)
- iformvalidationcontainer
- publisher
- rules
- validate()
- validator
- value-swift.associatedtype
- value-swift.property
- iuivalidatable
- add(rule:)
- inputvalue
- input
- validate(rule:)-1qyb8
- validate(rule:)-8hfxv
- validate(rules:)-7e7kx
- validate(rules:)-y0ot
- validateoninputchange(isenabled:)
- validationhandler
- validationrules
- quick-start
- swiftuicore
- view
- validate(item:rules:content:)
- validate(validationcontainer:content:)
- validation(_:rule:action:)
- validation(_:rules:action:)
- validationpublisher
- validationviewmodifier
- animation(_:)
- body(content:)
- concat(_:)
- init(item:rules:content:)
- rules
- transaction(_:)
- viewmodifier-implementations
- img
- index
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
0 commit comments