@absolutejs/absolute 0.19.0-beta.925 → 0.19.0-beta.927
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/angular/browser.js +19 -1
- package/dist/angular/browser.js.map +2 -2
- package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/index.js +19 -1
- package/dist/angular/index.js.map +2 -2
- package/dist/angular/server.js +19 -1
- package/dist/angular/server.js.map +2 -2
- package/dist/build.js +250 -25
- package/dist/build.js.map +5 -5
- package/dist/client/index.js +19 -1
- package/dist/client/index.js.map +2 -2
- package/dist/core/streamingSlotRegistrar.js +19 -1
- package/dist/core/streamingSlotRegistrar.js.map +2 -2
- package/dist/core/streamingSlotRegistry.js +19 -1
- package/dist/core/streamingSlotRegistry.js.map +2 -2
- package/dist/index.js +250 -25
- package/dist/index.js.map +5 -5
- package/dist/islands/browser.js +19 -1
- package/dist/islands/browser.js.map +2 -2
- package/dist/islands/index.js +19 -1
- package/dist/islands/index.js.map +2 -2
- package/dist/react/browser.js +19 -1
- package/dist/react/browser.js.map +2 -2
- package/dist/react/components/index.js +19 -1
- package/dist/react/components/index.js.map +2 -2
- package/dist/react/hooks/index.js +19 -1
- package/dist/react/hooks/index.js.map +2 -2
- package/dist/react/index.js +19 -1
- package/dist/react/index.js.map +2 -2
- package/dist/react/jsxDevRuntimeCompat.js +19 -1
- package/dist/react/jsxDevRuntimeCompat.js.map +2 -2
- package/dist/react/server.js +19 -1
- package/dist/react/server.js.map +2 -2
- package/dist/src/dev/angular/resolveOwningComponents.d.ts +4 -0
- package/dist/svelte/browser.js +19 -1
- package/dist/svelte/browser.js.map +2 -2
- package/dist/svelte/index.js +19 -1
- package/dist/svelte/index.js.map +2 -2
- package/dist/svelte/server.js +19 -1
- package/dist/svelte/server.js.map +2 -2
- package/dist/vue/browser.js +19 -1
- package/dist/vue/browser.js.map +2 -2
- package/dist/vue/components/Image.js +19 -1
- package/dist/vue/components/Image.js.map +2 -2
- package/dist/vue/components/index.js +19 -1
- package/dist/vue/components/index.js.map +2 -2
- package/dist/vue/index.js +19 -1
- package/dist/vue/index.js.map +2 -2
- package/dist/vue/server.js +19 -1
- package/dist/vue/server.js.map +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-21bmkC/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-21bmkC/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
|
|
|
48
48
|
getWarningController()?.maybeWarn(primitiveName);
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
-
// .angular-partial-tmp-
|
|
51
|
+
// .angular-partial-tmp-21bmkC/src/core/streamingSlotRegistry.ts
|
|
52
52
|
var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
|
|
53
53
|
var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
|
|
54
54
|
var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
|
package/dist/angular/index.js
CHANGED
|
@@ -3,6 +3,7 @@ var __create = Object.create;
|
|
|
3
3
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
8
|
function __accessProp(key) {
|
|
8
9
|
return this[key];
|
|
@@ -29,6 +30,23 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
29
30
|
cache.set(mod, to);
|
|
30
31
|
return to;
|
|
31
32
|
};
|
|
33
|
+
var __toCommonJS = (from) => {
|
|
34
|
+
var entry = (__moduleCache ??= new WeakMap).get(from), desc;
|
|
35
|
+
if (entry)
|
|
36
|
+
return entry;
|
|
37
|
+
entry = __defProp({}, "__esModule", { value: true });
|
|
38
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
39
|
+
for (var key of __getOwnPropNames(from))
|
|
40
|
+
if (!__hasOwnProp.call(entry, key))
|
|
41
|
+
__defProp(entry, key, {
|
|
42
|
+
get: __accessProp.bind(from, key),
|
|
43
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
__moduleCache.set(from, entry);
|
|
47
|
+
return entry;
|
|
48
|
+
};
|
|
49
|
+
var __moduleCache;
|
|
32
50
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
33
51
|
var __returnValue = (v) => v;
|
|
34
52
|
function __exportSetter(name, newValue) {
|
|
@@ -15022,5 +15040,5 @@ export {
|
|
|
15022
15040
|
ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
|
|
15023
15041
|
};
|
|
15024
15042
|
|
|
15025
|
-
//# debugId=
|
|
15043
|
+
//# debugId=57CD1AC1802A85CD64756E2164756E21
|
|
15026
15044
|
//# sourceMappingURL=index.js.map
|