@absolutejs/absolute 0.19.0-beta.330 → 0.19.0-beta.331

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.
@@ -39656,7 +39656,7 @@ init_ssrRender();
39656
39656
  // src/angular/Island.ts
39657
39657
  init_compiler();
39658
39658
  import { Component as Component3, HostBinding, Input } from "@angular/core";
39659
- class IslandComponent {
39659
+ class Island {
39660
39660
  constructor() {
39661
39661
  this.component = "";
39662
39662
  this.framework = "react";
@@ -39670,32 +39670,31 @@ class IslandComponent {
39670
39670
  __legacyDecorateClassTS([
39671
39671
  Input(),
39672
39672
  __legacyMetadataTS("design:type", Object)
39673
- ], IslandComponent.prototype, "component", undefined);
39673
+ ], Island.prototype, "component", undefined);
39674
39674
  __legacyDecorateClassTS([
39675
39675
  Input(),
39676
39676
  __legacyMetadataTS("design:type", Object)
39677
- ], IslandComponent.prototype, "framework", undefined);
39677
+ ], Island.prototype, "framework", undefined);
39678
39678
  __legacyDecorateClassTS([
39679
39679
  Input(),
39680
39680
  __legacyMetadataTS("design:type", Object)
39681
- ], IslandComponent.prototype, "hydrate", undefined);
39681
+ ], Island.prototype, "hydrate", undefined);
39682
39682
  __legacyDecorateClassTS([
39683
39683
  Input(),
39684
39684
  __legacyMetadataTS("design:type", Object)
39685
- ], IslandComponent.prototype, "props", undefined);
39685
+ ], Island.prototype, "props", undefined);
39686
39686
  __legacyDecorateClassTS([
39687
39687
  HostBinding("attr.data-abs-props"),
39688
39688
  __legacyMetadataTS("design:type", undefined),
39689
39689
  __legacyMetadataTS("design:paramtypes", [])
39690
- ], IslandComponent.prototype, "serializedProps", null);
39691
- IslandComponent = __legacyDecorateClassTS([
39690
+ ], Island.prototype, "serializedProps", null);
39691
+ Island = __legacyDecorateClassTS([
39692
39692
  Component3({
39693
39693
  selector: "absolute-island",
39694
39694
  standalone: true,
39695
39695
  template: "<div></div>"
39696
39696
  })
39697
- ], IslandComponent);
39698
- var Island = IslandComponent;
39697
+ ], Island);
39699
39698
  // src/angular/island-state.service.ts
39700
39699
  var import_rxjs = __toESM(require_cjs(), 1);
39701
39700
  import { Injectable } from "@angular/core";
@@ -39811,5 +39810,5 @@ export {
39811
39810
  Island
39812
39811
  };
39813
39812
 
39814
- //# debugId=303AF55689AA63D764756E2164756E21
39813
+ //# debugId=BFDADCFF272AE8C864756E2164756E21
39815
39814
  //# sourceMappingURL=index.js.map