@kizenapps/engine 1.5.0 → 1.5.1-84037f0
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-SO4KYG4G.js → chunk-7CVF5MWG.js} +7 -7
- package/dist/{chunk-SO4KYG4G.js.map → chunk-7CVF5MWG.js.map} +1 -1
- package/dist/{chunk-HLDQ3XWJ.js → chunk-AZHJRYG7.js} +5 -5
- package/dist/{chunk-HLDQ3XWJ.js.map → chunk-AZHJRYG7.js.map} +1 -1
- package/dist/{chunk-NG4X7XCW.js → chunk-FUUVDEWT.js} +3 -3
- package/dist/{chunk-NG4X7XCW.js.map → chunk-FUUVDEWT.js.map} +1 -1
- package/dist/{chunk-XK5JDJKO.js → chunk-L6H2UMWR.js} +3 -3
- package/dist/{chunk-XK5JDJKO.js.map → chunk-L6H2UMWR.js.map} +1 -1
- package/dist/{chunk-W2SYNVXR.js → chunk-NDBOMIMG.js} +3 -3
- package/dist/{chunk-W2SYNVXR.js.map → chunk-NDBOMIMG.js.map} +1 -1
- package/dist/{chunk-3DNCOUPZ.js → chunk-PRXJNS2N.js} +4 -4
- package/dist/{chunk-3DNCOUPZ.js.map → chunk-PRXJNS2N.js.map} +1 -1
- package/dist/{chunk-HKWZ5MTJ.js → chunk-Q7PJNG7X.js} +3 -3
- package/dist/{chunk-HKWZ5MTJ.js.map → chunk-Q7PJNG7X.js.map} +1 -1
- package/dist/{chunk-XU2CN2N6.js → chunk-U6ERTCKR.js} +3 -3
- package/dist/{chunk-XU2CN2N6.js.map → chunk-U6ERTCKR.js.map} +1 -1
- package/dist/{chunk-QQHXKGWG.js → chunk-V2IJRIYF.js} +3 -3
- package/dist/{chunk-QQHXKGWG.js.map → chunk-V2IJRIYF.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 +5 -5
- 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, deserializeConsoleArg, KizenRequestError } from './chunk-
|
|
3
|
-
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-
|
|
1
|
+
import { getPartialLocation, generateUUIDV4 } from './chunk-Q7PJNG7X.js';
|
|
2
|
+
import { getAllNestedInputsFromConfig, deserializeConsoleArg, KizenRequestError } from './chunk-V2IJRIYF.js';
|
|
3
|
+
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-FUUVDEWT.js';
|
|
4
4
|
import { __commonJS, __toESM } from './chunk-5WRI5ZAA.js';
|
|
5
5
|
import DOMPurify from 'dompurify';
|
|
6
6
|
|
|
@@ -1710,7 +1710,7 @@ var reduceEnabledResults = (results) => {
|
|
|
1710
1710
|
};
|
|
1711
1711
|
var forceQualifiedUrl = (url) => {
|
|
1712
1712
|
let qualifiedUrl = url;
|
|
1713
|
-
if (/^(http|https):\/\//.test(url)) {
|
|
1713
|
+
if (/^(http|https|kizen|kizenvoice):\/\//.test(url)) {
|
|
1714
1714
|
qualifiedUrl = url;
|
|
1715
1715
|
} else if (url.startsWith("/")) {
|
|
1716
1716
|
qualifiedUrl = `${getPartialLocation().origin}${qualifiedUrl}`;
|
|
@@ -2655,8 +2655,8 @@ var modalSize = {
|
|
|
2655
2655
|
};
|
|
2656
2656
|
|
|
2657
2657
|
// src/index.ts
|
|
2658
|
-
var version = "1.5.
|
|
2658
|
+
var version = "1.5.1-84037f0";
|
|
2659
2659
|
|
|
2660
2660
|
export { forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, modalSize, pluginMapper, reduceEnabledResults, replaceConfigValues, runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version };
|
|
2661
|
-
//# sourceMappingURL=chunk-
|
|
2662
|
-
//# sourceMappingURL=chunk-
|
|
2661
|
+
//# sourceMappingURL=chunk-7CVF5MWG.js.map
|
|
2662
|
+
//# sourceMappingURL=chunk-7CVF5MWG.js.map
|