@hmcts/ccpay-web-component 5.0.1-beta68 → 5.0.1-beta69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccpay-web-component.umd.js +4 -4
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/contact-details/contact-details.component.js +5 -5
- package/esm5/lib/components/contact-details/contact-details.component.js +5 -5
- package/fesm2015/hmcts-ccpay-web-component.js +4 -4
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +4 -4
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -2756,18 +2756,18 @@ var ContactDetailsComponent = /** @class */ (function () {
|
|
|
2756
2756
|
this.manualAddressForm = this.formBuilder.group({
|
|
2757
2757
|
addressl1: new FormControl('', Validators.compose([
|
|
2758
2758
|
Validators.required,
|
|
2759
|
-
Validators.pattern('^[a-zA-Z0-9
|
|
2759
|
+
Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
|
|
2760
2760
|
])),
|
|
2761
2761
|
addressl2: new FormControl('', Validators.compose([
|
|
2762
|
-
Validators.pattern('^[a-zA-Z0-9
|
|
2762
|
+
Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
|
|
2763
2763
|
])),
|
|
2764
2764
|
townorcity: new FormControl('', Validators.compose([
|
|
2765
2765
|
Validators.required,
|
|
2766
|
-
Validators.pattern('^[a-zA-Z0-9
|
|
2766
|
+
Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
|
|
2767
2767
|
])),
|
|
2768
2768
|
county: new FormControl('', Validators.compose([
|
|
2769
2769
|
Validators.required,
|
|
2770
|
-
Validators.pattern('^[a-zA-Z0-9
|
|
2770
|
+
Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
|
|
2771
2771
|
])),
|
|
2772
2772
|
mpostcode: new FormControl('', Validators.compose([
|
|
2773
2773
|
Validators.required,
|