|
1 | 1 | {
|
2 |
| - "@@last_modified": "2020-06-19T21:53:39.706877", |
| 2 | + "@@last_modified": "2020-08-05T13:22:06.942734", |
3 | 3 | "requiredErrorText": "This field cannot be empty.",
|
4 | 4 | "@requiredErrorText": {
|
5 |
| - "description": "Error Text for required field", |
| 5 | + "description": "Error Text for required validator", |
6 | 6 | "type": "text",
|
7 | 7 | "placeholders": {}
|
8 | 8 | },
|
9 |
| - "requireTrueErrorText": "This field must be set to true.", |
10 |
| - "@requireTrueErrorText": { |
11 |
| - "description": "Error Text for required field", |
| 9 | + "equalErrorText": "This field value must be equal to {value}.", |
| 10 | + "@equalErrorText": { |
| 11 | + "description": "Error Text for equal validator", |
12 | 12 | "type": "text",
|
13 |
| - "placeholders": {} |
| 13 | + "placeholders": { |
| 14 | + "value": {} |
| 15 | + } |
14 | 16 | },
|
15 | 17 | "minErrorText": "Value must be greater than or equal to {min}.",
|
16 | 18 | "@minErrorText": {
|
|
22 | 24 | },
|
23 | 25 | "minLengthErrorText": "Value must have a length greater than or equal to {minLength}",
|
24 | 26 | "@minLengthErrorText": {
|
25 |
| - "description": "Error Text for required field", |
| 27 | + "description": "Error Text for minLength validator", |
26 | 28 | "type": "text",
|
27 | 29 | "placeholders": {
|
28 | 30 | "minLength": {}
|
29 | 31 | }
|
30 | 32 | },
|
31 | 33 | "maxErrorText": "Value must be less than or equal to {max}",
|
32 | 34 | "@maxErrorText": {
|
33 |
| - "description": "Error Text for required field", |
| 35 | + "description": "Error Text for max validator", |
34 | 36 | "type": "text",
|
35 | 37 | "placeholders": {
|
36 | 38 | "max": {}
|
|
46 | 48 | },
|
47 | 49 | "emailErrorText": "This field requires a valid email address.",
|
48 | 50 | "@emailErrorText": {
|
49 |
| - "description": "Error Text for email field", |
| 51 | + "description": "Error Text for email validator", |
50 | 52 | "type": "text",
|
51 | 53 | "placeholders": {}
|
52 | 54 | },
|
53 | 55 | "urlErrorText": "This field requires a valid URL address.",
|
54 | 56 | "@urlErrorText": {
|
55 |
| - "description": "Error Text for URL field", |
| 57 | + "description": "Error Text for URL validator", |
56 | 58 | "type": "text",
|
57 | 59 | "placeholders": {}
|
58 | 60 | },
|
59 |
| - "patternErrorText": "Value does not match pattern.", |
60 |
| - "@patternErrorText": { |
61 |
| - "description": "Error Text for pattern field", |
| 61 | + "matchErrorText": "Value does not match pattern.", |
| 62 | + "@matchErrorText": { |
| 63 | + "description": "Error Text for pattern validator", |
62 | 64 | "type": "text",
|
63 | 65 | "placeholders": {}
|
64 | 66 | },
|
65 | 67 | "numericErrorText": "Value must be numeric.",
|
66 | 68 | "@numericErrorText": {
|
67 |
| - "description": "Error Text for numeric field", |
| 69 | + "description": "Error Text for numeric validator", |
68 | 70 | "type": "text",
|
69 | 71 | "placeholders": {}
|
70 | 72 | },
|
71 | 73 | "creditCardErrorText": "This field requires a valid credit card number.",
|
72 | 74 | "@creditCardErrorText": {
|
73 |
| - "description": "Error Text for credit card field", |
| 75 | + "description": "Error Text for credit card validator", |
74 | 76 | "type": "text",
|
75 | 77 | "placeholders": {}
|
76 | 78 | },
|
77 | 79 | "ipErrorText": "This field requires a valid IP.",
|
78 | 80 | "@ipErrorText": {
|
79 |
| - "description": "Error Text for IP address field", |
| 81 | + "description": "Error Text for IP address validator", |
80 | 82 | "type": "text",
|
81 | 83 | "placeholders": {}
|
82 | 84 | },
|
83 | 85 | "dateStringErrorText": "This field requires a valid date string.",
|
84 | 86 | "@dateStringErrorText": {
|
85 |
| - "description": "Error Text for date string field", |
| 87 | + "description": "Error Text for date string validator", |
86 | 88 | "type": "text",
|
87 | 89 | "placeholders": {}
|
88 | 90 | }
|
|
0 commit comments