@bcrs-shared-components/base-address 2.0.39 → 2.0.41
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 +0 -5
- package/package.json +3 -3
package/BaseAddress.vue
CHANGED
|
@@ -141,7 +141,6 @@
|
|
|
141
141
|
item-value="code"
|
|
142
142
|
:items="getCountries()"
|
|
143
143
|
:rules="[...rules.addressCountry, ...spaceRules]"
|
|
144
|
-
@change="resetRegion()"
|
|
145
144
|
/>
|
|
146
145
|
<!-- special field to select AddressComplete country, separate from our model field -->
|
|
147
146
|
<input
|
|
@@ -227,10 +226,6 @@ export default class BaseAddress extends Mixins(ValidationMixin, CountriesProvin
|
|
|
227
226
|
@Prop({ default: false })
|
|
228
227
|
readonly excludeBC: boolean
|
|
229
228
|
|
|
230
|
-
resetRegion () {
|
|
231
|
-
this.addressLocal['addressRegion'] = ''
|
|
232
|
-
}
|
|
233
|
-
|
|
234
229
|
/** A local (working) copy of the address, to contain the fields edited by the component (ie, the model). */
|
|
235
230
|
addressLocal: object = {}
|
|
236
231
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcrs-shared-components/base-address",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.41",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@bcrs-shared-components/mixins": "^1.1.
|
|
8
|
+
"@bcrs-shared-components/mixins": "^1.1.57",
|
|
9
9
|
"lodash.uniqueid": "^4.0.1",
|
|
10
10
|
"vue": "^2.7.14",
|
|
11
11
|
"vuelidate": "0.6.2"
|
|
@@ -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": "2970bebeebfb0863543aaa35b09bbd119ac86bf4"
|
|
18
18
|
}
|