@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.
Files changed (30) hide show
  1. package/dist/{chunk-MYV77677.js → chunk-3SCL3FNO.js} +3 -3
  2. package/dist/{chunk-MYV77677.js.map → chunk-3SCL3FNO.js.map} +1 -1
  3. package/dist/{chunk-2FNJV25Q.js → chunk-GBAWVM5Q.js} +3 -3
  4. package/dist/{chunk-2FNJV25Q.js.map → chunk-GBAWVM5Q.js.map} +1 -1
  5. package/dist/{chunk-MYAWGVIW.js → chunk-MPUGGQAY.js} +6 -6
  6. package/dist/{chunk-MYAWGVIW.js.map → chunk-MPUGGQAY.js.map} +1 -1
  7. package/dist/{chunk-RDRZ4VXX.js → chunk-MZQIORZ4.js} +4 -4
  8. package/dist/{chunk-RDRZ4VXX.js.map → chunk-MZQIORZ4.js.map} +1 -1
  9. package/dist/{chunk-NBZVIJKV.js → chunk-OR5DUN56.js} +3 -3
  10. package/dist/{chunk-NBZVIJKV.js.map → chunk-OR5DUN56.js.map} +1 -1
  11. package/dist/{chunk-G5NEOLFF.js → chunk-TXKN3LGP.js} +3 -3
  12. package/dist/{chunk-G5NEOLFF.js.map → chunk-TXKN3LGP.js.map} +1 -1
  13. package/dist/{chunk-6EBBIK66.js → chunk-U4QMP34G.js} +5 -5
  14. package/dist/{chunk-6EBBIK66.js.map → chunk-U4QMP34G.js.map} +1 -1
  15. package/dist/{chunk-55QB5LAQ.js → chunk-VQFRKWPY.js} +3 -3
  16. package/dist/{chunk-55QB5LAQ.js.map → chunk-VQFRKWPY.js.map} +1 -1
  17. package/dist/{chunk-2CCUHSAR.js → chunk-WWPPSRAI.js} +3 -3
  18. package/dist/{chunk-2CCUHSAR.js.map → chunk-WWPPSRAI.js.map} +1 -1
  19. package/dist/communication.js +2 -2
  20. package/dist/contexts/base.js +4 -4
  21. package/dist/contexts/floatingFrame.js +5 -5
  22. package/dist/contexts/recordDetail.js +5 -5
  23. package/dist/index.js +4 -4
  24. package/dist/react.js +5 -5
  25. package/dist/util.js +6 -6
  26. package/dist/workers/calendarSource.worker.js +6 -6
  27. package/dist/workers/floatingFrame.worker.js +7 -7
  28. package/dist/workers/generic.worker.js +6 -6
  29. package/dist/workers/recordDetail.worker.js +7 -7
  30. package/package.json +1 -1
package/dist/util.js CHANGED
@@ -1,9 +1,9 @@
1
- import { getHash } from './chunk-MYAWGVIW.js';
2
- export { forceQualifiedUrl, getDisabledValue, getEnabledState, getHash, getLinkValue, getPluginSafeHTML, getQrCodeValue, getStableHash, isFlagEnabled, mergeConfig, pluginMapper, reduceEnabledResults, replaceConfigValues } from './chunk-MYAWGVIW.js';
3
- export { emitRouteChange, findMatchingAction, getPartialLocation } from './chunk-2FNJV25Q.js';
4
- import { KizenRequestError, isActionMenuFieldKey, splitActionMenuFieldKey, getActionFieldKey, isActionFieldKey, cleanConfig } from './chunk-MYV77677.js';
5
- export { KizenRequestError, cleanConfig, getActionContainerKey, getActionMenuFieldKey, getActionMenuHeadingKey, getFieldFromAction, isActionMenuFieldKey, splitActionFieldKey } from './chunk-MYV77677.js';
6
- import './chunk-NBZVIJKV.js';
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-2CCUHSAR.js';
2
- import { buildCodeRunnerFunction } from '../chunk-2FNJV25Q.js';
3
- import { BaseWorkerContext } from '../chunk-6EBBIK66.js';
4
- import { dynamicPromptHandler, promptHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-MYV77677.js';
5
- import '../chunk-G5NEOLFF.js';
6
- import { ACTIONS } from '../chunk-NBZVIJKV.js';
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-RDRZ4VXX.js';
2
- import { WorkerPromise } from '../chunk-2CCUHSAR.js';
3
- import { buildCodeRunnerFunction } from '../chunk-2FNJV25Q.js';
4
- import '../chunk-6EBBIK66.js';
5
- import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-MYV77677.js';
6
- import '../chunk-G5NEOLFF.js';
7
- import { ACTIONS } from '../chunk-NBZVIJKV.js';
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-2CCUHSAR.js';
2
- import { buildCodeRunnerFunction } from '../chunk-2FNJV25Q.js';
3
- import { BaseWorkerContext } from '../chunk-6EBBIK66.js';
4
- import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-MYV77677.js';
5
- import '../chunk-G5NEOLFF.js';
6
- import { ACTIONS } from '../chunk-NBZVIJKV.js';
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-55QB5LAQ.js';
2
- import { WorkerPromise } from '../chunk-2CCUHSAR.js';
3
- import { buildCodeRunnerFunction } from '../chunk-2FNJV25Q.js';
4
- import '../chunk-6EBBIK66.js';
5
- import { closeModalHandler, showViewInModalHandler, openCreateRelatedRecordHandler, openCreateRecordHandler, refreshEntityHandler, dynamicPromptHandler, promptHandler, installThirdPartyScriptHandler, uploadFileHandler, postFormDataHandler, kizenRequestHandler, handleCommonResponse } from '../chunk-MYV77677.js';
6
- import '../chunk-G5NEOLFF.js';
7
- import { ACTIONS } from '../chunk-NBZVIJKV.js';
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizenapps/engine",
3
- "version": "1.7.0-5547ad2",
3
+ "version": "1.7.0",
4
4
  "description": "Run JavaScript plugin apps inside Web Workers with host ↔ worker messaging",
5
5
  "license": "GPL-3.0",
6
6
  "type": "module",