@absolutejs/absolute 0.19.0-beta.409 → 0.19.0-beta.410
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 +2 -1
- package/dist/angular/browser.js.map +3 -3
- package/dist/angular/components/stream-slot.component.js +2 -0
- package/dist/angular/index.js +3 -2
- package/dist/angular/index.js.map +3 -3
- package/dist/angular/server.js +2 -2
- package/dist/angular/server.js.map +1 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -50,6 +50,7 @@ export class StreamSlotComponent {
|
|
|
50
50
|
[attr.id]="'slot-' + id"
|
|
51
51
|
[attr.class]="className"
|
|
52
52
|
data-absolute-slot="true"
|
|
53
|
+
ngSkipHydration
|
|
53
54
|
[innerHTML]="currentHtml()"
|
|
54
55
|
></div>
|
|
55
56
|
`, isInline: true }); }
|
|
@@ -64,6 +65,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
64
65
|
[attr.id]="'slot-' + id"
|
|
65
66
|
[attr.class]="className"
|
|
66
67
|
data-absolute-slot="true"
|
|
68
|
+
ngSkipHydration
|
|
67
69
|
[innerHTML]="currentHtml()"
|
|
68
70
|
></div>
|
|
69
71
|
`
|
package/dist/angular/index.js
CHANGED
|
@@ -169160,7 +169160,7 @@ ${registrations}
|
|
|
169160
169160
|
({ tsLibDir } = cached);
|
|
169161
169161
|
cached.lastUsed = Date.now();
|
|
169162
169162
|
} else {
|
|
169163
|
-
const tsPath = __require.resolve("
|
|
169163
|
+
const tsPath = __require.resolve("typescript");
|
|
169164
169164
|
const tsRootDir = dirname(tsPath);
|
|
169165
169165
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169166
169166
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -181456,6 +181456,7 @@ StreamSlotComponent = __legacyDecorateClassTS([
|
|
|
181456
181456
|
[attr.id]="'slot-' + id"
|
|
181457
181457
|
[attr.class]="className"
|
|
181458
181458
|
data-absolute-slot="true"
|
|
181459
|
+
ngSkipHydration
|
|
181459
181460
|
[innerHTML]="currentHtml()"
|
|
181460
181461
|
></div>
|
|
181461
181462
|
`
|
|
@@ -181656,5 +181657,5 @@ export {
|
|
|
181656
181657
|
DeferSlotComponent
|
|
181657
181658
|
};
|
|
181658
181659
|
|
|
181659
|
-
//# debugId=
|
|
181660
|
+
//# debugId=372A44A54775508664756E2164756E21
|
|
181660
181661
|
//# sourceMappingURL=index.js.map
|