@kizenapps/engine 1.4.0-01344a3 → 1.4.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/dist/{chunk-AY5OQ5KM.js → chunk-3B5P6QRP.js} +3 -3
- package/dist/{chunk-AY5OQ5KM.js.map → chunk-3B5P6QRP.js.map} +1 -1
- package/dist/{chunk-YBCIIIAP.js → chunk-6Q22X2IU.js} +4 -4
- package/dist/{chunk-YBCIIIAP.js.map → chunk-6Q22X2IU.js.map} +1 -1
- package/dist/{chunk-GVATLHW3.js → chunk-6V2UT4RS.js} +3 -3
- package/dist/{chunk-GVATLHW3.js.map → chunk-6V2UT4RS.js.map} +1 -1
- package/dist/{chunk-ZMIF22NR.js → chunk-GOD2MD2O.js} +6 -6
- package/dist/{chunk-ZMIF22NR.js.map → chunk-GOD2MD2O.js.map} +1 -1
- package/dist/{chunk-MRN746YD.js → chunk-L2Z7F5W6.js} +5 -5
- package/dist/{chunk-MRN746YD.js.map → chunk-L2Z7F5W6.js.map} +1 -1
- package/dist/{chunk-IGHBWLIS.js → chunk-LTOTDWXB.js} +3 -3
- package/dist/{chunk-IGHBWLIS.js.map → chunk-LTOTDWXB.js.map} +1 -1
- package/dist/{chunk-V6JXKTHL.js → chunk-LXBIPXUE.js} +3 -3
- package/dist/{chunk-V6JXKTHL.js.map → chunk-LXBIPXUE.js.map} +1 -1
- package/dist/{chunk-5ZVIHUN4.js → chunk-S2GWVVYT.js} +3 -3
- package/dist/{chunk-5ZVIHUN4.js.map → chunk-S2GWVVYT.js.map} +1 -1
- package/dist/{chunk-PPRZFBZZ.js → chunk-TLWBUPHD.js} +3 -3
- package/dist/{chunk-PPRZFBZZ.js.map → chunk-TLWBUPHD.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 +4 -4
- package/dist/react.js +5 -5
- package/dist/util.js +5 -5
- 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
|
@@ -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-6Q22X2IU.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-LXBIPXUE.js';
|
|
3
|
+
import { getFn } from '../chunk-TLWBUPHD.js';
|
|
4
|
+
import '../chunk-L2Z7F5W6.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3B5P6QRP.js';
|
|
6
|
+
import '../chunk-6V2UT4RS.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-LTOTDWXB.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-LXBIPXUE.js';
|
|
2
|
+
import { getFn } from '../chunk-TLWBUPHD.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-L2Z7F5W6.js';
|
|
4
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3B5P6QRP.js';
|
|
5
|
+
import '../chunk-6V2UT4RS.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-LTOTDWXB.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-S2GWVVYT.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-LXBIPXUE.js';
|
|
3
|
+
import { getFn } from '../chunk-TLWBUPHD.js';
|
|
4
|
+
import '../chunk-L2Z7F5W6.js';
|
|
5
|
+
import { openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3B5P6QRP.js';
|
|
6
|
+
import '../chunk-6V2UT4RS.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-LTOTDWXB.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|