isobit-ui 0.2.107 → 0.2.108
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 +7 -3
- 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.107
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6990,8 +6990,12 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6990
6990
|
this.changeRoute(v);
|
|
6991
6991
|
},
|
|
6992
6992
|
connected: function connected(v) {
|
|
6993
|
-
|
|
6994
|
-
|
|
6993
|
+
var me = this;
|
|
6994
|
+
_$1.networkStatus.connected = v;
|
|
6995
|
+
me.networkStatus.connected = v;
|
|
6996
|
+
var session = me.session;
|
|
6997
|
+
session.connected = me.connected;
|
|
6998
|
+
me.session = session;
|
|
6995
6999
|
},
|
|
6996
7000
|
cleanedFilters: function cleanedFilters() {
|
|
6997
7001
|
var _this2 = this;
|