@kizenapps/engine 1.7.0-5547ad2 → 1.7.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-MYV77677.js → chunk-3SCL3FNO.js} +3 -3
- package/dist/{chunk-MYV77677.js.map → chunk-3SCL3FNO.js.map} +1 -1
- package/dist/{chunk-2FNJV25Q.js → chunk-GBAWVM5Q.js} +3 -3
- package/dist/{chunk-2FNJV25Q.js.map → chunk-GBAWVM5Q.js.map} +1 -1
- package/dist/{chunk-MYAWGVIW.js → chunk-MPUGGQAY.js} +6 -6
- package/dist/{chunk-MYAWGVIW.js.map → chunk-MPUGGQAY.js.map} +1 -1
- package/dist/{chunk-RDRZ4VXX.js → chunk-MZQIORZ4.js} +4 -4
- package/dist/{chunk-RDRZ4VXX.js.map → chunk-MZQIORZ4.js.map} +1 -1
- package/dist/{chunk-NBZVIJKV.js → chunk-OR5DUN56.js} +3 -3
- package/dist/{chunk-NBZVIJKV.js.map → chunk-OR5DUN56.js.map} +1 -1
- package/dist/{chunk-G5NEOLFF.js → chunk-TXKN3LGP.js} +3 -3
- package/dist/{chunk-G5NEOLFF.js.map → chunk-TXKN3LGP.js.map} +1 -1
- package/dist/{chunk-6EBBIK66.js → chunk-U4QMP34G.js} +5 -5
- package/dist/{chunk-6EBBIK66.js.map → chunk-U4QMP34G.js.map} +1 -1
- package/dist/{chunk-55QB5LAQ.js → chunk-VQFRKWPY.js} +3 -3
- package/dist/{chunk-55QB5LAQ.js.map → chunk-VQFRKWPY.js.map} +1 -1
- package/dist/{chunk-2CCUHSAR.js → chunk-WWPPSRAI.js} +3 -3
- package/dist/{chunk-2CCUHSAR.js.map → chunk-WWPPSRAI.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 +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-MPUGGQAY.js';
|
|
2
|
+
export { forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, pluginMapper, reduceEnabledResults, replaceConfigValues } from './chunk-MPUGGQAY.js';
|
|
3
|
+
export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-GBAWVM5Q.js';
|
|
4
|
+
import { KizenRequestError, isActionMenuFieldKey, splitActionMenuFieldKey, getActionFieldKey, isActionFieldKey, cleanConfig } from './chunk-3SCL3FNO.js';
|
|
5
|
+
export { KizenRequestError, cleanConfig, getActionContainerKey, getActionMenuFieldKey, getActionMenuHeadingKey, getFieldFromAction, isActionMenuFieldKey, splitActionFieldKey } from './chunk-3SCL3FNO.js';
|
|
6
|
+
import './chunk-OR5DUN56.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-WWPPSRAI.js';
|
|
2
|
+
import { buildCodeRunnerFunction } from '../chunk-GBAWVM5Q.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-U4QMP34G.js';
|
|
4
|
+
import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3SCL3FNO.js';
|
|
5
|
+
import '../chunk-TXKN3LGP.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-OR5DUN56.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-MZQIORZ4.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-WWPPSRAI.js';
|
|
3
|
+
import { buildCodeRunnerFunction } from '../chunk-GBAWVM5Q.js';
|
|
4
|
+
import '../chunk-U4QMP34G.js';
|
|
5
|
+
import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3SCL3FNO.js';
|
|
6
|
+
import '../chunk-TXKN3LGP.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-OR5DUN56.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-WWPPSRAI.js';
|
|
2
|
+
import { buildCodeRunnerFunction } from '../chunk-GBAWVM5Q.js';
|
|
3
|
+
import { BaseWorkerContext } from '../chunk-U4QMP34G.js';
|
|
4
|
+
import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3SCL3FNO.js';
|
|
5
|
+
import '../chunk-TXKN3LGP.js';
|
|
6
|
+
import { ACTIONS } from '../chunk-OR5DUN56.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-VQFRKWPY.js';
|
|
2
|
+
import { WorkerPromise } from '../chunk-WWPPSRAI.js';
|
|
3
|
+
import { buildCodeRunnerFunction } from '../chunk-GBAWVM5Q.js';
|
|
4
|
+
import '../chunk-U4QMP34G.js';
|
|
5
|
+
import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-3SCL3FNO.js';
|
|
6
|
+
import '../chunk-TXKN3LGP.js';
|
|
7
|
+
import { ACTIONS } from '../chunk-OR5DUN56.js';
|
|
8
8
|
import '../chunk-5WRI5ZAA.js';
|
|
9
9
|
|
|
10
10
|
// src/workers/recordDetail.worker.ts
|