@absolutejs/absolute 0.19.0-beta.365 → 0.19.0-beta.366

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.
@@ -9079,6 +9079,13 @@ var require_cjs = __commonJS((exports) => {
9079
9079
  } });
9080
9080
  });
9081
9081
 
9082
+ // src/core/streamingSlotRegistrar.ts
9083
+ var registrar = null, setStreamingSlotRegistrar = (nextRegistrar) => {
9084
+ registrar = nextRegistrar;
9085
+ }, registerStreamingSlot = (slot) => {
9086
+ registrar?.(slot);
9087
+ };
9088
+
9082
9089
  // src/utils/imageProcessing.ts
9083
9090
  import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
9084
9091
  import { join, resolve } from "path";
@@ -9543,17 +9550,6 @@ import { Component as Component3, computed, input as input2 } from "@angular/cor
9543
9550
  // src/angular/components/stream-slot.component.ts
9544
9551
  import"@angular/compiler";
9545
9552
  import { Component as Component2, input } from "@angular/core";
9546
-
9547
- // src/core/streamingSlotRegistrar.ts
9548
- var registrar = null;
9549
- var setStreamingSlotRegistrar = (nextRegistrar) => {
9550
- registrar = nextRegistrar;
9551
- };
9552
- var registerStreamingSlot = (slot) => {
9553
- registrar?.(slot);
9554
- };
9555
-
9556
- // src/angular/components/stream-slot.component.ts
9557
9553
  class StreamSlotComponent {
9558
9554
  className = input();
9559
9555
  errorHtml = input();
@@ -9782,5 +9778,5 @@ export {
9782
9778
  DeferSlotComponent
9783
9779
  };
9784
9780
 
9785
- //# debugId=A09DA397538F56B864756E2164756E21
9781
+ //# debugId=1AD0EDC83FCFB2D164756E2164756E21
9786
9782
  //# sourceMappingURL=browser.js.map