isobit-ui 0.2.99 → 0.2.100
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/dist/index.js +6 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.99
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -720,7 +720,9 @@ var script$m = {
|
|
|
720
720
|
},
|
|
721
721
|
type: String,
|
|
722
722
|
required: String,
|
|
723
|
-
readonly: String
|
|
723
|
+
readonly: String,
|
|
724
|
+
max: String,
|
|
725
|
+
min: String
|
|
724
726
|
},
|
|
725
727
|
data: function data() {
|
|
726
728
|
return {
|
|
@@ -836,7 +838,8 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
836
838
|
attrs: {
|
|
837
839
|
"required": _vm.required,
|
|
838
840
|
"readonly": _vm.readonly,
|
|
839
|
-
"
|
|
841
|
+
"min": _vm.min,
|
|
842
|
+
"max": _vm.max,
|
|
840
843
|
"type": _vm.type ? _vm.type : 'date'
|
|
841
844
|
},
|
|
842
845
|
on: {
|