isobit-ui 0.2.138 → 0.2.140
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 -2
- 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.139
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6286,6 +6286,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6286
6286
|
var me = this;
|
|
6287
6287
|
var session = me.session;
|
|
6288
6288
|
this.x_connected_ = v;
|
|
6289
|
+
console.log('this.x_connected_ = ' + this.x_connected_);
|
|
6289
6290
|
//session.connected=v;
|
|
6290
6291
|
this.$set(session, 'connected', v);
|
|
6291
6292
|
me.session = session;
|
|
@@ -6337,7 +6338,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6337
6338
|
filters: {},
|
|
6338
6339
|
ui: me,
|
|
6339
6340
|
_session: null,
|
|
6340
|
-
x_connected_:
|
|
6341
|
+
x_connected_: me.session.connected,
|
|
6341
6342
|
opt: 1111,
|
|
6342
6343
|
//rowSelectedCount: 0,
|
|
6343
6344
|
row: {}
|