isobit-ui 0.0.273 → 0.0.274
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.274
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5018,7 +5018,7 @@ _.MsgBox = function MsgBox(m, cb, b) {
|
|
|
5018
5018
|
acl.addEventListener("click", closeListener);
|
|
5019
5019
|
}*/
|
|
5020
5020
|
|
|
5021
|
-
|
|
5021
|
+
Vue.resize();
|
|
5022
5022
|
};
|
|
5023
5023
|
|
|
5024
5024
|
window._.baseURL = window.axios.defaults.baseURL;
|
|
@@ -5388,7 +5388,7 @@ window.ui = _.ui = function (cfg) {
|
|
|
5388
5388
|
//Solo se debe ocultaqr si es la marcara del dlg
|
|
5389
5389
|
|
|
5390
5390
|
if ((' ' + mask.className + ' ').indexOf(' v-overlay ') > -1) mask.style.display = "none";
|
|
5391
|
-
resize();
|
|
5391
|
+
Vue.resize();
|
|
5392
5392
|
}
|
|
5393
5393
|
|
|
5394
5394
|
var cb = _.storeFunction[dlg.getAttribute("callback")];
|