ghostos 0.1.5 → 0.1.7
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/lib/index.esm.js +1368 -202
- package/package.json +1 -1
- package/lib/node_modules_dashjs_dist_modern_esm_dash_all_min_js.d0603952ec397dea4e1f.esm.js +0 -23
- package/lib/node_modules_jitl_quickjs-wasmfile-debug-asyncify_dist_emscripten-module_browser_mjs.89976ebd22f659e84707.esm.js +0 -33
- package/lib/node_modules_jitl_quickjs-wasmfile-debug-asyncify_dist_ffi_mjs.ad960605d7ba700ad82f.esm.js +0 -23
- package/lib/node_modules_jitl_quickjs-wasmfile-debug-sync_dist_emscripten-module_browser_mjs.07eae2554bac133b6fc9.esm.js +0 -33
- package/lib/node_modules_jitl_quickjs-wasmfile-debug-sync_dist_ffi_mjs.189a07423b84e04f54ff.esm.js +0 -23
- package/lib/node_modules_jitl_quickjs-wasmfile-release-asyncify_dist_emscripten-module_browser_mjs.d7e7af47a4a0356d19be.esm.js +0 -33
- package/lib/node_modules_jitl_quickjs-wasmfile-release-asyncify_dist_ffi_mjs.84320239cc78b0631790.esm.js +0 -23
- package/lib/node_modules_jitl_quickjs-wasmfile-release-sync_dist_emscripten-module_browser_mjs.bcfb57045021abe8bfc0.esm.js +0 -33
- package/lib/node_modules_jitl_quickjs-wasmfile-release-sync_dist_ffi_mjs.2a64ead86c1fe05ff3fd.esm.js +0 -23
- package/lib/node_modules_quickjs-emscripten-core_dist_module-6F3E5H7Y_mjs.db696d99d735604b60fb.esm.js +0 -23
- package/lib/node_modules_quickjs-emscripten-core_dist_module-asyncify-R6PWJ6ZV_mjs.57cba4b26e4034f4c505.esm.js +0 -23
- package/lib/reactPlayerDash.e7ab8ebe11eb2cc795eb.esm.js +0 -43
- package/lib/reactPlayerHls.a2d208df710eca8e8641.esm.js +0 -183
- package/lib/reactPlayerMux.7d6ccb0fc13a4e8b4a87.esm.js +0 -964
- package/lib/reactPlayerPreview.f341425ad93213445267.esm.js +0 -23
- package/lib/reactPlayerSpotify.7ca193725e100b9315c3.esm.js +0 -33
- package/lib/reactPlayerTwitch.35a47311600f27b15e87.esm.js +0 -33
- package/lib/reactPlayerVimeo.a750c97f3e7c0d9f31e1.esm.js +0 -43
- package/lib/reactPlayerWistia.a7ed6afb9e07f4cd7a85.esm.js +0 -43
- package/lib/reactPlayerYouTube.b80be2cf730c199086d5.esm.js +0 -33
- package/lib/src/api/leafui/elements/floweditor/lib/reactflow.11.10.4/core/dist/esm/index.d.mts +0 -302
package/lib/src/api/leafui/elements/floweditor/lib/reactflow.11.10.4/core/dist/esm/index.d.mts
DELETED
|
@@ -1,302 +0,0 @@
|
|
|
1
|
-
export function BaseEdge({ id, path, labelX, labelY, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, style, markerEnd, markerStart, interactionWidth, }: {
|
|
2
|
-
id: any;
|
|
3
|
-
path: any;
|
|
4
|
-
labelX: any;
|
|
5
|
-
labelY: any;
|
|
6
|
-
label: any;
|
|
7
|
-
labelStyle: any;
|
|
8
|
-
labelShowBg: any;
|
|
9
|
-
labelBgStyle: any;
|
|
10
|
-
labelBgPadding: any;
|
|
11
|
-
labelBgBorderRadius: any;
|
|
12
|
-
style: any;
|
|
13
|
-
markerEnd: any;
|
|
14
|
-
markerStart: any;
|
|
15
|
-
interactionWidth?: number | undefined;
|
|
16
|
-
}): React.FunctionComponentElement<{
|
|
17
|
-
children?: React.ReactNode | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
export namespace BaseEdge {
|
|
20
|
-
let displayName: string;
|
|
21
|
-
}
|
|
22
|
-
export const BezierEdge: React.NamedExoticComponent<object>;
|
|
23
|
-
export var ConnectionLineType: any;
|
|
24
|
-
export var ConnectionMode: any;
|
|
25
|
-
export function EdgeLabelRenderer({ children }: {
|
|
26
|
-
children: any;
|
|
27
|
-
}): any;
|
|
28
|
-
declare var EdgeText$1: React.MemoExoticComponent<({ x, y, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, children, className, ...rest }: {
|
|
29
|
-
[x: string]: any;
|
|
30
|
-
x: any;
|
|
31
|
-
y: any;
|
|
32
|
-
label: any;
|
|
33
|
-
labelStyle?: {} | undefined;
|
|
34
|
-
labelShowBg?: boolean | undefined;
|
|
35
|
-
labelBgStyle?: {} | undefined;
|
|
36
|
-
labelBgPadding?: number[] | undefined;
|
|
37
|
-
labelBgBorderRadius?: number | undefined;
|
|
38
|
-
children: any;
|
|
39
|
-
className: any;
|
|
40
|
-
}) => React.ReactSVGElement | null>;
|
|
41
|
-
declare var Handle$1: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
|
42
|
-
export var MarkerType: any;
|
|
43
|
-
export var PanOnScrollMode: any;
|
|
44
|
-
export function Panel({ position, children, className, style, ...rest }: {
|
|
45
|
-
[x: string]: any;
|
|
46
|
-
position: any;
|
|
47
|
-
children: any;
|
|
48
|
-
className: any;
|
|
49
|
-
style: any;
|
|
50
|
-
}): React.DetailedReactHTMLElement<{
|
|
51
|
-
className: string;
|
|
52
|
-
style: any;
|
|
53
|
-
}, HTMLElement>;
|
|
54
|
-
export var Position: any;
|
|
55
|
-
export const ReactFlow: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
56
|
-
export function ReactFlowProvider({ children }: {
|
|
57
|
-
children: any;
|
|
58
|
-
}): React.FunctionComponentElement<React.ProviderProps<null>>;
|
|
59
|
-
export namespace ReactFlowProvider {
|
|
60
|
-
let displayName_1: string;
|
|
61
|
-
export { displayName_1 as displayName };
|
|
62
|
-
}
|
|
63
|
-
export var SelectionMode: any;
|
|
64
|
-
export const SimpleBezierEdge: React.NamedExoticComponent<object>;
|
|
65
|
-
export const SmoothStepEdge: React.NamedExoticComponent<object>;
|
|
66
|
-
export const StepEdge: React.NamedExoticComponent<object>;
|
|
67
|
-
export const StraightEdge: React.NamedExoticComponent<object>;
|
|
68
|
-
export function addEdge(edgeParams: any, edges: any): any;
|
|
69
|
-
export function applyEdgeChanges(changes: any, edges: any): any;
|
|
70
|
-
export function applyNodeChanges(changes: any, nodes: any): any;
|
|
71
|
-
export function boxToRect({ x, y, x2, y2 }: {
|
|
72
|
-
x: any;
|
|
73
|
-
y: any;
|
|
74
|
-
x2: any;
|
|
75
|
-
y2: any;
|
|
76
|
-
}): {
|
|
77
|
-
x: any;
|
|
78
|
-
y: any;
|
|
79
|
-
width: number;
|
|
80
|
-
height: number;
|
|
81
|
-
};
|
|
82
|
-
export function clamp(val: any, min?: number, max?: number): number;
|
|
83
|
-
export function getBezierPath({ sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, curvature, }: {
|
|
84
|
-
sourceX: any;
|
|
85
|
-
sourceY: any;
|
|
86
|
-
sourcePosition?: any;
|
|
87
|
-
targetX: any;
|
|
88
|
-
targetY: any;
|
|
89
|
-
targetPosition?: any;
|
|
90
|
-
curvature?: number | undefined;
|
|
91
|
-
}): (string | number)[];
|
|
92
|
-
export function getBoundsOfRects(rect1: any, rect2: any): {
|
|
93
|
-
x: any;
|
|
94
|
-
y: any;
|
|
95
|
-
width: number;
|
|
96
|
-
height: number;
|
|
97
|
-
};
|
|
98
|
-
export function getConnectedEdges(nodes: any, edges: any): any;
|
|
99
|
-
export function getIncomers(node: any, nodes: any, edges: any): any;
|
|
100
|
-
export function getMarkerEnd(markerType: any, markerEndId: any): string;
|
|
101
|
-
export function getNodePositionWithOrigin(node: any, nodeOrigin?: number[]): {
|
|
102
|
-
x: number;
|
|
103
|
-
y: number;
|
|
104
|
-
positionAbsolute: {
|
|
105
|
-
x: number;
|
|
106
|
-
y: number;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
export function getNodesBounds(nodes: any, nodeOrigin?: number[]): {
|
|
110
|
-
x: any;
|
|
111
|
-
y: any;
|
|
112
|
-
width: number;
|
|
113
|
-
height: number;
|
|
114
|
-
};
|
|
115
|
-
export function getOutgoers(node: any, nodes: any, edges: any): any;
|
|
116
|
-
export function getRectOfNodes(nodes: any, nodeOrigin?: number[]): {
|
|
117
|
-
x: any;
|
|
118
|
-
y: any;
|
|
119
|
-
width: number;
|
|
120
|
-
height: number;
|
|
121
|
-
};
|
|
122
|
-
export function getSimpleBezierPath({ sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, }: {
|
|
123
|
-
sourceX: any;
|
|
124
|
-
sourceY: any;
|
|
125
|
-
sourcePosition?: any;
|
|
126
|
-
targetX: any;
|
|
127
|
-
targetY: any;
|
|
128
|
-
targetPosition?: any;
|
|
129
|
-
}): (string | number)[];
|
|
130
|
-
export function getSmoothStepPath({ sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, borderRadius, centerX, centerY, offset, }: {
|
|
131
|
-
sourceX: any;
|
|
132
|
-
sourceY: any;
|
|
133
|
-
sourcePosition?: any;
|
|
134
|
-
targetX: any;
|
|
135
|
-
targetY: any;
|
|
136
|
-
targetPosition?: any;
|
|
137
|
-
borderRadius?: number | undefined;
|
|
138
|
-
centerX: any;
|
|
139
|
-
centerY: any;
|
|
140
|
-
offset?: number | undefined;
|
|
141
|
-
}): any[];
|
|
142
|
-
export function getStraightPath({ sourceX, sourceY, targetX, targetY, }: {
|
|
143
|
-
sourceX: any;
|
|
144
|
-
sourceY: any;
|
|
145
|
-
targetX: any;
|
|
146
|
-
targetY: any;
|
|
147
|
-
}): any[];
|
|
148
|
-
export function getTransformForBounds(bounds: any, width: any, height: any, minZoom: any, maxZoom: any, padding?: number): number[];
|
|
149
|
-
export function getViewportForBounds(bounds: any, width: any, height: any, minZoom: any, maxZoom: any, padding?: number): {
|
|
150
|
-
x: number;
|
|
151
|
-
y: number;
|
|
152
|
-
zoom: number;
|
|
153
|
-
};
|
|
154
|
-
export function handleParentExpand(res: any, updateItem: any): void;
|
|
155
|
-
export const internalsSymbol: unique symbol;
|
|
156
|
-
export function isEdge(element: any): boolean;
|
|
157
|
-
export function isNode(element: any): boolean;
|
|
158
|
-
export function rectToBox({ x, y, width, height }: {
|
|
159
|
-
x: any;
|
|
160
|
-
y: any;
|
|
161
|
-
width: any;
|
|
162
|
-
height: any;
|
|
163
|
-
}): {
|
|
164
|
-
x: any;
|
|
165
|
-
y: any;
|
|
166
|
-
x2: any;
|
|
167
|
-
y2: any;
|
|
168
|
-
};
|
|
169
|
-
export function updateEdge(oldEdge: any, newConnection: any, edges: any, options?: {
|
|
170
|
-
shouldReplaceId: boolean;
|
|
171
|
-
}): any;
|
|
172
|
-
export function useEdges(): any;
|
|
173
|
-
export function useEdgesState(initialItems: any): any[];
|
|
174
|
-
export function useGetPointerPosition(): ({ sourceEvent }: {
|
|
175
|
-
sourceEvent: any;
|
|
176
|
-
}) => {
|
|
177
|
-
x: number;
|
|
178
|
-
y: number;
|
|
179
|
-
xSnapped: number;
|
|
180
|
-
ySnapped: number;
|
|
181
|
-
};
|
|
182
|
-
export function useKeyPress(keyCode?: null, options?: {
|
|
183
|
-
actInsideInputWithModifier: boolean;
|
|
184
|
-
}): boolean;
|
|
185
|
-
export function useNodeId(): null;
|
|
186
|
-
export function useNodes(): any;
|
|
187
|
-
export function useNodesInitialized(options?: {
|
|
188
|
-
includeHiddenNodes: boolean;
|
|
189
|
-
}): any;
|
|
190
|
-
export function useNodesState(initialItems: any): any[];
|
|
191
|
-
export function useOnSelectionChange({ onChange }: {
|
|
192
|
-
onChange: any;
|
|
193
|
-
}): void;
|
|
194
|
-
export function useOnViewportChange({ onStart, onChange, onEnd }: {
|
|
195
|
-
onStart: any;
|
|
196
|
-
onChange: any;
|
|
197
|
-
onEnd: any;
|
|
198
|
-
}): void;
|
|
199
|
-
export function useReactFlow(): {
|
|
200
|
-
getNodes: () => any;
|
|
201
|
-
getNode: (id: any) => any;
|
|
202
|
-
getEdges: () => any;
|
|
203
|
-
getEdge: (id: any) => any;
|
|
204
|
-
setNodes: (payload: any) => void;
|
|
205
|
-
setEdges: (payload: any) => void;
|
|
206
|
-
addNodes: (payload: any) => void;
|
|
207
|
-
addEdges: (payload: any) => void;
|
|
208
|
-
toObject: () => {
|
|
209
|
-
nodes: any;
|
|
210
|
-
edges: any;
|
|
211
|
-
viewport: {
|
|
212
|
-
x: any;
|
|
213
|
-
y: any;
|
|
214
|
-
zoom: any;
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
deleteElements: ({ nodes: nodesDeleted, edges: edgesDeleted }: {
|
|
218
|
-
nodes: any;
|
|
219
|
-
edges: any;
|
|
220
|
-
}) => void;
|
|
221
|
-
getIntersectingNodes: (nodeOrRect: any, partially: boolean | undefined, nodes: any) => any;
|
|
222
|
-
isNodeIntersecting: (nodeOrRect: any, area: any, partially?: boolean) => boolean;
|
|
223
|
-
zoomIn: () => void;
|
|
224
|
-
zoomOut: () => void;
|
|
225
|
-
zoomTo: () => void;
|
|
226
|
-
getZoom: () => number;
|
|
227
|
-
setViewport: () => void;
|
|
228
|
-
getViewport: () => {
|
|
229
|
-
x: number;
|
|
230
|
-
y: number;
|
|
231
|
-
zoom: number;
|
|
232
|
-
};
|
|
233
|
-
fitView: () => boolean;
|
|
234
|
-
setCenter: () => void;
|
|
235
|
-
fitBounds: () => void;
|
|
236
|
-
project: (position: any) => any;
|
|
237
|
-
screenToFlowPosition: (position: any) => any;
|
|
238
|
-
flowToScreenPosition: (position: any) => any;
|
|
239
|
-
viewportInitialized: boolean;
|
|
240
|
-
} | {
|
|
241
|
-
getNodes: () => any;
|
|
242
|
-
getNode: (id: any) => any;
|
|
243
|
-
getEdges: () => any;
|
|
244
|
-
getEdge: (id: any) => any;
|
|
245
|
-
setNodes: (payload: any) => void;
|
|
246
|
-
setEdges: (payload: any) => void;
|
|
247
|
-
addNodes: (payload: any) => void;
|
|
248
|
-
addEdges: (payload: any) => void;
|
|
249
|
-
toObject: () => {
|
|
250
|
-
nodes: any;
|
|
251
|
-
edges: any;
|
|
252
|
-
viewport: {
|
|
253
|
-
x: any;
|
|
254
|
-
y: any;
|
|
255
|
-
zoom: any;
|
|
256
|
-
};
|
|
257
|
-
};
|
|
258
|
-
deleteElements: ({ nodes: nodesDeleted, edges: edgesDeleted }: {
|
|
259
|
-
nodes: any;
|
|
260
|
-
edges: any;
|
|
261
|
-
}) => void;
|
|
262
|
-
getIntersectingNodes: (nodeOrRect: any, partially: boolean | undefined, nodes: any) => any;
|
|
263
|
-
isNodeIntersecting: (nodeOrRect: any, area: any, partially?: boolean) => boolean;
|
|
264
|
-
zoomIn: (options: any) => any;
|
|
265
|
-
zoomOut: (options: any) => any;
|
|
266
|
-
zoomTo: (zoomLevel: any, options: any) => any;
|
|
267
|
-
getZoom: () => any;
|
|
268
|
-
setViewport: (transform: any, options: any) => void;
|
|
269
|
-
getViewport: () => {
|
|
270
|
-
x: any;
|
|
271
|
-
y: any;
|
|
272
|
-
zoom: any;
|
|
273
|
-
};
|
|
274
|
-
fitView: (options: any) => boolean;
|
|
275
|
-
setCenter: (x: any, y: any, options: any) => void;
|
|
276
|
-
fitBounds: (bounds: any, options: any) => void;
|
|
277
|
-
project: (position: any) => {
|
|
278
|
-
x: number;
|
|
279
|
-
y: number;
|
|
280
|
-
};
|
|
281
|
-
screenToFlowPosition: (position: any) => any;
|
|
282
|
-
flowToScreenPosition: (position: any) => any;
|
|
283
|
-
viewportInitialized: boolean;
|
|
284
|
-
};
|
|
285
|
-
export function useStore(selector: any, equalityFn: any): any;
|
|
286
|
-
export function useStoreApi(): {
|
|
287
|
-
getState: any;
|
|
288
|
-
setState: any;
|
|
289
|
-
subscribe: any;
|
|
290
|
-
destroy: any;
|
|
291
|
-
};
|
|
292
|
-
export function useUpdateNodeInternals(): (id: any) => void;
|
|
293
|
-
export function useViewport(): any;
|
|
294
|
-
export function getHostForElement(element: any): any;
|
|
295
|
-
export function getEdgeCenter({ sourceX, sourceY, targetX, targetY, }: {
|
|
296
|
-
sourceX: any;
|
|
297
|
-
sourceY: any;
|
|
298
|
-
targetX: any;
|
|
299
|
-
targetY: any;
|
|
300
|
-
}): any[];
|
|
301
|
-
import React from 'react';
|
|
302
|
-
export { EdgeText$1 as EdgeText, Handle$1 as Handle };
|