@kizenapps/engine 1.9.2 → 1.9.3-906e4c0
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/README.md +1 -4
- package/dist/{chunk-Z3KVUTUF.js → chunk-3OBYDDMG.js} +6 -6
- package/dist/{chunk-Z3KVUTUF.js.map → chunk-3OBYDDMG.js.map} +1 -1
- package/dist/{chunk-NM7AUY5F.js → chunk-3YLJ35JR.js} +4 -4
- package/dist/{chunk-NM7AUY5F.js.map → chunk-3YLJ35JR.js.map} +1 -1
- package/dist/{chunk-YFOCC5GA.js → chunk-6DLH6MH7.js} +3 -3
- package/dist/{chunk-YFOCC5GA.js.map → chunk-6DLH6MH7.js.map} +1 -1
- package/dist/{chunk-3PYBDXBN.js → chunk-B6A5OU2M.js} +3 -3
- package/dist/{chunk-3PYBDXBN.js.map → chunk-B6A5OU2M.js.map} +1 -1
- package/dist/{chunk-PL4TAA6U.js → chunk-DI3FQCXU.js} +3 -3
- package/dist/{chunk-PL4TAA6U.js.map → chunk-DI3FQCXU.js.map} +1 -1
- package/dist/{chunk-WTE3FFSZ.js → chunk-FM65VYJM.js} +5 -5
- package/dist/{chunk-WTE3FFSZ.js.map → chunk-FM65VYJM.js.map} +1 -1
- package/dist/{chunk-RA63N62U.js → chunk-GUTKQJIQ.js} +3 -3
- package/dist/{chunk-RA63N62U.js.map → chunk-GUTKQJIQ.js.map} +1 -1
- package/dist/{chunk-TURP3EK7.js → chunk-LSKKLO7U.js} +3 -3
- package/dist/{chunk-TURP3EK7.js.map → chunk-LSKKLO7U.js.map} +1 -1
- package/dist/{chunk-COJQSTZX.js → chunk-PTK42TY3.js} +3 -3
- package/dist/{chunk-COJQSTZX.js.map → chunk-PTK42TY3.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.d.ts +1 -1
- package/dist/react.js +77 -31
- package/dist/react.js.map +1 -1
- 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
package/README.md
CHANGED
|
@@ -282,12 +282,9 @@ similar) or if the worker chunks exceed their size budget.
|
|
|
282
282
|
|
|
283
283
|
The plugin developer documentation lives in [`docs/`](docs/README.md) and publishes to GitHub Pages
|
|
284
284
|
on merge to `main`. Its static-site generator is a standalone project under `docs/site`, with its
|
|
285
|
-
own lockfile and tests.
|
|
285
|
+
own lockfile and tests. These docs are largely intended to be agent-focused and are generated, not human-written.
|
|
286
286
|
|
|
287
287
|
### License
|
|
288
288
|
|
|
289
289
|
Licensed under the GNU General Public License, version 3. See [LICENSE.md](LICENSE.md) for the full
|
|
290
290
|
text.
|
|
291
|
-
|
|
292
|
-
This matches the other published Kizen developer platform packages, `@kizenapps/cli` and
|
|
293
|
-
`@kizenapps/packager`. Note that the plugins themselves are licensed separately, under GPL 2.0.
|
|
@@ -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-B6A5OU2M.js';
|
|
2
|
+
import { getAllNestedInputsFromConfig, buildIframeURLWithProxy, getParentFrameAllowParam, deserializeConsoleArg, KizenRequestError, filterSandboxList, filterAllowList } from './chunk-LSKKLO7U.js';
|
|
3
|
+
import { IFRAME_PREFIX, ACTIONS, RESPONSES, COMMUNICATIONS, thirdPartyGlobalNames, getScriptIntegrationType, thirdPartySetupScripts, thirdPartyReadyPredicates } from './chunk-DI3FQCXU.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.
|
|
2819
|
+
var version = "1.9.3-906e4c0";
|
|
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-3OBYDDMG.js.map
|
|
2823
|
+
//# sourceMappingURL=chunk-3OBYDDMG.js.map
|