@absolutejs/absolute 0.19.0-beta.1082 → 0.19.0-beta.1083
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/.absolutejs/generated/angular/indexes/angular-example.1g23yr9r.js +167 -0
- package/dist/.absolutejs/generated/react/indexes/ReactExample.e6kzvjqy.js +3 -0
- package/dist/.absolutejs/generated/svelte/client/pages/SvelteExample.5pq2wmw6.js +1 -0
- package/dist/.absolutejs/generated/svelte/indexes/pages/SvelteExample.9zcw5vtg.js +1 -0
- package/dist/.absolutejs/generated/vue/client/pages/VueExample.q47m56s4.js +1 -0
- package/dist/.absolutejs/generated/vue/indexes/VueExample.6bqszcxv.js +1 -0
- package/dist/_prerendered/angular.html +45 -0
- package/dist/_prerendered/angular.meta +1 -0
- package/dist/_prerendered/html.html +70 -0
- package/dist/_prerendered/html.meta +1 -0
- package/dist/_prerendered/htmx.html +239 -0
- package/dist/_prerendered/htmx.meta +1 -0
- package/dist/_prerendered/index.html +70 -0
- package/dist/_prerendered/index.meta +1 -0
- package/dist/_prerendered/react.html +1 -0
- package/dist/_prerendered/react.meta +1 -0
- package/dist/_prerendered/vue.html +41 -0
- package/dist/_prerendered/vue.meta +1 -0
- package/dist/angular/browser.js +18 -18
- package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/components/defer-slot-templates.directive.js +2 -2
- package/dist/angular/components/defer-slot.component.js +3 -3
- package/dist/angular/components/image.component.js +3 -3
- package/dist/angular/components/stream-slot.component.js +3 -3
- package/dist/angular/example/angular/pages/angular-example.djr1v9hj.js +373 -0
- package/dist/angular/index.js +43 -43
- package/dist/angular/server.js +31 -31
- package/dist/angular/vendor/angular_common.js +310 -0
- package/dist/angular/vendor/angular_common_http.js +129 -0
- package/dist/angular/vendor/angular_core.js +1177 -0
- package/dist/angular/vendor/angular_core_primitives_di.js +36 -0
- package/dist/angular/vendor/angular_core_primitives_signals.js +132 -0
- package/dist/angular/vendor/angular_platform-browser.js +117 -0
- package/dist/angular/vendor/angular_router.js +6410 -0
- package/dist/angular/vendor/chunk-2c9evnn0.js +4764 -0
- package/dist/angular/vendor/chunk-3evcs0sk.js +2567 -0
- package/dist/angular/vendor/chunk-5h3qyvpj.js +729 -0
- package/dist/angular/vendor/chunk-hgg0w52m.js +62 -0
- package/dist/angular/vendor/chunk-n6rt7w2y.js +23 -0
- package/dist/angular/vendor/chunk-t4tc7c8b.js +28013 -0
- package/dist/angular/vendor/chunk-vqd7j0kb.js +1786 -0
- package/dist/angular/vendor/chunk-yqjkhk8j.js +145 -0
- package/dist/angular/vendor/server/angular_common.js +311 -0
- package/dist/angular/vendor/server/angular_common_http.js +130 -0
- package/dist/angular/vendor/server/angular_core.js +1178 -0
- package/dist/angular/vendor/server/angular_core_primitives_di.js +37 -0
- package/dist/angular/vendor/server/angular_core_primitives_signals.js +133 -0
- package/dist/angular/vendor/server/angular_platform-browser.js +118 -0
- package/dist/angular/vendor/server/angular_platform-server.js +59 -0
- package/dist/angular/vendor/server/angular_router.js +261 -0
- package/dist/angular/vendor/server/angular_ssr.js +11669 -0
- package/dist/angular/vendor/server/chunk-2akxms5e.js +2566 -0
- package/dist/angular/vendor/server/chunk-659a9c3p.js +6218 -0
- package/dist/angular/vendor/server/chunk-8eecnjd1.js +16686 -0
- package/dist/angular/vendor/server/chunk-9jz2apvp.js +743 -0
- package/dist/angular/vendor/server/chunk-dhs2bg35.js +48 -0
- package/dist/angular/vendor/server/chunk-hs2gc8sr.js +1787 -0
- package/dist/angular/vendor/server/chunk-k46n34mb.js +63 -0
- package/dist/angular/vendor/server/chunk-p2fdvyh1.js +4767 -0
- package/dist/angular/vendor/server/chunk-r0w9r4bg.js +730 -0
- package/dist/angular/vendor/server/chunk-vthxj7kd.js +146 -0
- package/dist/angular/vendor/server/chunk-xahr7f2f.js +35534 -0
- package/dist/assets/css/tailwind.generated.css +218 -0
- package/dist/assets/css/vue-example-compiled.abzaxheq.css +32 -0
- package/dist/assets/ico/favicon.ico +0 -0
- package/dist/assets/png/absolutejs-temp.png +0 -0
- package/dist/assets/svg/HTML5_Badge.svg +7 -0
- package/dist/assets/svg/angular.svg +18 -0
- package/dist/assets/svg/htmx-logo-black.svg +9 -0
- package/dist/assets/svg/htmx-logo-white.svg +9 -0
- package/dist/assets/svg/react.svg +1 -0
- package/dist/assets/svg/svelte-logo.svg +1 -0
- package/dist/assets/svg/vue-logo.svg +4 -0
- package/dist/build.js +42 -42
- package/dist/chunk-7pp6gkg8.js +2 -0
- package/dist/chunk-ek2qyx2c.js +11 -0
- package/dist/chunk-ysr5ycdt.js +2 -0
- package/dist/cli/config/server.js +11 -11
- package/dist/cli/index.js +12 -1
- package/dist/client/index.js +13 -13
- package/dist/client.tsx +15 -0
- package/dist/example/html/scripts/typescript-example.fqn9zkdh.js +1 -0
- package/dist/html/pages/HTMLExample.html +70 -0
- package/dist/htmx/htmx.min.js +1 -0
- package/dist/htmx/pages/HTMXExample.html +239 -0
- package/dist/htmx.min.js +1 -0
- package/dist/index.js +62 -62
- package/dist/indexes/angular-example.xsx88ph0.css +227 -0
- package/dist/indexes/html-example.s3banzdc.css +221 -0
- package/dist/indexes/htmx-example.5vgssc3f.css +221 -0
- package/dist/indexes/react-example.bz1k8xa2.css +245 -0
- package/dist/indexes/svelte-example.vy3015es.css +221 -0
- package/dist/indexes/vue-example.q4vf2wtq.css +228 -0
- package/dist/islands/index.js +14 -14
- package/dist/manifest.json +26 -0
- package/dist/nested/dynamic-module.txt +1 -0
- package/dist/package-asset.txt +1 -0
- package/dist/react/browser.js +3 -3
- package/dist/react/components/browser/index.js +5 -5
- package/dist/react/components/index.js +7 -7
- package/dist/react/hooks/index.js +2 -2
- package/dist/react/index.js +30 -30
- package/dist/react/jsxDevRuntimeCompat.js +1 -1
- package/dist/react/router/browser.js +2 -2
- package/dist/react/router/index.js +2 -2
- package/dist/react/server.js +13 -13
- package/dist/react/vendor/chunk-2kh60w9b.js +33 -0
- package/dist/react/vendor/chunk-9g12fvrw.js +236 -0
- package/dist/react/vendor/chunk-rejbymp5.js +837 -0
- package/dist/react/vendor/chunk-wwy122hz.js +200 -0
- package/dist/react/vendor/react-dom.js +44 -0
- package/dist/react/vendor/react-dom_client.js +15864 -0
- package/dist/react/vendor/react-refresh_runtime.js +304 -0
- package/dist/react/vendor/react.js +103 -0
- package/dist/react/vendor/react_jsx-dev-runtime.js +17 -0
- package/dist/react/vendor/react_jsx-runtime.js +22 -0
- package/dist/robots.txt +2 -0
- package/dist/runtime/blob.txt +1 -0
- package/dist/runtime/dir-join.txt +1 -0
- package/dist/runtime/nested/binary.bin +1 -0
- package/dist/runtime/nested/readfile.txt +1 -0
- package/dist/runtime/template.html +1 -0
- package/dist/server.js +92156 -0
- package/dist/sitemap.xml +48 -0
- package/dist/svelte/index.js +26 -26
- package/dist/svelte/router/page.js +1 -1
- package/dist/svelte/server/pages/SvelteExample.fxs20w1b.js +290 -0
- package/dist/svelte/server.js +13 -13
- package/dist/svelte/vendor/chunk-5qdxn1p3.js +4586 -0
- package/dist/svelte/vendor/chunk-8qdfbbez.js +12 -0
- package/dist/svelte/vendor/chunk-r2jyyfjt.js +4495 -0
- package/dist/svelte/vendor/svelte.js +49 -0
- package/dist/svelte/vendor/svelte_internal.js +2 -0
- package/dist/svelte/vendor/svelte_internal_client.js +395 -0
- package/dist/svelte/vendor/svelte_internal_disclose-version.js +7 -0
- package/dist/svelte/vendor/svelte_internal_flags_async.js +6 -0
- package/dist/svelte/vendor/svelte_internal_flags_legacy.js +6 -0
- package/dist/svelte/vendor/svelte_store.js +99 -0
- package/dist/vue/browser.js +3 -3
- package/dist/vue/components/Image.js +1 -1
- package/dist/vue/components/index.js +5 -5
- package/dist/vue/index.js +36 -36
- package/dist/vue/server/pages/VueExample.fyhmna2p.css +32 -0
- package/dist/vue/server/pages/VueExample.fyhmna2p.js +75 -0
- package/dist/vue/server.js +13 -13
- package/dist/vue/vendor/vue.js +11011 -0
- package/package.json +1 -1
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
import"./chunk-2kh60w9b.js";
|
|
2
|
+
|
|
3
|
+
// src/dev/client/vendor/reactRefreshRuntime.js
|
|
4
|
+
var __create = Object.create;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
function __accessProp(key) {
|
|
10
|
+
return this[key];
|
|
11
|
+
}
|
|
12
|
+
var __toESMCache_node;
|
|
13
|
+
var __toESMCache_esm;
|
|
14
|
+
var __toESM = (mod, isNodeMode, target) => {
|
|
15
|
+
var canCache = mod != null && typeof mod === "object";
|
|
16
|
+
if (canCache) {
|
|
17
|
+
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
18
|
+
var cached = cache.get(mod);
|
|
19
|
+
if (cached)
|
|
20
|
+
return cached;
|
|
21
|
+
}
|
|
22
|
+
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
23
|
+
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
24
|
+
for (let key of __getOwnPropNames(mod))
|
|
25
|
+
if (!__hasOwnProp.call(to, key))
|
|
26
|
+
__defProp(to, key, {
|
|
27
|
+
get: __accessProp.bind(mod, key),
|
|
28
|
+
enumerable: true
|
|
29
|
+
});
|
|
30
|
+
if (canCache)
|
|
31
|
+
cache.set(mod, to);
|
|
32
|
+
return to;
|
|
33
|
+
};
|
|
34
|
+
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
35
|
+
var require_react_refresh_runtime_development = __commonJS((exports) => {
|
|
36
|
+
(function() {
|
|
37
|
+
function computeFullKey(signature) {
|
|
38
|
+
if (signature.fullKey !== null)
|
|
39
|
+
return signature.fullKey;
|
|
40
|
+
var fullKey = signature.ownKey;
|
|
41
|
+
try {
|
|
42
|
+
var hooks = signature.getCustomHooks();
|
|
43
|
+
} catch (err) {
|
|
44
|
+
return signature.forceReset = true, signature.fullKey = fullKey;
|
|
45
|
+
}
|
|
46
|
+
for (var i = 0;i < hooks.length; i++) {
|
|
47
|
+
var hook = hooks[i];
|
|
48
|
+
if (typeof hook !== "function")
|
|
49
|
+
return signature.forceReset = true, signature.fullKey = fullKey;
|
|
50
|
+
hook = allSignaturesByType.get(hook);
|
|
51
|
+
if (hook !== undefined) {
|
|
52
|
+
var nestedHookKey = computeFullKey(hook);
|
|
53
|
+
hook.forceReset && (signature.forceReset = true);
|
|
54
|
+
fullKey += `
|
|
55
|
+
---
|
|
56
|
+
` + nestedHookKey;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return signature.fullKey = fullKey;
|
|
60
|
+
}
|
|
61
|
+
function resolveFamily(type) {
|
|
62
|
+
return updatedFamiliesByType.get(type);
|
|
63
|
+
}
|
|
64
|
+
function cloneMap(map) {
|
|
65
|
+
var clone = new Map;
|
|
66
|
+
map.forEach(function(value, key) {
|
|
67
|
+
clone.set(key, value);
|
|
68
|
+
});
|
|
69
|
+
return clone;
|
|
70
|
+
}
|
|
71
|
+
function cloneSet(set) {
|
|
72
|
+
var clone = new Set;
|
|
73
|
+
set.forEach(function(value) {
|
|
74
|
+
clone.add(value);
|
|
75
|
+
});
|
|
76
|
+
return clone;
|
|
77
|
+
}
|
|
78
|
+
function getProperty(object, property) {
|
|
79
|
+
try {
|
|
80
|
+
return object[property];
|
|
81
|
+
} catch (err) {}
|
|
82
|
+
}
|
|
83
|
+
function register(type, id) {
|
|
84
|
+
if (!(type === null || typeof type !== "function" && typeof type !== "object" || allFamiliesByType.has(type))) {
|
|
85
|
+
var family = allFamiliesByID.get(id);
|
|
86
|
+
family === undefined ? (family = { current: type }, allFamiliesByID.set(id, family)) : pendingUpdates.push([family, type]);
|
|
87
|
+
allFamiliesByType.set(type, family);
|
|
88
|
+
if (typeof type === "object" && type !== null)
|
|
89
|
+
switch (getProperty(type, "$$typeof")) {
|
|
90
|
+
case REACT_FORWARD_REF_TYPE:
|
|
91
|
+
register(type.render, id + "$render");
|
|
92
|
+
break;
|
|
93
|
+
case REACT_MEMO_TYPE:
|
|
94
|
+
register(type.type, id + "$type");
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
function setSignature(type, key) {
|
|
99
|
+
var forceReset = 2 < arguments.length && arguments[2] !== undefined ? arguments[2] : false, getCustomHooks = 3 < arguments.length ? arguments[3] : undefined;
|
|
100
|
+
allSignaturesByType.has(type) || allSignaturesByType.set(type, {
|
|
101
|
+
forceReset,
|
|
102
|
+
ownKey: key,
|
|
103
|
+
fullKey: null,
|
|
104
|
+
getCustomHooks: getCustomHooks || function() {
|
|
105
|
+
return [];
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
if (typeof type === "object" && type !== null)
|
|
109
|
+
switch (getProperty(type, "$$typeof")) {
|
|
110
|
+
case REACT_FORWARD_REF_TYPE:
|
|
111
|
+
setSignature(type.render, key, forceReset, getCustomHooks);
|
|
112
|
+
break;
|
|
113
|
+
case REACT_MEMO_TYPE:
|
|
114
|
+
setSignature(type.type, key, forceReset, getCustomHooks);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
function collectCustomHooksForSignature(type) {
|
|
118
|
+
type = allSignaturesByType.get(type);
|
|
119
|
+
type !== undefined && computeFullKey(type);
|
|
120
|
+
}
|
|
121
|
+
var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_MEMO_TYPE = Symbol.for("react.memo"), PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map, allFamiliesByID = new Map, allFamiliesByType = new PossiblyWeakMap, allSignaturesByType = new PossiblyWeakMap, updatedFamiliesByType = new PossiblyWeakMap, pendingUpdates = [], helpersByRendererID = new Map, helpersByRoot = new Map, mountedRoots = new Set, failedRoots = new Set, rootElements = typeof WeakMap === "function" ? new WeakMap : null, isPerformingRefresh = false;
|
|
122
|
+
exports._getMountedRootCount = function() {
|
|
123
|
+
return mountedRoots.size;
|
|
124
|
+
};
|
|
125
|
+
exports.collectCustomHooksForSignature = collectCustomHooksForSignature;
|
|
126
|
+
exports.createSignatureFunctionForTransform = function() {
|
|
127
|
+
var savedType, hasCustomHooks, didCollectHooks = false;
|
|
128
|
+
return function(type, key, forceReset, getCustomHooks) {
|
|
129
|
+
if (typeof key === "string")
|
|
130
|
+
return savedType || (savedType = type, hasCustomHooks = typeof getCustomHooks === "function"), type == null || typeof type !== "function" && typeof type !== "object" || setSignature(type, key, forceReset, getCustomHooks), type;
|
|
131
|
+
!didCollectHooks && hasCustomHooks && (didCollectHooks = true, collectCustomHooksForSignature(savedType));
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
exports.getFamilyByID = function(id) {
|
|
135
|
+
return allFamiliesByID.get(id);
|
|
136
|
+
};
|
|
137
|
+
exports.getFamilyByType = function(type) {
|
|
138
|
+
return allFamiliesByType.get(type);
|
|
139
|
+
};
|
|
140
|
+
exports.hasUnrecoverableErrors = function() {
|
|
141
|
+
return false;
|
|
142
|
+
};
|
|
143
|
+
exports.injectIntoGlobalHook = function(globalObject) {
|
|
144
|
+
var hook = globalObject.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
145
|
+
if (hook === undefined) {
|
|
146
|
+
var nextID = 0;
|
|
147
|
+
globalObject.__REACT_DEVTOOLS_GLOBAL_HOOK__ = hook = {
|
|
148
|
+
renderers: new Map,
|
|
149
|
+
supportsFiber: true,
|
|
150
|
+
inject: function() {
|
|
151
|
+
return nextID++;
|
|
152
|
+
},
|
|
153
|
+
onScheduleFiberRoot: function() {},
|
|
154
|
+
onCommitFiberRoot: function() {},
|
|
155
|
+
onCommitFiberUnmount: function() {}
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
if (hook.isDisabled)
|
|
159
|
+
console.warn("Something has shimmed the React DevTools global hook (__REACT_DEVTOOLS_GLOBAL_HOOK__). Fast Refresh is not compatible with this shim and will be disabled.");
|
|
160
|
+
else {
|
|
161
|
+
var oldInject = hook.inject;
|
|
162
|
+
hook.inject = function(injected) {
|
|
163
|
+
var id = oldInject.apply(this, arguments);
|
|
164
|
+
typeof injected.scheduleRefresh === "function" && typeof injected.setRefreshHandler === "function" && helpersByRendererID.set(id, injected);
|
|
165
|
+
return id;
|
|
166
|
+
};
|
|
167
|
+
hook.renderers.forEach(function(injected, id) {
|
|
168
|
+
typeof injected.scheduleRefresh === "function" && typeof injected.setRefreshHandler === "function" && helpersByRendererID.set(id, injected);
|
|
169
|
+
});
|
|
170
|
+
var oldOnCommitFiberRoot = hook.onCommitFiberRoot, oldOnScheduleFiberRoot = hook.onScheduleFiberRoot || function() {};
|
|
171
|
+
hook.onScheduleFiberRoot = function(id, root, children) {
|
|
172
|
+
isPerformingRefresh || (failedRoots.delete(root), rootElements !== null && rootElements.set(root, children));
|
|
173
|
+
return oldOnScheduleFiberRoot.apply(this, arguments);
|
|
174
|
+
};
|
|
175
|
+
hook.onCommitFiberRoot = function(id, root, maybePriorityLevel, didError) {
|
|
176
|
+
var helpers = helpersByRendererID.get(id);
|
|
177
|
+
if (helpers !== undefined) {
|
|
178
|
+
helpersByRoot.set(root, helpers);
|
|
179
|
+
helpers = root.current;
|
|
180
|
+
var alternate = helpers.alternate;
|
|
181
|
+
alternate !== null ? (alternate = alternate.memoizedState != null && alternate.memoizedState.element != null && mountedRoots.has(root), helpers = helpers.memoizedState != null && helpers.memoizedState.element != null, !alternate && helpers ? (mountedRoots.add(root), failedRoots.delete(root)) : alternate && helpers || (alternate && !helpers ? (mountedRoots.delete(root), didError ? failedRoots.add(root) : helpersByRoot.delete(root)) : alternate || helpers || didError && failedRoots.add(root))) : mountedRoots.add(root);
|
|
182
|
+
}
|
|
183
|
+
return oldOnCommitFiberRoot.apply(this, arguments);
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
};
|
|
187
|
+
exports.isLikelyComponentType = function(type) {
|
|
188
|
+
switch (typeof type) {
|
|
189
|
+
case "function":
|
|
190
|
+
if (type.prototype != null) {
|
|
191
|
+
if (type.prototype.isReactComponent)
|
|
192
|
+
return true;
|
|
193
|
+
var ownNames = Object.getOwnPropertyNames(type.prototype);
|
|
194
|
+
if (1 < ownNames.length || ownNames[0] !== "constructor" || type.prototype.__proto__ !== Object.prototype)
|
|
195
|
+
return false;
|
|
196
|
+
}
|
|
197
|
+
type = type.name || type.displayName;
|
|
198
|
+
return typeof type === "string" && /^[A-Z]/.test(type);
|
|
199
|
+
case "object":
|
|
200
|
+
if (type != null)
|
|
201
|
+
switch (getProperty(type, "$$typeof")) {
|
|
202
|
+
case REACT_FORWARD_REF_TYPE:
|
|
203
|
+
case REACT_MEMO_TYPE:
|
|
204
|
+
return true;
|
|
205
|
+
}
|
|
206
|
+
return false;
|
|
207
|
+
default:
|
|
208
|
+
return false;
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
exports.performReactRefresh = function() {
|
|
212
|
+
if (pendingUpdates.length === 0 || isPerformingRefresh)
|
|
213
|
+
return null;
|
|
214
|
+
isPerformingRefresh = true;
|
|
215
|
+
try {
|
|
216
|
+
var staleFamilies = new Set, updatedFamilies = new Set, updates = pendingUpdates;
|
|
217
|
+
pendingUpdates = [];
|
|
218
|
+
updates.forEach(function(_ref) {
|
|
219
|
+
var family = _ref[0];
|
|
220
|
+
_ref = _ref[1];
|
|
221
|
+
var prevType = family.current;
|
|
222
|
+
updatedFamiliesByType.set(prevType, family);
|
|
223
|
+
updatedFamiliesByType.set(_ref, family);
|
|
224
|
+
family.current = _ref;
|
|
225
|
+
prevType.prototype && prevType.prototype.isReactComponent || _ref.prototype && _ref.prototype.isReactComponent ? _ref = false : (prevType = allSignaturesByType.get(prevType), _ref = allSignaturesByType.get(_ref), _ref = prevType === undefined && _ref === undefined || prevType !== undefined && _ref !== undefined && computeFullKey(prevType) === computeFullKey(_ref) && !_ref.forceReset ? true : false);
|
|
226
|
+
_ref ? updatedFamilies.add(family) : staleFamilies.add(family);
|
|
227
|
+
});
|
|
228
|
+
var update = {
|
|
229
|
+
updatedFamilies,
|
|
230
|
+
staleFamilies
|
|
231
|
+
};
|
|
232
|
+
helpersByRendererID.forEach(function(helpers) {
|
|
233
|
+
helpers.setRefreshHandler(resolveFamily);
|
|
234
|
+
});
|
|
235
|
+
var didError = false, firstError = null, failedRootsSnapshot = cloneSet(failedRoots), mountedRootsSnapshot = cloneSet(mountedRoots), helpersByRootSnapshot = cloneMap(helpersByRoot);
|
|
236
|
+
failedRootsSnapshot.forEach(function(root) {
|
|
237
|
+
var helpers = helpersByRootSnapshot.get(root);
|
|
238
|
+
if (helpers === undefined)
|
|
239
|
+
throw Error("Could not find helpers for a root. This is a bug in React Refresh.");
|
|
240
|
+
failedRoots.has(root);
|
|
241
|
+
if (rootElements !== null && rootElements.has(root)) {
|
|
242
|
+
var element = rootElements.get(root);
|
|
243
|
+
try {
|
|
244
|
+
helpers.scheduleRoot(root, element);
|
|
245
|
+
} catch (err) {
|
|
246
|
+
didError || (didError = true, firstError = err);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
});
|
|
250
|
+
mountedRootsSnapshot.forEach(function(root) {
|
|
251
|
+
var helpers = helpersByRootSnapshot.get(root);
|
|
252
|
+
if (helpers === undefined)
|
|
253
|
+
throw Error("Could not find helpers for a root. This is a bug in React Refresh.");
|
|
254
|
+
mountedRoots.has(root);
|
|
255
|
+
try {
|
|
256
|
+
helpers.scheduleRefresh(root, update);
|
|
257
|
+
} catch (err) {
|
|
258
|
+
didError || (didError = true, firstError = err);
|
|
259
|
+
}
|
|
260
|
+
});
|
|
261
|
+
if (didError)
|
|
262
|
+
throw firstError;
|
|
263
|
+
return update;
|
|
264
|
+
} finally {
|
|
265
|
+
isPerformingRefresh = false;
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
exports.register = register;
|
|
269
|
+
exports.setSignature = setSignature;
|
|
270
|
+
})();
|
|
271
|
+
});
|
|
272
|
+
var require_runtime = __commonJS((exports, module) => {
|
|
273
|
+
var react_refresh_runtime_development = __toESM(require_react_refresh_runtime_development());
|
|
274
|
+
if (false) {} else {
|
|
275
|
+
module.exports = react_refresh_runtime_development;
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
var import_runtime = __toESM(require_runtime(), 1);
|
|
279
|
+
var import_runtime2 = __toESM(require_runtime(), 1);
|
|
280
|
+
var export_setSignature = import_runtime.setSignature;
|
|
281
|
+
var export_register = import_runtime.register;
|
|
282
|
+
var export_performReactRefresh = import_runtime.performReactRefresh;
|
|
283
|
+
var export_isLikelyComponentType = import_runtime.isLikelyComponentType;
|
|
284
|
+
var export_injectIntoGlobalHook = import_runtime.injectIntoGlobalHook;
|
|
285
|
+
var export_hasUnrecoverableErrors = import_runtime.hasUnrecoverableErrors;
|
|
286
|
+
var export_getFamilyByType = import_runtime.getFamilyByType;
|
|
287
|
+
var export_getFamilyByID = import_runtime.getFamilyByID;
|
|
288
|
+
var export_default = import_runtime2.default;
|
|
289
|
+
var export_createSignatureFunctionForTransform = import_runtime.createSignatureFunctionForTransform;
|
|
290
|
+
var export_collectCustomHooksForSignature = import_runtime.collectCustomHooksForSignature;
|
|
291
|
+
var export__getMountedRootCount = import_runtime._getMountedRootCount;
|
|
292
|
+
export {
|
|
293
|
+
export_setSignature as setSignature,
|
|
294
|
+
export_register as register,
|
|
295
|
+
export_performReactRefresh as performReactRefresh,
|
|
296
|
+
export_isLikelyComponentType as isLikelyComponentType,
|
|
297
|
+
export_injectIntoGlobalHook as injectIntoGlobalHook,
|
|
298
|
+
export_hasUnrecoverableErrors as hasUnrecoverableErrors,
|
|
299
|
+
export_getFamilyByType as getFamilyByType,
|
|
300
|
+
export_getFamilyByID as getFamilyByID,
|
|
301
|
+
export_createSignatureFunctionForTransform as createSignatureFunctionForTransform,
|
|
302
|
+
export_collectCustomHooksForSignature as collectCustomHooksForSignature,
|
|
303
|
+
export__getMountedRootCount as _getMountedRootCount
|
|
304
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import {
|
|
2
|
+
require_react
|
|
3
|
+
} from "./chunk-rejbymp5.js";
|
|
4
|
+
import {
|
|
5
|
+
__toESM
|
|
6
|
+
} from "./chunk-2kh60w9b.js";
|
|
7
|
+
|
|
8
|
+
// dist/_vendor_tmp/react.ts
|
|
9
|
+
var import_react = __toESM(require_react(), 1);
|
|
10
|
+
var import_react2 = __toESM(require_react(), 1);
|
|
11
|
+
var export_version = import_react.version;
|
|
12
|
+
var export_useTransition = import_react.useTransition;
|
|
13
|
+
var export_useSyncExternalStore = import_react.useSyncExternalStore;
|
|
14
|
+
var export_useState = import_react.useState;
|
|
15
|
+
var export_useRef = import_react.useRef;
|
|
16
|
+
var export_useReducer = import_react.useReducer;
|
|
17
|
+
var export_useOptimistic = import_react.useOptimistic;
|
|
18
|
+
var export_useMemo = import_react.useMemo;
|
|
19
|
+
var export_useLayoutEffect = import_react.useLayoutEffect;
|
|
20
|
+
var export_useInsertionEffect = import_react.useInsertionEffect;
|
|
21
|
+
var export_useImperativeHandle = import_react.useImperativeHandle;
|
|
22
|
+
var export_useId = import_react.useId;
|
|
23
|
+
var export_useEffectEvent = import_react.useEffectEvent;
|
|
24
|
+
var export_useEffect = import_react.useEffect;
|
|
25
|
+
var export_useDeferredValue = import_react.useDeferredValue;
|
|
26
|
+
var export_useDebugValue = import_react.useDebugValue;
|
|
27
|
+
var export_useContext = import_react.useContext;
|
|
28
|
+
var export_useCallback = import_react.useCallback;
|
|
29
|
+
var export_useActionState = import_react.useActionState;
|
|
30
|
+
var export_use = import_react.use;
|
|
31
|
+
var export_unstable_useCacheRefresh = import_react.unstable_useCacheRefresh;
|
|
32
|
+
var export_startTransition = import_react.startTransition;
|
|
33
|
+
var export_memo = import_react.memo;
|
|
34
|
+
var export_lazy = import_react.lazy;
|
|
35
|
+
var export_isValidElement = import_react.isValidElement;
|
|
36
|
+
var export_forwardRef = import_react.forwardRef;
|
|
37
|
+
var export_default = import_react2.default;
|
|
38
|
+
var export_createRef = import_react.createRef;
|
|
39
|
+
var export_createElement = import_react.createElement;
|
|
40
|
+
var export_createContext = import_react.createContext;
|
|
41
|
+
var export_cloneElement = import_react.cloneElement;
|
|
42
|
+
var export_captureOwnerStack = import_react.captureOwnerStack;
|
|
43
|
+
var export_cacheSignal = import_react.cacheSignal;
|
|
44
|
+
var export_cache = import_react.cache;
|
|
45
|
+
var export_act = import_react.act;
|
|
46
|
+
var export___COMPILER_RUNTIME = import_react.__COMPILER_RUNTIME;
|
|
47
|
+
var export___CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = import_react.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
48
|
+
var export_Suspense = import_react.Suspense;
|
|
49
|
+
var export_StrictMode = import_react.StrictMode;
|
|
50
|
+
var export_PureComponent = import_react.PureComponent;
|
|
51
|
+
var export_Profiler = import_react.Profiler;
|
|
52
|
+
var export_Fragment = import_react.Fragment;
|
|
53
|
+
var export_Component = import_react.Component;
|
|
54
|
+
var export_Children = import_react.Children;
|
|
55
|
+
var export_Activity = import_react.Activity;
|
|
56
|
+
|
|
57
|
+
export {
|
|
58
|
+
export_version as version,
|
|
59
|
+
export_useTransition as useTransition,
|
|
60
|
+
export_useSyncExternalStore as useSyncExternalStore,
|
|
61
|
+
export_useState as useState,
|
|
62
|
+
export_useRef as useRef,
|
|
63
|
+
export_useReducer as useReducer,
|
|
64
|
+
export_useOptimistic as useOptimistic,
|
|
65
|
+
export_useMemo as useMemo,
|
|
66
|
+
export_useLayoutEffect as useLayoutEffect,
|
|
67
|
+
export_useInsertionEffect as useInsertionEffect,
|
|
68
|
+
export_useImperativeHandle as useImperativeHandle,
|
|
69
|
+
export_useId as useId,
|
|
70
|
+
export_useEffectEvent as useEffectEvent,
|
|
71
|
+
export_useEffect as useEffect,
|
|
72
|
+
export_useDeferredValue as useDeferredValue,
|
|
73
|
+
export_useDebugValue as useDebugValue,
|
|
74
|
+
export_useContext as useContext,
|
|
75
|
+
export_useCallback as useCallback,
|
|
76
|
+
export_useActionState as useActionState,
|
|
77
|
+
export_use as use,
|
|
78
|
+
export_unstable_useCacheRefresh as unstable_useCacheRefresh,
|
|
79
|
+
export_startTransition as startTransition,
|
|
80
|
+
export_memo as memo,
|
|
81
|
+
export_lazy as lazy,
|
|
82
|
+
export_isValidElement as isValidElement,
|
|
83
|
+
export_forwardRef as forwardRef,
|
|
84
|
+
export_default as default,
|
|
85
|
+
export_createRef as createRef,
|
|
86
|
+
export_createElement as createElement,
|
|
87
|
+
export_createContext as createContext,
|
|
88
|
+
export_cloneElement as cloneElement,
|
|
89
|
+
export_captureOwnerStack as captureOwnerStack,
|
|
90
|
+
export_cacheSignal as cacheSignal,
|
|
91
|
+
export_cache as cache,
|
|
92
|
+
export_act as act,
|
|
93
|
+
export___COMPILER_RUNTIME as __COMPILER_RUNTIME,
|
|
94
|
+
export___CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE as __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
95
|
+
export_Suspense as Suspense,
|
|
96
|
+
export_StrictMode as StrictMode,
|
|
97
|
+
export_PureComponent as PureComponent,
|
|
98
|
+
export_Profiler as Profiler,
|
|
99
|
+
export_Fragment as Fragment,
|
|
100
|
+
export_Component as Component,
|
|
101
|
+
export_Children as Children,
|
|
102
|
+
export_Activity as Activity
|
|
103
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
require_jsx_runtime
|
|
3
|
+
} from "./chunk-9g12fvrw.js";
|
|
4
|
+
import"./chunk-rejbymp5.js";
|
|
5
|
+
import {
|
|
6
|
+
__toESM
|
|
7
|
+
} from "./chunk-2kh60w9b.js";
|
|
8
|
+
|
|
9
|
+
// dist/react/jsxDevRuntimeCompat.js
|
|
10
|
+
var import_jsx_runtime = __toESM(require_jsx_runtime(), 1);
|
|
11
|
+
var jsxDEV = (type, props, key, _isStaticChildren, _source, _self) => Array.isArray(props?.children) ? import_jsx_runtime.jsxs(type, props, key) : import_jsx_runtime.jsx(type, props, key);
|
|
12
|
+
var export_Fragment = import_jsx_runtime.Fragment;
|
|
13
|
+
|
|
14
|
+
export {
|
|
15
|
+
jsxDEV,
|
|
16
|
+
export_Fragment as Fragment
|
|
17
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
require_jsx_runtime
|
|
3
|
+
} from "./chunk-9g12fvrw.js";
|
|
4
|
+
import"./chunk-rejbymp5.js";
|
|
5
|
+
import {
|
|
6
|
+
__toESM
|
|
7
|
+
} from "./chunk-2kh60w9b.js";
|
|
8
|
+
|
|
9
|
+
// dist/_vendor_tmp/react_jsx-runtime.ts
|
|
10
|
+
var import_jsx_runtime = __toESM(require_jsx_runtime(), 1);
|
|
11
|
+
var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
|
|
12
|
+
var export_jsxs = import_jsx_runtime.jsxs;
|
|
13
|
+
var export_jsx = import_jsx_runtime.jsx;
|
|
14
|
+
var export_default = import_jsx_runtime2.default;
|
|
15
|
+
var export_Fragment = import_jsx_runtime.Fragment;
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
export_jsxs as jsxs,
|
|
19
|
+
export_jsx as jsx,
|
|
20
|
+
export_default as default,
|
|
21
|
+
export_Fragment as Fragment
|
|
22
|
+
};
|
package/dist/robots.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
BUN_FILE_BLOB_READY
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
IMPORT_META_DIR_JOIN_READY
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
BINARY_ASSET_READY
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
NESTED_READFILE_READY
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<section>READFILE_TEMPLATE_READY</section>
|