@everchron/ec-shards 0.6.2 → 0.6.3

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": "@everchron/ec-shards",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -16,6 +16,7 @@
16
16
  subtle ? `ecs-form-control-subtle` : null
17
17
  ]"
18
18
  v-bind="$attrs"
19
+ :min="min"
19
20
  :ref="refr"
20
21
  :id="refr"
21
22
  />
@@ -87,7 +88,8 @@
87
88
  default: false
88
89
  },
89
90
  cssClass: String,
90
- refr: String
91
+ refr: String,
92
+ min: Number
91
93
  },
92
94
 
93
95
  computed: {
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file