@absolutejs/absolute 0.19.0-beta.1066 → 0.19.0-beta.1067

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.
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-96P4Fp/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-YKumpV/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-96P4Fp/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-YKumpV/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-96P4Fp/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-YKumpV/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/build.js CHANGED
@@ -13004,6 +13004,14 @@ if (isHMR) {
13004
13004
  if (typeof window !== "undefined") {
13005
13005
  window.__SVELTE_COMPONENT__ = component;
13006
13006
  window.__SVELTE_UNMOUNT__ = function() { if (component) { unmount(component); } };
13007
+ window.__SVELTE_REMOUNT__ = function(props) {
13008
+ if (typeof window.__SVELTE_UNMOUNT__ === "function") {
13009
+ try { window.__SVELTE_UNMOUNT__(); } catch (err) { /* ignore */ }
13010
+ }
13011
+ component = mount(Component, { target, props });
13012
+ window.__SVELTE_COMPONENT__ = component;
13013
+ window.__SVELTE_UNMOUNT__ = function() { if (component) { unmount(component); } };
13014
+ };
13007
13015
  window.__ABS_SLOT_HYDRATION_PENDING__ = shouldHydrate;
13008
13016
  var releaseStreamingSlots = function() {
13009
13017
  window.__ABS_SLOT_HYDRATION_PENDING__ = false;
@@ -27621,5 +27629,5 @@ export {
27621
27629
  build
27622
27630
  };
27623
27631
 
27624
- //# debugId=23965E9A0F97A8FD64756E2164756E21
27632
+ //# debugId=0D8CDACD22DE51B364756E2164756E21
27625
27633
  //# sourceMappingURL=build.js.map