@nice-code/action 0.8.0 → 0.10.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-B4s6aGvI.d.ts +79 -0
- package/build/ActionDevtoolsCore-BLeY_N-3.js +159 -0
- package/build/ActionDevtoolsCore-BLeY_N-3.js.map +1 -0
- package/build/ActionDevtoolsCore-Pg7ERO3L.d.ts +79 -0
- package/build/ActionDevtoolsCore-yfJ9tkvl.js +154 -0
- package/build/ActionDevtoolsCore-yfJ9tkvl.js.map +1 -0
- package/build/ActionPayload.types-BN-rXFBK.d.ts +2328 -0
- package/build/ActionPayload.types-D28ELKXC.d.ts +2328 -0
- package/build/RunningAction.types-C176rqHG.js +22 -0
- package/build/RunningAction.types-C176rqHG.js.map +1 -0
- package/build/RunningAction.types-DjCX1xp5.js +39 -0
- package/build/RunningAction.types-DjCX1xp5.js.map +1 -0
- package/build/devtools/browser/index.d.ts +17 -0
- package/build/devtools/browser/index.js +3762 -5145
- package/build/devtools/browser/index.js.map +1 -0
- package/build/devtools/server/index.d.ts +35 -0
- package/build/devtools/server/index.js +97 -261
- package/build/devtools/server/index.js.map +1 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +3872 -3870
- package/build/index.js.map +1 -0
- package/build/react-query/index.d.ts +17 -0
- package/build/react-query/index.js +60 -60
- package/build/react-query/index.js.map +1 -0
- package/package.json +10 -10
- package/build/types/ActionDefinition/Action/Action.combined.types.d.ts +0 -37
- package/build/types/ActionDefinition/Action/ActionBase.d.ts +0 -14
- package/build/types/ActionDefinition/Action/ActionBase.types.d.ts +0 -24
- package/build/types/ActionDefinition/Action/Context/ActionContext.d.ts +0 -25
- package/build/types/ActionDefinition/Action/Context/ActionContext.types.d.ts +0 -35
- package/build/types/ActionDefinition/Action/Core/ActionCore.d.ts +0 -19
- package/build/types/ActionDefinition/Action/Core/ActionCore.types.d.ts +0 -10
- package/build/types/ActionDefinition/Action/Payload/ActionPayload.d.ts +0 -14
- package/build/types/ActionDefinition/Action/Payload/ActionPayload.types.d.ts +0 -110
- package/build/types/ActionDefinition/Action/Payload/ActionPayload_Progress.d.ts +0 -15
- package/build/types/ActionDefinition/Action/Payload/ActionPayload_Request.d.ts +0 -26
- package/build/types/ActionDefinition/Action/Payload/ActionPayload_Result.d.ts +0 -19
- package/build/types/ActionDefinition/Action/RunningAction.d.ts +0 -36
- package/build/types/ActionDefinition/Action/RunningAction.types.d.ts +0 -73
- package/build/types/ActionDefinition/Domain/ActionDomain.d.ts +0 -42
- package/build/types/ActionDefinition/Domain/ActionDomain.types.d.ts +0 -43
- package/build/types/ActionDefinition/Domain/ActionDomainBase.d.ts +0 -14
- package/build/types/ActionDefinition/Domain/ActionRootDomain.d.ts +0 -24
- package/build/types/ActionDefinition/Domain/helpers/createRootActionDomain.d.ts +0 -5
- package/build/types/ActionDefinition/Schema/ActionSchema.d.ts +0 -68
- package/build/types/ActionDefinition/Schema/ActionSchema.types.d.ts +0 -28
- package/build/types/ActionRuntime/ActionDomainManager.d.ts +0 -13
- package/build/types/ActionRuntime/ActionRuntime.d.ts +0 -78
- package/build/types/ActionRuntime/ActionRuntime.types.d.ts +0 -22
- package/build/types/ActionRuntime/ActionRuntimeManager.d.ts +0 -20
- package/build/types/ActionRuntime/Handler/ActionHandler.d.ts +0 -16
- package/build/types/ActionRuntime/Handler/ActionHandler.types.d.ts +0 -65
- package/build/types/ActionRuntime/Handler/ExternalClient/ActionExternalClientHandler.d.ts +0 -45
- package/build/types/ActionRuntime/Handler/ExternalClient/ActionExternalClientHandler.types.d.ts +0 -7
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/ConnectionTransportManager.d.ts +0 -16
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Custom/CustomConnection.d.ts +0 -7
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Custom/CustomTransport.d.ts +0 -43
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Custom/TransportCustom.types.d.ts +0 -11
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Http/HttpConnection.d.ts +0 -8
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Http/HttpTransport.d.ts +0 -26
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Http/TransportHttp.types.d.ts +0 -16
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Transport.d.ts +0 -27
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/Transport.types.d.ts +0 -131
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/TransportConnection.d.ts +0 -27
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/TransportWebSocket.types.d.ts +0 -41
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/WebSocketConnection.d.ts +0 -34
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/WebSocketTransport.d.ts +0 -60
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/actionFrameCrypto.d.ts +0 -31
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/actionWireCodec.d.ts +0 -41
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/actionWsHandshake.d.ts +0 -187
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/createBinaryWsAdapter.d.ts +0 -20
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/createBinaryWsSessionFactory.d.ts +0 -31
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/secureWsChannel.d.ts +0 -63
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/WebSocket/ws_util.d.ts +0 -11
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/err_nice_transport.d.ts +0 -36
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/err_nice_transport_ws.d.ts +0 -18
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/helpers/addTransportStatusMetadata.d.ts +0 -2
- package/build/types/ActionRuntime/Handler/ExternalClient/Transport/helpers/createUnsetTransportResolvers.d.ts +0 -2
- package/build/types/ActionRuntime/Handler/ExternalClient/err_nice_external_client.d.ts +0 -5
- package/build/types/ActionRuntime/Handler/Local/ActionLocalHandler.d.ts +0 -55
- package/build/types/ActionRuntime/Handler/Local/ActionLocalHandler.types.d.ts +0 -7
- package/build/types/ActionRuntime/Handler/Server/ActionServerHandler.d.ts +0 -254
- package/build/types/ActionRuntime/Handler/Server/WsConnectionStateStore.d.ts +0 -61
- package/build/types/ActionRuntime/Handler/Server/createActionFetchHandler.d.ts +0 -40
- package/build/types/ActionRuntime/Handler/Server/createSecureActionServer.d.ts +0 -71
- package/build/types/ActionRuntime/HandlerCallStack.d.ts +0 -3
- package/build/types/ActionRuntime/Routing/ActionRouter.d.ts +0 -55
- package/build/types/ActionRuntime/Routing/ActionRouter.types.d.ts +0 -20
- package/build/types/ActionRuntime/RuntimeCoordinate.d.ts +0 -58
- package/build/types/ActionRuntime/test/helpers/new_action_test_data.d.ts +0 -207
- package/build/types/ActionRuntime/utils/runtimeCoordinateToStringIds.d.ts +0 -2
- package/build/types/devtools/browser/NiceActionDevtools.d.ts +0 -14
- package/build/types/devtools/browser/components/ActionErrorDisplay.d.ts +0 -5
- package/build/types/devtools/browser/components/CallStackSection.d.ts +0 -8
- package/build/types/devtools/browser/components/ChildDispatchChips.d.ts +0 -6
- package/build/types/devtools/browser/components/Chip.d.ts +0 -22
- package/build/types/devtools/browser/components/DetailSection.d.ts +0 -5
- package/build/types/devtools/browser/components/DomainChip.d.ts +0 -8
- package/build/types/devtools/browser/components/HandlerChips.d.ts +0 -21
- package/build/types/devtools/browser/components/Icon.d.ts +0 -16
- package/build/types/devtools/browser/components/MetaSection.d.ts +0 -4
- package/build/types/devtools/browser/components/NiceErrorDisplay.d.ts +0 -19
- package/build/types/devtools/browser/components/OriginChip.d.ts +0 -15
- package/build/types/devtools/browser/components/RoutingSection.d.ts +0 -5
- package/build/types/devtools/browser/components/RunningTimer.d.ts +0 -7
- package/build/types/devtools/browser/components/SectionLabel.d.ts +0 -1
- package/build/types/devtools/browser/components/StackTraceSection.d.ts +0 -9
- package/build/types/devtools/browser/components/Tooltip.d.ts +0 -1
- package/build/types/devtools/browser/components/action_detail/ActionDetailPanel.d.ts +0 -7
- package/build/types/devtools/browser/components/action_list/ActionEntryRow.d.ts +0 -14
- package/build/types/devtools/browser/components/action_list/ActionInputAndOutputChip.d.ts +0 -11
- package/build/types/devtools/browser/components/action_list/ActionList.d.ts +0 -10
- package/build/types/devtools/browser/components/action_list/IoTooltipContent.d.ts +0 -3
- package/build/types/devtools/browser/components/action_list/action_list.types.d.ts +0 -4
- package/build/types/devtools/browser/components/sourceMapResolver.d.ts +0 -6
- package/build/types/devtools/browser/components/utils.d.ts +0 -20
- package/build/types/devtools/browser/devtools_storage.d.ts +0 -6
- package/build/types/devtools/browser/index.d.ts +0 -3
- package/build/types/devtools/browser/ui_util/size.d.ts +0 -6
- package/build/types/devtools/core/ActionDevtools.types.d.ts +0 -55
- package/build/types/devtools/core/ActionDevtoolsCore.d.ts +0 -17
- package/build/types/devtools/core/devtools_colors.d.ts +0 -38
- package/build/types/devtools/server/NiceActionServerDevtools.d.ts +0 -30
- package/build/types/devtools/server/index.d.ts +0 -3
- package/build/types/errors/err_nice_action.d.ts +0 -96
- package/build/types/index.d.ts +0 -43
- package/build/types/nice_action.static.d.ts +0 -3
- package/build/types/react-query/hooks/useActionMutation.d.ts +0 -10
- package/build/types/react-query/hooks/useActionQuery.d.ts +0 -17
- package/build/types/react-query/index.d.ts +0 -2
- package/build/types/utils/assertIsActionJson.d.ts +0 -2
- package/build/types/utils/decodeActionFrame.d.ts +0 -17
- package/build/types/utils/getAssumedRuntimeEnvironment.d.ts +0 -2
- package/build/types/utils/hashPayloadData.d.ts +0 -5
- package/build/types/utils/isActionPayload_Any_JsonObject.d.ts +0 -2
- package/build/types/utils/isActionPayload_Progress_JsonObject.d.ts +0 -2
- package/build/types/utils/isActionPayload_Request_JsonObject.d.ts +0 -2
- package/build/types/utils/isActionPayload_Result_JsonObject.d.ts +0 -2
- package/build/types/utils/isAction_Any_Instance.d.ts +0 -3
- package/build/types/utils/isAction_Any_JsonObject.d.ts +0 -2
- package/build/types/utils/isAction_Base_JsonObject.d.ts +0 -2
- package/build/types/utils/isAction_Context_JsonObject.d.ts +0 -2
- package/build/types/utils/isAction_Core_JsonObject.d.ts +0 -2
- package/build/types/utils/typescript/MaybePromise.d.ts +0 -1
- package/build/types/utils/wait.utils.d.ts +0 -13
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
import { ActionRuntime } from "../../ActionRuntime";
|
|
2
|
-
import { type ActionExternalClientHandler } from "../../Handler/ExternalClient/ActionExternalClientHandler";
|
|
3
|
-
import { CustomTransport } from "../../Handler/ExternalClient/Transport/Custom/CustomTransport";
|
|
4
|
-
import { type ActionLocalHandler } from "../../Handler/Local/ActionLocalHandler";
|
|
5
|
-
export declare function _test_createCustomTransport(externalClientRuntime: ActionRuntime): CustomTransport;
|
|
6
|
-
export declare function _test_createActions(): {
|
|
7
|
-
domains: {
|
|
8
|
-
root: import("../../..").ActionRootDomain<import("../../..").IActionRootDomain<"test_root">>;
|
|
9
|
-
test_dom_user: import("../../..").ActionDomain<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
10
|
-
domain: string;
|
|
11
|
-
actions: {
|
|
12
|
-
sign_in: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
13
|
-
username: string;
|
|
14
|
-
password: string;
|
|
15
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
16
|
-
success: boolean;
|
|
17
|
-
}, any>, readonly []>;
|
|
18
|
-
};
|
|
19
|
-
}>>;
|
|
20
|
-
test_dom_edit_doc: import("../../..").ActionDomain<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
21
|
-
domain: string;
|
|
22
|
-
actions: {
|
|
23
|
-
edit_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
24
|
-
docId: string;
|
|
25
|
-
newContent: string;
|
|
26
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
27
|
-
success: boolean;
|
|
28
|
-
}, any>, readonly []>;
|
|
29
|
-
get_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
30
|
-
docId: string;
|
|
31
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
32
|
-
content: string;
|
|
33
|
-
}, any>, readonly []>;
|
|
34
|
-
};
|
|
35
|
-
}>>;
|
|
36
|
-
test_dom_push_doc: import("../../..").ActionDomain<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
37
|
-
domain: string;
|
|
38
|
-
actions: {
|
|
39
|
-
push_doc_update: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
40
|
-
docId: string;
|
|
41
|
-
updateContent: string;
|
|
42
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
43
|
-
updated: boolean;
|
|
44
|
-
}, any>, readonly []>;
|
|
45
|
-
};
|
|
46
|
-
}>>;
|
|
47
|
-
};
|
|
48
|
-
actions: {
|
|
49
|
-
action_user_sign_in: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
50
|
-
domain: string;
|
|
51
|
-
actions: {
|
|
52
|
-
sign_in: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
53
|
-
username: string;
|
|
54
|
-
password: string;
|
|
55
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
56
|
-
success: boolean;
|
|
57
|
-
}, any>, readonly []>;
|
|
58
|
-
};
|
|
59
|
-
}>, "sign_in">;
|
|
60
|
-
action_edit_doc_edit: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
61
|
-
domain: string;
|
|
62
|
-
actions: {
|
|
63
|
-
edit_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
64
|
-
docId: string;
|
|
65
|
-
newContent: string;
|
|
66
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
67
|
-
success: boolean;
|
|
68
|
-
}, any>, readonly []>;
|
|
69
|
-
get_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
70
|
-
docId: string;
|
|
71
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
72
|
-
content: string;
|
|
73
|
-
}, any>, readonly []>;
|
|
74
|
-
};
|
|
75
|
-
}>, "edit_doc">;
|
|
76
|
-
action_edit_doc_get: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
77
|
-
domain: string;
|
|
78
|
-
actions: {
|
|
79
|
-
edit_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
80
|
-
docId: string;
|
|
81
|
-
newContent: string;
|
|
82
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
83
|
-
success: boolean;
|
|
84
|
-
}, any>, readonly []>;
|
|
85
|
-
get_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
86
|
-
docId: string;
|
|
87
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
88
|
-
content: string;
|
|
89
|
-
}, any>, readonly []>;
|
|
90
|
-
};
|
|
91
|
-
}>, "get_doc">;
|
|
92
|
-
action_push_doc_update: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
93
|
-
domain: string;
|
|
94
|
-
actions: {
|
|
95
|
-
push_doc_update: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
96
|
-
docId: string;
|
|
97
|
-
updateContent: string;
|
|
98
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
99
|
-
updated: boolean;
|
|
100
|
-
}, any>, readonly []>;
|
|
101
|
-
};
|
|
102
|
-
}>, "push_doc_update">;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
export declare const _test_createTestActionRuntimeData: () => {
|
|
106
|
-
domains: {
|
|
107
|
-
root: import("../../..").ActionRootDomain<import("../../..").IActionRootDomain<"test_root">>;
|
|
108
|
-
test_dom_user: import("../../..").ActionDomain<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
109
|
-
domain: string;
|
|
110
|
-
actions: {
|
|
111
|
-
sign_in: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
112
|
-
username: string;
|
|
113
|
-
password: string;
|
|
114
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
115
|
-
success: boolean;
|
|
116
|
-
}, any>, readonly []>;
|
|
117
|
-
};
|
|
118
|
-
}>>;
|
|
119
|
-
test_dom_edit_doc: import("../../..").ActionDomain<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
120
|
-
domain: string;
|
|
121
|
-
actions: {
|
|
122
|
-
edit_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
123
|
-
docId: string;
|
|
124
|
-
newContent: string;
|
|
125
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
126
|
-
success: boolean;
|
|
127
|
-
}, any>, readonly []>;
|
|
128
|
-
get_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
129
|
-
docId: string;
|
|
130
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
131
|
-
content: string;
|
|
132
|
-
}, any>, readonly []>;
|
|
133
|
-
};
|
|
134
|
-
}>>;
|
|
135
|
-
test_dom_push_doc: import("../../..").ActionDomain<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
136
|
-
domain: string;
|
|
137
|
-
actions: {
|
|
138
|
-
push_doc_update: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
139
|
-
docId: string;
|
|
140
|
-
updateContent: string;
|
|
141
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
142
|
-
updated: boolean;
|
|
143
|
-
}, any>, readonly []>;
|
|
144
|
-
};
|
|
145
|
-
}>>;
|
|
146
|
-
};
|
|
147
|
-
actions: {
|
|
148
|
-
action_user_sign_in: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
149
|
-
domain: string;
|
|
150
|
-
actions: {
|
|
151
|
-
sign_in: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
152
|
-
username: string;
|
|
153
|
-
password: string;
|
|
154
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
155
|
-
success: boolean;
|
|
156
|
-
}, any>, readonly []>;
|
|
157
|
-
};
|
|
158
|
-
}>, "sign_in">;
|
|
159
|
-
action_edit_doc_edit: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
160
|
-
domain: string;
|
|
161
|
-
actions: {
|
|
162
|
-
edit_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
163
|
-
docId: string;
|
|
164
|
-
newContent: string;
|
|
165
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
166
|
-
success: boolean;
|
|
167
|
-
}, any>, readonly []>;
|
|
168
|
-
get_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
169
|
-
docId: string;
|
|
170
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
171
|
-
content: string;
|
|
172
|
-
}, any>, readonly []>;
|
|
173
|
-
};
|
|
174
|
-
}>, "edit_doc">;
|
|
175
|
-
action_edit_doc_get: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
176
|
-
domain: string;
|
|
177
|
-
actions: {
|
|
178
|
-
edit_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
179
|
-
docId: string;
|
|
180
|
-
newContent: string;
|
|
181
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
182
|
-
success: boolean;
|
|
183
|
-
}, any>, readonly []>;
|
|
184
|
-
get_doc: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
185
|
-
docId: string;
|
|
186
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
187
|
-
content: string;
|
|
188
|
-
}, any>, readonly []>;
|
|
189
|
-
};
|
|
190
|
-
}>, "get_doc">;
|
|
191
|
-
action_push_doc_update: import("../../..").ActionCore<import("../../..").TActionDomainChildDef<import("../../..").IActionRootDomain<"test_root">, {
|
|
192
|
-
domain: string;
|
|
193
|
-
actions: {
|
|
194
|
-
push_doc_update: import("../../..").ActionSchema<import("../../..").TTransportedValue<{
|
|
195
|
-
docId: string;
|
|
196
|
-
updateContent: string;
|
|
197
|
-
}, any>, import("../../..").TTransportedValue<{
|
|
198
|
-
updated: boolean;
|
|
199
|
-
}, any>, readonly []>;
|
|
200
|
-
};
|
|
201
|
-
}>, "push_doc_update">;
|
|
202
|
-
};
|
|
203
|
-
web_app_to_server_handler: ActionExternalClientHandler;
|
|
204
|
-
web_app_runtime: ActionRuntime;
|
|
205
|
-
server_runtime: ActionRuntime;
|
|
206
|
-
server_action_handler: ActionLocalHandler;
|
|
207
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry, TDevtoolsPosition } from "../core/ActionDevtools.types";
|
|
2
|
-
import type { ActionDevtoolsCore } from "../core/ActionDevtoolsCore";
|
|
3
|
-
export interface INiceActionDevtoolsProps {
|
|
4
|
-
core: ActionDevtoolsCore;
|
|
5
|
-
position?: TDevtoolsPosition;
|
|
6
|
-
initialOpen?: boolean;
|
|
7
|
-
/** Show the panel even when NODE_ENV is not "development". */
|
|
8
|
-
forceEnable?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface IEntryGroup {
|
|
11
|
-
representative: IDevtoolsActionEntry;
|
|
12
|
-
rest: IDevtoolsActionEntry[];
|
|
13
|
-
}
|
|
14
|
-
export declare function NiceActionDevtools({ forceEnable, ...props }: INiceActionDevtoolsProps): import("react").JSX.Element | null;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry } from "../../core/ActionDevtools.types";
|
|
2
|
-
export declare function CallStackSection({ parent, childEntries, focusedChildCuid, onFocusChild, onSelectParent, }: {
|
|
3
|
-
parent: IDevtoolsActionEntry | null;
|
|
4
|
-
childEntries: IDevtoolsActionEntry[];
|
|
5
|
-
focusedChildCuid: string | null;
|
|
6
|
-
onFocusChild: (cuid: string) => void;
|
|
7
|
-
onSelectParent: (cuid: string) => void;
|
|
8
|
-
}): import("react").JSX.Element | null;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsRouteItem } from "../../core/ActionDevtools.types";
|
|
2
|
-
import { ESize } from "../ui_util/size";
|
|
3
|
-
export declare function ChildDispatchChips({ childRouteItems, size, }: {
|
|
4
|
-
childRouteItems?: IDevtoolsRouteItem[];
|
|
5
|
-
size?: ESize;
|
|
6
|
-
}): import("react").JSX.Element | null;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { type ReactNode } from "react";
|
|
2
|
-
import { type ESemanticThing } from "../../core/devtools_colors";
|
|
3
|
-
import { ESize } from "../ui_util/size";
|
|
4
|
-
import { type ITooltipConfig } from "./Tooltip";
|
|
5
|
-
export interface IChipColorEntry {
|
|
6
|
-
color: string;
|
|
7
|
-
borderColor: string;
|
|
8
|
-
subtle?: {
|
|
9
|
-
color?: string;
|
|
10
|
-
borderColor?: string;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
interface IChipProps {
|
|
14
|
-
color: ESemanticThing;
|
|
15
|
-
subtle?: boolean;
|
|
16
|
-
size?: ESize;
|
|
17
|
-
rounded?: boolean;
|
|
18
|
-
tooltip?: ITooltipConfig;
|
|
19
|
-
children: ReactNode;
|
|
20
|
-
}
|
|
21
|
-
export declare function Chip({ color, subtle, size, rounded, tooltip, children, }: IChipProps): import("react").JSX.Element;
|
|
22
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry, IDevtoolsRouteItem } from "../../core/ActionDevtools.types";
|
|
2
|
-
import { ESize } from "../ui_util/size";
|
|
3
|
-
import type { ITooltipConfig } from "./Tooltip";
|
|
4
|
-
export declare function getExternalLabel(hop: IDevtoolsRouteItem): string | null;
|
|
5
|
-
/**
|
|
6
|
-
* Extended transport details (request/WebSocket endpoint) for the external handler — shown on hover
|
|
7
|
-
* only, so the chip/label itself stays short.
|
|
8
|
-
*/
|
|
9
|
-
export declare function getTransportTooltip(hop: IDevtoolsRouteItem): ITooltipConfig | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* Aggregate transport tooltip for a chip/label that represents one or more external hops (e.g. a
|
|
12
|
-
* grouped child-dispatch chip that accumulates several transports for the same runtime).
|
|
13
|
-
*/
|
|
14
|
-
export declare function getTransportTooltipForHops(hops: IDevtoolsRouteItem[]): ITooltipConfig | undefined;
|
|
15
|
-
interface IHandlerChipsProps {
|
|
16
|
-
entry: IDevtoolsActionEntry;
|
|
17
|
-
size: ESize;
|
|
18
|
-
subtle?: boolean;
|
|
19
|
-
}
|
|
20
|
-
export declare function HandlerChips({ entry, size, subtle }: IHandlerChipsProps): import("react").JSX.Element;
|
|
21
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { LucideIcon } from "lucide-react";
|
|
2
|
-
import type { CSSProperties } from "react";
|
|
3
|
-
import { type ESemanticThing } from "../../core/devtools_colors";
|
|
4
|
-
import { ESize } from "../ui_util/size";
|
|
5
|
-
import { type ITooltipConfig } from "./Tooltip";
|
|
6
|
-
interface IIconProps {
|
|
7
|
-
icon: LucideIcon | LucideIcon[];
|
|
8
|
-
color: ESemanticThing;
|
|
9
|
-
size?: ESize;
|
|
10
|
-
subtle?: boolean;
|
|
11
|
-
tooltip?: ITooltipConfig;
|
|
12
|
-
style?: CSSProperties;
|
|
13
|
-
noBackground?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare function Icon({ icon: IconComponent, color, size, subtle, tooltip, style, noBackground, }: IIconProps): import("react").JSX.Element;
|
|
16
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type TNiceErrorJson = {
|
|
2
|
-
name: "NiceError";
|
|
3
|
-
message: string;
|
|
4
|
-
ids: string[];
|
|
5
|
-
httpStatusCode: number;
|
|
6
|
-
def: {
|
|
7
|
-
domain: string;
|
|
8
|
-
allDomains: string[];
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export declare function isNiceErrorJson(value: unknown): value is TNiceErrorJson;
|
|
12
|
-
export declare function NiceErrorBody({ error }: {
|
|
13
|
-
error: TNiceErrorJson;
|
|
14
|
-
}): import("react").JSX.Element;
|
|
15
|
-
export declare function NiceErrorDisplay({ error, label, color, }: {
|
|
16
|
-
error: TNiceErrorJson;
|
|
17
|
-
label: string;
|
|
18
|
-
color: string;
|
|
19
|
-
}): import("react").JSX.Element;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ESize } from "../ui_util/size";
|
|
2
|
-
/**
|
|
3
|
-
* Marks an action that was received from another runtime (a backend push, or an action relayed from
|
|
4
|
-
* another client) rather than dispatched locally. The chip shows the origin's `envId`; the tooltip
|
|
5
|
-
* carries the full coordinate. Render it only when {@link getInboundOrigin} returns a value.
|
|
6
|
-
*/
|
|
7
|
-
export declare function OriginChip({ origin, size, subtle, }: {
|
|
8
|
-
origin: {
|
|
9
|
-
envId: string;
|
|
10
|
-
perId?: string;
|
|
11
|
-
insId?: string;
|
|
12
|
-
};
|
|
13
|
-
size?: ESize;
|
|
14
|
-
subtle?: boolean;
|
|
15
|
-
}): import("react").JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry } from "../../core/ActionDevtools.types";
|
|
2
|
-
export declare function RunningTimer({ startTime }: {
|
|
3
|
-
startTime: number;
|
|
4
|
-
}): import("react").JSX.Element;
|
|
5
|
-
export declare function DurationDisplay({ entry }: {
|
|
6
|
-
entry: IDevtoolsActionEntry;
|
|
7
|
-
}): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { SectionLabel } from "nice-devtools-shared";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { IRuntimeCoordinate } from "../../../ActionRuntime/RuntimeCoordinate";
|
|
2
|
-
export declare function countUserFrames(_runtime: IRuntimeCoordinate, stack: string | undefined): number;
|
|
3
|
-
export declare function StackTraceSection({ label, stack, color, runtime, minFrameCount, }: {
|
|
4
|
-
label: string;
|
|
5
|
-
stack: string | undefined;
|
|
6
|
-
runtime: IRuntimeCoordinate;
|
|
7
|
-
color?: string;
|
|
8
|
-
minFrameCount?: number;
|
|
9
|
-
}): import("react").JSX.Element | null;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { HoverTooltip, type ITooltipConfig, Tooltip } from "nice-devtools-shared";
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry } from "../../../core/ActionDevtools.types";
|
|
2
|
-
export declare function ActionDetailPanel({ entry, parent, childEntries, onSelectEntry, }: {
|
|
3
|
-
entry: IDevtoolsActionEntry;
|
|
4
|
-
parent: IDevtoolsActionEntry | null;
|
|
5
|
-
childEntries: IDevtoolsActionEntry[];
|
|
6
|
-
onSelectEntry: (cuid: string) => void;
|
|
7
|
-
}): import("react").JSX.Element;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry } from "../../../core/ActionDevtools.types";
|
|
2
|
-
import { EBreakGroupReason } from "./action_list.types";
|
|
3
|
-
export declare function ActionEntryRow({ entry, isSelected, onClick, isLatest, latestTime, childEntries, breakReasons, groupEntries, selectedGroupCuid, onSelectGroupEntry, }: {
|
|
4
|
-
entry: IDevtoolsActionEntry;
|
|
5
|
-
isSelected: boolean;
|
|
6
|
-
onClick: () => void;
|
|
7
|
-
isLatest?: boolean;
|
|
8
|
-
latestTime?: number;
|
|
9
|
-
childEntries?: IDevtoolsActionEntry[];
|
|
10
|
-
breakReasons: EBreakGroupReason[];
|
|
11
|
-
groupEntries?: IDevtoolsActionEntry[];
|
|
12
|
-
selectedGroupCuid?: string | null;
|
|
13
|
-
onSelectGroupEntry?: (cuid: string) => void;
|
|
14
|
-
}): import("react").JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry } from "../../../core/ActionDevtools.types";
|
|
2
|
-
import { ESize } from "../../ui_util/size";
|
|
3
|
-
import { EBreakGroupReason } from "./action_list.types";
|
|
4
|
-
interface IActionInputAndOutputChipProps {
|
|
5
|
-
entry: IDevtoolsActionEntry;
|
|
6
|
-
breakReasons: EBreakGroupReason[];
|
|
7
|
-
subtle?: boolean;
|
|
8
|
-
size?: ESize;
|
|
9
|
-
}
|
|
10
|
-
export declare const ActionInputAndOutputChip: ({ entry, breakReasons, subtle, size, }: IActionInputAndOutputChipProps) => import("react").JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry } from "../../../server";
|
|
2
|
-
import type { IEntryGroup } from "../../NiceActionDevtools";
|
|
3
|
-
export declare function ActionList({ groups, selectedCuid, onGroupClick, onSubClick, childEntriesMap, style, }: {
|
|
4
|
-
groups: IEntryGroup[];
|
|
5
|
-
selectedCuid: string | null;
|
|
6
|
-
onGroupClick: (group: IEntryGroup) => void;
|
|
7
|
-
onSubClick: (cuid: string, isSelected: boolean) => void;
|
|
8
|
-
childEntriesMap: Map<string, IDevtoolsActionEntry[]>;
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
}): import("react").JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type LucideIcon } from "lucide-react";
|
|
2
|
-
import type { IDevtoolsActionEntry, TDevtoolsActionStatus } from "../../core/ActionDevtools.types";
|
|
3
|
-
import { ESemanticThing } from "../../core/devtools_colors";
|
|
4
|
-
export { formatRelativeAge, formatTimestamp, safeStringify } from "nice-devtools-shared";
|
|
5
|
-
export declare const STATUS_COLOR: Record<TDevtoolsActionStatus, string>;
|
|
6
|
-
export declare const STATUS_THING: Record<TDevtoolsActionStatus, ESemanticThing>;
|
|
7
|
-
export declare const STATUS_SYMBOL: Record<TDevtoolsActionStatus, string>;
|
|
8
|
-
export declare const STATUS_ICON: Record<TDevtoolsActionStatus, LucideIcon>;
|
|
9
|
-
/**
|
|
10
|
-
* The runtime an action *originated* on, when that differs from the runtime that handled it — i.e. an
|
|
11
|
-
* inbound action received over a transport (a backend push, or an action relayed from another client),
|
|
12
|
-
* rather than one dispatched locally. Returns `null` for locally-originated actions (where the origin
|
|
13
|
-
* matches the handling runtime) and for actions with no known origin.
|
|
14
|
-
*/
|
|
15
|
-
export declare function getInboundOrigin(entry: IDevtoolsActionEntry): {
|
|
16
|
-
envId: string;
|
|
17
|
-
perId?: string;
|
|
18
|
-
insId?: string;
|
|
19
|
-
} | null;
|
|
20
|
-
export declare function formatDuration(entry: IDevtoolsActionEntry): string | null;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { TRuntimeCoordinateEnvId } from "../../ActionRuntime/RuntimeCoordinate";
|
|
2
|
-
interface TBrowserDevtoolsTypedStorage {
|
|
3
|
-
runtimeToProjectFilePath: Record<TRuntimeCoordinateEnvId, string>;
|
|
4
|
-
}
|
|
5
|
-
export declare const devtools_storage: import("@nice-code/util").ITypedStorage<TBrowserDevtoolsTypedStorage>;
|
|
6
|
-
export {};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export type { IDevtoolsActionEntry, IDevtoolsObservableDomain, TDevtoolsActionStatus, TDevtoolsListener, } from "../core/ActionDevtools.types";
|
|
2
|
-
export { ActionDevtoolsCore, type IActionDevtoolsCoreOptions } from "../core/ActionDevtoolsCore";
|
|
3
|
-
export { type INiceActionDevtoolsProps, NiceActionDevtools } from "./NiceActionDevtools";
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import type { TActionProgress } from "../../ActionDefinition/Action/Payload/ActionPayload.types";
|
|
2
|
-
import type { IRuntimeCoordinate } from "../../ActionRuntime/RuntimeCoordinate";
|
|
3
|
-
export type { TDevtoolsPosition } from "nice-devtools-shared";
|
|
4
|
-
export type TDevtoolsActionStatus = "running" | "success" | "action-error" | "failed" | "aborted";
|
|
5
|
-
export interface IDevtoolsRouteItem {
|
|
6
|
-
runtime: IRuntimeCoordinate;
|
|
7
|
-
handlerType: "local" | "external";
|
|
8
|
-
handlerClient?: {
|
|
9
|
-
envId: string;
|
|
10
|
-
perId?: string;
|
|
11
|
-
insId?: string;
|
|
12
|
-
};
|
|
13
|
-
/** Transport type string (e.g. "http", "ws", "custom"). */
|
|
14
|
-
transport?: string;
|
|
15
|
-
/** Short transport summary for chips (e.g. "POST /resolve_action"). */
|
|
16
|
-
transportSummary?: string;
|
|
17
|
-
/** Resolved endpoint (request URL / WebSocket URL), when available. */
|
|
18
|
-
transportUrl?: string;
|
|
19
|
-
time: number;
|
|
20
|
-
label?: string;
|
|
21
|
-
}
|
|
22
|
-
export interface IDevtoolsActionMeta {
|
|
23
|
-
timeCreated: number;
|
|
24
|
-
originClient: {
|
|
25
|
-
envId: string;
|
|
26
|
-
perId?: string;
|
|
27
|
-
insId?: string;
|
|
28
|
-
};
|
|
29
|
-
routing: IDevtoolsRouteItem[];
|
|
30
|
-
}
|
|
31
|
-
export interface IDevtoolsActionEntry {
|
|
32
|
-
cuid: string;
|
|
33
|
-
actionId: string;
|
|
34
|
-
domain: string;
|
|
35
|
-
allDomains: string[];
|
|
36
|
-
status: TDevtoolsActionStatus;
|
|
37
|
-
startTime: number;
|
|
38
|
-
endTime?: number;
|
|
39
|
-
input: unknown;
|
|
40
|
-
inputHash?: string;
|
|
41
|
-
output?: unknown;
|
|
42
|
-
outputHash?: string;
|
|
43
|
-
error?: unknown;
|
|
44
|
-
abortReason?: unknown;
|
|
45
|
-
progressUpdates: TActionProgress[];
|
|
46
|
-
meta: IDevtoolsActionMeta;
|
|
47
|
-
parentCuid?: string;
|
|
48
|
-
callSite?: string;
|
|
49
|
-
errorStack?: string;
|
|
50
|
-
}
|
|
51
|
-
export type TDevtoolsListener = (entries: readonly IDevtoolsActionEntry[]) => void;
|
|
52
|
-
export interface IDevtoolsObservableDomain {
|
|
53
|
-
domain: string;
|
|
54
|
-
addActionListener(listener: (update: any) => void): () => void;
|
|
55
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IDevtoolsActionEntry, IDevtoolsObservableDomain, TDevtoolsListener } from "./ActionDevtools.types";
|
|
2
|
-
export interface IActionDevtoolsCoreOptions {
|
|
3
|
-
/** Max root entries to retain. Older entries (and their children) are evicted. */
|
|
4
|
-
maxEntries?: number;
|
|
5
|
-
}
|
|
6
|
-
export declare class ActionDevtoolsCore {
|
|
7
|
-
private _entries;
|
|
8
|
-
private _listeners;
|
|
9
|
-
private readonly _maxEntries;
|
|
10
|
-
constructor(options?: IActionDevtoolsCoreOptions);
|
|
11
|
-
attachToDomain(domain: IDevtoolsObservableDomain): () => void;
|
|
12
|
-
getEntries(): readonly IDevtoolsActionEntry[];
|
|
13
|
-
subscribe(listener: TDevtoolsListener): () => void;
|
|
14
|
-
clear(): void;
|
|
15
|
-
private _updateEntry;
|
|
16
|
-
private _notify;
|
|
17
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { IChipColorEntry } from "../browser/components/Chip";
|
|
2
|
-
export { DEVTOOL_COLOR_SEMANTIC_ERROR, DEVTOOL_COLOR_SEMANTIC_METADATA, DEVTOOL_COLOR_SEMANTIC_SUCCESS, DEVTOOL_COLOR_SEMANTIC_SYSTEM, DEVTOOL_COLOR_SEMANTIC_WARNING, DEVTOOL_COLOR_TEXT_EMPHASIS, DEVTOOL_COLOR_TEXT_FAINT, DEVTOOL_COLOR_TEXT_MUTED, DEVTOOL_COLOR_TEXT_SECONDARY, DEVTOOL_DETAIL_BASE_BACKGROUND, DEVTOOL_DETAIL_HEADER_BACKGROUND, DEVTOOL_ERROR_BACKGROUND, DEVTOOL_JSON_KEY, DEVTOOL_JSON_KEYWORD, DEVTOOL_JSON_NUMBER, DEVTOOL_JSON_PUNCTUATION, DEVTOOL_JSON_STRING, DEVTOOL_LIST_BASE_BACKGROUND, DEVTOOL_LIST_SELECTED_BACKGROUND, DEVTOOL_PANEL_BORDER, DEVTOOL_PANEL_DIVIDER_BORDER, DEVTOOL_SECTION_BACKGROUND, DEVTOOL_SECTION_STRING_BACKGROUND, DEVTOOL_TOOLTIP_BACKGROUND, DEVTOOL_TOOLTIP_BORDER, DEVTOOL_TOOLTIP_TITLE_BACKGROUND, DEVTOOL_TOOLTIP_TITLE_BOTTOM_BORDER, MONO_FONT, SANS_FONT, } from "nice-devtools-shared";
|
|
3
|
-
export declare const DEVTOOL_COLOR_HANDLER_LOCAL_TEXT = "#34bb89";
|
|
4
|
-
export declare const DEVTOOL_COLOR_HANDLER_LOCAL_BORDER = "#144427";
|
|
5
|
-
export declare const DEVTOOL_COLOR_HANDLER_EXTERNAL_TEXT = "#cfa12a";
|
|
6
|
-
export declare const DEVTOOL_COLOR_HANDLER_EXTERNAL_BORDER = "#723917";
|
|
7
|
-
export declare const DEVTOOL_LIST_HEADER_SELECTED_BACKGROUND = "#1d2942";
|
|
8
|
-
export declare const DEVTOOL_LIST_GROUP_DIVIDER = "#101109";
|
|
9
|
-
export declare const DEVTOOL_STACK_TRACE_BACKGROUND = "#040a13";
|
|
10
|
-
export declare const DEVTOOL_ERROR_BADGE_BACKGROUND = "#2d0f0f";
|
|
11
|
-
export declare const DEVTOOL_COLOR_CALL_STACK_DIVIDER = "#0a1120";
|
|
12
|
-
export declare const DEVTOOL_STACK_FRAME_USER_NUMBER = "#64748b";
|
|
13
|
-
export declare const DEVTOOL_STACK_FRAME_USER_FUNCTION = "#e2e8f0";
|
|
14
|
-
export declare const DEVTOOL_STACK_FRAME_USER_FOLDER = "#596b83";
|
|
15
|
-
export declare const DEVTOOL_STACK_FRAME_USER_FILE = "#8a9ebb";
|
|
16
|
-
export declare const DEVTOOL_STACK_FRAME_USER_LINE = "#4a7fa8";
|
|
17
|
-
export declare const DEVTOOL_STACK_FRAME_INTERNAL_NUMBER = "#2d3f53";
|
|
18
|
-
export declare const DEVTOOL_STACK_FRAME_INTERNAL_FUNCTION = "#50698b";
|
|
19
|
-
export declare const DEVTOOL_STACK_FRAME_INTERNAL_FOLDER = "#2d3f53";
|
|
20
|
-
export declare const DEVTOOL_STACK_FRAME_INTERNAL_FILE = "#425979";
|
|
21
|
-
export declare const DEVTOOL_STACK_FRAME_INTERNAL_LINE = "#2d4a63";
|
|
22
|
-
export declare enum ESemanticThing {
|
|
23
|
-
running_action = "running_action",
|
|
24
|
-
success = "success",
|
|
25
|
-
action_error = "action_error",
|
|
26
|
-
failed = "failed",
|
|
27
|
-
aborted = "aborted",
|
|
28
|
-
error = "error",// error chip in list / tooltip
|
|
29
|
-
domain = "domain",
|
|
30
|
-
handler_local = "handler_local",
|
|
31
|
-
handler_external = "handler_external",
|
|
32
|
-
origin = "origin",// runtime an action was received from (inbound / pushed actions)
|
|
33
|
-
age = "age",// non-latest relative-age chip
|
|
34
|
-
io_input = "io_input",
|
|
35
|
-
io_output = "io_output",
|
|
36
|
-
default = "default"
|
|
37
|
-
}
|
|
38
|
-
export declare const SEMANTIC_COLORS: Record<ESemanticThing, IChipColorEntry>;
|