@kizenapps/engine 0.3.1-74473de → 0.3.1-7853cee
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 +4 -0
- package/dist/{chunk-4OLYJ5HJ.js → chunk-3EU2ZFVM.js} +4 -4
- package/dist/{chunk-4OLYJ5HJ.js.map → chunk-3EU2ZFVM.js.map} +1 -1
- package/dist/{chunk-KUEBHUXC.js → chunk-43GI77SN.js} +3 -3
- package/dist/{chunk-KUEBHUXC.js.map → chunk-43GI77SN.js.map} +1 -1
- package/dist/{chunk-L2I2WYHI.js → chunk-BDEGB3F2.js} +3 -3
- package/dist/{chunk-L2I2WYHI.js.map → chunk-BDEGB3F2.js.map} +1 -1
- package/dist/{chunk-24CEDEZP.js → chunk-ECFPPQSF.js} +5 -5
- package/dist/{chunk-24CEDEZP.js.map → chunk-ECFPPQSF.js.map} +1 -1
- package/dist/{chunk-RB7IZA57.js → chunk-EI2KLNLR.js} +3 -3
- package/dist/{chunk-RB7IZA57.js.map → chunk-EI2KLNLR.js.map} +1 -1
- package/dist/{chunk-2ZQ2HVFQ.js → chunk-GKIZXOZI.js} +3 -3
- package/dist/{chunk-2ZQ2HVFQ.js.map → chunk-GKIZXOZI.js.map} +1 -1
- package/dist/{chunk-F3VWCP3U.js → chunk-HU6XHPP6.js} +3 -3
- package/dist/{chunk-F3VWCP3U.js.map → chunk-HU6XHPP6.js.map} +1 -1
- package/dist/{chunk-LV5CNWWI.js → chunk-JQUZDX7F.js} +3 -3
- package/dist/{chunk-LV5CNWWI.js.map → chunk-JQUZDX7F.js.map} +1 -1
- package/dist/{chunk-T2ZYSH4M.js → chunk-TYBXOEE3.js} +5 -5
- package/dist/{chunk-T2ZYSH4M.js.map → chunk-TYBXOEE3.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.js +40 -26
- 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 +7 -4
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-TYBXOEE3.js';
|
|
2
|
+
export { getHash, getStableHash, isFlagEnabled } from './chunk-TYBXOEE3.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-43GI77SN.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig } from './chunk-HU6XHPP6.js';
|
|
5
|
+
export { cleanConfig, getFieldFromAction } from './chunk-HU6XHPP6.js';
|
|
6
|
+
import './chunk-EI2KLNLR.js';
|
|
7
7
|
import './chunk-5WRI5ZAA.js';
|
|
8
8
|
|
|
9
9
|
// src/util/values.ts
|
|
@@ -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-GKIZXOZI.js';
|
|
2
|
+
import { getFnWithReturn } from '../chunk-43GI77SN.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-ECFPPQSF.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-HU6XHPP6.js';
|
|
5
|
+
import '../chunk-BDEGB3F2.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-EI2KLNLR.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-3EU2ZFVM.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-GKIZXOZI.js';
|
|
3
|
+
import { getFn } from '../chunk-43GI77SN.js';
|
|
4
|
+
import '../chunk-ECFPPQSF.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-HU6XHPP6.js';
|
|
6
|
+
import '../chunk-BDEGB3F2.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-EI2KLNLR.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-GKIZXOZI.js';
|
|
2
|
+
import { getFn } from '../chunk-43GI77SN.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-ECFPPQSF.js';
|
|
4
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-HU6XHPP6.js';
|
|
5
|
+
import '../chunk-BDEGB3F2.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-EI2KLNLR.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-JQUZDX7F.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-GKIZXOZI.js';
|
|
3
|
+
import { getFn } from '../chunk-43GI77SN.js';
|
|
4
|
+
import '../chunk-ECFPPQSF.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-HU6XHPP6.js';
|
|
6
|
+
import '../chunk-BDEGB3F2.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-EI2KLNLR.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kizenapps/engine",
|
|
3
|
-
"version": "0.3.1-
|
|
3
|
+
"version": "0.3.1-7853cee",
|
|
4
4
|
"description": "Run JavaScript plugin apps inside Web Workers with host ↔ worker messaging",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"type": "module",
|
|
@@ -47,9 +47,14 @@
|
|
|
47
47
|
"README.md",
|
|
48
48
|
"LICENSE.md"
|
|
49
49
|
],
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@tanstack/react-query": "^5.0.0",
|
|
52
|
+
"date-fns": "^3.6.0",
|
|
53
|
+
"date-fns-tz": "^3.2.0"
|
|
54
|
+
},
|
|
50
55
|
"peerDependencies": {
|
|
51
56
|
"@tanstack/react-query": ">=5",
|
|
52
|
-
"date-fns": ">=
|
|
57
|
+
"date-fns": ">=3",
|
|
53
58
|
"date-fns-tz": ">=3",
|
|
54
59
|
"dompurify": ">=3",
|
|
55
60
|
"react": ">=18",
|
|
@@ -59,8 +64,6 @@
|
|
|
59
64
|
"@types/node": "^25.5.2",
|
|
60
65
|
"@types/react": "^18.0.0",
|
|
61
66
|
"@types/react-dom": "^18.0.0",
|
|
62
|
-
"date-fns": "^4.1.0",
|
|
63
|
-
"date-fns-tz": "^3.2.0",
|
|
64
67
|
"eslint": "^9.0.0",
|
|
65
68
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
66
69
|
"i18next-parser": "^9.4.0",
|