isobit-ui 0.2.122 → 0.2.124

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 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.121
2
+ * isobit-ui v0.2.123
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -6276,22 +6276,17 @@ window.ui = _$1.ui = function (cfg) {
6276
6276
  }, 1200);
6277
6277
  }
6278
6278
  }
6279
- /*,
6280
- online(newStatus) {
6281
- this.connected = newStatus && this.session.connected !== false;
6282
- }*/
6283
6279
  },
6284
6280
  computed: {
6285
6281
  connected: {
6286
6282
  get: function get() {
6287
- return (/*this.online&&*/this.session.connected !== false
6288
- );
6283
+ return this.online && this.session.connected !== false;
6289
6284
  },
6290
6285
  set: function set(v) {
6291
6286
  var me = this;
6292
6287
  var session = me.session;
6293
6288
  session.connected = v;
6294
- this.$set(this.session, 'connected', v);
6289
+ //this.$set(this.session, 'connected', value);
6295
6290
  console.log('v=' + v);
6296
6291
  console.log(v);
6297
6292
  me.session = session;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.122",
3
+ "version": "0.2.124",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [