@nice-code/action 0.10.0 → 0.11.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/build/{ActionDevtoolsCore-yfJ9tkvl.js → ActionDevtoolsCore-9PsnscvK.mjs} +2 -2
- package/build/ActionDevtoolsCore-9PsnscvK.mjs.map +1 -0
- package/build/{ActionDevtoolsCore-B4s6aGvI.d.ts → ActionDevtoolsCore-CCRLYASa.d.cts} +2 -2
- package/build/{ActionDevtoolsCore-Pg7ERO3L.d.ts → ActionDevtoolsCore-CYGD2o6C.d.mts} +2 -2
- package/build/{ActionDevtoolsCore-BLeY_N-3.js → ActionDevtoolsCore-DtgXwPBZ.cjs} +2 -2
- package/build/ActionDevtoolsCore-DtgXwPBZ.cjs.map +1 -0
- package/build/{ActionPayload.types-BN-rXFBK.d.ts → ActionPayload.types-BN-rXFBK.d.cts} +1 -1
- package/build/{ActionPayload.types-D28ELKXC.d.ts → ActionPayload.types-D28ELKXC.d.mts} +1 -1
- package/build/{RunningAction.types-C176rqHG.js → RunningAction.types-C176rqHG.mjs} +1 -1
- package/build/RunningAction.types-C176rqHG.mjs.map +1 -0
- package/build/{RunningAction.types-DjCX1xp5.js → RunningAction.types-DjCX1xp5.cjs} +1 -1
- package/build/RunningAction.types-DjCX1xp5.cjs.map +1 -0
- package/build/devtools/browser/index.cjs +3886 -0
- package/build/devtools/browser/index.cjs.map +1 -0
- package/build/devtools/browser/{index.d.ts → index.d.cts} +2 -2
- package/build/devtools/browser/index.d.mts +17 -0
- package/build/devtools/browser/{index.js → index.mjs} +2 -2
- package/build/devtools/browser/index.mjs.map +1 -0
- package/build/devtools/server/index.cjs +108 -0
- package/build/devtools/server/index.cjs.map +1 -0
- package/build/devtools/server/{index.d.ts → index.d.cts} +2 -2
- package/build/devtools/server/index.d.mts +35 -0
- package/build/devtools/server/{index.js → index.mjs} +3 -3
- package/build/devtools/server/index.mjs.map +1 -0
- package/build/index.cjs +4045 -0
- package/build/index.cjs.map +1 -0
- package/build/{index.d.ts → index.d.cts} +1 -1
- package/build/index.d.mts +2 -0
- package/build/{index.js → index.mjs} +2 -2
- package/build/index.mjs.map +1 -0
- package/build/react-query/index.cjs +70 -0
- package/build/react-query/index.cjs.map +1 -0
- package/build/react-query/{index.d.ts → index.d.cts} +2 -2
- package/build/react-query/index.d.mts +17 -0
- package/build/react-query/{index.js → index.mjs} +1 -1
- package/build/react-query/index.mjs.map +1 -0
- package/package.json +39 -15
- package/build/ActionDevtoolsCore-BLeY_N-3.js.map +0 -1
- package/build/ActionDevtoolsCore-yfJ9tkvl.js.map +0 -1
- package/build/RunningAction.types-C176rqHG.js.map +0 -1
- package/build/RunningAction.types-DjCX1xp5.js.map +0 -1
- package/build/devtools/browser/index.js.map +0 -1
- package/build/devtools/server/index.js.map +0 -1
- package/build/index.js.map +0 -1
- package/build/react-query/index.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as TDevtoolsActionStatus, i as IDevtoolsObservableDomain, n as IActionDevtoolsCoreOptions, o as TDevtoolsListener, r as IDevtoolsActionEntry, s as TDevtoolsPosition, t as ActionDevtoolsCore } from "../../ActionDevtoolsCore-
|
|
1
|
+
import { a as TDevtoolsActionStatus, i as IDevtoolsObservableDomain, n as IActionDevtoolsCoreOptions, o as TDevtoolsListener, r as IDevtoolsActionEntry, s as TDevtoolsPosition, t as ActionDevtoolsCore } from "../../ActionDevtoolsCore-CCRLYASa.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/devtools/browser/NiceActionDevtools.d.ts
|
|
4
4
|
interface INiceActionDevtoolsProps {
|
|
@@ -14,4 +14,4 @@ declare function NiceActionDevtools({
|
|
|
14
14
|
}: INiceActionDevtoolsProps): import("react").JSX.Element | null;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { ActionDevtoolsCore, type IActionDevtoolsCoreOptions, type IDevtoolsActionEntry, type IDevtoolsObservableDomain, type INiceActionDevtoolsProps, NiceActionDevtools, type TDevtoolsActionStatus, type TDevtoolsListener };
|
|
17
|
-
//# sourceMappingURL=index.d.
|
|
17
|
+
//# sourceMappingURL=index.d.cts.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { a as TDevtoolsActionStatus, i as IDevtoolsObservableDomain, n as IActionDevtoolsCoreOptions, o as TDevtoolsListener, r as IDevtoolsActionEntry, s as TDevtoolsPosition, t as ActionDevtoolsCore } from "../../ActionDevtoolsCore-CYGD2o6C.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/devtools/browser/NiceActionDevtools.d.ts
|
|
4
|
+
interface INiceActionDevtoolsProps {
|
|
5
|
+
core: ActionDevtoolsCore;
|
|
6
|
+
position?: TDevtoolsPosition;
|
|
7
|
+
initialOpen?: boolean;
|
|
8
|
+
/** Show the panel even when NODE_ENV is not "development". */
|
|
9
|
+
forceEnable?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare function NiceActionDevtools({
|
|
12
|
+
forceEnable,
|
|
13
|
+
...props
|
|
14
|
+
}: INiceActionDevtoolsProps): import("react").JSX.Element | null;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ActionDevtoolsCore, type IActionDevtoolsCoreOptions, type IDevtoolsActionEntry, type IDevtoolsObservableDomain, type INiceActionDevtoolsProps, NiceActionDevtools, type TDevtoolsActionStatus, type TDevtoolsListener };
|
|
17
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as ActionDevtoolsCore } from "../../ActionDevtoolsCore-
|
|
1
|
+
import { t as ActionDevtoolsCore } from "../../ActionDevtoolsCore-9PsnscvK.mjs";
|
|
2
2
|
import { createTypedWebLocalStorage } from "@nice-code/util";
|
|
3
3
|
import { Fragment, useCallback, useEffect, useId, useLayoutEffect, useMemo, useReducer, useRef, useState } from "react";
|
|
4
4
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -3881,4 +3881,4 @@ function NiceActionDevtools_Panel({ core, position: defaultPosition = "dock-righ
|
|
|
3881
3881
|
//#endregion
|
|
3882
3882
|
export { ActionDevtoolsCore, NiceActionDevtools };
|
|
3883
3883
|
|
|
3884
|
-
//# sourceMappingURL=index.
|
|
3884
|
+
//# sourceMappingURL=index.mjs.map
|