@absolutejs/absolute 0.19.0-beta.982 → 0.19.0-beta.984
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/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/index.js +98 -149
- package/dist/angular/index.js.map +8 -9
- package/dist/angular/server.js +98 -149
- package/dist/angular/server.js.map +8 -9
- package/dist/build.js +518 -697
- package/dist/build.js.map +9 -11
- package/dist/client/index.js +1 -3
- package/dist/client/index.js.map +4 -4
- package/dist/index.js +545 -724
- package/dist/index.js.map +9 -11
- package/dist/islands/index.js +1 -3
- package/dist/islands/index.js.map +4 -4
- package/dist/react/index.js +1 -3
- package/dist/react/index.js.map +4 -4
- package/dist/src/build/runAngularHandlerScan.d.ts +0 -5
- package/dist/svelte/index.js +1 -3
- package/dist/svelte/index.js.map +4 -4
- package/dist/types/angular.d.ts +0 -1
- package/dist/vue/index.js +1 -3
- package/dist/vue/index.js.map +4 -4
- package/package.json +1 -1
- package/dist/src/angular/loadRouteMounts.d.ts +0 -3
- package/dist/src/build/emitAngularProvidersFiles.d.ts +0 -29
- package/dist/src/build/emitAngularRouteMounts.d.ts +0 -3
package/dist/types/angular.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ export type AngularDeps = {
|
|
|
15
15
|
Sanitizer: typeof import('@angular/core').Sanitizer;
|
|
16
16
|
SecurityContext: typeof import('@angular/core').SecurityContext;
|
|
17
17
|
withHttpTransferCacheOptions: typeof import('@angular/platform-browser').withHttpTransferCacheOptions;
|
|
18
|
-
clearResolutionOfComponentResourcesQueue: typeof import('@angular/core').ɵclearResolutionOfComponentResourcesQueue;
|
|
19
18
|
};
|
|
20
19
|
/**
|
|
21
20
|
* Cached render data per route. The `headTag` is captured once when
|
package/dist/vue/index.js
CHANGED
|
@@ -1379,7 +1379,6 @@ var initDominoAdapter = (platformServer) => {
|
|
|
1379
1379
|
return {
|
|
1380
1380
|
APP_BASE_HREF: common.APP_BASE_HREF,
|
|
1381
1381
|
bootstrapApplication: platformBrowser.bootstrapApplication,
|
|
1382
|
-
clearResolutionOfComponentResourcesQueue: core.\u{275}clearResolutionOfComponentResourcesQueue,
|
|
1383
1382
|
DomSanitizer: platformBrowser.DomSanitizer,
|
|
1384
1383
|
ENVIRONMENT_INITIALIZER: core.ENVIRONMENT_INITIALIZER,
|
|
1385
1384
|
inject: core.inject,
|
|
@@ -1550,7 +1549,6 @@ var routeContextCache, cacheRouteData = (pagePath, data) => {
|
|
|
1550
1549
|
}
|
|
1551
1550
|
return result;
|
|
1552
1551
|
}, renderAngularApp = async (deps, PageComponent, providers, document2, url = "/") => {
|
|
1553
|
-
deps.clearResolutionOfComponentResourcesQueue();
|
|
1554
1552
|
const bootstrap = (context) => deps.bootstrapApplication(PageComponent, { providers }, context);
|
|
1555
1553
|
return withSuppressedAngularDevLogs(() => deps.renderApplication(bootstrap, {
|
|
1556
1554
|
document: document2,
|
|
@@ -4650,5 +4648,5 @@ export {
|
|
|
4650
4648
|
Image
|
|
4651
4649
|
};
|
|
4652
4650
|
|
|
4653
|
-
//# debugId=
|
|
4651
|
+
//# debugId=96E2EEADD8EB48FC64756E2164756E21
|
|
4654
4652
|
//# sourceMappingURL=index.js.map
|