@kizenapps/engine 0.2.0-9f310c7 → 0.2.1-802c351
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-VAK4BJFS.js → chunk-BOP6LQSY.js} +3 -3
- package/dist/{chunk-VAK4BJFS.js.map → chunk-BOP6LQSY.js.map} +1 -1
- package/dist/{chunk-WBDK7JXM.js → chunk-KNDLUBBH.js} +3 -3
- package/dist/{chunk-WBDK7JXM.js.map → chunk-KNDLUBBH.js.map} +1 -1
- package/dist/{chunk-RAZYSV3A.js → chunk-KOF2UIRD.js} +5 -5
- package/dist/{chunk-RAZYSV3A.js.map → chunk-KOF2UIRD.js.map} +1 -1
- package/dist/{chunk-UA3R5NA3.js → chunk-NON7HMQL.js} +3 -3
- package/dist/{chunk-UA3R5NA3.js.map → chunk-NON7HMQL.js.map} +1 -1
- package/dist/{chunk-RVQ7GIJA.js → chunk-NYDGSKL5.js} +3 -3
- package/dist/{chunk-RVQ7GIJA.js.map → chunk-NYDGSKL5.js.map} +1 -1
- package/dist/{chunk-5HCCDEQ7.js → chunk-PVNKMW3M.js} +3 -3
- package/dist/{chunk-5HCCDEQ7.js.map → chunk-PVNKMW3M.js.map} +1 -1
- package/dist/{chunk-HGRGPW65.js → chunk-Q5WIS4WI.js} +5 -5
- package/dist/{chunk-HGRGPW65.js.map → chunk-Q5WIS4WI.js.map} +1 -1
- package/dist/{chunk-XBQU4HDC.js → chunk-XSQVLNFH.js} +3 -3
- package/dist/{chunk-XBQU4HDC.js.map → chunk-XSQVLNFH.js.map} +1 -1
- package/dist/{chunk-NW3KYXZV.js → chunk-Y7IO4VRS.js} +4 -4
- package/dist/{chunk-NW3KYXZV.js.map → chunk-Y7IO4VRS.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 +11 -2
- package/dist/scripts/merge-translations.js +0 -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 +2 -5
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-KOF2UIRD.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-NYDGSKL5.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-PVNKMW3M.js';
|
|
5
|
+
import { runFrameScriptEventName } from './chunk-NON7HMQL.js';
|
|
6
|
+
import { QUERY_KEYS, ROUTE_CHANGE_INTERNAL_EVENT, IFRAME_PREFIX, ROUTE_CHANGE_IFRAME_EVENT } from './chunk-KNDLUBBH.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/scripts/index.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
const command = process.argv[2];
|
|
4
|
+
|
|
5
|
+
if (command === 'merge-translations') {
|
|
6
|
+
process.argv.splice(2, 1);
|
|
7
|
+
await import('./merge-translations.js');
|
|
8
|
+
} else {
|
|
9
|
+
console.error('Usage: @kizenapps/engine <command>');
|
|
10
|
+
console.error('Commands:');
|
|
11
|
+
console.error(' merge-translations [output-path]');
|
|
12
|
+
process.exit(1);
|
|
13
|
+
}
|
|
File without changes
|
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-KOF2UIRD.js';
|
|
2
|
+
export { getHash, getStableHash, isFlagEnabled } from './chunk-KOF2UIRD.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-NYDGSKL5.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig } from './chunk-PVNKMW3M.js';
|
|
5
|
+
export { cleanConfig, getFieldFromAction } from './chunk-PVNKMW3M.js';
|
|
6
|
+
import './chunk-KNDLUBBH.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-BOP6LQSY.js';
|
|
2
|
+
import { getFnWithReturn } from '../chunk-NYDGSKL5.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-Q5WIS4WI.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-PVNKMW3M.js';
|
|
5
|
+
import '../chunk-NON7HMQL.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-KNDLUBBH.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-Y7IO4VRS.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-BOP6LQSY.js';
|
|
3
|
+
import { getFn } from '../chunk-NYDGSKL5.js';
|
|
4
|
+
import '../chunk-Q5WIS4WI.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-PVNKMW3M.js';
|
|
6
|
+
import '../chunk-NON7HMQL.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-KNDLUBBH.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-BOP6LQSY.js';
|
|
2
|
+
import { getFn } from '../chunk-NYDGSKL5.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-Q5WIS4WI.js';
|
|
4
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-PVNKMW3M.js';
|
|
5
|
+
import '../chunk-NON7HMQL.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-KNDLUBBH.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-XSQVLNFH.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-BOP6LQSY.js';
|
|
3
|
+
import { getFn } from '../chunk-NYDGSKL5.js';
|
|
4
|
+
import '../chunk-Q5WIS4WI.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-PVNKMW3M.js';
|
|
6
|
+
import '../chunk-NON7HMQL.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-KNDLUBBH.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.2.
|
|
3
|
+
"version": "0.2.1-802c351",
|
|
4
4
|
"description": "Run JavaScript plugins inside Web Workers with host ↔ worker messaging",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"type": "module",
|
|
@@ -38,10 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"./translation": "./dist/translation.json"
|
|
40
40
|
},
|
|
41
|
-
"bin":
|
|
42
|
-
"engine": "./dist/scripts/index.js",
|
|
43
|
-
"merge-translations": "./dist/scripts/merge-translations.js"
|
|
44
|
-
},
|
|
41
|
+
"bin": "./dist/scripts/index.js",
|
|
45
42
|
"main": "./dist/index.js",
|
|
46
43
|
"module": "./dist/index.js",
|
|
47
44
|
"types": "./dist/index.d.ts",
|