@kizenapps/engine 0.1.0-5951933 → 0.1.0-d6c4e0e
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-PKPMGXY6.js → chunk-4CJLA5IA.js} +4 -4
- package/dist/{chunk-PKPMGXY6.js.map → chunk-4CJLA5IA.js.map} +1 -1
- package/dist/{chunk-3GESZEDY.js → chunk-5LKQPDL3.js} +3 -3
- package/dist/{chunk-3GESZEDY.js.map → chunk-5LKQPDL3.js.map} +1 -1
- package/dist/{chunk-B6F7AP7L.js → chunk-DUUQZSFR.js} +3 -3
- package/dist/{chunk-B6F7AP7L.js.map → chunk-DUUQZSFR.js.map} +1 -1
- package/dist/{chunk-7CFLCBUW.js → chunk-GFWYCITI.js} +3 -3
- package/dist/{chunk-7CFLCBUW.js.map → chunk-GFWYCITI.js.map} +1 -1
- package/dist/{chunk-THPHVCIB.js → chunk-GJ7W4HNT.js} +3 -3
- package/dist/{chunk-THPHVCIB.js.map → chunk-GJ7W4HNT.js.map} +1 -1
- package/dist/{chunk-7J2F2Y36.js → chunk-HIL4FWPO.js} +3 -3
- package/dist/{chunk-7J2F2Y36.js.map → chunk-HIL4FWPO.js.map} +1 -1
- package/dist/{chunk-YUHUDR72.js → chunk-MVOZBS7N.js} +5 -5
- package/dist/{chunk-YUHUDR72.js.map → chunk-MVOZBS7N.js.map} +1 -1
- package/dist/{chunk-JOH235MV.js → chunk-U35XGI24.js} +3 -3
- package/dist/{chunk-JOH235MV.js.map → chunk-U35XGI24.js.map} +1 -1
- package/dist/{chunk-3BM3ADCB.js → chunk-WYOBLTZE.js} +5 -5
- package/dist/{chunk-3BM3ADCB.js.map → chunk-WYOBLTZE.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 +5 -5
- package/dist/scripts/index.js +4 -0
- 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 +6 -4
- /package/dist/{merge-translations.js → scripts/merge-translations.js} +0 -0
package/dist/communication.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './chunk-LGJYUPYZ.js';
|
|
2
|
-
export { Communicate, runFrameScriptEventName } from './chunk-
|
|
3
|
-
export { IFRAME_PREFIX, INDICATOR_TYPE, ThirdPartyScript } from './chunk-
|
|
2
|
+
export { Communicate, runFrameScriptEventName } from './chunk-DUUQZSFR.js';
|
|
3
|
+
export { IFRAME_PREFIX, INDICATOR_TYPE, ThirdPartyScript } from './chunk-HIL4FWPO.js';
|
|
4
4
|
import './chunk-5WRI5ZAA.js';
|
|
5
5
|
//# sourceMappingURL=communication.js.map
|
|
6
6
|
//# sourceMappingURL=communication.js.map
|
package/dist/contexts/base.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { BaseWorkerContext } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { BaseWorkerContext } from '../chunk-MVOZBS7N.js';
|
|
2
|
+
import '../chunk-GJ7W4HNT.js';
|
|
3
|
+
import '../chunk-DUUQZSFR.js';
|
|
4
|
+
import '../chunk-HIL4FWPO.js';
|
|
5
5
|
import '../chunk-5WRI5ZAA.js';
|
|
6
6
|
//# sourceMappingURL=base.js.map
|
|
7
7
|
//# sourceMappingURL=base.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { FloatingFrameWorkerContext } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { FloatingFrameWorkerContext } from '../chunk-4CJLA5IA.js';
|
|
2
|
+
import '../chunk-MVOZBS7N.js';
|
|
3
|
+
import '../chunk-GJ7W4HNT.js';
|
|
4
|
+
import '../chunk-DUUQZSFR.js';
|
|
5
|
+
import '../chunk-HIL4FWPO.js';
|
|
6
6
|
import '../chunk-5WRI5ZAA.js';
|
|
7
7
|
//# sourceMappingURL=floatingFrame.js.map
|
|
8
8
|
//# sourceMappingURL=floatingFrame.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { RecordDetailWorkerContext } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { RecordDetailWorkerContext } from '../chunk-GFWYCITI.js';
|
|
2
|
+
import '../chunk-MVOZBS7N.js';
|
|
3
|
+
import '../chunk-GJ7W4HNT.js';
|
|
4
|
+
import '../chunk-DUUQZSFR.js';
|
|
5
|
+
import '../chunk-HIL4FWPO.js';
|
|
6
6
|
import '../chunk-5WRI5ZAA.js';
|
|
7
7
|
//# sourceMappingURL=recordDetail.js.map
|
|
8
8
|
//# sourceMappingURL=recordDetail.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
1
|
+
export { runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version } from './chunk-WYOBLTZE.js';
|
|
2
|
+
import './chunk-U35XGI24.js';
|
|
3
|
+
import './chunk-HIL4FWPO.js';
|
|
4
4
|
import './chunk-5WRI5ZAA.js';
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/dist/react.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { runScript, runExpression, getStableHash, isFlagEnabled } from './chunk-
|
|
1
|
+
import { runScript, runExpression, getStableHash, isFlagEnabled } from './chunk-WYOBLTZE.js';
|
|
2
2
|
import './chunk-LGJYUPYZ.js';
|
|
3
|
-
import { generateExecutionKey } from './chunk-
|
|
4
|
-
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-
|
|
5
|
-
import { runFrameScriptEventName } from './chunk-
|
|
6
|
-
import { QUERY_KEYS, ROUTE_CHANGE_INTERNAL_EVENT, IFRAME_PREFIX, ROUTE_CHANGE_IFRAME_EVENT } from './chunk-
|
|
3
|
+
import { generateExecutionKey } from './chunk-U35XGI24.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-GJ7W4HNT.js';
|
|
5
|
+
import { runFrameScriptEventName } from './chunk-DUUQZSFR.js';
|
|
6
|
+
import { QUERY_KEYS, ROUTE_CHANGE_INTERNAL_EVENT, IFRAME_PREFIX, ROUTE_CHANGE_IFRAME_EVENT } from './chunk-HIL4FWPO.js';
|
|
7
7
|
import './chunk-5WRI5ZAA.js';
|
|
8
8
|
import { useQueries, useQueryClient } from '@tanstack/react-query';
|
|
9
9
|
import { createContext, useContext, useState, useCallback, useMemo, useRef, useEffect } from 'react';
|
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-WYOBLTZE.js';
|
|
2
|
+
export { getHash, getStableHash, isFlagEnabled } from './chunk-WYOBLTZE.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-U35XGI24.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig } from './chunk-GJ7W4HNT.js';
|
|
5
|
+
export { cleanConfig, getFieldFromAction } from './chunk-GJ7W4HNT.js';
|
|
6
|
+
import './chunk-HIL4FWPO.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-5LKQPDL3.js';
|
|
2
|
+
import { getFnWithReturn } from '../chunk-U35XGI24.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-MVOZBS7N.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-GJ7W4HNT.js';
|
|
5
|
+
import '../chunk-DUUQZSFR.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-HIL4FWPO.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-4CJLA5IA.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-5LKQPDL3.js';
|
|
3
|
+
import { getFn } from '../chunk-U35XGI24.js';
|
|
4
|
+
import '../chunk-MVOZBS7N.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-GJ7W4HNT.js';
|
|
6
|
+
import '../chunk-DUUQZSFR.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-HIL4FWPO.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-5LKQPDL3.js';
|
|
2
|
+
import { getFn } from '../chunk-U35XGI24.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-MVOZBS7N.js';
|
|
4
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-GJ7W4HNT.js';
|
|
5
|
+
import '../chunk-DUUQZSFR.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-HIL4FWPO.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-GFWYCITI.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-5LKQPDL3.js';
|
|
3
|
+
import { getFn } from '../chunk-U35XGI24.js';
|
|
4
|
+
import '../chunk-MVOZBS7N.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-GJ7W4HNT.js';
|
|
6
|
+
import '../chunk-DUUQZSFR.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-HIL4FWPO.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.1.0-
|
|
3
|
+
"version": "0.1.0-d6c4e0e",
|
|
4
4
|
"description": "Run JavaScript plugins inside Web Workers with host ↔ worker messaging",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"./translation": "./dist/translation.json"
|
|
40
40
|
},
|
|
41
41
|
"bin": {
|
|
42
|
-
"
|
|
42
|
+
"engine": "./dist/scripts/index.js",
|
|
43
|
+
"merge-translations": "./dist/scripts/merge-translations.js"
|
|
43
44
|
},
|
|
44
45
|
"main": "./dist/index.js",
|
|
45
46
|
"module": "./dist/index.js",
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
},
|
|
80
81
|
"scripts": {
|
|
81
82
|
"extract-translations": "i18next --config i18next-parser.config.cjs",
|
|
82
|
-
"build": "pnpm run extract-translations && tsup && cp locales/en/translation.json dist/translation.json && cp src/scripts/
|
|
83
|
+
"build": "pnpm run extract-translations && tsup && cp locales/en/translation.json dist/translation.json && cp -r src/scripts/ dist/scripts/",
|
|
83
84
|
"build:watch": "tsup --watch",
|
|
84
85
|
"typecheck": "tsc --noEmit",
|
|
85
86
|
"lint": "eslint src",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"format:check": "prettier --check .",
|
|
89
90
|
"version:prerelease": "node scripts/version-prerelease.js",
|
|
90
91
|
"version:check": "node scripts/version-release.js",
|
|
91
|
-
"publish:prerelease": "pnpm run version:prerelease && pnpm publish --no-git-checks --access public --tag next"
|
|
92
|
+
"publish:prerelease": "pnpm run version:prerelease && pnpm publish --no-git-checks --access public --tag next",
|
|
93
|
+
"merge-translations": "node dist/merge-translations.js"
|
|
92
94
|
}
|
|
93
95
|
}
|
|
File without changes
|