isobit-ui 0.2.12 → 0.2.13
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 +4 -2
- 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.12
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -719,7 +719,8 @@ var script$m = {
|
|
|
719
719
|
value: String
|
|
720
720
|
},
|
|
721
721
|
type: String,
|
|
722
|
-
required: String
|
|
722
|
+
required: String,
|
|
723
|
+
readonly: String
|
|
723
724
|
},
|
|
724
725
|
data: function data() {
|
|
725
726
|
return {
|
|
@@ -834,6 +835,7 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
834
835
|
}, [_c('input', {
|
|
835
836
|
attrs: {
|
|
836
837
|
"required": _vm.required,
|
|
838
|
+
"readonly": _vm.readonly,
|
|
837
839
|
"style2": "width:calc(100% - 0px)",
|
|
838
840
|
"type": _vm.type ? _vm.type : 'date'
|
|
839
841
|
},
|