@kizenapps/engine 1.9.2 → 1.9.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/README.md +1 -4
- package/dist/{chunk-RA63N62U.js → chunk-3DIQOQD4.js} +3 -3
- package/dist/{chunk-RA63N62U.js.map → chunk-3DIQOQD4.js.map} +1 -1
- package/dist/{chunk-NM7AUY5F.js → chunk-CDGV5N5I.js} +4 -4
- package/dist/{chunk-NM7AUY5F.js.map → chunk-CDGV5N5I.js.map} +1 -1
- package/dist/{chunk-TURP3EK7.js → chunk-DEQQUMNQ.js} +3 -3
- package/dist/{chunk-TURP3EK7.js.map → chunk-DEQQUMNQ.js.map} +1 -1
- package/dist/{chunk-Z3KVUTUF.js → chunk-I6M7IOUN.js} +6 -6
- package/dist/{chunk-Z3KVUTUF.js.map → chunk-I6M7IOUN.js.map} +1 -1
- package/dist/{chunk-YFOCC5GA.js → chunk-KOHHWIU2.js} +3 -3
- package/dist/{chunk-YFOCC5GA.js.map → chunk-KOHHWIU2.js.map} +1 -1
- package/dist/{chunk-COJQSTZX.js → chunk-LBQKIZYB.js} +3 -3
- package/dist/{chunk-COJQSTZX.js.map → chunk-LBQKIZYB.js.map} +1 -1
- package/dist/{chunk-WTE3FFSZ.js → chunk-QL5TKJNY.js} +5 -5
- package/dist/{chunk-WTE3FFSZ.js.map → chunk-QL5TKJNY.js.map} +1 -1
- package/dist/{chunk-3PYBDXBN.js → chunk-Z5EJLAOV.js} +3 -3
- package/dist/{chunk-3PYBDXBN.js.map → chunk-Z5EJLAOV.js.map} +1 -1
- package/dist/{chunk-PL4TAA6U.js → chunk-ZJEUSM6D.js} +3 -3
- package/dist/{chunk-PL4TAA6U.js.map → chunk-ZJEUSM6D.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.d.ts +1 -1
- package/dist/react.js +77 -31
- 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 { getHash } from './chunk-
|
|
2
|
-
export { forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, pluginMapper, reduceEnabledResults, replaceConfigValues } from './chunk-
|
|
3
|
-
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-
|
|
4
|
-
import { KizenRequestError, isActionMenuFieldKey, splitActionMenuFieldKey, getActionFieldKey, isActionFieldKey, cleanConfig } from './chunk-
|
|
5
|
-
export { KizenRequestError, cleanConfig, getActionContainerKey, getActionMenuFieldKey, getActionMenuHeadingKey, getFieldFromAction, isActionMenuFieldKey, splitActionFieldKey } from './chunk-
|
|
6
|
-
import './chunk-
|
|
1
|
+
import { getHash } from './chunk-I6M7IOUN.js';
|
|
2
|
+
export { forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, pluginMapper, reduceEnabledResults, replaceConfigValues } from './chunk-I6M7IOUN.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-Z5EJLAOV.js';
|
|
4
|
+
import { KizenRequestError, isActionMenuFieldKey, splitActionMenuFieldKey, getActionFieldKey, isActionFieldKey, cleanConfig } from './chunk-DEQQUMNQ.js';
|
|
5
|
+
export { KizenRequestError, cleanConfig, getActionContainerKey, getActionMenuFieldKey, getActionMenuHeadingKey, getFieldFromAction, isActionMenuFieldKey, splitActionFieldKey } from './chunk-DEQQUMNQ.js';
|
|
6
|
+
import './chunk-ZJEUSM6D.js';
|
|
7
7
|
import './chunk-5WRI5ZAA.js';
|
|
8
8
|
|
|
9
9
|
// src/util/network.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { WorkerPromise } from '../chunk-
|
|
2
|
-
import { buildCodeRunnerFunction } 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-KOHHWIU2.js';
|
|
2
|
+
import { buildCodeRunnerFunction } from '../chunk-Z5EJLAOV.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-QL5TKJNY.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-DEQQUMNQ.js';
|
|
5
|
+
import '../chunk-LBQKIZYB.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-ZJEUSM6D.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 { buildCodeRunnerFunction } from '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import { completeSetupHandler, closeModalHandler, showViewInModalHandler, 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-CDGV5N5I.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-KOHHWIU2.js';
|
|
3
|
+
import { buildCodeRunnerFunction } from '../chunk-Z5EJLAOV.js';
|
|
4
|
+
import '../chunk-QL5TKJNY.js';
|
|
5
|
+
import { completeSetupHandler, closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-DEQQUMNQ.js';
|
|
6
|
+
import '../chunk-LBQKIZYB.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-ZJEUSM6D.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 { buildCodeRunnerFunction } from '../chunk-
|
|
3
|
-
import { BaseWorkerContext } from '../chunk-
|
|
4
|
-
import { completeSetupHandler, closeModalHandler, showViewInModalHandler, 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-KOHHWIU2.js';
|
|
2
|
+
import { buildCodeRunnerFunction } from '../chunk-Z5EJLAOV.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-QL5TKJNY.js';
|
|
4
|
+
import { completeSetupHandler, closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-DEQQUMNQ.js';
|
|
5
|
+
import '../chunk-LBQKIZYB.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-ZJEUSM6D.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 { buildCodeRunnerFunction } from '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import { completeSetupHandler, closeModalHandler, showViewInModalHandler, 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-3DIQOQD4.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-KOHHWIU2.js';
|
|
3
|
+
import { buildCodeRunnerFunction } from '../chunk-Z5EJLAOV.js';
|
|
4
|
+
import '../chunk-QL5TKJNY.js';
|
|
5
|
+
import { completeSetupHandler, closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-DEQQUMNQ.js';
|
|
6
|
+
import '../chunk-LBQKIZYB.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-ZJEUSM6D.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|