isobit-ui 0.2.12 → 0.2.14

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.11
2
+ * isobit-ui v0.2.13
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
  },
@@ -5810,6 +5812,7 @@ var resize = function resize() {
5810
5812
  if (ph) h -= ph.offsetHeight + pc[0].offsetHeight + 2;
5811
5813
 
5812
5814
  if (pc[1]) {
5815
+ console.log(pc[1]);
5813
5816
  pc[1].style.height = h + 'px';
5814
5817
  var e = pc[1].querySelectorAll(".v-resize,.v-datatable");
5815
5818
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [