@bcrs-shared-components/base-address 2.2.2 → 2.2.4
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/BaseAddress.vue +2 -1
- package/package.json +3 -2
package/BaseAddress.vue
CHANGED
|
@@ -165,7 +165,8 @@ import { Validations } from 'vuelidate-property-decorators'
|
|
|
165
165
|
import { uniqueId } from 'lodash'
|
|
166
166
|
import { ValidationMixin, CountriesProvincesMixin } from '@bcrs-shared-components/mixins'
|
|
167
167
|
import { FormIF } from '@bcrs-shared-components/interfaces'
|
|
168
|
-
import { isPostalCodeOptionalForCountry } from '
|
|
168
|
+
import { isPostalCodeOptionalForCountry } from '@bcrs-shared-components/validators'
|
|
169
|
+
|
|
169
170
|
/**
|
|
170
171
|
* The component for displaying and editing an address.
|
|
171
172
|
* Vuelidate is used to implement the validation rules (eg, what 'required' means and whether it's satisfied).
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcrs-shared-components/base-address",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@bcrs-shared-components/mixins": "^1.2.6",
|
|
9
|
+
"@bcrs-shared-components/validators": "^1.0.2",
|
|
9
10
|
"lodash.uniqueid": "^4.0.1",
|
|
10
11
|
"vue": "^2.7.14",
|
|
11
12
|
"vuelidate": "0.6.2"
|
|
@@ -14,5 +15,5 @@
|
|
|
14
15
|
"vue-property-decorator": "^9.1.2",
|
|
15
16
|
"vuelidate-property-decorators": "1.0.28"
|
|
16
17
|
},
|
|
17
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "866721c2c03c110aa873d9435bcf1660c279fe4a"
|
|
18
19
|
}
|