@qontinui/ui-bridge 0.1.1 → 0.2.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/ai/index.d.mts +893 -0
- package/dist/ai/index.d.ts +893 -0
- package/dist/ai/index.js +3897 -0
- package/dist/ai/index.js.map +1 -0
- package/dist/ai/index.mjs +3839 -0
- package/dist/ai/index.mjs.map +1 -0
- package/dist/control/index.d.mts +5 -4
- package/dist/control/index.d.ts +5 -4
- package/dist/core/index.d.mts +6 -4
- package/dist/core/index.d.ts +6 -4
- package/dist/core/index.js +581 -4
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +581 -4
- package/dist/core/index.mjs.map +1 -1
- package/dist/debug/index.d.mts +3 -3
- package/dist/debug/index.d.ts +3 -3
- package/dist/index.d.mts +7 -5
- package/dist/index.d.ts +7 -5
- package/dist/index.js +4112 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4056 -13
- package/dist/index.mjs.map +1 -1
- package/dist/{metrics-QCnK0EFw.d.ts → metrics-C9XRi_mL.d.ts} +2 -2
- package/dist/{metrics-BCG7z7Aq.d.mts → metrics-NC3csD0R.d.mts} +2 -2
- package/dist/react/index.d.mts +6 -5
- package/dist/react/index.d.ts +6 -5
- package/dist/react/index.js +587 -10
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +587 -10
- package/dist/react/index.mjs.map +1 -1
- package/dist/{registry-CT6BVVKr.d.mts → registry-CIEDjbQ9.d.ts} +22 -1
- package/dist/{registry-D4mQ01B3.d.ts → registry-SsSDq46X.d.mts} +22 -1
- package/dist/render-log/index.d.mts +1 -1
- package/dist/render-log/index.d.ts +1 -1
- package/dist/types-BvCfFuEV.d.ts +534 -0
- package/dist/types-CFT3Dnx4.d.mts +534 -0
- package/dist/{types-BpvpStn3.d.mts → types-CPMbN_Iw.d.mts} +8 -0
- package/dist/{types-BpvpStn3.d.ts → types-CPMbN_Iw.d.ts} +8 -0
- package/dist/{types-DdJD9yw5.d.mts → types-Dr6tH-bm.d.mts} +1 -1
- package/dist/{types-BDkXy5si.d.ts → types-oCTrRxSw.d.ts} +1 -1
- package/dist/{websocket-client-DupH0X7B.d.ts → websocket-client-CX4QJesI.d.ts} +1 -1
- package/dist/{websocket-client-B2LC9CYc.d.mts → websocket-client-C_Na0OSp.d.mts} +1 -1
- package/package.json +6 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as BridgeEvent } from './types-
|
|
2
|
-
import { c as ControlActionResponse, a as ComponentActionResponse, m as WorkflowStepResult } from './types-
|
|
1
|
+
import { c as BridgeEvent } from './types-CPMbN_Iw.js';
|
|
2
|
+
import { c as ControlActionResponse, a as ComponentActionResponse, m as WorkflowStepResult } from './types-oCTrRxSw.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Metrics Module
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as BridgeEvent } from './types-
|
|
2
|
-
import { c as ControlActionResponse, a as ComponentActionResponse, m as WorkflowStepResult } from './types-
|
|
1
|
+
import { c as BridgeEvent } from './types-CPMbN_Iw.mjs';
|
|
2
|
+
import { c as ControlActionResponse, a as ComponentActionResponse, m as WorkflowStepResult } from './types-Dr6tH-bm.mjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Metrics Module
|
package/dist/react/index.d.mts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React$1, { ReactNode } from 'react';
|
|
3
|
-
import { n as UIBridgeFeatures, U as UIBridgeConfig, t as WSConnectionState, l as RegisteredElement, R as RegisteredComponent, f as BridgeSnapshot, e as BridgeEventType, d as BridgeEventListener, X as WSSubscriptionOptions, c as BridgeEvent, i as ElementType, S as StandardAction, g as CustomAction, h as ElementState, E as ElementIdentifier, a1 as Workflow, p as UIStateGroup, o as UIState, m as StateSnapshot, a2 as WorkflowStep, T as TransitionResult, q as UITransition, N as NavigationResult, P as PathResult } from '../types-
|
|
4
|
-
import { U as UIBridgeRegistry } from '../registry-
|
|
5
|
-
import { U as UIBridgeWSClient } from '../websocket-client-
|
|
3
|
+
import { n as UIBridgeFeatures, U as UIBridgeConfig, t as WSConnectionState, l as RegisteredElement, R as RegisteredComponent, f as BridgeSnapshot, e as BridgeEventType, d as BridgeEventListener, X as WSSubscriptionOptions, c as BridgeEvent, i as ElementType, S as StandardAction, g as CustomAction, h as ElementState, E as ElementIdentifier, a1 as Workflow, p as UIStateGroup, o as UIState, m as StateSnapshot, a2 as WorkflowStep, T as TransitionResult, q as UITransition, N as NavigationResult, P as PathResult } from '../types-CPMbN_Iw.mjs';
|
|
4
|
+
import { U as UIBridgeRegistry } from '../registry-SsSDq46X.mjs';
|
|
5
|
+
import { U as UIBridgeWSClient } from '../websocket-client-C_Na0OSp.mjs';
|
|
6
6
|
import { RenderLogManager } from '../render-log/index.mjs';
|
|
7
|
-
import { M as MetricsCollector } from '../metrics-
|
|
8
|
-
import { A as ActionExecutor, i as WorkflowEngine, b as ControlActionRequest, c as ControlActionResponse, C as ComponentActionRequest, a as ComponentActionResponse, F as FindRequest, g as FindResponse, j as WorkflowRunRequest, k as WorkflowRunResponse } from '../types-
|
|
7
|
+
import { M as MetricsCollector } from '../metrics-NC3csD0R.mjs';
|
|
8
|
+
import { A as ActionExecutor, i as WorkflowEngine, b as ControlActionRequest, c as ControlActionResponse, C as ComponentActionRequest, a as ComponentActionResponse, F as FindRequest, g as FindResponse, j as WorkflowRunRequest, k as WorkflowRunResponse } from '../types-Dr6tH-bm.mjs';
|
|
9
|
+
import '../types-CFT3Dnx4.mjs';
|
|
9
10
|
|
|
10
11
|
/**
|
|
11
12
|
* UI Bridge context value
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React$1, { ReactNode } from 'react';
|
|
3
|
-
import { n as UIBridgeFeatures, U as UIBridgeConfig, t as WSConnectionState, l as RegisteredElement, R as RegisteredComponent, f as BridgeSnapshot, e as BridgeEventType, d as BridgeEventListener, X as WSSubscriptionOptions, c as BridgeEvent, i as ElementType, S as StandardAction, g as CustomAction, h as ElementState, E as ElementIdentifier, a1 as Workflow, p as UIStateGroup, o as UIState, m as StateSnapshot, a2 as WorkflowStep, T as TransitionResult, q as UITransition, N as NavigationResult, P as PathResult } from '../types-
|
|
4
|
-
import { U as UIBridgeRegistry } from '../registry-
|
|
5
|
-
import { U as UIBridgeWSClient } from '../websocket-client-
|
|
3
|
+
import { n as UIBridgeFeatures, U as UIBridgeConfig, t as WSConnectionState, l as RegisteredElement, R as RegisteredComponent, f as BridgeSnapshot, e as BridgeEventType, d as BridgeEventListener, X as WSSubscriptionOptions, c as BridgeEvent, i as ElementType, S as StandardAction, g as CustomAction, h as ElementState, E as ElementIdentifier, a1 as Workflow, p as UIStateGroup, o as UIState, m as StateSnapshot, a2 as WorkflowStep, T as TransitionResult, q as UITransition, N as NavigationResult, P as PathResult } from '../types-CPMbN_Iw.js';
|
|
4
|
+
import { U as UIBridgeRegistry } from '../registry-CIEDjbQ9.js';
|
|
5
|
+
import { U as UIBridgeWSClient } from '../websocket-client-CX4QJesI.js';
|
|
6
6
|
import { RenderLogManager } from '../render-log/index.js';
|
|
7
|
-
import { M as MetricsCollector } from '../metrics-
|
|
8
|
-
import { A as ActionExecutor, i as WorkflowEngine, b as ControlActionRequest, c as ControlActionResponse, C as ComponentActionRequest, a as ComponentActionResponse, F as FindRequest, g as FindResponse, j as WorkflowRunRequest, k as WorkflowRunResponse } from '../types-
|
|
7
|
+
import { M as MetricsCollector } from '../metrics-C9XRi_mL.js';
|
|
8
|
+
import { A as ActionExecutor, i as WorkflowEngine, b as ControlActionRequest, c as ControlActionResponse, C as ComponentActionRequest, a as ComponentActionResponse, F as FindRequest, g as FindResponse, j as WorkflowRunRequest, k as WorkflowRunResponse } from '../types-oCTrRxSw.js';
|
|
9
|
+
import '../types-BvCfFuEV.js';
|
|
9
10
|
|
|
10
11
|
/**
|
|
11
12
|
* UI Bridge context value
|