@kizenapps/engine 1.2.2 → 1.2.3
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-IINV3TAG.js → chunk-2Q33U5TE.js} +3 -3
- package/dist/{chunk-IINV3TAG.js.map → chunk-2Q33U5TE.js.map} +1 -1
- package/dist/{chunk-DJANA3AY.js → chunk-6IF6AOW6.js} +3 -3
- package/dist/{chunk-DJANA3AY.js.map → chunk-6IF6AOW6.js.map} +1 -1
- package/dist/{chunk-GWPEYSSH.js → chunk-6ZK4RPP7.js} +5 -5
- package/dist/{chunk-GWPEYSSH.js.map → chunk-6ZK4RPP7.js.map} +1 -1
- package/dist/{chunk-KXVCJI5E.js → chunk-FC2P4PVY.js} +3 -3
- package/dist/{chunk-KXVCJI5E.js.map → chunk-FC2P4PVY.js.map} +1 -1
- package/dist/{chunk-UM46ACE3.js → chunk-GBQL34GC.js} +3 -3
- package/dist/{chunk-UM46ACE3.js.map → chunk-GBQL34GC.js.map} +1 -1
- package/dist/{chunk-HFLY4ECI.js → chunk-GDIPSNIY.js} +4 -4
- package/dist/{chunk-HFLY4ECI.js.map → chunk-GDIPSNIY.js.map} +1 -1
- package/dist/{chunk-QXL6BPH3.js → chunk-ILXF2UID.js} +3 -3
- package/dist/{chunk-QXL6BPH3.js.map → chunk-ILXF2UID.js.map} +1 -1
- package/dist/{chunk-X6NFS5IJ.js → chunk-W5V4UWMB.js} +5 -5
- package/dist/{chunk-X6NFS5IJ.js.map → chunk-W5V4UWMB.js.map} +1 -1
- package/dist/{chunk-IN7YTALR.js → chunk-XVHMD4B2.js} +3 -3
- package/dist/{chunk-IN7YTALR.js.map → chunk-XVHMD4B2.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 +11 -9
- 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/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-6ZK4RPP7.js';
|
|
2
|
+
export { getHash, getStableHash, isFlagEnabled } from './chunk-6ZK4RPP7.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-GBQL34GC.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig } from './chunk-FC2P4PVY.js';
|
|
5
|
+
export { cleanConfig, getFieldFromAction } from './chunk-FC2P4PVY.js';
|
|
6
|
+
import './chunk-ILXF2UID.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-6IF6AOW6.js';
|
|
2
|
+
import { getFnWithReturn } from '../chunk-GBQL34GC.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-W5V4UWMB.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-FC2P4PVY.js';
|
|
5
|
+
import '../chunk-XVHMD4B2.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-ILXF2UID.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-GDIPSNIY.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-6IF6AOW6.js';
|
|
3
|
+
import { getFn } from '../chunk-GBQL34GC.js';
|
|
4
|
+
import '../chunk-W5V4UWMB.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-FC2P4PVY.js';
|
|
6
|
+
import '../chunk-XVHMD4B2.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-ILXF2UID.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-6IF6AOW6.js';
|
|
2
|
+
import { getFn } from '../chunk-GBQL34GC.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-W5V4UWMB.js';
|
|
4
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-FC2P4PVY.js';
|
|
5
|
+
import '../chunk-XVHMD4B2.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-ILXF2UID.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-2Q33U5TE.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-6IF6AOW6.js';
|
|
3
|
+
import { getFn } from '../chunk-GBQL34GC.js';
|
|
4
|
+
import '../chunk-W5V4UWMB.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-FC2P4PVY.js';
|
|
6
|
+
import '../chunk-XVHMD4B2.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-ILXF2UID.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|