@camstack/addon-benchmark 0.1.13 → 0.1.15
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/assets/fixtures/camera-sim-1080p.h264 +0 -0
- package/assets/fixtures/camera-sim-1440p-h265.hevc +0 -0
- package/assets/fixtures/camera-sim-360p.h264 +0 -0
- package/dist/@mf-types/compiled-types/benchmark-schemas.d.ts +580 -0
- package/dist/@mf-types/compiled-types/benchmark-schemas.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/components/NodeSelector.d.ts +7 -0
- package/dist/@mf-types/compiled-types/components/NodeSelector.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/page.d.ts +4 -0
- package/dist/@mf-types/compiled-types/page.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/tabs/AudioTab.d.ts +6 -0
- package/dist/@mf-types/compiled-types/tabs/AudioTab.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/tabs/DecoderTab.d.ts +8 -0
- package/dist/@mf-types/compiled-types/tabs/DecoderTab.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/tabs/HistoryTab.d.ts +6 -0
- package/dist/@mf-types/compiled-types/tabs/HistoryTab.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/tabs/ImageTab.d.ts +6 -0
- package/dist/@mf-types/compiled-types/tabs/ImageTab.d.ts.map +1 -0
- package/dist/@mf-types/compiled-types/tabs/PipelineTab.d.ts +5 -0
- package/dist/@mf-types/compiled-types/tabs/PipelineTab.d.ts.map +1 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_camstack_mf_1_sdk__loadShare__.mjs-h5aXOPSA.mjs +12 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_camstack_mf_1_types__loadShare__.mjs-BDmWQEu5.mjs +16 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_tanstack_mf_1_react_mf_2_query__loadShare__.mjs-dyMGAogL.mjs +104 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_trpc_mf_1_client__loadShare__.mjs-jq0dGk3x.mjs +85 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare___mf_0_trpc_mf_1_react_mf_2_query__loadShare__.mjs-CmFI7g4f.mjs +62 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs-DrODo4jp.mjs +85 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-JW-pexXa.mjs +29 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.mjs-Ch91KrC_.mjs +36 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare__react_mf_2_dom__loadShare__.mjs-DJwYdRXA.mjs +45 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-B7BvuptH.mjs +6 -0
- package/dist/__mfe_internal__addon_benchmark_page__loadShare__react_mf_2_dom_mf_1_client__loadShare__.mjs-D0WpT8pS.mjs +34 -0
- package/dist/_stub.js +11270 -0
- package/dist/_virtual_mf-localSharedImportMap___mfe_internal__addon_benchmark_page-BeLfGVa1.mjs +156 -0
- package/dist/addon-benchmark.css +1 -1
- package/dist/client-DFXd_CTL.mjs +10063 -0
- package/dist/getErrorShape-BPSzUA7W-TlK8ipWe.mjs +211 -0
- package/dist/hostInit-CVXvnQQ4.mjs +168 -0
- package/dist/index-B3DDm3f_.mjs +435 -0
- package/dist/index-B9MIeX8E.mjs +1617 -0
- package/dist/index-BHDPHRYK.mjs +19109 -0
- package/dist/index-CRN37Hr9.mjs +15195 -0
- package/dist/index-CwX5nq5R.mjs +185 -0
- package/dist/index-DIVnrURN.mjs +725 -0
- package/dist/index-DqipDAUg.mjs +2603 -0
- package/dist/index-xncRG7-x.mjs +2713 -0
- package/dist/index.js +15547 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15546 -20
- package/dist/index.mjs.map +1 -1
- package/dist/jsx-runtime-BblBcpPM.mjs +55 -0
- package/dist/remoteEntry.js +2973 -0
- package/dist/virtualExposes-pfue1WZv.mjs +42 -0
- package/package.json +30 -10
- package/dist/page.mjs +0 -6772
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import { r as _, a as m } from "./__mfe_internal__addon_benchmark_page__loadShare__react__loadShare__.mjs_commonjs-proxy-JW-pexXa.mjs";
|
|
2
|
+
function v(r, e) {
|
|
3
|
+
for (var t = 0; t < e.length; t++) {
|
|
4
|
+
const a = e[t];
|
|
5
|
+
if (typeof a != "string" && !Array.isArray(a)) {
|
|
6
|
+
for (const c in a)
|
|
7
|
+
if (c !== "default" && !(c in r)) {
|
|
8
|
+
const g = Object.getOwnPropertyDescriptor(a, c);
|
|
9
|
+
g && Object.defineProperty(r, c, g.get ? g : {
|
|
10
|
+
enumerable: !0,
|
|
11
|
+
get: () => a[c]
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
return Object.freeze(Object.defineProperty(r, Symbol.toStringTag, { value: "Module" }));
|
|
17
|
+
}
|
|
18
|
+
var s = { exports: {} }, i = {};
|
|
19
|
+
/**
|
|
20
|
+
* @license React
|
|
21
|
+
* react-dom.production.js
|
|
22
|
+
*
|
|
23
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
24
|
+
*
|
|
25
|
+
* This source code is licensed under the MIT license found in the
|
|
26
|
+
* LICENSE file in the root directory of this source tree.
|
|
27
|
+
*/
|
|
28
|
+
var O = _;
|
|
29
|
+
function d(r) {
|
|
30
|
+
var e = "https://react.dev/errors/" + r;
|
|
31
|
+
if (1 < arguments.length) {
|
|
32
|
+
e += "?args[]=" + encodeURIComponent(arguments[1]);
|
|
33
|
+
for (var t = 2; t < arguments.length; t++)
|
|
34
|
+
e += "&args[]=" + encodeURIComponent(arguments[t]);
|
|
35
|
+
}
|
|
36
|
+
return "Minified React error #" + r + "; visit " + e + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
37
|
+
}
|
|
38
|
+
function f() {
|
|
39
|
+
}
|
|
40
|
+
var n = {
|
|
41
|
+
d: {
|
|
42
|
+
f,
|
|
43
|
+
r: function() {
|
|
44
|
+
throw Error(d(522));
|
|
45
|
+
},
|
|
46
|
+
D: f,
|
|
47
|
+
C: f,
|
|
48
|
+
L: f,
|
|
49
|
+
m: f,
|
|
50
|
+
X: f,
|
|
51
|
+
S: f,
|
|
52
|
+
M: f
|
|
53
|
+
},
|
|
54
|
+
p: 0,
|
|
55
|
+
findDOMNode: null
|
|
56
|
+
}, S = Symbol.for("react.portal");
|
|
57
|
+
function E(r, e, t) {
|
|
58
|
+
var a = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
59
|
+
return {
|
|
60
|
+
$$typeof: S,
|
|
61
|
+
key: a == null ? null : "" + a,
|
|
62
|
+
children: r,
|
|
63
|
+
containerInfo: e,
|
|
64
|
+
implementation: t
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
var u = O.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
68
|
+
function y(r, e) {
|
|
69
|
+
if (r === "font") return "";
|
|
70
|
+
if (typeof e == "string")
|
|
71
|
+
return e === "use-credentials" ? e : "";
|
|
72
|
+
}
|
|
73
|
+
i.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = n;
|
|
74
|
+
i.createPortal = function(r, e) {
|
|
75
|
+
var t = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
76
|
+
if (!e || e.nodeType !== 1 && e.nodeType !== 9 && e.nodeType !== 11)
|
|
77
|
+
throw Error(d(299));
|
|
78
|
+
return E(r, e, null, t);
|
|
79
|
+
};
|
|
80
|
+
i.flushSync = function(r) {
|
|
81
|
+
var e = u.T, t = n.p;
|
|
82
|
+
try {
|
|
83
|
+
if (u.T = null, n.p = 2, r) return r();
|
|
84
|
+
} finally {
|
|
85
|
+
u.T = e, n.p = t, n.d.f();
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
i.preconnect = function(r, e) {
|
|
89
|
+
typeof r == "string" && (e ? (e = e.crossOrigin, e = typeof e == "string" ? e === "use-credentials" ? e : "" : void 0) : e = null, n.d.C(r, e));
|
|
90
|
+
};
|
|
91
|
+
i.prefetchDNS = function(r) {
|
|
92
|
+
typeof r == "string" && n.d.D(r);
|
|
93
|
+
};
|
|
94
|
+
i.preinit = function(r, e) {
|
|
95
|
+
if (typeof r == "string" && e && typeof e.as == "string") {
|
|
96
|
+
var t = e.as, a = y(t, e.crossOrigin), c = typeof e.integrity == "string" ? e.integrity : void 0, g = typeof e.fetchPriority == "string" ? e.fetchPriority : void 0;
|
|
97
|
+
t === "style" ? n.d.S(
|
|
98
|
+
r,
|
|
99
|
+
typeof e.precedence == "string" ? e.precedence : void 0,
|
|
100
|
+
{
|
|
101
|
+
crossOrigin: a,
|
|
102
|
+
integrity: c,
|
|
103
|
+
fetchPriority: g
|
|
104
|
+
}
|
|
105
|
+
) : t === "script" && n.d.X(r, {
|
|
106
|
+
crossOrigin: a,
|
|
107
|
+
integrity: c,
|
|
108
|
+
fetchPriority: g,
|
|
109
|
+
nonce: typeof e.nonce == "string" ? e.nonce : void 0
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
i.preinitModule = function(r, e) {
|
|
114
|
+
if (typeof r == "string")
|
|
115
|
+
if (typeof e == "object" && e !== null) {
|
|
116
|
+
if (e.as == null || e.as === "script") {
|
|
117
|
+
var t = y(
|
|
118
|
+
e.as,
|
|
119
|
+
e.crossOrigin
|
|
120
|
+
);
|
|
121
|
+
n.d.M(r, {
|
|
122
|
+
crossOrigin: t,
|
|
123
|
+
integrity: typeof e.integrity == "string" ? e.integrity : void 0,
|
|
124
|
+
nonce: typeof e.nonce == "string" ? e.nonce : void 0
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
} else e == null && n.d.M(r);
|
|
128
|
+
};
|
|
129
|
+
i.preload = function(r, e) {
|
|
130
|
+
if (typeof r == "string" && typeof e == "object" && e !== null && typeof e.as == "string") {
|
|
131
|
+
var t = e.as, a = y(t, e.crossOrigin);
|
|
132
|
+
n.d.L(r, t, {
|
|
133
|
+
crossOrigin: a,
|
|
134
|
+
integrity: typeof e.integrity == "string" ? e.integrity : void 0,
|
|
135
|
+
nonce: typeof e.nonce == "string" ? e.nonce : void 0,
|
|
136
|
+
type: typeof e.type == "string" ? e.type : void 0,
|
|
137
|
+
fetchPriority: typeof e.fetchPriority == "string" ? e.fetchPriority : void 0,
|
|
138
|
+
referrerPolicy: typeof e.referrerPolicy == "string" ? e.referrerPolicy : void 0,
|
|
139
|
+
imageSrcSet: typeof e.imageSrcSet == "string" ? e.imageSrcSet : void 0,
|
|
140
|
+
imageSizes: typeof e.imageSizes == "string" ? e.imageSizes : void 0,
|
|
141
|
+
media: typeof e.media == "string" ? e.media : void 0
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
i.preloadModule = function(r, e) {
|
|
146
|
+
if (typeof r == "string")
|
|
147
|
+
if (e) {
|
|
148
|
+
var t = y(e.as, e.crossOrigin);
|
|
149
|
+
n.d.m(r, {
|
|
150
|
+
as: typeof e.as == "string" && e.as !== "script" ? e.as : void 0,
|
|
151
|
+
crossOrigin: t,
|
|
152
|
+
integrity: typeof e.integrity == "string" ? e.integrity : void 0
|
|
153
|
+
});
|
|
154
|
+
} else n.d.m(r);
|
|
155
|
+
};
|
|
156
|
+
i.requestFormReset = function(r) {
|
|
157
|
+
n.d.r(r);
|
|
158
|
+
};
|
|
159
|
+
i.unstable_batchedUpdates = function(r, e) {
|
|
160
|
+
return r(e);
|
|
161
|
+
};
|
|
162
|
+
i.useFormState = function(r, e, t) {
|
|
163
|
+
return u.H.useFormState(r, e, t);
|
|
164
|
+
};
|
|
165
|
+
i.useFormStatus = function() {
|
|
166
|
+
return u.H.useHostTransitionStatus();
|
|
167
|
+
};
|
|
168
|
+
i.version = "19.2.5";
|
|
169
|
+
function l() {
|
|
170
|
+
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function"))
|
|
171
|
+
try {
|
|
172
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(l);
|
|
173
|
+
} catch (r) {
|
|
174
|
+
console.error(r);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
l(), s.exports = i;
|
|
178
|
+
var o = s.exports;
|
|
179
|
+
const T = /* @__PURE__ */ m(o), p = /* @__PURE__ */ v({
|
|
180
|
+
__proto__: null,
|
|
181
|
+
default: T
|
|
182
|
+
}, [o]);
|
|
183
|
+
export {
|
|
184
|
+
p as i
|
|
185
|
+
};
|