@absolutejs/absolute 0.19.0-beta.420 → 0.19.0-beta.421
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.
|
@@ -88,7 +88,7 @@ export class DeferSlotComponent {
|
|
|
88
88
|
this.cdr.markForCheck();
|
|
89
89
|
}
|
|
90
90
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DeferSlotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
91
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DeferSlotComponent, isStandalone: true, selector: "abs-defer-slot", inputs: { className: "className", id: "id", payload: "payload" }, queries: [{ propertyName: "resolvedTemplate", first: true, predicate: DeferResolvedTemplateDirective, descendants: true }, { propertyName: "fallbackTemplate", first: true, predicate: DeferFallbackTemplateDirective, descendants: true }, { propertyName: "errorTemplate", first: true, predicate: DeferErrorTemplateDirective, descendants: true }], ngImport: i0, template: `
|
|
91
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DeferSlotComponent, isStandalone: true, selector: "abs-defer-slot", inputs: { className: "className", id: "id", payload: "payload" }, host: { attributes: { "ngSkipHydration": "true" } }, queries: [{ propertyName: "resolvedTemplate", first: true, predicate: DeferResolvedTemplateDirective, descendants: true }, { propertyName: "fallbackTemplate", first: true, predicate: DeferFallbackTemplateDirective, descendants: true }, { propertyName: "errorTemplate", first: true, predicate: DeferErrorTemplateDirective, descendants: true }], ngImport: i0, template: `
|
|
92
92
|
<div
|
|
93
93
|
[attr.id]="'slot-' + id"
|
|
94
94
|
[attr.class]="className"
|
|
@@ -105,6 +105,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{
|
|
107
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
|
+
host: {
|
|
109
|
+
ngSkipHydration: 'true'
|
|
110
|
+
},
|
|
108
111
|
selector: 'abs-defer-slot',
|
|
109
112
|
standalone: true,
|
|
110
113
|
imports: [
|
package/dist/angular/index.js
CHANGED
|
@@ -181641,6 +181641,9 @@ __legacyDecorateClassTS([
|
|
|
181641
181641
|
DeferSlotComponent = __legacyDecorateClassTS([
|
|
181642
181642
|
Component2({
|
|
181643
181643
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
181644
|
+
host: {
|
|
181645
|
+
ngSkipHydration: "true"
|
|
181646
|
+
},
|
|
181644
181647
|
selector: "abs-defer-slot",
|
|
181645
181648
|
standalone: true,
|
|
181646
181649
|
imports: [
|
|
@@ -181926,5 +181929,5 @@ export {
|
|
|
181926
181929
|
DeferErrorTemplateDirective
|
|
181927
181930
|
};
|
|
181928
181931
|
|
|
181929
|
-
//# debugId=
|
|
181932
|
+
//# debugId=983A18DFE8EA4EA664756E2164756E21
|
|
181930
181933
|
//# sourceMappingURL=index.js.map
|