@syzy/apphost 1.0.1

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.
@@ -0,0 +1,184 @@
1
+ function w() {
2
+ return w = Object.assign ? Object.assign.bind() : function(o) {
3
+ for (var f = 1; f < arguments.length; f++) {
4
+ var c = arguments[f];
5
+ for (var a in c) ({}).hasOwnProperty.call(c, a) && (o[a] = c[a]);
6
+ }
7
+ return o;
8
+ }, w.apply(null, arguments);
9
+ }
10
+ function fe(o, f) {
11
+ if (o == null) return {};
12
+ var c = {};
13
+ for (var a in o) if ({}.hasOwnProperty.call(o, a)) {
14
+ if (f.indexOf(a) !== -1) continue;
15
+ c[a] = o[a];
16
+ }
17
+ return c;
18
+ }
19
+ function I(o, f) {
20
+ return I = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(c, a) {
21
+ return c.__proto__ = a, c;
22
+ }, I(o, f);
23
+ }
24
+ var P = { exports: {} }, t = {};
25
+ var g;
26
+ function ce() {
27
+ if (g) return t;
28
+ g = 1;
29
+ var o = typeof Symbol == "function" && Symbol.for, f = o ? Symbol.for("react.element") : 60103, c = o ? Symbol.for("react.portal") : 60106, a = o ? Symbol.for("react.fragment") : 60107, u = o ? Symbol.for("react.strict_mode") : 60108, l = o ? Symbol.for("react.profiler") : 60114, m = o ? Symbol.for("react.provider") : 60109, d = o ? Symbol.for("react.context") : 60110, S = o ? Symbol.for("react.async_mode") : 60111, y = o ? Symbol.for("react.concurrent_mode") : 60111, E = o ? Symbol.for("react.forward_ref") : 60112, _ = o ? Symbol.for("react.suspense") : 60113, R = o ? Symbol.for("react.suspense_list") : 60120, p = o ? Symbol.for("react.memo") : 60115, v = o ? Symbol.for("react.lazy") : 60116, T = o ? Symbol.for("react.block") : 60121, x = o ? Symbol.for("react.fundamental") : 60117, $ = o ? Symbol.for("react.responder") : 60118, A = o ? Symbol.for("react.scope") : 60119;
30
+ function i(e) {
31
+ if (typeof e == "object" && e !== null) {
32
+ var b = e.$$typeof;
33
+ switch (b) {
34
+ case f:
35
+ switch (e = e.type, e) {
36
+ case S:
37
+ case y:
38
+ case a:
39
+ case l:
40
+ case u:
41
+ case _:
42
+ return e;
43
+ default:
44
+ switch (e = e && e.$$typeof, e) {
45
+ case d:
46
+ case E:
47
+ case v:
48
+ case p:
49
+ case m:
50
+ return e;
51
+ default:
52
+ return b;
53
+ }
54
+ }
55
+ case c:
56
+ return b;
57
+ }
58
+ }
59
+ }
60
+ function s(e) {
61
+ return i(e) === y;
62
+ }
63
+ return t.AsyncMode = S, t.ConcurrentMode = y, t.ContextConsumer = d, t.ContextProvider = m, t.Element = f, t.ForwardRef = E, t.Fragment = a, t.Lazy = v, t.Memo = p, t.Portal = c, t.Profiler = l, t.StrictMode = u, t.Suspense = _, t.isAsyncMode = function(e) {
64
+ return s(e) || i(e) === S;
65
+ }, t.isConcurrentMode = s, t.isContextConsumer = function(e) {
66
+ return i(e) === d;
67
+ }, t.isContextProvider = function(e) {
68
+ return i(e) === m;
69
+ }, t.isElement = function(e) {
70
+ return typeof e == "object" && e !== null && e.$$typeof === f;
71
+ }, t.isForwardRef = function(e) {
72
+ return i(e) === E;
73
+ }, t.isFragment = function(e) {
74
+ return i(e) === a;
75
+ }, t.isLazy = function(e) {
76
+ return i(e) === v;
77
+ }, t.isMemo = function(e) {
78
+ return i(e) === p;
79
+ }, t.isPortal = function(e) {
80
+ return i(e) === c;
81
+ }, t.isProfiler = function(e) {
82
+ return i(e) === l;
83
+ }, t.isStrictMode = function(e) {
84
+ return i(e) === u;
85
+ }, t.isSuspense = function(e) {
86
+ return i(e) === _;
87
+ }, t.isValidElementType = function(e) {
88
+ return typeof e == "string" || typeof e == "function" || e === a || e === y || e === l || e === u || e === _ || e === R || typeof e == "object" && e !== null && (e.$$typeof === v || e.$$typeof === p || e.$$typeof === m || e.$$typeof === d || e.$$typeof === E || e.$$typeof === x || e.$$typeof === $ || e.$$typeof === A || e.$$typeof === T);
89
+ }, t.typeOf = i, t;
90
+ }
91
+ var n = {};
92
+ var F;
93
+ function se() {
94
+ return F || (F = 1, process.env.NODE_ENV !== "production" && (function() {
95
+ var o = typeof Symbol == "function" && Symbol.for, f = o ? Symbol.for("react.element") : 60103, c = o ? Symbol.for("react.portal") : 60106, a = o ? Symbol.for("react.fragment") : 60107, u = o ? Symbol.for("react.strict_mode") : 60108, l = o ? Symbol.for("react.profiler") : 60114, m = o ? Symbol.for("react.provider") : 60109, d = o ? Symbol.for("react.context") : 60110, S = o ? Symbol.for("react.async_mode") : 60111, y = o ? Symbol.for("react.concurrent_mode") : 60111, E = o ? Symbol.for("react.forward_ref") : 60112, _ = o ? Symbol.for("react.suspense") : 60113, R = o ? Symbol.for("react.suspense_list") : 60120, p = o ? Symbol.for("react.memo") : 60115, v = o ? Symbol.for("react.lazy") : 60116, T = o ? Symbol.for("react.block") : 60121, x = o ? Symbol.for("react.fundamental") : 60117, $ = o ? Symbol.for("react.responder") : 60118, A = o ? Symbol.for("react.scope") : 60119;
96
+ function i(r) {
97
+ return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
98
+ r === a || r === y || r === l || r === u || r === _ || r === R || typeof r == "object" && r !== null && (r.$$typeof === v || r.$$typeof === p || r.$$typeof === m || r.$$typeof === d || r.$$typeof === E || r.$$typeof === x || r.$$typeof === $ || r.$$typeof === A || r.$$typeof === T);
99
+ }
100
+ function s(r) {
101
+ if (typeof r == "object" && r !== null) {
102
+ var M = r.$$typeof;
103
+ switch (M) {
104
+ case f:
105
+ var C = r.type;
106
+ switch (C) {
107
+ case S:
108
+ case y:
109
+ case a:
110
+ case l:
111
+ case u:
112
+ case _:
113
+ return C;
114
+ default:
115
+ var Y = C && C.$$typeof;
116
+ switch (Y) {
117
+ case d:
118
+ case E:
119
+ case v:
120
+ case p:
121
+ case m:
122
+ return Y;
123
+ default:
124
+ return M;
125
+ }
126
+ }
127
+ case c:
128
+ return M;
129
+ }
130
+ }
131
+ }
132
+ var e = S, b = y, L = d, D = m, z = f, q = E, V = a, j = v, U = p, k = c, W = l, B = u, G = _, O = !1;
133
+ function K(r) {
134
+ return O || (O = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), h(r) || s(r) === S;
135
+ }
136
+ function h(r) {
137
+ return s(r) === y;
138
+ }
139
+ function X(r) {
140
+ return s(r) === d;
141
+ }
142
+ function Z(r) {
143
+ return s(r) === m;
144
+ }
145
+ function H(r) {
146
+ return typeof r == "object" && r !== null && r.$$typeof === f;
147
+ }
148
+ function J(r) {
149
+ return s(r) === E;
150
+ }
151
+ function Q(r) {
152
+ return s(r) === a;
153
+ }
154
+ function ee(r) {
155
+ return s(r) === v;
156
+ }
157
+ function re(r) {
158
+ return s(r) === p;
159
+ }
160
+ function oe(r) {
161
+ return s(r) === c;
162
+ }
163
+ function te(r) {
164
+ return s(r) === l;
165
+ }
166
+ function ne(r) {
167
+ return s(r) === u;
168
+ }
169
+ function ae(r) {
170
+ return s(r) === _;
171
+ }
172
+ n.AsyncMode = e, n.ConcurrentMode = b, n.ContextConsumer = L, n.ContextProvider = D, n.Element = z, n.ForwardRef = q, n.Fragment = V, n.Lazy = j, n.Memo = U, n.Portal = k, n.Profiler = W, n.StrictMode = B, n.Suspense = G, n.isAsyncMode = K, n.isConcurrentMode = h, n.isContextConsumer = X, n.isContextProvider = Z, n.isElement = H, n.isForwardRef = J, n.isFragment = Q, n.isLazy = ee, n.isMemo = re, n.isPortal = oe, n.isProfiler = te, n.isStrictMode = ne, n.isSuspense = ae, n.isValidElementType = i, n.typeOf = s;
173
+ })()), n;
174
+ }
175
+ var N;
176
+ function ie() {
177
+ return N || (N = 1, process.env.NODE_ENV === "production" ? P.exports = ce() : P.exports = se()), P.exports;
178
+ }
179
+ export {
180
+ fe as _,
181
+ w as a,
182
+ I as b,
183
+ ie as r
184
+ };