@kizenapps/engine 1.7.1 → 1.7.2-2376630
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-HXGQOZOQ.js → chunk-44KIJLAE.js} +3 -3
- package/dist/{chunk-HXGQOZOQ.js.map → chunk-44KIJLAE.js.map} +1 -1
- package/dist/{chunk-WYF2F5I2.js → chunk-AD3TYVHV.js} +3 -3
- package/dist/{chunk-WYF2F5I2.js.map → chunk-AD3TYVHV.js.map} +1 -1
- package/dist/{chunk-MNUJNBGO.js → chunk-BXXPGGBX.js} +3 -3
- package/dist/{chunk-MNUJNBGO.js.map → chunk-BXXPGGBX.js.map} +1 -1
- package/dist/{chunk-DGNNZWVL.js → chunk-GWWZZJRG.js} +6 -6
- package/dist/{chunk-DGNNZWVL.js.map → chunk-GWWZZJRG.js.map} +1 -1
- package/dist/{chunk-RFWJ5L3U.js → chunk-NHDYZMU6.js} +3 -3
- package/dist/{chunk-RFWJ5L3U.js.map → chunk-NHDYZMU6.js.map} +1 -1
- package/dist/{chunk-Y2VV7FNS.js → chunk-POOJJYE4.js} +4 -4
- package/dist/{chunk-Y2VV7FNS.js.map → chunk-POOJJYE4.js.map} +1 -1
- package/dist/{chunk-DTWFRBQ4.js → chunk-RBE3PPM4.js} +3 -3
- package/dist/{chunk-DTWFRBQ4.js.map → chunk-RBE3PPM4.js.map} +1 -1
- package/dist/{chunk-D6T7TAGQ.js → chunk-T6V4SR6U.js} +3 -3
- package/dist/{chunk-D6T7TAGQ.js.map → chunk-T6V4SR6U.js.map} +1 -1
- package/dist/{chunk-DXETPNTZ.js → chunk-YKNKVD5C.js} +5 -5
- package/dist/{chunk-DXETPNTZ.js.map → chunk-YKNKVD5C.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 +7 -7
- 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-GWWZZJRG.js';
|
|
2
|
+
export { forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, pluginMapper, reduceEnabledResults, replaceConfigValues } from './chunk-GWWZZJRG.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-RBE3PPM4.js';
|
|
4
|
+
import { KizenRequestError, isActionMenuFieldKey, splitActionMenuFieldKey, getActionFieldKey, isActionFieldKey, cleanConfig } from './chunk-T6V4SR6U.js';
|
|
5
|
+
export { KizenRequestError, cleanConfig, getActionContainerKey, getActionMenuFieldKey, getActionMenuHeadingKey, getFieldFromAction, isActionMenuFieldKey, splitActionFieldKey } from './chunk-T6V4SR6U.js';
|
|
6
|
+
import './chunk-NHDYZMU6.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-44KIJLAE.js';
|
|
2
|
+
import { buildCodeRunnerFunction } from '../chunk-RBE3PPM4.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-YKNKVD5C.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-T6V4SR6U.js';
|
|
5
|
+
import '../chunk-AD3TYVHV.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-NHDYZMU6.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 { 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-POOJJYE4.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-44KIJLAE.js';
|
|
3
|
+
import { buildCodeRunnerFunction } from '../chunk-RBE3PPM4.js';
|
|
4
|
+
import '../chunk-YKNKVD5C.js';
|
|
5
|
+
import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-T6V4SR6U.js';
|
|
6
|
+
import '../chunk-AD3TYVHV.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-NHDYZMU6.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 { 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-44KIJLAE.js';
|
|
2
|
+
import { buildCodeRunnerFunction } from '../chunk-RBE3PPM4.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-YKNKVD5C.js';
|
|
4
|
+
import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-T6V4SR6U.js';
|
|
5
|
+
import '../chunk-AD3TYVHV.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-NHDYZMU6.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 { 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-BXXPGGBX.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-44KIJLAE.js';
|
|
3
|
+
import { buildCodeRunnerFunction } from '../chunk-RBE3PPM4.js';
|
|
4
|
+
import '../chunk-YKNKVD5C.js';
|
|
5
|
+
import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-T6V4SR6U.js';
|
|
6
|
+
import '../chunk-AD3TYVHV.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-NHDYZMU6.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|