@absolutejs/absolute 0.19.0-beta.410 → 0.19.0-beta.411
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.
|
@@ -45,12 +45,11 @@ export class StreamSlotComponent {
|
|
|
45
45
|
window.removeEventListener(SLOT_PATCH_EVENT, this.patchListener);
|
|
46
46
|
}
|
|
47
47
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StreamSlotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
48
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: StreamSlotComponent, isStandalone: true, selector: "abs-stream-slot", inputs: { className: "className", errorHtml: "errorHtml", fallbackHtml: "fallbackHtml", id: "id", resolve: "resolve", timeoutMs: "timeoutMs" }, ngImport: i0, template: `
|
|
48
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: StreamSlotComponent, isStandalone: true, selector: "abs-stream-slot", inputs: { className: "className", errorHtml: "errorHtml", fallbackHtml: "fallbackHtml", id: "id", resolve: "resolve", timeoutMs: "timeoutMs" }, host: { attributes: { "ngSkipHydration": "true" } }, ngImport: i0, template: `
|
|
49
49
|
<div
|
|
50
50
|
[attr.id]="'slot-' + id"
|
|
51
51
|
[attr.class]="className"
|
|
52
52
|
data-absolute-slot="true"
|
|
53
|
-
ngSkipHydration
|
|
54
53
|
[innerHTML]="currentHtml()"
|
|
55
54
|
></div>
|
|
56
55
|
`, isInline: true }); }
|
|
@@ -58,6 +57,9 @@ export class StreamSlotComponent {
|
|
|
58
57
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StreamSlotComponent, decorators: [{
|
|
59
58
|
type: Component,
|
|
60
59
|
args: [{
|
|
60
|
+
host: {
|
|
61
|
+
ngSkipHydration: 'true'
|
|
62
|
+
},
|
|
61
63
|
selector: 'abs-stream-slot',
|
|
62
64
|
standalone: true,
|
|
63
65
|
template: `
|
|
@@ -65,7 +67,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
65
67
|
[attr.id]="'slot-' + id"
|
|
66
68
|
[attr.class]="className"
|
|
67
69
|
data-absolute-slot="true"
|
|
68
|
-
ngSkipHydration
|
|
69
70
|
[innerHTML]="currentHtml()"
|
|
70
71
|
></div>
|
|
71
72
|
`
|
package/dist/angular/index.js
CHANGED
|
@@ -181449,6 +181449,9 @@ __legacyDecorateClassTS([
|
|
|
181449
181449
|
], StreamSlotComponent.prototype, "timeoutMs", undefined);
|
|
181450
181450
|
StreamSlotComponent = __legacyDecorateClassTS([
|
|
181451
181451
|
Component2({
|
|
181452
|
+
host: {
|
|
181453
|
+
ngSkipHydration: "true"
|
|
181454
|
+
},
|
|
181452
181455
|
selector: "abs-stream-slot",
|
|
181453
181456
|
standalone: true,
|
|
181454
181457
|
template: `
|
|
@@ -181456,7 +181459,6 @@ StreamSlotComponent = __legacyDecorateClassTS([
|
|
|
181456
181459
|
[attr.id]="'slot-' + id"
|
|
181457
181460
|
[attr.class]="className"
|
|
181458
181461
|
data-absolute-slot="true"
|
|
181459
|
-
ngSkipHydration
|
|
181460
181462
|
[innerHTML]="currentHtml()"
|
|
181461
181463
|
></div>
|
|
181462
181464
|
`
|
|
@@ -181657,5 +181659,5 @@ export {
|
|
|
181657
181659
|
DeferSlotComponent
|
|
181658
181660
|
};
|
|
181659
181661
|
|
|
181660
|
-
//# debugId=
|
|
181662
|
+
//# debugId=EC33B7D6E4EF9E1F64756E2164756E21
|
|
181661
181663
|
//# sourceMappingURL=index.js.map
|