@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.
- package/dist/angular/browser.js +9 -10
- package/dist/angular/browser.js.map +3 -3
- package/dist/angular/index.js +9 -10
- package/dist/angular/index.js.map +3 -3
- package/dist/dist/angular/index.d.ts +7 -8
- package/dist/src/angular/Island.browser.d.ts +1 -2
- package/dist/src/angular/Island.d.ts +1 -2
- package/package.json +1 -1
package/dist/angular/index.js
CHANGED
|
@@ -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
|
|
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
|
-
],
|
|
39673
|
+
], Island.prototype, "component", undefined);
|
|
39674
39674
|
__legacyDecorateClassTS([
|
|
39675
39675
|
Input(),
|
|
39676
39676
|
__legacyMetadataTS("design:type", Object)
|
|
39677
|
-
],
|
|
39677
|
+
], Island.prototype, "framework", undefined);
|
|
39678
39678
|
__legacyDecorateClassTS([
|
|
39679
39679
|
Input(),
|
|
39680
39680
|
__legacyMetadataTS("design:type", Object)
|
|
39681
|
-
],
|
|
39681
|
+
], Island.prototype, "hydrate", undefined);
|
|
39682
39682
|
__legacyDecorateClassTS([
|
|
39683
39683
|
Input(),
|
|
39684
39684
|
__legacyMetadataTS("design:type", Object)
|
|
39685
|
-
],
|
|
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
|
-
],
|
|
39691
|
-
|
|
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
|
-
],
|
|
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=
|
|
39813
|
+
//# debugId=BFDADCFF272AE8C864756E2164756E21
|
|
39815
39814
|
//# sourceMappingURL=index.js.map
|