@bcrs-shared-components/base-address 2.1.0 → 2.1.1
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 -2
- package/package.json +2 -2
package/BaseAddress.vue
CHANGED
|
@@ -261,8 +261,8 @@ export default class BaseAddress extends Mixins(ValidationMixin, CountriesProvin
|
|
|
261
261
|
/** A unique id for this instance of this component. */
|
|
262
262
|
uniqueId = uniqueId()
|
|
263
263
|
|
|
264
|
-
/** Whether address form is valid. */
|
|
265
|
-
addressFormValid =
|
|
264
|
+
/** Whether address form is valid (True until proven False). */
|
|
265
|
+
addressFormValid = true
|
|
266
266
|
|
|
267
267
|
/** Whether postal code validation rules are enabled (ie, after first blur or validate call). */
|
|
268
268
|
postalCodeRulesEnabled = false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcrs-shared-components/base-address",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"vue-property-decorator": "^9.1.2",
|
|
15
15
|
"vuelidate-property-decorators": "1.0.28"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "6dee853503a42a97d46845ce1e09632407d1c3d4"
|
|
18
18
|
}
|