@next-core/brick-kit 2.195.1 → 2.196.0
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 +11 -0
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +11 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/types/core/Runtime.d.ts +2 -1
- package/dist/types/core/Runtime.d.ts.map +1 -1
- package/dist/types/core/interfaces.d.ts +10 -1
- package/dist/types/core/interfaces.d.ts.map +1 -1
- package/dist/types/developHelper.d.ts +2 -1
- package/dist/types/developHelper.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.bundle.js
CHANGED
|
@@ -3682,6 +3682,16 @@
|
|
|
3682
3682
|
});
|
|
3683
3683
|
return _dev_only_debugDataValue2.apply(this, arguments);
|
|
3684
3684
|
}
|
|
3685
|
+
function _dev_only_getLegalRuntimeValue() {
|
|
3686
|
+
var _runtimeContext$overr;
|
|
3687
|
+
var runtimeContext = _internalApiGetCurrentContext();
|
|
3688
|
+
return _objectSpread__default["default"]({
|
|
3689
|
+
app: (_runtimeContext$overr = runtimeContext === null || runtimeContext === void 0 ? void 0 : runtimeContext.overrideApp) !== null && _runtimeContext$overr !== void 0 ? _runtimeContext$overr : runtimeContext === null || runtimeContext === void 0 ? void 0 : runtimeContext.app,
|
|
3690
|
+
location: _.pick(location, ["href", "origin", "hostname", "host"])
|
|
3691
|
+
}, _.pick(runtimeContext, ["query", "sys", "match"]));
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
/* istanbul ignore next */
|
|
3685
3695
|
function _dev_only_updateFormPreviewSettings(appId, formId, settings) {
|
|
3686
3696
|
kernel._dev_only_updateFormPreviewSettings(appId, formId, settings);
|
|
3687
3697
|
}
|
|
@@ -14487,6 +14497,7 @@
|
|
|
14487
14497
|
getContextValue: _dev_only_getContextValue,
|
|
14488
14498
|
getAllContextValues: _dev_only_getAllContextValues,
|
|
14489
14499
|
debugDataValue: _dev_only_debugDataValue,
|
|
14500
|
+
getLegalRuntimeValue: _dev_only_getLegalRuntimeValue,
|
|
14490
14501
|
render: _dev_only_render,
|
|
14491
14502
|
setRealTimeDataInspectRoot,
|
|
14492
14503
|
addRealTimeDataInspectHook
|