isobit-ui 0.2.51 → 0.2.52
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 +2 -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.51
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6686,7 +6686,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6686
6686
|
return this.app.networkStatus.connected;
|
|
6687
6687
|
},
|
|
6688
6688
|
perms: function perms() {
|
|
6689
|
-
return this.
|
|
6689
|
+
return this.session.perms || this.session.allcaps || {};
|
|
6690
6690
|
},
|
|
6691
6691
|
session: {
|
|
6692
6692
|
get: function get() {
|