@next-core/brick-kit 2.199.3 → 2.199.4
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.esm.js
CHANGED
|
@@ -10581,21 +10581,13 @@ class LocationContext {
|
|
|
10581
10581
|
tplContextId,
|
|
10582
10582
|
formContextId
|
|
10583
10583
|
} = _ref;
|
|
10584
|
-
var auth = getAuth();
|
|
10585
10584
|
var context = {
|
|
10586
10585
|
hash: this.location.hash,
|
|
10587
10586
|
pathname: this.location.pathname,
|
|
10588
10587
|
query: this.query,
|
|
10589
10588
|
match,
|
|
10590
10589
|
app: this.kernel.nextApp,
|
|
10591
|
-
sys: _objectSpread({
|
|
10592
|
-
org: auth.org,
|
|
10593
|
-
username: auth.username,
|
|
10594
|
-
userInstanceId: auth.userInstanceId,
|
|
10595
|
-
loginFrom: auth.loginFrom,
|
|
10596
|
-
accessRule: auth.accessRule,
|
|
10597
|
-
isAdmin: auth.isAdmin
|
|
10598
|
-
}, getRuntimeMisc()),
|
|
10590
|
+
sys: _objectSpread(_objectSpread({}, getAuth()), getRuntimeMisc()),
|
|
10599
10591
|
flags: this.kernel.getFeatureFlags(),
|
|
10600
10592
|
segues: this.segues,
|
|
10601
10593
|
storyboardContext: this.storyboardContextWrapper.get(),
|