@kizenapps/engine 1.9.3-86e8112 → 1.9.3-bf7f7dc
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/{chunk-PXG3CID7.js → chunk-3DAAR76O.js} +6 -6
- package/dist/{chunk-PXG3CID7.js.map → chunk-3DAAR76O.js.map} +1 -1
- package/dist/{chunk-N5BU5CEW.js → chunk-47DPBQKI.js} +3 -3
- package/dist/{chunk-N5BU5CEW.js.map → chunk-47DPBQKI.js.map} +1 -1
- package/dist/{chunk-QDZBGRNX.js → chunk-6ADL5WHV.js} +5 -5
- package/dist/{chunk-QDZBGRNX.js.map → chunk-6ADL5WHV.js.map} +1 -1
- package/dist/{chunk-4NI4ZJYQ.js → chunk-E6OXPHFB.js} +3 -3
- package/dist/{chunk-4NI4ZJYQ.js.map → chunk-E6OXPHFB.js.map} +1 -1
- package/dist/{chunk-53WB6WS4.js → chunk-IKDWO7WZ.js} +3 -3
- package/dist/{chunk-53WB6WS4.js.map → chunk-IKDWO7WZ.js.map} +1 -1
- package/dist/{chunk-2F2K7UOO.js → chunk-IQF73DX4.js} +3 -3
- package/dist/{chunk-2F2K7UOO.js.map → chunk-IQF73DX4.js.map} +1 -1
- package/dist/{chunk-GEZBWFJK.js → chunk-JI4XARBZ.js} +3 -3
- package/dist/{chunk-GEZBWFJK.js.map → chunk-JI4XARBZ.js.map} +1 -1
- package/dist/{chunk-CUURN4TA.js → chunk-VVPZFPDY.js} +3 -3
- package/dist/{chunk-CUURN4TA.js.map → chunk-VVPZFPDY.js.map} +1 -1
- package/dist/{chunk-ZH4ZDTVU.js → chunk-ZO2FK25Z.js} +4 -4
- package/dist/{chunk-ZH4ZDTVU.js.map → chunk-ZO2FK25Z.js.map} +1 -1
- package/dist/communication.js +2 -2
- package/dist/contexts/base.js +4 -4
- package/dist/contexts/floatingFrame.js +5 -5
- package/dist/contexts/recordDetail.js +5 -5
- package/dist/index.js +4 -4
- package/dist/react.js +5 -5
- package/dist/util.js +6 -6
- package/dist/workers/calendarSource.worker.js +6 -6
- package/dist/workers/floatingFrame.worker.js +7 -7
- package/dist/workers/generic.worker.js +6 -6
- package/dist/workers/recordDetail.worker.js +7 -7
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getPartialLocation, generateUUIDV4 } from './chunk-
|
|
2
|
-
import { getAllNestedInputsFromConfig, buildIframeURLWithProxy, getParentFrameAllowParam, deserializeConsoleArg, KizenRequestError, filterSandboxList, filterAllowList } from './chunk-
|
|
3
|
-
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-
|
|
1
|
+
import { getPartialLocation, generateUUIDV4 } from './chunk-VVPZFPDY.js';
|
|
2
|
+
import { getAllNestedInputsFromConfig, buildIframeURLWithProxy, getParentFrameAllowParam, deserializeConsoleArg, KizenRequestError, filterSandboxList, filterAllowList } from './chunk-47DPBQKI.js';
|
|
3
|
+
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-JI4XARBZ.js';
|
|
4
4
|
import { __commonJS, __toESM } from './chunk-5WRI5ZAA.js';
|
|
5
5
|
import DOMPurify from 'dompurify';
|
|
6
6
|
|
|
@@ -2816,8 +2816,8 @@ var modalSize = {
|
|
|
2816
2816
|
};
|
|
2817
2817
|
|
|
2818
2818
|
// src/index.ts
|
|
2819
|
-
var version = "1.9.3-
|
|
2819
|
+
var version = "1.9.3-bf7f7dc";
|
|
2820
2820
|
|
|
2821
2821
|
export { clearNavigationContext, consumeNavigationContext, forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, modalSize, pluginMapper, readNavigationContext, reduceEnabledResults, replaceConfigValues, runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version };
|
|
2822
|
-
//# sourceMappingURL=chunk-
|
|
2823
|
-
//# sourceMappingURL=chunk-
|
|
2822
|
+
//# sourceMappingURL=chunk-3DAAR76O.js.map
|
|
2823
|
+
//# sourceMappingURL=chunk-3DAAR76O.js.map
|