@kizenapps/engine 0.2.2 → 0.3.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/README.md +22 -6
- package/dist/{chunk-NACHIQYN.js → chunk-2UQPZMMK.js} +5 -5
- package/dist/{chunk-NACHIQYN.js.map → chunk-2UQPZMMK.js.map} +1 -1
- package/dist/{chunk-Z7522QNC.js → chunk-4WYP3BBB.js} +3 -3
- package/dist/{chunk-Z7522QNC.js.map → chunk-4WYP3BBB.js.map} +1 -1
- package/dist/{chunk-KYLFVA5T.js → chunk-7Q66RNNI.js} +3 -3
- package/dist/{chunk-KYLFVA5T.js.map → chunk-7Q66RNNI.js.map} +1 -1
- package/dist/{chunk-PFEFU3ID.js → chunk-K6HR2ADN.js} +3 -3
- package/dist/{chunk-PFEFU3ID.js.map → chunk-K6HR2ADN.js.map} +1 -1
- package/dist/{chunk-H5I2KPRA.js → chunk-M3NZOSQS.js} +3 -3
- package/dist/{chunk-H5I2KPRA.js.map → chunk-M3NZOSQS.js.map} +1 -1
- package/dist/{chunk-FU3KL5LA.js → chunk-OIE6XTQJ.js} +5 -5
- package/dist/{chunk-FU3KL5LA.js.map → chunk-OIE6XTQJ.js.map} +1 -1
- package/dist/{chunk-NXPBXPPT.js → chunk-SFQWEY7Q.js} +3 -3
- package/dist/{chunk-NXPBXPPT.js.map → chunk-SFQWEY7Q.js.map} +1 -1
- package/dist/{chunk-LWIAZAKH.js → chunk-U5FJH6EU.js} +4 -4
- package/dist/{chunk-LWIAZAKH.js.map → chunk-U5FJH6EU.js.map} +1 -1
- package/dist/{chunk-TFNOKBLD.js → chunk-WO3XEOOO.js} +3 -3
- package/dist/{chunk-TFNOKBLD.js.map → chunk-WO3XEOOO.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 +3 -3
- package/dist/react.d.ts +8 -8
- package/dist/react.js +16 -16
- package/dist/react.js.map +1 -1
- package/dist/util.js +6 -6
- package/dist/vite.d.ts +3 -3
- package/dist/vite.js +2 -2
- package/dist/vite.js.map +1 -1
- 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 +2 -2
package/dist/util.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { runExpression } from './chunk-
|
|
2
|
-
export { getHash, getStableHash, isFlagEnabled } from './chunk-
|
|
3
|
-
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-
|
|
4
|
-
import { getAllNestedInputsFromConfig } from './chunk-
|
|
5
|
-
export { cleanConfig, getFieldFromAction } from './chunk-
|
|
6
|
-
import './chunk-
|
|
1
|
+
import { runExpression } from './chunk-OIE6XTQJ.js';
|
|
2
|
+
export { getHash, getStableHash, isFlagEnabled } from './chunk-OIE6XTQJ.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-SFQWEY7Q.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig } from './chunk-K6HR2ADN.js';
|
|
5
|
+
export { cleanConfig, getFieldFromAction } from './chunk-K6HR2ADN.js';
|
|
6
|
+
import './chunk-7Q66RNNI.js';
|
|
7
7
|
import './chunk-5WRI5ZAA.js';
|
|
8
8
|
|
|
9
9
|
// src/util/values.ts
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
interface
|
|
1
|
+
interface AppEngineVitePlugin {
|
|
2
2
|
name: string;
|
|
3
3
|
config: () => {
|
|
4
4
|
optimizeDeps: {
|
|
@@ -6,6 +6,6 @@ interface PluginEngineVitePlugin {
|
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
declare function
|
|
9
|
+
declare function appEnginePlugin(): AppEngineVitePlugin;
|
|
10
10
|
|
|
11
|
-
export { type
|
|
11
|
+
export { type AppEngineVitePlugin, appEnginePlugin };
|
package/dist/vite.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './chunk-5WRI5ZAA.js';
|
|
2
2
|
|
|
3
3
|
// src/vite.ts
|
|
4
|
-
function
|
|
4
|
+
function appEnginePlugin() {
|
|
5
5
|
return {
|
|
6
6
|
name: "@kizenapps/engine",
|
|
7
7
|
config() {
|
|
@@ -14,6 +14,6 @@ function pluginEngine() {
|
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export {
|
|
17
|
+
export { appEnginePlugin };
|
|
18
18
|
//# sourceMappingURL=vite.js.map
|
|
19
19
|
//# sourceMappingURL=vite.js.map
|
package/dist/vite.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/vite.ts"],"names":[],"mappings":";;;AAKO,SAAS,
|
|
1
|
+
{"version":3,"sources":["../src/vite.ts"],"names":[],"mappings":";;;AAKO,SAAS,eAAA,GAAuC;AACrD,EAAA,OAAO;AAAA,IACL,IAAA,EAAM,mBAAA;AAAA,IACN,MAAA,GAAS;AACP,MAAA,OAAO;AAAA,QACL,YAAA,EAAc;AAAA,UACZ,OAAA,EAAS,CAAC,mBAAmB;AAAA;AAC/B,OACF;AAAA,IACF;AAAA,GACF;AACF","file":"vite.js","sourcesContent":["export interface AppEngineVitePlugin {\n name: string;\n config: () => { optimizeDeps: { exclude: string[] } };\n}\n\nexport function appEnginePlugin(): AppEngineVitePlugin {\n return {\n name: '@kizenapps/engine',\n config() {\n return {\n optimizeDeps: {\n exclude: ['@kizenapps/engine'],\n },\n };\n },\n };\n}\n"]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { WorkerPromise } from '../chunk-
|
|
2
|
-
import { getFnWithReturn } from '../chunk-
|
|
3
|
-
import { BaseWorkerContext } from '../chunk-
|
|
4
|
-
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import { ACTIONS } from '../chunk-
|
|
1
|
+
import { WorkerPromise } from '../chunk-M3NZOSQS.js';
|
|
2
|
+
import { getFnWithReturn } from '../chunk-SFQWEY7Q.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-2UQPZMMK.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-K6HR2ADN.js';
|
|
5
|
+
import '../chunk-WO3XEOOO.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-7Q66RNNI.js';
|
|
7
7
|
import '../chunk-5WRI5ZAA.js';
|
|
8
8
|
|
|
9
9
|
// src/workers/calendarSource.worker.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FloatingFrameWorkerContext } from '../chunk-
|
|
2
|
-
import { WorkerPromise } from '../chunk-
|
|
3
|
-
import { getFn } from '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import { ACTIONS } from '../chunk-
|
|
1
|
+
import { FloatingFrameWorkerContext } from '../chunk-U5FJH6EU.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-M3NZOSQS.js';
|
|
3
|
+
import { getFn } from '../chunk-SFQWEY7Q.js';
|
|
4
|
+
import '../chunk-2UQPZMMK.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-K6HR2ADN.js';
|
|
6
|
+
import '../chunk-WO3XEOOO.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-7Q66RNNI.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/floatingFrame.worker.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { WorkerPromise } from '../chunk-
|
|
2
|
-
import { getFn } from '../chunk-
|
|
3
|
-
import { BaseWorkerContext } from '../chunk-
|
|
4
|
-
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import { ACTIONS } from '../chunk-
|
|
1
|
+
import { WorkerPromise } from '../chunk-M3NZOSQS.js';
|
|
2
|
+
import { getFn } from '../chunk-SFQWEY7Q.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-2UQPZMMK.js';
|
|
4
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-K6HR2ADN.js';
|
|
5
|
+
import '../chunk-WO3XEOOO.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-7Q66RNNI.js';
|
|
7
7
|
import '../chunk-5WRI5ZAA.js';
|
|
8
8
|
|
|
9
9
|
// src/workers/generic.worker.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RecordDetailWorkerContext } from '../chunk-
|
|
2
|
-
import { WorkerPromise } from '../chunk-
|
|
3
|
-
import { getFn } from '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import { ACTIONS } from '../chunk-
|
|
1
|
+
import { RecordDetailWorkerContext } from '../chunk-4WYP3BBB.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-M3NZOSQS.js';
|
|
3
|
+
import { getFn } from '../chunk-SFQWEY7Q.js';
|
|
4
|
+
import '../chunk-2UQPZMMK.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-K6HR2ADN.js';
|
|
6
|
+
import '../chunk-WO3XEOOO.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-7Q66RNNI.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kizenapps/engine",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Run JavaScript
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Run JavaScript plugin apps inside Web Workers with host ↔ worker messaging",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|