isobit-ui 0.2.161 → 0.2.163
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 +3 -1
- 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.162
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1085,6 +1085,7 @@ var script$j = {
|
|
|
1085
1085
|
return Math.ceil(el.offsetHeight + margin);
|
|
1086
1086
|
},
|
|
1087
1087
|
resize: function resize(e) {
|
|
1088
|
+
console.log('v-form.resize');
|
|
1088
1089
|
var me = this,
|
|
1089
1090
|
el = me.$el,
|
|
1090
1091
|
h = e.height;
|
|
@@ -1144,6 +1145,7 @@ var script$j = {
|
|
|
1144
1145
|
return false;
|
|
1145
1146
|
});
|
|
1146
1147
|
me.$el.addEventListener("parentResize", function (e) {
|
|
1148
|
+
console.log('=========================');
|
|
1147
1149
|
if (e.target == me.$el) me.resize(e);
|
|
1148
1150
|
});
|
|
1149
1151
|
me.setTitle(me.header);
|