isobit-ui 0.0.279 → 0.0.281

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 +3 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.279
2
+ * isobit-ui v0.0.281
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5418,7 +5418,7 @@ window.ui = _.ui = function (cfg) {
5418
5418
  backPanel.style.display = 'block';
5419
5419
  }
5420
5420
 
5421
- _.resize();
5421
+ Vue.resize();
5422
5422
  };
5423
5423
 
5424
5424
  if (for_ && for_.classList.contains('panel')) {
@@ -5617,9 +5617,7 @@ window.ui = _.ui = function (cfg) {
5617
5617
  }
5618
5618
 
5619
5619
  dialog.style.display = 'block';
5620
-
5621
- _.resize();
5622
-
5620
+ Vue.resize();
5623
5621
  document.documentElement.style.overflow = 'hidden'; // firefox, chrome
5624
5622
 
5625
5623
  document.body.scroll = "no"; // ie only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.279",
3
+ "version": "0.0.281",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",