@absolutejs/absolute 0.19.0-beta.418 → 0.19.0-beta.419
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 +1 -6
- package/dist/angular/browser.js.map +3 -3
- package/dist/angular/components/defer-slot.component.js +0 -5
- package/dist/angular/index.js +2 -7
- 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
|
@@ -51,11 +51,6 @@ export class DeferSlotComponent {
|
|
|
51
51
|
this.applyPatchPayload(payload);
|
|
52
52
|
return true;
|
|
53
53
|
};
|
|
54
|
-
const pendingPayload = window.__ABS_SLOT_PENDING__?.[id];
|
|
55
|
-
if (pendingPayload !== undefined) {
|
|
56
|
-
this.applyPatchPayload(pendingPayload);
|
|
57
|
-
delete window.__ABS_SLOT_PENDING__?.[id];
|
|
58
|
-
}
|
|
59
54
|
}
|
|
60
55
|
ngOnDestroy() {
|
|
61
56
|
if (typeof window === 'undefined')
|
package/dist/angular/index.js
CHANGED
|
@@ -169199,7 +169199,7 @@ ${registrations}
|
|
|
169199
169199
|
({ tsLibDir } = cached);
|
|
169200
169200
|
cached.lastUsed = Date.now();
|
|
169201
169201
|
} else {
|
|
169202
|
-
const tsPath = __require.resolve("typescript");
|
|
169202
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
169203
169203
|
const tsRootDir = dirname(tsPath);
|
|
169204
169204
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169205
169205
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -181578,11 +181578,6 @@ class DeferSlotComponent {
|
|
|
181578
181578
|
this.applyPatchPayload(payload);
|
|
181579
181579
|
return true;
|
|
181580
181580
|
};
|
|
181581
|
-
const pendingPayload = window.__ABS_SLOT_PENDING__?.[id];
|
|
181582
|
-
if (pendingPayload !== undefined) {
|
|
181583
|
-
this.applyPatchPayload(pendingPayload);
|
|
181584
|
-
delete window.__ABS_SLOT_PENDING__?.[id];
|
|
181585
|
-
}
|
|
181586
181581
|
}
|
|
181587
181582
|
ngOnDestroy() {
|
|
181588
181583
|
if (typeof window === "undefined")
|
|
@@ -181919,5 +181914,5 @@ export {
|
|
|
181919
181914
|
DeferErrorTemplateDirective
|
|
181920
181915
|
};
|
|
181921
181916
|
|
|
181922
|
-
//# debugId=
|
|
181917
|
+
//# debugId=1E11FB90541985ED64756E2164756E21
|
|
181923
181918
|
//# sourceMappingURL=index.js.map
|