@camstack/addon-benchmark 0.1.31 → 0.1.33
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/@mf-types/compiled-types/benchmark-schemas.d.ts +4 -4
- package/dist/@mf-types/compiled-types/page.d.ts.map +1 -1
- package/dist/@mf-types/compiled-types/tabs/PipelineTab.d.ts.map +1 -1
- package/dist/@mf-types/compiled-types/tabs/WebRTCTab.d.ts +5 -0
- package/dist/@mf-types/compiled-types/tabs/WebRTCTab.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/webrtc/webrtc-probe.d.ts +68 -0
- package/dist/@mf-types/compiled-types/webrtc/webrtc-probe.d.ts.map +1 -0
- package/dist/{ReactKonva-DxyVVX68.mjs → ReactKonva-Cowc3qY6.mjs} +11 -3
- package/dist/{__mfe_internal__addon_benchmark_page__loadShare___mf_0_camstack_mf_1_sdk__loadShare__.mjs-h5aXOPSA.mjs → __mfe_internal__addon_benchmark_page__loadShare___mf_0_camstack_mf_1_sdk__loadShare__.mjs-lantnv8e.mjs} +1 -1
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.mjs-CPfBDuMJ.mjs +29 -0
- package/dist/{__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs-CwxG01QN.mjs → __mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs-CemCcHeI.mjs} +5 -3
- package/dist/{__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-DNK86jW_.mjs → __mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-D6ksjyzK.mjs} +1 -1
- package/dist/{__mfe_internal__addon_benchmark_page__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-CiSqvhEO.mjs → __mfe_internal__addon_benchmark_page__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-BbtFLGmB.mjs} +1 -1
- package/dist/_stub.js +34616 -8702
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_benchmark_page-JP1kyWBq.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_benchmark_page-Bz1iK14J.mjs} +7 -7
- package/dist/addon-benchmark.css +1 -1
- package/dist/{client-Zt4h91bV.mjs → client-CB44E33z.mjs} +2 -2
- package/dist/{hostInit-DKOU-7kU.mjs → hostInit-C9s2hXe7.mjs} +12 -12
- package/dist/{index-BRnp4vkk.mjs → index-BaKg996_.mjs} +258 -272
- package/dist/index-BcaueCG_.mjs +52893 -0
- package/dist/{index--nvasGtP.mjs → index-DUizOExi.mjs} +1 -1
- package/dist/index-DtOI1aTU.mjs +18504 -0
- package/dist/{index-DJ4amHkq.mjs → index-DwKzY9Ja.mjs} +1 -1
- package/dist/{index-Dt0w8Jc0.mjs → index-NHB4xixY.mjs} +1 -1
- package/dist/{index-D1DAg9Pv.mjs → index-jj6wOMLX.mjs} +1 -1
- package/dist/{jsx-runtime-BjrKBLEA.mjs → jsx-runtime-CVX781Ex.mjs} +1 -1
- package/dist/remoteEntry.js +1 -1
- package/dist/{schemas-ChN4Ih0h.mjs → schemas-B7L0qZtq.mjs} +530 -515
- package/dist/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_benchmark_page__remoteEntry_js-C4s7U7fD.mjs → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_benchmark_page__remoteEntry_js-Cj6L7_80.mjs} +1 -1
- package/package.json +1 -1
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.mjs-BVEzgqGi.mjs +0 -19
- package/dist/index-CUXiTSWS.mjs +0 -13883
- package/dist/index-c-4IkX18.mjs +0 -21512
|
@@ -42,10 +42,10 @@ export declare const PipelineBenchmarkHistoryEntryInputSchema: z.ZodObject<{
|
|
|
42
42
|
referenceImage: z.ZodOptional<z.ZodString>;
|
|
43
43
|
stepId: z.ZodString;
|
|
44
44
|
fps: z.ZodNumber;
|
|
45
|
+
warmup: z.ZodNumber;
|
|
45
46
|
p95Ms: z.ZodNumber;
|
|
46
47
|
avgDetections: z.ZodNumber;
|
|
47
48
|
iterations: z.ZodNumber;
|
|
48
|
-
warmup: z.ZodNumber;
|
|
49
49
|
avgMs: z.ZodNumber;
|
|
50
50
|
medianMs: z.ZodNumber;
|
|
51
51
|
p99Ms: z.ZodNumber;
|
|
@@ -83,10 +83,10 @@ export declare const BenchmarkHistoryEntryInputSchema: z.ZodObject<{
|
|
|
83
83
|
referenceImage: z.ZodOptional<z.ZodString>;
|
|
84
84
|
stepId: z.ZodString;
|
|
85
85
|
fps: z.ZodNumber;
|
|
86
|
+
warmup: z.ZodNumber;
|
|
86
87
|
p95Ms: z.ZodNumber;
|
|
87
88
|
avgDetections: z.ZodNumber;
|
|
88
89
|
iterations: z.ZodNumber;
|
|
89
|
-
warmup: z.ZodNumber;
|
|
90
90
|
avgMs: z.ZodNumber;
|
|
91
91
|
medianMs: z.ZodNumber;
|
|
92
92
|
p99Ms: z.ZodNumber;
|
|
@@ -310,12 +310,12 @@ export declare const DecoderPerfProgressSchema: z.ZodObject<{
|
|
|
310
310
|
kind: z.ZodLiteral<"decoder-perf">;
|
|
311
311
|
sessionId: z.ZodString;
|
|
312
312
|
phase: z.ZodEnum<{
|
|
313
|
-
running: "running";
|
|
314
313
|
error: "error";
|
|
314
|
+
running: "running";
|
|
315
|
+
warmup: "warmup";
|
|
315
316
|
complete: "complete";
|
|
316
317
|
aborted: "aborted";
|
|
317
318
|
init: "init";
|
|
318
|
-
warmup: "warmup";
|
|
319
319
|
}>;
|
|
320
320
|
tSec: z.ZodOptional<z.ZodNumber>;
|
|
321
321
|
sample: z.ZodOptional<z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../src/page.tsx"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAA;AAEpB,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../src/page.tsx"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAA;AAEpB,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAkB1E,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,IAAI,EAAE,EAAE,cAAc,2CAwC7D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PipelineTab.d.ts","sourceRoot":"","sources":["../../../../src/tabs/PipelineTab.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"PipelineTab.d.ts","sourceRoot":"","sources":["../../../../src/tabs/PipelineTab.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAuC,MAAM,sBAAsB,CAAA;AAq/B/F,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;CAAE,2CA4TrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebRTCTab.d.ts","sourceRoot":"","sources":["../../../../src/tabs/WebRTCTab.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAwC1D,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;CAAE,2CA8L5E"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Browser-side WebRTC probing primitives for the TURN / ICE test tab.
|
|
3
|
+
*
|
|
4
|
+
* Everything here runs entirely in the operator's browser against real
|
|
5
|
+
* `RTCPeerConnection`s — no server round-trip beyond fetching the ICE
|
|
6
|
+
* server list. Two probes:
|
|
7
|
+
*
|
|
8
|
+
* - `gatherCandidates` — one PC, gather ICE candidates for a given
|
|
9
|
+
* server set + transport policy, classify each (host / srflx /
|
|
10
|
+
* relay, IPv4 / IPv6) and time-stamp it. Answers "which candidate
|
|
11
|
+
* types does this configuration actually produce, and how fast".
|
|
12
|
+
*
|
|
13
|
+
* - `loopbackConnect` — two PCs in the SAME page wired to each other,
|
|
14
|
+
* forced through the selected config. With `iceTransportPolicy:
|
|
15
|
+
* 'relay'` the ONLY way they connect is via a TURN server, so a
|
|
16
|
+
* successful loopback is proof the relay path works end-to-end; the
|
|
17
|
+
* nominated candidate pair + `currentRoundTripTime` give the latency.
|
|
18
|
+
*
|
|
19
|
+
* Pure functions, no React — the tab component drives them.
|
|
20
|
+
*/
|
|
21
|
+
export type IceTransportPolicy = 'all' | 'relay';
|
|
22
|
+
export type CandidateType = 'host' | 'srflx' | 'prflx' | 'relay' | 'unknown';
|
|
23
|
+
/** A single flattened ICE server URL with optional credentials. */
|
|
24
|
+
export interface IceServerConfig {
|
|
25
|
+
readonly url: string;
|
|
26
|
+
readonly username?: string;
|
|
27
|
+
readonly credential?: string;
|
|
28
|
+
}
|
|
29
|
+
export interface GatheredCandidate {
|
|
30
|
+
readonly type: CandidateType;
|
|
31
|
+
/** Transport protocol token (udp / tcp). */
|
|
32
|
+
readonly protocol: string;
|
|
33
|
+
readonly address: string;
|
|
34
|
+
readonly port: number;
|
|
35
|
+
readonly isIPv6: boolean;
|
|
36
|
+
/** The ICE server URL that produced this candidate (srflx / relay), if known. */
|
|
37
|
+
readonly relatedUrl: string | null;
|
|
38
|
+
readonly raw: string;
|
|
39
|
+
/** Milliseconds from gather start to this candidate. */
|
|
40
|
+
readonly tMs: number;
|
|
41
|
+
}
|
|
42
|
+
export interface GatherResult {
|
|
43
|
+
readonly candidates: readonly GatheredCandidate[];
|
|
44
|
+
readonly sdp: string;
|
|
45
|
+
readonly durationMs: number;
|
|
46
|
+
readonly timedOut: boolean;
|
|
47
|
+
readonly error: string | null;
|
|
48
|
+
}
|
|
49
|
+
export interface ConnectivityResult {
|
|
50
|
+
readonly connected: boolean;
|
|
51
|
+
/** Final `iceConnectionState` of the offerer. */
|
|
52
|
+
readonly state: string;
|
|
53
|
+
readonly localType: CandidateType | null;
|
|
54
|
+
readonly remoteType: CandidateType | null;
|
|
55
|
+
/** Nominated-pair round-trip time in milliseconds, when reported. */
|
|
56
|
+
readonly rttMs: number | null;
|
|
57
|
+
readonly durationMs: number;
|
|
58
|
+
readonly error: string | null;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Parse a raw SDP candidate line into the fields the UI reports. The
|
|
62
|
+
* grammar is `candidate:<foundation> <component> <proto> <priority>
|
|
63
|
+
* <address> <port> typ <type> ...` (RFC 5245 §15.1).
|
|
64
|
+
*/
|
|
65
|
+
export declare function parseCandidate(raw: string, relatedUrl: string | null, tMs: number): GatheredCandidate;
|
|
66
|
+
export declare function gatherCandidates(servers: readonly IceServerConfig[], policy: IceTransportPolicy, timeoutMs?: number): Promise<GatherResult>;
|
|
67
|
+
export declare function loopbackConnect(servers: readonly IceServerConfig[], policy: IceTransportPolicy, timeoutMs?: number): Promise<ConnectivityResult>;
|
|
68
|
+
//# sourceMappingURL=webrtc-probe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webrtc-probe.d.ts","sourceRoot":"","sources":["../../../../src/webrtc/webrtc-probe.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,OAAO,CAAA;AAEhD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAA;AAE5E,mEAAmE;AACnE,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAC1B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAA;IAC5B,4CAA4C;IAC5C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAA;IACxB,iFAAiF;IACjF,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAA;IAClC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB,wDAAwD;IACxD,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,UAAU,EAAE,SAAS,iBAAiB,EAAE,CAAA;IACjD,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAC9B;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAA;IAC3B,iDAAiD;IACjD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,SAAS,EAAE,aAAa,GAAG,IAAI,CAAA;IACxC,QAAQ,CAAC,UAAU,EAAE,aAAa,GAAG,IAAI,CAAA;IACzC,qEAAqE;IACrE,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAC9B;AAmCD;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,MAAM,GAAG,iBAAiB,CAsBrG;AAID,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,SAAS,eAAe,EAAE,EACnC,MAAM,EAAE,kBAAkB,EAC1B,SAAS,SAAO,GACf,OAAO,CAAC,YAAY,CAAC,CA2CvB;AA4CD,wBAAsB,eAAe,CACnC,OAAO,EAAE,SAAS,eAAe,EAAE,EACnC,MAAM,EAAE,kBAAkB,EAC1B,SAAS,SAAQ,GAChB,OAAO,CAAC,kBAAkB,CAAC,CA6D7B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as wt, j as Vc, c as Zl,
|
|
2
|
-
import { r as ld, a as sd } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-
|
|
1
|
+
import { R as wt, j as Vc, c as Zl, o as $1, h as td, p as ed, f as ad, m as nd, a as id } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs-CemCcHeI.mjs";
|
|
2
|
+
import { r as ld, a as sd } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-D6ksjyzK.mjs";
|
|
3
3
|
import { s as Jl } from "./index-CWkKuNLr.mjs";
|
|
4
4
|
const rd = Math.PI / 180;
|
|
5
5
|
function ud() {
|
|
@@ -14893,6 +14893,14 @@ const k5 = () => {
|
|
|
14893
14893
|
version: C4
|
|
14894
14894
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
14895
14895
|
export {
|
|
14896
|
+
y4 as A,
|
|
14897
|
+
i4 as C,
|
|
14898
|
+
e4 as G,
|
|
14899
|
+
r4 as L,
|
|
14900
|
+
n4 as R,
|
|
14901
|
+
E4 as S,
|
|
14902
|
+
h4 as T,
|
|
14896
14903
|
F4 as _,
|
|
14897
|
-
P4 as a
|
|
14904
|
+
P4 as a,
|
|
14905
|
+
$5 as b
|
|
14898
14906
|
};
|
|
@@ -6,7 +6,7 @@ const s = globalThis[e], _ = s.share["@camstack/sdk"];
|
|
|
6
6
|
if (_ === void 0)
|
|
7
7
|
throw new Error("[Module Federation] Shared module @camstack/sdk was imported before federation bootstrap finished.");
|
|
8
8
|
_.__esModule ? _.default : _.default;
|
|
9
|
-
const { DEFAULT_ENABLED_CLASSES: a, DetectionClass: m, ELIGIBLE_HA_DOMAINS: l, ELIGIBLE_HA_DOMAINS_SET: f, ELIGIBLE_SCRYPTED_DEVICE_TYPES: t, ELIGIBLE_SCRYPTED_DEVICE_TYPES_SET: o, FEATURE_MATRIX: i, HA_DOMAIN_TYPE_MAP: n, RAW_TO_CANONICAL: C, SCRYPTED_TYPE_TO_CANONICAL: E, System: r, TIMELINE_PRESET_ALL: c, TIMELINE_PRESET_CRITICAL: T, TIMELINE_PRESET_IMPORTANT: d, animalClasses: I, audioClasses: A, audioLabelClasses: L, createSystem: S, defaultDetectionClasses: u, detectionClassesDefaultMap: P, doorbellClasses: D, faceClasses: h, getBackendRequiredFeatures: M, getCanonicalDeviceType: b, getClassesForTimelinePreset: g,
|
|
9
|
+
const { DEFAULT_ENABLED_CLASSES: a, DetectionClass: m, ELIGIBLE_HA_DOMAINS: l, ELIGIBLE_HA_DOMAINS_SET: f, ELIGIBLE_SCRYPTED_DEVICE_TYPES: t, ELIGIBLE_SCRYPTED_DEVICE_TYPES_SET: o, FEATURE_MATRIX: i, HA_DOMAIN_TYPE_MAP: n, RAW_TO_CANONICAL: C, SCRYPTED_TYPE_TO_CANONICAL: E, System: r, TIMELINE_PRESET_ALL: c, TIMELINE_PRESET_CRITICAL: T, TIMELINE_PRESET_IMPORTANT: d, animalClasses: I, audioClasses: A, audioLabelClasses: L, createSystem: S, defaultDetectionClasses: u, detectionClassesDefaultMap: P, doorbellClasses: D, faceClasses: h, getBackendRequiredFeatures: M, getCanonicalDeviceType: b, getClassesForTimelinePreset: g, getParentClass: N, getParentDetectionClass: R, getSourceFeatures: p, isAnimalClassname: F, isAudioClassname: O, isDoorbellClassname: k, isFaceClassname: Y, isFeatureAvailable: B, isLabelDetection: G, isMotionClassname: y, isPackageClassname: v, isPersonClassname: w, isPlateClassname: H, isSensorLabelClassname: V, isVehicleClassname: x, licensePlateClasses: U, motionClasses: q, packageClasses: K, personClasses: W, raceFastestEndpoint: X, sensorLabelClasses: j, vehicleClasses: z } = _;
|
|
10
10
|
export {
|
|
11
11
|
S as _
|
|
12
12
|
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const e = "__mf_module_cache__";
|
|
2
|
+
globalThis[e] ||= { share: {}, remote: {} };
|
|
3
|
+
globalThis[e].share ||= {};
|
|
4
|
+
globalThis[e].remote ||= {};
|
|
5
|
+
const a = globalThis[e], _ = a.share["@camstack/types"];
|
|
6
|
+
if (_ === void 0)
|
|
7
|
+
throw new Error("[Module Federation] Shared module @camstack/types was imported before federation bootstrap finished.");
|
|
8
|
+
_.__esModule ? _.default : _.default;
|
|
9
|
+
const { ACCESSORY_LABEL: m, APPLE_SA_TO_MACRO: t, AUDIO_BACKEND_CHOICES: i, AUDIO_MACRO_LABELS: f, AccessoriesStatusSchema: o, AccessoryKind: c, AddBrokerInputSchema: S, AddonAutoUpdateSchema: r, AddonListItemSchema: n, AddonPageDeclarationSchema: s, AddonPageInfoSchema: h, AdoptionAdoptInputSchema: l, AdoptionAdoptResultSchema: u, AdoptionFilterSchema: d, AdoptionGetCandidateInputSchema: p, AdoptionListCandidatesInputSchema: C, AdoptionListCandidatesOutputSchema: y, AdoptionReleaseInputSchema: b, AdoptionStatusSchema: A, AgentLoadSummarySchema: E, AirQualitySensorStatusSchema: g, AlarmArmModeSchema: P, AlarmPanelStatusSchema: R, AlarmStateSchema: I, AlertSchema: M, AlertSeveritySchema: v, AlertSourceSchema: k, AlertStatusSchema: T, AmbientLightSensorStatusSchema: D, ApiKeyRecordSchema: O, ApiKeySummarySchema: B, ArchiveEntrySchema: L, ArchiveManifestSchema: N, AudioAnalysisResultSchema: F, AudioAnalysisSettingsSchema: U, AudioChunkInputSchema: w, AudioClassSummarySchema: H, AudioClassificationLabelSchema: W, AudioClassificationResultSchema: K, AudioCodecInfoSchema: x, AudioDecodeSessionConfigSchema: z, AudioEncodeSchema: V, AudioEncodeSessionConfigSchema: Y, AudioEncodedChunkSchema: Z, AudioEventSchema: G, AudioLevelSchema: j, AudioMetricsHistoryPointSchema: Q, AudioMetricsHistorySchema: q, AudioMetricsSnapshotSchema: J, AudioPcmChunkSchema: X, AuthResultSchema: $, AutoUpdateSettingsSchema: __, AutomationControlStatusSchema: e_, AvailableIntegrationTypeSchema: a_, BATTERY_DEVICE_PROFILE: m_, BackupDestinationInfoSchema: t_, BackupEntrySchema: i_, BatteryStatusSchema: f_, BinaryStatusSchema: o_, BoundingBoxSchema: c_, BrightnessStatusSchema: S_, BrokerAddInputSchema: r_, BrokerAudioClientSchema: n_, BrokerClientsSchema: s_, BrokerConnectionDetailsSchema: h_, BrokerConsumerAttributionSchema: l_, BrokerConsumerKindSchema: u_, BrokerDecodedClientSchema: d_, BrokerEncodedClientSchema: p_, BrokerGetStateInputSchema: C_, BrokerInfoSchema: y_, BrokerProviderInfoSchema: b_, BrokerPublishInputSchema: A_, BrokerRegistryStatusSchema: E_, BrokerRtspClientSchema: g_, BrokerStatsSchema: P_, BrokerStatusEnum: R_, BrokerStatusSchema: I_, BrokerSubscribeInputSchema: M_, BrokerSubscribeResultSchema: v_, BrokerTestConnectionResultSchema: k_, BrokerUnsubscribeInputSchema: T_, CAM_PROFILE_ORDER: D_, CamProfileSchema: O_, CamStreamDescriptorSchema: B_, CamStreamKindSchema: L_, CamStreamResolutionSchema: N_, CameraCredentialsSchema: F_, CameraCredentialsStatusSchema: U_, CameraMetricsSchema: w_, CameraMetricsWithDeviceIdSchema: H_, CameraStreamSchema: W_, CandidateQueryFilterSchema: K_, CapScopeSchema: x_, CapabilityBindingsSchema: z_, CarbonMonoxideStatusSchema: V_, ChargingStatus: Y_, ClientNetworkStatsSchema: Z_, ClimateControlStatusSchema: G_, ClusterAddonNodeDeploymentSchema: j_, ClusterAddonStatusEntrySchema: Q_, CollectionColumnSchema: q_, CollectionIndexSchema: J_, ColorStatusSchema: X_, ConfigEntrySchema: $_, ConfigSectionWithValuesSchema: _e, ConfigTabDeclarationSchema: ee, ConnectivityStatusSchema: ae, ConsumableItemSchema: me, ConsumablesStatusSchema: te, ContactStatusSchema: ie, ControlKindSchema: fe, ControlStatusSchema: oe, CoverStateSchema: ce, CoverStatusSchema: Se, CreateApiKeyInputSchema: re, CreateApiKeyResultSchema: ne, CreateIntegrationInputSchema: se, CreateScopedTokenInputSchema: he, CreateScopedTokenResultSchema: le, CreateUserInputSchema: ue, CustomActionInputSchema: de, DEFAULT_AUDIO_ANALYZER_CONFIG: pe, DEFAULT_DECODER_HWACCEL_CONFIG: Ce, DEVICE_PROFILES: ye, DEVICE_SETTINGS_CONTRIBUTION_METHODS: be, DEVICE_STATUS_METHOD: Ae, DecodedAudioChunkSchema: Ee, DecodedFrameSchema: ge, DecoderAssignmentSchema: Pe, DecoderSessionConfigSchema: Re, DecoderStatsSchema: Ie, DeleteIntegrationResultSchema: Me, DetectorOutputSchema: ve, DeviceDiscoveryStatusSchema: ke, DeviceExportExposeInputSchema: Te, DeviceExportStatusSchema: De, DeviceExportUnexposeInputSchema: Oe, DeviceFeature: Be, DeviceInfoSchema: Le, DeviceNetworkStatsSchema: Ne, DeviceRole: Fe, DeviceStatusSchema: Ue, DeviceType: we, DiscoveredChildDeviceSchema: He, DiscoveredChildStatusSchema: We, DiscoveredDeviceSchema: Ke, DoorbellPressEventSchema: xe, DoorbellStatusSchema: ze, EmbeddingInfoSchema: Ve, EmbeddingResultSchema: Ye, EncodeProfileSchema: Ze, EncodedPacketSchema: Ge, EnrichedWidgetMetadataSchema: je, EnumSensorDateTimeFormatSchema: Qe, EnumSensorStatusSchema: qe, EventEmitterStatusSchema: Je, EventFireSchema: Xe, EventItemSchema: $e, EventKindSchema: _a, ExportSetupFieldSchema: ea, ExportSetupSchema: aa, ExposedDeviceSchema: ma, ExposedResourceSchema: ta, FanControlStatusSchema: ia, FanDirectionSchema: fa, FeatureManifestSchema: oa, FeatureProbeStatusSchema: ca, FloodStatusSchema: Sa, FrameHandleFormatSchema: ra, FrameHandleSchema: na, FrameInputSchema: sa, GasStatusSchema: ha, GetStreamWithCodecInputSchema: la, GlobalMetricsSchema: ua, HWACCEL_OPTIONS: da, HealthStatusSchema: pa, HistoryPointSchema: Ca, HistoryResolutionEnum: ya, HumidifierStatusSchema: ba, HumiditySensorStatusSchema: Aa, HvacModeSchema: Ea, ImageStatusSchema: ga, InstalledPackageSchema: Pa, IntegrationLiteSchema: Ra, IntegrationWithStateSchema: Ia, IntercomAbilitySchema: Ma, IntercomStatusSchema: va, LawnMowerActivitySchema: ka, LawnMowerControlStatusSchema: Ta, LocationStatSchema: Da, LockControlStatusSchema: Oa, LockStateSchema: Ba, LogEntrySchema: La, LogLevelSchema: Na, LogStreamEntrySchema: Fa, MODEL_FORMATS: Ua, MaskGridDimsSchema: wa, MaskGridShapeSchema: Ha, MaskLineShapeSchema: Wa, MaskPointSchema: Ka, MaskPolygonShapeSchema: xa, MaskPolygonVerticesSchema: za, MaskRectShapeSchema: Va, MaskShapeKindSchema: Ya, MaskShapeSchema: Za, MediaFileSchema: Ga, MediaPlayerRepeatSchema: ja, MediaPlayerStateSchema: Qa, MediaPlayerStatusSchema: qa, MeshPeerSchema: Ja, MeshStatusSchema: Xa, MethodAccessSchema: $a, MotionAnalysisResultSchema: _m, MotionEventSchema: em, MotionOnMotionChangedDataSchema: am, MotionRegionSchema: mm, MotionSourceEnum: tm, MotionSourcesSchema: im, MotionStatusSchema: fm, MotionTriggerRuntimeStateSchema: om, MotionTriggerStatusSchema: cm, MotionZoneOptionsSchema: Sm, MotionZonePatchSchema: rm, MotionZoneRegionSchema: nm, MotionZoneStatusSchema: sm, MqttBrokerStatusSchema: hm, NativeDetectionSchema: lm, NativeObjectClassEnum: um, NativeObjectDetectionRuntimeStateSchema: dm, NativeObjectDetectionStatusSchema: pm, NetworkAccessStatusSchema: Cm, NetworkAddressSchema: ym, NetworkEndpointSchema: bm, NotificationHistoryEntrySchema: Am, NotificationRuleSchema: Em, NotificationSchema: gm, NotifierStatusSchema: Pm, NumericSensorStatusSchema: Rm, OauthIntegrationDescriptorSchema: Im, ObjectEventSchema: Mm, OrchestratorMetricsSchema: vm, OsdOverlayKindEnum: km, OsdOverlayPatchSchema: Tm, OsdOverlaySchema: Dm, OsdPositionEnum: Om, OsdStatusSchema: Bm, PIPELINE_FLOW_CAPABILITY_NAMES: Lm, PIPELINE_OWNER_CAPABILITY_NAMES: Nm, PackageUpdateSchema: Fm, PackageVersionInfoSchema: Um, PasskeySummarySchema: wm, PcmSampleFormatSchema: Hm, PerScopeBreakdownSchema: Wm, PickStreamPreferencesSchema: Km, PickStreamRequirementsSchema: xm, PickedCamStreamSchema: zm, PipelineAssignmentSchema: Vm, PipelineDefaultStepSchema: Ym, PipelineEngineChoiceSchema: Zm, PipelineRunResultBridge: Gm, PipelineStepInputSchema: jm, PlaceholderReasonSchema: Qm, PolygonPointSchema: qm, PowerMeterStatusSchema: Jm, PresenceStatusSchema: Xm, PressureSensorStatusSchema: $m, PrivacyMaskOptionsSchema: _t, PrivacyMaskPatchSchema: et, PrivacyMaskRegionSchema: at, PrivacyMaskShapeSchema: mt, PrivacyMaskStatusSchema: tt, ProfileRtspEntrySchema: it, ProfileSlotSchema: ft, ProfileSlotStatusSchema: ot, ProviderStatusSchema: ct, PtzAutotrackRuntimeStateSchema: St, PtzAutotrackSettingsSchema: rt, PtzAutotrackStatusSchema: nt, PtzAutotrackTargetOptionSchema: st, PtzMoveCommandSchema: ht, PtzPositionSchema: lt, PtzPresetSchema: ut, PtzStatusSchema: dt, QueryFilterSchema: pt, RawStateResultSchema: Ct, RecordingAvailabilitySchema: yt, RecordingConfigSchema: bt, RecordingDeviceUsageSchema: At, RecordingLocationUsageSchema: Et, RecordingManifestSchema: gt, RecordingModeSchema: Pt, RecordingRangeSchema: Rt, RecordingRetentionSchema: It, RecordingRuleSchema: Mt, RecordingScheduleSchema: vt, RecordingStatusSchema: kt, RecordingStorageUsageSchema: Tt, RecordingWeekdaySchema: Dt, RegisteredStreamSchema: Ot, ReportMotionInputSchema: Bt, RtpSourceSchema: Lt, RtspRestreamEntrySchema: Nt, RunnerCameraConfigSchema: Ft, RunnerCameraDeviceUIFields: Ut, RunnerLocalLoadSchema: wt, RunnerLocalMetricsSchema: Ht, SOURCE_INFO_METADATA_KEY: Wt, ScopedTokenSchema: Kt, ScopedTokenSummarySchema: xt, ScriptRunnerStatusSchema: zt, SearchResultSchema: Vt, SendEmailInputSchema: Yt, SendEmailResultSchema: Zt, SettingsPatchSchema: Gt, SettingsRecordSchema: jt, SettingsSchemaWithValuesSchema: Qt, SettingsUpdateResultSchema: qt, ShmRingStatsSchema: Jt, SmokeStatusSchema: Xt, SmtpStatusSchema: $t, SnapshotImageSchema: _i, SourceInfoSchema: ei, SpatialDetectionSchema: ai, SsoBridgeClaimsSchema: mi, StartEmbeddedInputSchema: ti, StorageAbortUploadInputSchema: ii, StorageBeginDownloadInputSchema: fi, StorageBeginDownloadResultSchema: oi, StorageBeginUploadInputSchema: ci, StorageBeginUploadResultSchema: Si, StorageEndDownloadInputSchema: ri, StorageFinalizeUploadInputSchema: ni, StorageLocationDeclarationSchema: si, StorageLocationRefSchema: hi, StorageLocationSchema: li, StorageLocationTypeSchema: ui, StorageProviderInfoSchema: di, StorageReadChunkInputSchema: pi, StorageTestLocationResultSchema: Ci, StorageWriteChunkInputSchema: yi, StreamCodecSchema: bi, StreamFormatSchema: Ai, StreamInfoSchema: Ei, StreamNetworkStatsSchema: gi, StreamParamsOptionsSchema: Pi, StreamParamsStatusSchema: Ri, StreamProfileConfigSchema: Ii, StreamProfileOptionsSchema: Mi, StreamProfilePatchSchema: vi, StreamProfileSchema: ki, StreamSourceEntrySchema: Ti, StreamSourceSchema: Di, SubscribeAudioChunksInputSchema: Oi, SubscribeAudioChunksResultSchema: Bi, SubscribeFramesInputSchema: Li, SubscribeFramesResultSchema: Ni, SwitchStatusSchema: Fi, SystemMetricsSchema: Ui, TamperStatusSchema: wi, TankStatusSchema: Hi, TemperatureSensorStatusSchema: Wi, TestConnectionResultSchema: Ki, ToastSchema: xi, TokenScopeSchema: zi, TopologyNodeSchema: Vi, TopologyProcessSchema: Yi, TopologyServiceSchema: Zi, TrackSchema: Gi, TrackStateSchema: ji, TrackedDetectionSchema: Qi, TurnServerSchema: qi, UnifiedBrokerInfoSchema: Ji, UpdateIntegrationInputSchema: Xi, UpdateStatusSchema: $i, UpdateUserInputSchema: _f, UserRecordSchema: ef, UserSummarySchema: af, VacuumControlStatusSchema: mf, VacuumStateSchema: tf, ValveStateSchema: ff, ValveStatusSchema: of, VibrationStatusSchema: cf, VideoEncodeSchema: Sf, WELL_KNOWN_TABS: rf, WELL_KNOWN_TAB_MAP: nf, WaterHeaterStatusSchema: sf, WeatherStatusSchema: hf, WebrtcStreamChoiceSchema: lf, WebrtcStreamTargetSchema: uf, WidgetHostEnum: df, WidgetMetadataSchema: pf, WidgetRemoteSchema: Cf, WidgetSizeEnum: yf, YAMNET_TO_MACRO: bf, ZoneKindEnum: Af, ZoneRuleModeEnum: Ef, ZoneRuleSchema: gf, ZoneRuleStageEnum: Pf, ZoneRulesArraySchema: Rf, ZoneSchema: If, ZoneScopeBreakdownSchema: Mf, accessoriesCapability: vf, accessoryStableId: kf, addonPagesCapability: Tf, addonPagesSourceCapability: Df, addonRoutesCapability: Of, addonSettingsCapability: Bf, addonWidgetsCapability: Lf, addonWidgetsSourceCapability: Nf, addonsCapability: Ff, adminUiCapability: Uf, advancedNotifierCapability: wf, airQualitySensorCapability: Hf, alarmPanelCapability: Wf, alertsCapability: Kf, ambientLightSensorCapability: xf, audioAnalysisCapability: zf, audioAnalyzerCapability: Vf, audioCodecCapability: Yf, audioMetricsCapability: Zf, authProviderCapability: Gf, automationControlCapability: jf, backupCapability: Qf, batteryCapability: qf, binaryCapability: Jf, brightnessCapability: Xf, brokerCapability: $f, buttonCapability: _o, cameraCredentialsCapability: eo, cameraPipelineConfigCapability: ao, cameraStreamsCapability: mo, carbonMonoxideCapability: to, climateControlCapability: io, colorCapability: fo, connectivityCapability: oo, consumablesCapability: co, contactCapability: So, controlCapability: ro, coverCapability: no, decoderCapability: so, detectionPipelineCapability: ho, deviceAdoptionCapability: lo, deviceDiscoveryCapability: uo, deviceExportCapability: po, deviceManagerCapability: Co, deviceMatchesProfile: yo, deviceOpsCapability: bo, deviceProviderCapability: Ao, deviceStateCapability: Eo, deviceStatusCapability: go, doorbellCapability: Po, embeddingEncoderCapability: Ro, encodeProfileFromStreamShape: Io, enumSensorCapability: Mo, errMsg: vo, event: ko, eventEmitterCapability: To, eventsCapability: Do, expandCapMethods: Oo, extractSourceInfoFromMetadata: Bo, fanControlCapability: Lo, featureProbeCapability: No, floodCapability: Fo, gasCapability: Uo, getAudioMacroClassIds: wo, humidifierCapability: Ho, humiditySensorCapability: Wo, hydrateSchema: Ko, imageCapability: xo, integrationsCapability: zo, intercomCapability: Vo, isDeviceConfigCap: Yo, lawnMowerControlCapability: Zo, localNetworkCapability: Go, lockControlCapability: jo, logDestinationCapability: Qo, makeProfileBrokerId: qo, makeSourceBrokerId: Jo, mapAudioLabelToMacro: Xo, mediaPlayerCapability: $o, mergeSourceInfo: _c, meshNetworkCapability: ec, method: ac, metricsProviderCapability: mc, motionCapability: tc, motionDetectionCapability: ic, motionTriggerCapability: fc, motionZonesCapability: oc, mqttBrokerCapability: cc, nativeObjectDetectionCapability: Sc, networkAccessCapability: rc, networkQualityCapability: nc, nodesCapability: sc, normalizeUnit: hc, notificationOutputCapability: lc, notifierCapability: uc, numericSensorCapability: dc, oauthIntegrationCapability: pc, osdCapability: Cc, parseProfileBrokerId: yc, pipelineAnalyticsCapability: bc, pipelineExecutorCapability: Ac, pipelineOrchestratorCapability: Ec, pipelineRunnerCapability: gc, platformProbeCapability: Pc, powerMeterCapability: Rc, presenceCapability: Ic, pressureSensorCapability: Mc, privacyMaskCapability: vc, ptzAutotrackCapability: kc, ptzCapability: Tc, rebootCapability: Dc, recordingCapability: Oc, resolveDeviceProfile: Bc, restreamerCapability: Lc, scriptRunnerCapability: Nc, selectAssignedProfileSlots: Fc, settingsStoreCapability: Uc, smokeCapability: wc, smtpProviderCapability: Hc, snapshotCapability: Wc, snapshotProviderCapability: Kc, ssoBridgeCapability: xc, storageCapability: zc, storageEvictableCapability: Vc, storageProviderCapability: Yc, streamBrokerCapability: Zc, streamCatalogCapability: Gc, streamParamsCapability: jc, streamingEngineCapability: Qc, switchCapability: qc, synthesizeSourceInfo: Jc, systemCapability: Xc, tamperCapability: $c, temperatureSensorCapability: _S, toastCapability: eS, turnProviderCapability: aS, updateCapability: mS, userManagementCapability: tS, userPasskeysCapability: iS, vacuumControlCapability: fS, valveCapability: oS, vibrationCapability: cS, waterHeaterCapability: SS, weatherCapability: rS, webrtcCapability: nS, webrtcClientHintsSchema: sS, webrtcSessionCapability: hS, wiringAddonHealthSchema: lS, wiringHealthSnapshotSchema: uS, wiringNodeHealthSchema: dS, wiringProbeKindSchema: pS, wiringProbeResultSchema: CS, zoneAnalyticsCapability: yS, zoneRulesCapability: bS, zonesCapability: AS, ALL_CAPABILITY_DEFINITIONS: ES, BACKEND_TO_FORMAT: gS, BaseAddon: PS, BaseDevice: RS, BaseDeviceProvider: IS, CAPABILITY_NAMES: MS, CAPABILITY_ROUTER_KEYS: vS, CAP_NAMES_WITH_STATUS: kS, CAP_PROVIDER_KIND_MAP: TS, COCO_80_LABELS: DS, COCO_TO_MACRO: OS, DATAPLANE_SECRET_HEADER: BS, DEFAULT_ADDON_PLACEMENT: LS, DEFAULT_FEATURES: NS, DEFAULT_RETENTION: FS, DEVICE_CAP_NAMES: US, DEVICE_TYPE_INFO: wS, DeviceConfig: HS, DeviceRuntimeState: WS, DisposerChain: KS, ElementConfigStore: xS, EventCategory: zS, EventSourceType: VS, HF_BASE_URL: YS, HF_REPO: ZS, KNOWN_CAP_NAMES: GS, MACRO_LABELS: jS, METHOD_ACCESS_MAP: QS, PROVIDER_KIND_CAP_NAMES: qS, PYTHON_SCRIPT: JS, RECOGNITION_TYPES: XS, RUNTIME_DEFAULTS: $S, RUNTIME_TO_FORMAT: _r, ReadinessRegistry: er, ReadinessTimeoutError: ar, RingBuffer: mr, SCOPE_PRESETS: tr, STREAM_PROFILE_META: ir, STREAM_QUALITY_LABELS: fr, SUB_DETECTION_TYPES: or, SYSTEM_CAP_NAMES: cr, SystemMirror: Sr, TIMEZONES: rr, applyTransform: nr, asBoolean: sr, asJsonArray: hr, asJsonObject: lr, asNumber: ur, asString: dr, autoAssignProfiles: pr, bestLocationMatch: Cr, bindAddonActions: yr, buildAddonRouteProvider: br, buildStreamParamsConfigSchema: Ar, cellsToRects: Er, classifyStream: gr, classifyStreams: Pr, cosineSimilarity: Rr, createDeviceProxy: Ir, createDurableState: Mr, createEvent: vr, createLazyTrpcSource: kr, createMirrorSource: Tr, createRuntimeStateBridge: Dr, createSliceHandle: Or, createSystemProxy: Br, customAction: Lr, defineCustomActions: Nr, deviceCustomAction: Fr, emitDownForOwnedCaps: Ur, emitReadiness: wr, enumerateSchemaFields: Hr, evaluateZoneRules: Wr, findTimezone: Kr, formatForBackend: xr, formatForRuntime: zr, getByPath: Vr, getCapsByProviderKind: Yr, hfModelUrl: Zr, isAgentOnlyPlacement: Gr, isDeployableToAgent: jr, isEvent: Qr, locationSimilarity: qr, maskUrlCredentials: Jr, normalizeAddonInitResult: Xr, parseCameraStreamConfig: $r, parseJsonArray: _n, parseJsonObject: en, parseJsonUnknown: an, parseStreamParamsFormPatch: mn, pickPreferredRtspEntry: tn, pythonScriptForBackend: fn, readinessKey: on, rectsToCells: cn, requiresPython: Sn, resolveAddonExecution: rn, resolveAddonGroup: nn, resolveAddonPlacement: sn, resolveAddonRuntime: hn, resolveDetectionRuntime: ln, resolveModelFormat: un, resolveRunnerId: dn, runInferenceStep: pn, scopeKey: Cn, setByPath: yn, sleep: bn, sleepCancellable: An, streamPixels: En, streamQualityLabel: gn, toDeviceSummary: Pn, toStreamSourceEntry: Rn, zodEntriesToConfigUI: In } = _;
|
|
10
|
+
export {
|
|
11
|
+
Ir as _,
|
|
12
|
+
we as a,
|
|
13
|
+
Fe as b,
|
|
14
|
+
kt as c,
|
|
15
|
+
bt as d,
|
|
16
|
+
rr as e,
|
|
17
|
+
Kr as f,
|
|
18
|
+
ei as g,
|
|
19
|
+
zS as h,
|
|
20
|
+
ES as i,
|
|
21
|
+
Br as j,
|
|
22
|
+
Sr as k,
|
|
23
|
+
Be as l,
|
|
24
|
+
De as m,
|
|
25
|
+
GS as n,
|
|
26
|
+
kr as o,
|
|
27
|
+
Or as p,
|
|
28
|
+
ma as q
|
|
29
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as n } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs-
|
|
1
|
+
import { _ as n } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs-CemCcHeI.mjs";
|
|
2
2
|
function a(e) {
|
|
3
3
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
4
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as e } from "./__mfe_internal__addon_benchmark_page__loadShare__react_mf_2_dom__loadShare__.mjs-DJwYdRXA.mjs";
|
|
2
|
-
import { g as r } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-
|
|
2
|
+
import { g as r } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-D6ksjyzK.mjs";
|
|
3
3
|
const o = /* @__PURE__ */ r(e);
|
|
4
4
|
export {
|
|
5
5
|
o as r
|