isobit-ui 0.0.414 → 0.0.415

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6257,8 +6257,9 @@ window.ui = _$1.ui = function (cfg) {
6257
6257
  if (me.process) o = me.process(o); //console.log('o2='+o);
6258
6258
 
6259
6259
  if (!(_typeof(o) === 'object' && !Array.isArray(o) && o !== null)) return;
6260
+ console.log('app.networkStatus.connected=' + me.app.networkStatus.connected);
6260
6261
  return _invoke(function () {
6261
- if (!action || !_this4.app.networkStatus.connected) {
6262
+ if (!action || !me.app.networkStatus.connected) {
6262
6263
  var store = me.$children[0].store;
6263
6264
 
6264
6265
  if (!store) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.414",
3
+ "version": "0.0.415",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [