@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.bundle.js
CHANGED
|
@@ -10579,21 +10579,13 @@
|
|
|
10579
10579
|
tplContextId,
|
|
10580
10580
|
formContextId
|
|
10581
10581
|
} = _ref;
|
|
10582
|
-
var auth = getAuth();
|
|
10583
10582
|
var context = {
|
|
10584
10583
|
hash: this.location.hash,
|
|
10585
10584
|
pathname: this.location.pathname,
|
|
10586
10585
|
query: this.query,
|
|
10587
10586
|
match,
|
|
10588
10587
|
app: this.kernel.nextApp,
|
|
10589
|
-
sys: _objectSpread__default["default"]({
|
|
10590
|
-
org: auth.org,
|
|
10591
|
-
username: auth.username,
|
|
10592
|
-
userInstanceId: auth.userInstanceId,
|
|
10593
|
-
loginFrom: auth.loginFrom,
|
|
10594
|
-
accessRule: auth.accessRule,
|
|
10595
|
-
isAdmin: auth.isAdmin
|
|
10596
|
-
}, getRuntimeMisc()),
|
|
10588
|
+
sys: _objectSpread__default["default"](_objectSpread__default["default"]({}, getAuth()), getRuntimeMisc()),
|
|
10597
10589
|
flags: this.kernel.getFeatureFlags(),
|
|
10598
10590
|
segues: this.segues,
|
|
10599
10591
|
storyboardContext: this.storyboardContextWrapper.get(),
|