adata-ui 0.3.39 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.39",
3
+ "version": "0.3.41",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -25,8 +25,8 @@ export default {
25
25
  default: null,
26
26
  },
27
27
  value: {
28
- type: Array,
29
- default: () => [],
28
+ type: [Array, Number, String],
29
+ default: null,
30
30
  },
31
31
  label: {
32
32
  type: String,
@@ -327,6 +327,11 @@ export default {
327
327
  title: "Санкции",
328
328
  href: "/counterparty/sanctions"
329
329
  },
330
+ {
331
+ id: 7,
332
+ title: "Офшоры",
333
+ href: "/counterparty/offshore"
334
+ },
330
335
  ]
331
336
  },
332
337
  {