@kizenapps/engine 1.2.3 → 1.3.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-GBQL34GC.js → chunk-6MOFWE4S.js} +3 -3
- package/dist/{chunk-GBQL34GC.js.map → chunk-6MOFWE4S.js.map} +1 -1
- package/dist/chunk-7ALAP3YN.js +20 -0
- package/dist/chunk-7ALAP3YN.js.map +1 -0
- package/dist/{chunk-2Q33U5TE.js → chunk-DBOOGEEF.js} +3 -3
- package/dist/{chunk-2Q33U5TE.js.map → chunk-DBOOGEEF.js.map} +1 -1
- package/dist/{chunk-FC2P4PVY.js → chunk-EFIJAPTR.js} +11 -4
- package/dist/chunk-EFIJAPTR.js.map +1 -0
- package/dist/{chunk-6IF6AOW6.js → chunk-FQB442MR.js} +3 -3
- package/dist/{chunk-6IF6AOW6.js.map → chunk-FQB442MR.js.map} +1 -1
- package/dist/{chunk-W5V4UWMB.js → chunk-FWN7T3WB.js} +5 -5
- package/dist/{chunk-W5V4UWMB.js.map → chunk-FWN7T3WB.js.map} +1 -1
- package/dist/{chunk-6ZK4RPP7.js → chunk-MH5PHO6V.js} +26 -6
- package/dist/chunk-MH5PHO6V.js.map +1 -0
- package/dist/{chunk-XVHMD4B2.js → chunk-OWSNCND3.js} +3 -3
- package/dist/{chunk-XVHMD4B2.js.map → chunk-OWSNCND3.js.map} +1 -1
- package/dist/{chunk-GDIPSNIY.js → chunk-PJRGATVY.js} +4 -4
- package/dist/{chunk-GDIPSNIY.js.map → chunk-PJRGATVY.js.map} +1 -1
- package/dist/{chunk-ILXF2UID.js → chunk-ULFX2VOC.js} +3 -3
- package/dist/{chunk-ILXF2UID.js.map → chunk-ULFX2VOC.js.map} +1 -1
- package/dist/communication.js +2 -2
- package/dist/contexts/base.js +5 -4
- package/dist/contexts/floatingFrame.js +6 -5
- package/dist/contexts/recordDetail.js +6 -5
- package/dist/index.js +4 -3
- package/dist/react.js +6 -5
- package/dist/react.js.map +1 -1
- package/dist/util.js +9 -23
- package/dist/util.js.map +1 -1
- package/dist/workers/calendarSource.worker.js +7 -6
- package/dist/workers/calendarSource.worker.js.map +1 -1
- package/dist/workers/floatingFrame.worker.js +8 -7
- package/dist/workers/floatingFrame.worker.js.map +1 -1
- package/dist/workers/generic.worker.js +7 -6
- package/dist/workers/generic.worker.js.map +1 -1
- package/dist/workers/recordDetail.worker.js +8 -7
- package/dist/workers/recordDetail.worker.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-6ZK4RPP7.js.map +0 -1
- package/dist/chunk-FC2P4PVY.js.map +0 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { FloatingFrameWorkerContext } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { FloatingFrameWorkerContext } from '../chunk-PJRGATVY.js';
|
|
2
|
+
import '../chunk-FWN7T3WB.js';
|
|
3
|
+
import '../chunk-EFIJAPTR.js';
|
|
4
|
+
import '../chunk-7ALAP3YN.js';
|
|
5
|
+
import '../chunk-OWSNCND3.js';
|
|
6
|
+
import '../chunk-ULFX2VOC.js';
|
|
6
7
|
import '../chunk-5WRI5ZAA.js';
|
|
7
8
|
//# sourceMappingURL=floatingFrame.js.map
|
|
8
9
|
//# sourceMappingURL=floatingFrame.js.map
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { RecordDetailWorkerContext } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { RecordDetailWorkerContext } from '../chunk-DBOOGEEF.js';
|
|
2
|
+
import '../chunk-FWN7T3WB.js';
|
|
3
|
+
import '../chunk-EFIJAPTR.js';
|
|
4
|
+
import '../chunk-7ALAP3YN.js';
|
|
5
|
+
import '../chunk-OWSNCND3.js';
|
|
6
|
+
import '../chunk-ULFX2VOC.js';
|
|
6
7
|
import '../chunk-5WRI5ZAA.js';
|
|
7
8
|
//# sourceMappingURL=recordDetail.js.map
|
|
8
9
|
//# sourceMappingURL=recordDetail.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
1
|
+
export { runExpression, runObjectExpression, runOptionExpression, runScript, runStringExpression, version } from './chunk-MH5PHO6V.js';
|
|
2
|
+
import './chunk-6MOFWE4S.js';
|
|
3
|
+
import './chunk-7ALAP3YN.js';
|
|
4
|
+
import './chunk-ULFX2VOC.js';
|
|
4
5
|
import './chunk-5WRI5ZAA.js';
|
|
5
6
|
//# sourceMappingURL=index.js.map
|
|
6
7
|
//# sourceMappingURL=index.js.map
|
package/dist/react.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { runScript, runExpression, getStableHash, isFlagEnabled } from './chunk-
|
|
1
|
+
import { runScript, runExpression, getStableHash, isFlagEnabled } from './chunk-MH5PHO6V.js';
|
|
2
2
|
import './chunk-LGJYUPYZ.js';
|
|
3
|
-
import { generateExecutionKey } from './chunk-
|
|
4
|
-
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
3
|
+
import { generateExecutionKey } from './chunk-6MOFWE4S.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-EFIJAPTR.js';
|
|
5
|
+
import './chunk-7ALAP3YN.js';
|
|
6
|
+
import { runFrameScriptEventName } from './chunk-OWSNCND3.js';
|
|
7
|
+
import { QUERY_KEYS, ROUTE_CHANGE_INTERNAL_EVENT, IFRAME_PREFIX, ROUTE_CHANGE_IFRAME_EVENT } from './chunk-ULFX2VOC.js';
|
|
7
8
|
import './chunk-5WRI5ZAA.js';
|
|
8
9
|
import { QueryClient, useQueries, useQueryClient, QueryClientContext, QueryClientProvider } from '@tanstack/react-query';
|
|
9
10
|
import { createContext, useContext, useState, useCallback, useMemo, useRef, useEffect } from 'react';
|