@kizenapps/engine 1.2.2 → 1.2.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/dist/{chunk-IINV3TAG.js → chunk-2Q33U5TE.js} +3 -3
- package/dist/{chunk-IINV3TAG.js.map → chunk-2Q33U5TE.js.map} +1 -1
- package/dist/{chunk-DJANA3AY.js → chunk-6IF6AOW6.js} +3 -3
- package/dist/{chunk-DJANA3AY.js.map → chunk-6IF6AOW6.js.map} +1 -1
- package/dist/{chunk-GWPEYSSH.js → chunk-6ZK4RPP7.js} +5 -5
- package/dist/{chunk-GWPEYSSH.js.map → chunk-6ZK4RPP7.js.map} +1 -1
- package/dist/{chunk-KXVCJI5E.js → chunk-FC2P4PVY.js} +3 -3
- package/dist/{chunk-KXVCJI5E.js.map → chunk-FC2P4PVY.js.map} +1 -1
- package/dist/{chunk-UM46ACE3.js → chunk-GBQL34GC.js} +3 -3
- package/dist/{chunk-UM46ACE3.js.map → chunk-GBQL34GC.js.map} +1 -1
- package/dist/{chunk-HFLY4ECI.js → chunk-GDIPSNIY.js} +4 -4
- package/dist/{chunk-HFLY4ECI.js.map → chunk-GDIPSNIY.js.map} +1 -1
- package/dist/{chunk-QXL6BPH3.js → chunk-ILXF2UID.js} +3 -3
- package/dist/{chunk-QXL6BPH3.js.map → chunk-ILXF2UID.js.map} +1 -1
- package/dist/{chunk-X6NFS5IJ.js → chunk-W5V4UWMB.js} +5 -5
- package/dist/{chunk-X6NFS5IJ.js.map → chunk-W5V4UWMB.js.map} +1 -1
- package/dist/{chunk-IN7YTALR.js → chunk-XVHMD4B2.js} +3 -3
- package/dist/{chunk-IN7YTALR.js.map → chunk-XVHMD4B2.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 +3 -3
- package/dist/react.js +11 -9
- 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
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { RecordDetailWorkerContext } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { RecordDetailWorkerContext } from '../chunk-2Q33U5TE.js';
|
|
2
|
+
import '../chunk-W5V4UWMB.js';
|
|
3
|
+
import '../chunk-FC2P4PVY.js';
|
|
4
|
+
import '../chunk-XVHMD4B2.js';
|
|
5
|
+
import '../chunk-ILXF2UID.js';
|
|
6
6
|
import '../chunk-5WRI5ZAA.js';
|
|
7
7
|
//# sourceMappingURL=recordDetail.js.map
|
|
8
8
|
//# sourceMappingURL=recordDetail.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-6ZK4RPP7.js';
|
|
2
|
+
import './chunk-GBQL34GC.js';
|
|
3
|
+
import './chunk-ILXF2UID.js';
|
|
4
4
|
import './chunk-5WRI5ZAA.js';
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/dist/react.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { runScript, runExpression, getStableHash, isFlagEnabled } from './chunk-
|
|
1
|
+
import { runScript, runExpression, getStableHash, isFlagEnabled } from './chunk-6ZK4RPP7.js';
|
|
2
2
|
import './chunk-LGJYUPYZ.js';
|
|
3
|
-
import { generateExecutionKey } from './chunk-
|
|
4
|
-
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-
|
|
5
|
-
import { runFrameScriptEventName } from './chunk-
|
|
6
|
-
import { QUERY_KEYS, ROUTE_CHANGE_INTERNAL_EVENT, IFRAME_PREFIX, ROUTE_CHANGE_IFRAME_EVENT } from './chunk-
|
|
3
|
+
import { generateExecutionKey } from './chunk-GBQL34GC.js';
|
|
4
|
+
import { getAllNestedInputsFromConfig, getFieldFromAction } from './chunk-FC2P4PVY.js';
|
|
5
|
+
import { runFrameScriptEventName } from './chunk-XVHMD4B2.js';
|
|
6
|
+
import { QUERY_KEYS, ROUTE_CHANGE_INTERNAL_EVENT, IFRAME_PREFIX, ROUTE_CHANGE_IFRAME_EVENT } from './chunk-ILXF2UID.js';
|
|
7
7
|
import './chunk-5WRI5ZAA.js';
|
|
8
8
|
import { QueryClient, useQueries, useQueryClient, QueryClientContext, QueryClientProvider } from '@tanstack/react-query';
|
|
9
9
|
import { createContext, useContext, useState, useCallback, useMemo, useRef, useEffect } from 'react';
|
|
@@ -2022,6 +2022,8 @@ var useLocationChange = () => {
|
|
|
2022
2022
|
};
|
|
2023
2023
|
}, []);
|
|
2024
2024
|
};
|
|
2025
|
+
var BOOTSTRAP_PLUGINS_FALLBACK = [];
|
|
2026
|
+
var USER_CONFIGS_FALLBACK = [];
|
|
2025
2027
|
var defaultQueryClient = new QueryClient();
|
|
2026
2028
|
var MaybeQueryClientProvider = ({ children }) => {
|
|
2027
2029
|
const existing = useContext(QueryClientContext);
|
|
@@ -2033,8 +2035,8 @@ var MaybeQueryClientProvider = ({ children }) => {
|
|
|
2033
2035
|
var AppEngineProvider = (props) => {
|
|
2034
2036
|
const {
|
|
2035
2037
|
children,
|
|
2036
|
-
bootstrapPlugins
|
|
2037
|
-
userConfigs
|
|
2038
|
+
bootstrapPlugins,
|
|
2039
|
+
userConfigs,
|
|
2038
2040
|
user,
|
|
2039
2041
|
teamMember,
|
|
2040
2042
|
business,
|
|
@@ -2057,8 +2059,8 @@ var AppEngineProvider = (props) => {
|
|
|
2057
2059
|
return /* @__PURE__ */ jsx(MaybeQueryClientProvider, { children: /* @__PURE__ */ jsx(
|
|
2058
2060
|
AppStateWrapper,
|
|
2059
2061
|
{
|
|
2060
|
-
bootstrapPlugins,
|
|
2061
|
-
userConfigs,
|
|
2062
|
+
bootstrapPlugins: bootstrapPlugins ?? BOOTSTRAP_PLUGINS_FALLBACK,
|
|
2063
|
+
userConfigs: userConfigs ?? USER_CONFIGS_FALLBACK,
|
|
2062
2064
|
user,
|
|
2063
2065
|
teamMember,
|
|
2064
2066
|
business,
|