xianniu-ui 0.8.40 → 0.8.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xianniu-ui",
3
- "version": "0.8.40",
3
+ "version": "0.8.42",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -52,7 +52,7 @@
52
52
  :key="item.prop"
53
53
  style="width: 100%"
54
54
  v-bind="item.options ? { ...item.options } : {}"
55
- v-model="item.modelVal"
55
+ v-model.trim="item.modelVal"
56
56
  :clearable="item.clearable || true"
57
57
  :placeholder="item.placeholder || '请填写' + item.label"
58
58
  />
package/src/area/index.js CHANGED
@@ -3676,6 +3676,14 @@ export default [{
3676
3676
  'cityName': '临安区',
3677
3677
  'cityCode': '330112'
3678
3678
  },
3679
+ {
3680
+ 'cityName': '临平区',
3681
+ 'cityCode': '330113'
3682
+ },
3683
+ {
3684
+ 'cityName': '钱塘区',
3685
+ 'cityCode': '330114'
3686
+ },
3679
3687
  {
3680
3688
  'cityName': '桐庐县',
3681
3689
  'cityCode': '330122'