@angular/core 20.0.0-rc.2 → 20.0.0
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/api.d-B0vztftH.d.ts +1 -1
- package/chrome_dev_tools_performance.d-DvzAxqBc.d.ts +1 -1
- package/{discovery.d-Cf_r2Ojk.d.ts → discovery.d-DZNIp-Fw.d.ts} +55 -4
- package/event_dispatcher.d-BReQpZfC.d.ts +1 -1
- package/fesm2022/attribute-BWp59EjE.mjs +1 -1
- package/fesm2022/core.mjs +9 -9
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/{debug_node-Nc-zr65s.mjs → debug_node-Dn-GvQJo.mjs} +1470 -2924
- package/fesm2022/debug_node-Dn-GvQJo.mjs.map +1 -0
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/{resource-DOwetGLU.mjs → resource-BPCh38bN.mjs} +3 -3
- package/fesm2022/{resource-DOwetGLU.mjs.map → resource-BPCh38bN.mjs.map} +1 -1
- package/fesm2022/{root_effect_scheduler-BgGHQ80j.mjs → root_effect_scheduler-0BxwqIgm.mjs} +2 -19
- package/fesm2022/{root_effect_scheduler-BgGHQ80j.mjs.map → root_effect_scheduler-0BxwqIgm.mjs.map} +1 -1
- package/fesm2022/rxjs-interop.mjs +3 -3
- package/fesm2022/signal-ePSl6jXn.mjs +1 -1
- package/fesm2022/testing.mjs +33 -7
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/untracked-2ouAFbCz.mjs +1 -1
- package/fesm2022/weak_ref-BaIq-pgY.mjs +1 -1
- package/graph.d-BcIOep_B.d.ts +1 -1
- package/index.d.ts +619 -1730
- package/package.json +5 -2
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/{apply_import_manager-BqwxKJiu.cjs → apply_import_manager-Bqnvtho4.cjs} +3 -3
- package/schematics/bundles/{change_tracker-B1qegJFu.cjs → change_tracker-DaCWdziV.cjs} +3 -3
- package/schematics/bundles/{checker-DmucNdBi.cjs → checker-BHgMyU8j.cjs} +11 -11
- package/schematics/bundles/cleanup-unused-imports.cjs +51 -13
- package/schematics/bundles/{compiler-DPq1iS19.cjs → compiler-Dl11rH6-.cjs} +63 -330
- package/schematics/bundles/compiler_host-CAfDJO3W.cjs +1 -1
- package/schematics/bundles/control-flow-migration.cjs +2 -2
- package/schematics/bundles/document-core.cjs +6 -6
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/{index-CFmTQ_wx.cjs → index-CYxAVSJC.cjs} +5 -5
- package/schematics/bundles/{index-1H-qYSW6.cjs → index-DPvX-lSh.cjs} +14 -16
- package/schematics/bundles/inject-flags.cjs +6 -6
- package/schematics/bundles/inject-migration.cjs +4 -4
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/{migrate_ts_type_references-B2aJNuIK.cjs → migrate_ts_type_references-DWUePVh6.cjs} +6 -6
- package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +7 -7
- package/schematics/bundles/{project_paths-DmvzlTQL.cjs → project_paths-BPBAn_A2.cjs} +4 -4
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +4 -4
- package/schematics/bundles/self-closing-tags-migration.cjs +5 -5
- package/schematics/bundles/signal-input-migration.cjs +8 -8
- package/schematics/bundles/signal-queries-migration.cjs +8 -8
- package/schematics/bundles/signals.cjs +8 -8
- package/schematics/bundles/standalone-migration.cjs +5 -5
- package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
- package/schematics/bundles/test-bed-get.cjs +5 -5
- package/signal.d-D6VJ67xi.d.ts +1 -1
- package/testing/index.d.ts +16 -3
- package/weak_ref.d-eGOEP9S1.d.ts +1 -1
- package/fesm2022/debug_node-Nc-zr65s.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.0.0
|
|
2
|
+
* @license Angular v20.0.0
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { SIGNAL, ValueEqualityFn as ValueEqualityFn$1 } from './graph.d-BcIOep_B.js';
|
|
8
|
-
import { Signal, WritableSignal, OutputRef, Type as Type$1, ModuleWithProviders, EnvironmentProviders, Provider, TypeProvider, ValueProvider, ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider, StaticClassProvider,
|
|
8
|
+
import { Signal, WritableSignal, OutputRef, Type as Type$1, ModuleWithProviders, EnvironmentProviders, Provider, TypeProvider, ValueProvider, ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider, StaticClassProvider, ProviderToken, StaticProvider, Injector, ValueSansProvider, ExistingSansProvider, StaticClassSansProvider, ConstructorSansProvider, FactorySansProvider, ClassSansProvider, InjectionToken, InternalInjectFlags, InjectOptions, ValueEqualityFn, EventCallback, isSignal, enableProfiling as enableProfiling$1 } from './chrome_dev_tools_performance.d-DvzAxqBc.js';
|
|
9
9
|
export { AbstractType, CreateSignalOptions, DestroyRef, DestroyableInjector, ImportedNgModuleProviders, OutputRefSubscription, signal, InternalEnvironmentProviders as ɵInternalEnvironmentProviders, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, Writable as ɵWritable, isEnvironmentProviders as ɵisEnvironmentProviders, ɵunwrapWritableSignal } from './chrome_dev_tools_performance.d-DvzAxqBc.js';
|
|
10
|
-
import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, CssSelectorList, InputFlags, InputTransformFunction, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, ComponentDef, DirectiveDef, EmbeddedViewRef, ChangeDetectorRef, LView, ApplicationRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, NgModuleFactory as NgModuleFactory$1, InternalNgModuleRef, ViewRef as ViewRef$1, PlatformRef, NgZone, ChangeDetectionScheduler, NotificationSource, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockState, TNode, LContainer, DeferBlockDependencyInterceptor, DeferBlockConfig, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, CompilerOptions, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript, PipeType, DirectiveType } from './discovery.d-
|
|
11
|
-
export { APP_BOOTSTRAP_LISTENER, BootstrapOptions, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, Compiler, CompilerFactory, ComponentDecorator, CreateEffectOptions, DebugElement, DebugEventListener, DebugNode, DirectiveDecorator, EffectCleanupFn, EffectRef, EventEmitter, HostBinding, HostBindingDecorator, HostListener, HostListenerDecorator, InjectableType, InjectorType, Input, InputDecorator, ListenerOptions, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleDecorator, NgProbeToken, Output, OutputDecorator, PipeDecorator, Predicate, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2, Sanitizer, SecurityContext, asNativeElements, defineInjectable, effect, getDebugNode, inputBinding, outputBinding, twoWayBinding, AfterRenderManager as ɵAfterRenderManager, AnimationRendererType as ɵAnimationRendererType, AttributeMarker as ɵAttributeMarker, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockDetails as ɵDeferBlockDetails, EffectScheduler as ɵEffectScheduler, NG_INJ_DEF as ɵNG_INJ_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NavigateEvent as ɵNavigateEvent, Navigation as ɵNavigation, NavigationCurrentEntryChangeEvent as ɵNavigationCurrentEntryChangeEvent, NavigationDestination as ɵNavigationDestination, NavigationHistoryEntry as ɵNavigationHistoryEntry, NavigationInterceptOptions as ɵNavigationInterceptOptions, NavigationNavigateOptions as ɵNavigationNavigateOptions, NavigationOptions as ɵNavigationOptions, NavigationReloadOptions as ɵNavigationReloadOptions, NavigationResult as ɵNavigationResult, NavigationTransition as ɵNavigationTransition, NavigationTypeString as ɵNavigationTypeString, NavigationUpdateCurrentEntryOptions as ɵNavigationUpdateCurrentEntryOptions, NoopNgZone as ɵNoopNgZone, PipeDef as ɵPipeDef, RenderFlags as ɵRenderFlags, TracingAction as ɵTracingAction, TracingService as ɵTracingService, TracingSnapshot as ɵTracingSnapshot, ZONELESS_ENABLED as ɵZONELESS_ENABLED, getDebugNode as ɵgetDebugNode, getDeferBlocks as ɵgetDeferBlocks, getInjectableDef as ɵgetInjectableDef, injectChangeDetectorRef as ɵinjectChangeDetectorRef, isBoundToModule as ɵisBoundToModule, isInjectable as ɵisInjectable, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵInjectorDef, ɵɵPipeDeclaration, ɵɵdefineInjectable, ɵɵdefineInjector } from './discovery.d-
|
|
10
|
+
import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, CssSelectorList, InputFlags, InputTransformFunction, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, ComponentDef, DirectiveDef, EmbeddedViewRef, ChangeDetectorRef, LView, ApplicationRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, NgModuleFactory as NgModuleFactory$1, InternalNgModuleRef, ViewRef as ViewRef$1, PlatformRef, NgZone, ChangeDetectionScheduler, NotificationSource, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockState, TNode, LContainer, DeferBlockDependencyInterceptor, DeferBlockConfig, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, DehydratedDeferBlock, CompilerOptions, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript, PipeType, DirectiveType } from './discovery.d-DZNIp-Fw.js';
|
|
11
|
+
export { APP_BOOTSTRAP_LISTENER, BootstrapOptions, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, Compiler, CompilerFactory, ComponentDecorator, CreateEffectOptions, DebugElement, DebugEventListener, DebugNode, DirectiveDecorator, EffectCleanupFn, EffectRef, EventEmitter, HostBinding, HostBindingDecorator, HostListener, HostListenerDecorator, InjectableType, InjectorType, Input, InputDecorator, ListenerOptions, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleDecorator, NgProbeToken, Output, OutputDecorator, PipeDecorator, Predicate, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2, Sanitizer, SecurityContext, asNativeElements, defineInjectable, effect, getDebugNode, inputBinding, outputBinding, twoWayBinding, AfterRenderManager as ɵAfterRenderManager, AnimationRendererType as ɵAnimationRendererType, AttributeMarker as ɵAttributeMarker, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockDetails as ɵDeferBlockDetails, EffectScheduler as ɵEffectScheduler, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, NG_INJ_DEF as ɵNG_INJ_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NavigateEvent as ɵNavigateEvent, Navigation as ɵNavigation, NavigationCurrentEntryChangeEvent as ɵNavigationCurrentEntryChangeEvent, NavigationDestination as ɵNavigationDestination, NavigationHistoryEntry as ɵNavigationHistoryEntry, NavigationInterceptOptions as ɵNavigationInterceptOptions, NavigationNavigateOptions as ɵNavigationNavigateOptions, NavigationOptions as ɵNavigationOptions, NavigationReloadOptions as ɵNavigationReloadOptions, NavigationResult as ɵNavigationResult, NavigationTransition as ɵNavigationTransition, NavigationTypeString as ɵNavigationTypeString, NavigationUpdateCurrentEntryOptions as ɵNavigationUpdateCurrentEntryOptions, NoopNgZone as ɵNoopNgZone, PipeDef as ɵPipeDef, R3Injector as ɵR3Injector, RenderFlags as ɵRenderFlags, TracingAction as ɵTracingAction, TracingService as ɵTracingService, TracingSnapshot as ɵTracingSnapshot, ZONELESS_ENABLED as ɵZONELESS_ENABLED, getDebugNode as ɵgetDebugNode, getDeferBlocks as ɵgetDeferBlocks, getInjectableDef as ɵgetInjectableDef, injectChangeDetectorRef as ɵinjectChangeDetectorRef, isBoundToModule as ɵisBoundToModule, isInjectable as ɵisInjectable, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵInjectorDef, ɵɵPipeDeclaration, ɵɵdefineInjectable, ɵɵdefineInjector } from './discovery.d-DZNIp-Fw.js';
|
|
12
12
|
import { WritableResource, ResourceStatus, ResourceRef, Resource, ResourceStreamingLoader, ResourceOptions } from './api.d-B0vztftH.js';
|
|
13
13
|
export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, ResourceStreamItem, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './api.d-B0vztftH.js';
|
|
14
14
|
import './event_dispatcher.d-BReQpZfC.js';
|
|
@@ -16,6 +16,7 @@ import { Observable, Subscribable } from 'rxjs';
|
|
|
16
16
|
export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './weak_ref.d-eGOEP9S1.js';
|
|
17
17
|
export { setCurrentInjector as ɵsetCurrentInjector } from './primitives/di/index.js';
|
|
18
18
|
import './signal.d-D6VJ67xi.js';
|
|
19
|
+
import '@angular/core/primitives/di';
|
|
19
20
|
|
|
20
21
|
/**
|
|
21
22
|
* @publicAPI
|
|
@@ -408,14 +409,6 @@ declare function importProvidersFrom(...sources: ImportProvidersSource[]): Envir
|
|
|
408
409
|
*/
|
|
409
410
|
type SingleProvider = TypeProvider | ValueProvider | ClassProvider | ConstructorProvider | ExistingProvider | FactoryProvider | StaticClassProvider;
|
|
410
411
|
|
|
411
|
-
type InjectorScope = 'root' | 'platform' | 'environment';
|
|
412
|
-
/**
|
|
413
|
-
* An internal token whose presence in an injector indicates that the injector should treat itself
|
|
414
|
-
* as a root scoped injector when processing requests for unknown tokens which may indicate
|
|
415
|
-
* they are provided in the root scope.
|
|
416
|
-
*/
|
|
417
|
-
declare const INJECTOR_SCOPE: InjectionToken<InjectorScope | null>;
|
|
418
|
-
|
|
419
412
|
/**
|
|
420
413
|
* Type of the `viewChild` function. The viewChild function creates a singular view query.
|
|
421
414
|
*
|
|
@@ -3750,6 +3743,12 @@ declare function getPlatform(): PlatformRef | null;
|
|
|
3750
3743
|
* @publicApi
|
|
3751
3744
|
*/
|
|
3752
3745
|
declare function destroyPlatform(): void;
|
|
3746
|
+
/**
|
|
3747
|
+
* The goal of this function is to bootstrap a platform injector,
|
|
3748
|
+
* but avoid referencing `PlatformRef` class.
|
|
3749
|
+
* This function is needed for bootstrapping a Standalone Component.
|
|
3750
|
+
*/
|
|
3751
|
+
declare function createOrReusePlatformInjector(providers?: StaticProvider[]): Injector;
|
|
3753
3752
|
/**
|
|
3754
3753
|
* @description
|
|
3755
3754
|
* This function is used to provide initialization functions that will be executed upon
|
|
@@ -4798,6 +4797,22 @@ declare function ɵɵdeferEnableTimerScheduling(tView: TView, tDetails: TDeferBl
|
|
|
4798
4797
|
*/
|
|
4799
4798
|
declare function triggerResourceLoading(tDetails: TDeferBlockDetails, lView: LView, tNode: TNode): Promise<unknown>;
|
|
4800
4799
|
|
|
4800
|
+
/**
|
|
4801
|
+
* Tell ivy what the `document` is for this platform.
|
|
4802
|
+
*
|
|
4803
|
+
* It is only necessary to call this if the current platform is not a browser.
|
|
4804
|
+
*
|
|
4805
|
+
* @param document The object representing the global `document` in this environment.
|
|
4806
|
+
*/
|
|
4807
|
+
declare function setDocument(document: Document | undefined): void;
|
|
4808
|
+
/**
|
|
4809
|
+
* Access the object that represents the `document` for this platform.
|
|
4810
|
+
*
|
|
4811
|
+
* Ivy calls this whenever it needs to access the `document` object.
|
|
4812
|
+
* For example to create the renderer or to do sanitization.
|
|
4813
|
+
*/
|
|
4814
|
+
declare function getDocument(): Document;
|
|
4815
|
+
|
|
4801
4816
|
/**
|
|
4802
4817
|
* URL for the XSS security documentation.
|
|
4803
4818
|
*/
|
|
@@ -5055,6 +5070,12 @@ declare function annotateForHydration(appRef: ApplicationRef, doc: Document): {
|
|
|
5055
5070
|
capture: Set<string>;
|
|
5056
5071
|
};
|
|
5057
5072
|
|
|
5073
|
+
/**
|
|
5074
|
+
* Defines a name of an attribute that is added to the <body> tag
|
|
5075
|
+
* in the `index.html` file in case a given route was configured
|
|
5076
|
+
* with `RenderMode.Client`. 'cm' is an abbreviation for "Client Mode".
|
|
5077
|
+
*/
|
|
5078
|
+
declare const CLIENT_RENDER_MODE_FLAG = "ngcm";
|
|
5058
5079
|
/**
|
|
5059
5080
|
* Returns a set of providers required to setup hydration support
|
|
5060
5081
|
* for an application that is server side rendered. This function is
|
|
@@ -5094,6 +5115,10 @@ declare const IS_HYDRATION_DOM_REUSE_ENABLED: InjectionToken<boolean>;
|
|
|
5094
5115
|
* is enabled.
|
|
5095
5116
|
*/
|
|
5096
5117
|
declare const IS_INCREMENTAL_HYDRATION_ENABLED: InjectionToken<boolean>;
|
|
5118
|
+
/**
|
|
5119
|
+
* A map of DOM elements with `jsaction` attributes grouped by action names.
|
|
5120
|
+
*/
|
|
5121
|
+
declare const JSACTION_BLOCK_ELEMENT_MAP: InjectionToken<Map<string, Set<Element>>>;
|
|
5097
5122
|
|
|
5098
5123
|
/**
|
|
5099
5124
|
* Register locale data to be used internally by Angular. See the
|
|
@@ -5641,6 +5666,84 @@ declare function encapsulateResourceError(error: unknown): Error;
|
|
|
5641
5666
|
*/
|
|
5642
5667
|
declare function getClosestComponentName(node: Node): string | null;
|
|
5643
5668
|
|
|
5669
|
+
/**
|
|
5670
|
+
* The following getter methods retrieve the definition from the type. Currently the retrieval
|
|
5671
|
+
* honors inheritance, but in the future we may change the rule to require that definitions are
|
|
5672
|
+
* explicit. This would require some sort of migration strategy.
|
|
5673
|
+
*/
|
|
5674
|
+
declare function getComponentDef<T>(type: any): ComponentDef<T> | null;
|
|
5675
|
+
/**
|
|
5676
|
+
* Checks whether a given Component, Directive or Pipe is marked as standalone.
|
|
5677
|
+
* This will return false if passed anything other than a Component, Directive, or Pipe class
|
|
5678
|
+
* See [this guide](guide/components/importing) for additional information:
|
|
5679
|
+
*
|
|
5680
|
+
* @param type A reference to a Component, Directive or Pipe.
|
|
5681
|
+
* @publicApi
|
|
5682
|
+
*/
|
|
5683
|
+
declare function isStandalone(type: Type$1<unknown>): boolean;
|
|
5684
|
+
|
|
5685
|
+
/**
|
|
5686
|
+
* TODO(incremental-hydration): Remove this file entirely once PromiseWithResolvers lands in stable
|
|
5687
|
+
* node / TS.
|
|
5688
|
+
*/
|
|
5689
|
+
interface PromiseWithResolvers<T> {
|
|
5690
|
+
promise: Promise<T>;
|
|
5691
|
+
resolve: (value: T | PromiseLike<T>) => void;
|
|
5692
|
+
reject: (reason?: any) => void;
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5695
|
+
/**
|
|
5696
|
+
* An internal injection token to reference `DehydratedBlockRegistry` implementation
|
|
5697
|
+
* in a tree-shakable way.
|
|
5698
|
+
*/
|
|
5699
|
+
declare const DEHYDRATED_BLOCK_REGISTRY: InjectionToken<DehydratedBlockRegistry>;
|
|
5700
|
+
/**
|
|
5701
|
+
* The DehydratedBlockRegistry is used for incremental hydration purposes. It keeps
|
|
5702
|
+
* track of the Defer Blocks that need hydration so we can effectively
|
|
5703
|
+
* navigate up to the top dehydrated defer block and fire appropriate cleanup
|
|
5704
|
+
* functions post hydration.
|
|
5705
|
+
*/
|
|
5706
|
+
declare class DehydratedBlockRegistry {
|
|
5707
|
+
private registry;
|
|
5708
|
+
private cleanupFns;
|
|
5709
|
+
private jsActionMap;
|
|
5710
|
+
private contract;
|
|
5711
|
+
add(blockId: string, info: DehydratedDeferBlock): void;
|
|
5712
|
+
get(blockId: string): DehydratedDeferBlock | null;
|
|
5713
|
+
has(blockId: string): boolean;
|
|
5714
|
+
cleanup(hydratedBlocks: string[]): void;
|
|
5715
|
+
get size(): number;
|
|
5716
|
+
addCleanupFn(blockId: string, fn: Function): void;
|
|
5717
|
+
invokeTriggerCleanupFns(blockId: string): void;
|
|
5718
|
+
hydrating: Map<string, PromiseWithResolvers<void>>;
|
|
5719
|
+
private awaitingCallbacks;
|
|
5720
|
+
awaitParentBlock(topmostParentBlock: string, callback: Function): void;
|
|
5721
|
+
/** @nocollapse */
|
|
5722
|
+
static ɵprov: unknown;
|
|
5723
|
+
}
|
|
5724
|
+
|
|
5725
|
+
/**
|
|
5726
|
+
* Helper service to schedule `setTimeout`s for batches of defer blocks,
|
|
5727
|
+
* to avoid calling `setTimeout` for each defer block (e.g. if defer blocks
|
|
5728
|
+
* are created inside a for loop).
|
|
5729
|
+
*/
|
|
5730
|
+
declare class TimerScheduler {
|
|
5731
|
+
executingCallbacks: boolean;
|
|
5732
|
+
timeoutId: number | null;
|
|
5733
|
+
invokeTimerAt: number | null;
|
|
5734
|
+
current: Array<number | VoidFunction>;
|
|
5735
|
+
deferred: Array<number | VoidFunction>;
|
|
5736
|
+
add(delay: number, callback: VoidFunction, ngZone: NgZone): void;
|
|
5737
|
+
remove(callback: VoidFunction): void;
|
|
5738
|
+
private addToQueue;
|
|
5739
|
+
private removeFromQueue;
|
|
5740
|
+
private scheduleTimer;
|
|
5741
|
+
private clearTimeout;
|
|
5742
|
+
ngOnDestroy(): void;
|
|
5743
|
+
/** @nocollapse */
|
|
5744
|
+
static ɵprov: unknown;
|
|
5745
|
+
}
|
|
5746
|
+
|
|
5644
5747
|
declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
|
|
5645
5748
|
|
|
5646
5749
|
/**
|
|
@@ -6328,1908 +6431,713 @@ declare function ɵɵadvance(delta?: number): void;
|
|
|
6328
6431
|
*/
|
|
6329
6432
|
declare function ɵɵattribute(name: string, value: any, sanitizer?: SanitizerFn | null, namespace?: string): typeof ɵɵattribute;
|
|
6330
6433
|
|
|
6331
|
-
|
|
6332
|
-
*
|
|
6333
|
-
*
|
|
6334
|
-
*
|
|
6335
|
-
* Used when the value passed to a property has 1 interpolated value in it:
|
|
6336
|
-
*
|
|
6337
|
-
* ```html
|
|
6338
|
-
* <div class="prefix{{v0}}suffix"></div>
|
|
6339
|
-
* ```
|
|
6340
|
-
*
|
|
6341
|
-
* Its compiled representation is:
|
|
6434
|
+
/*!
|
|
6435
|
+
* @license
|
|
6436
|
+
* Copyright Google LLC All Rights Reserved.
|
|
6342
6437
|
*
|
|
6343
|
-
*
|
|
6344
|
-
*
|
|
6345
|
-
|
|
6438
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
6439
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
6440
|
+
*/
|
|
6441
|
+
/**
|
|
6442
|
+
* Instruction that returns the component instance in which the current instruction is executing.
|
|
6443
|
+
* This is a constant-time version of `nextContent` for the case where we know that we need the
|
|
6444
|
+
* component instance specifically, rather than the context of a particular template.
|
|
6346
6445
|
*
|
|
6347
|
-
* @param prefix Static value used for concatenation only.
|
|
6348
|
-
* @param v0 Value checked for change.
|
|
6349
|
-
* @param suffix Static value used for concatenation only.
|
|
6350
6446
|
* @codeGenApi
|
|
6351
6447
|
*/
|
|
6352
|
-
declare function
|
|
6448
|
+
declare function ɵɵcomponentInstance(): unknown;
|
|
6449
|
+
|
|
6353
6450
|
/**
|
|
6451
|
+
* Creates an LContainer for an ng-template representing a root node
|
|
6452
|
+
* of control flow (@if, @switch). We use this to explicitly set
|
|
6453
|
+
* flags on the TNode created to identify which nodes are in control
|
|
6454
|
+
* flow or starting control flow for hydration identification and
|
|
6455
|
+
* cleanup timing.
|
|
6354
6456
|
*
|
|
6355
|
-
*
|
|
6356
|
-
*
|
|
6357
|
-
*
|
|
6358
|
-
*
|
|
6359
|
-
*
|
|
6360
|
-
*
|
|
6361
|
-
*
|
|
6362
|
-
*
|
|
6363
|
-
*
|
|
6364
|
-
*
|
|
6365
|
-
* ```ts
|
|
6366
|
-
* ɵɵclassMapInterpolate2('prefix', v0, '-', v1, 'suffix');
|
|
6367
|
-
* ```
|
|
6368
|
-
*
|
|
6369
|
-
* @param prefix Static value used for concatenation only.
|
|
6370
|
-
* @param v0 Value checked for change.
|
|
6371
|
-
* @param i0 Static value used for concatenation only.
|
|
6372
|
-
* @param v1 Value checked for change.
|
|
6373
|
-
* @param suffix Static value used for concatenation only.
|
|
6457
|
+
* @param index The index of the container in the data array
|
|
6458
|
+
* @param templateFn Inline template
|
|
6459
|
+
* @param decls The number of nodes, local refs, and pipes for this template
|
|
6460
|
+
* @param vars The number of bindings for this template
|
|
6461
|
+
* @param tagName The name of the container element, if applicable
|
|
6462
|
+
* @param attrsIndex Index of template attributes in the `consts` array.
|
|
6463
|
+
* @param localRefs Index of the local references in the `consts` array.
|
|
6464
|
+
* @param localRefExtractor A function which extracts local-refs values from the template.
|
|
6465
|
+
* Defaults to the current element associated with the local-ref.
|
|
6374
6466
|
* @codeGenApi
|
|
6375
6467
|
*/
|
|
6376
|
-
declare function
|
|
6468
|
+
declare function ɵɵconditionalCreate(index: number, templateFn: ComponentTemplate<any> | null, decls: number, vars: number, tagName?: string | null, attrsIndex?: number | null, localRefsIndex?: number | null, localRefExtractor?: LocalRefExtractor): typeof ɵɵconditionalBranchCreate;
|
|
6377
6469
|
/**
|
|
6470
|
+
* Creates an LContainer for an ng-template representing a branch
|
|
6471
|
+
* of control flow (@else, @case, @default). We use this to explicitly
|
|
6472
|
+
* set flags on the TNode created to identify which nodes are in
|
|
6473
|
+
* control flow or starting control flow for hydration identification
|
|
6474
|
+
* and cleanup timing.
|
|
6378
6475
|
*
|
|
6379
|
-
*
|
|
6476
|
+
* @param index The index of the container in the data array
|
|
6477
|
+
* @param templateFn Inline template
|
|
6478
|
+
* @param decls The number of nodes, local refs, and pipes for this template
|
|
6479
|
+
* @param vars The number of bindings for this template
|
|
6480
|
+
* @param tagName The name of the container element, if applicable
|
|
6481
|
+
* @param attrsIndex Index of template attributes in the `consts` array.
|
|
6482
|
+
* @param localRefs Index of the local references in the `consts` array.
|
|
6483
|
+
* @param localRefExtractor A function which extracts local-refs values from the template.
|
|
6484
|
+
* Defaults to the current element associated with the local-ref.
|
|
6485
|
+
* @codeGenApi
|
|
6486
|
+
*/
|
|
6487
|
+
declare function ɵɵconditionalBranchCreate(index: number, templateFn: ComponentTemplate<any> | null, decls: number, vars: number, tagName?: string | null, attrsIndex?: number | null, localRefsIndex?: number | null, localRefExtractor?: LocalRefExtractor): typeof ɵɵconditionalBranchCreate;
|
|
6488
|
+
/**
|
|
6489
|
+
* The conditional instruction represents the basic building block on the runtime side to support
|
|
6490
|
+
* built-in "if" and "switch". On the high level this instruction is responsible for adding and
|
|
6491
|
+
* removing views selected by a conditional expression.
|
|
6380
6492
|
*
|
|
6381
|
-
*
|
|
6493
|
+
* @param matchingTemplateIndex Index of a template TNode representing a conditional view to be
|
|
6494
|
+
* inserted; -1 represents a special case when there is no view to insert.
|
|
6495
|
+
* @param contextValue Value that should be exposed as the context of the conditional.
|
|
6496
|
+
* @codeGenApi
|
|
6497
|
+
*/
|
|
6498
|
+
declare function ɵɵconditional<T>(matchingTemplateIndex: number, contextValue?: T): void;
|
|
6499
|
+
/**
|
|
6500
|
+
* A built-in trackBy function used for situations where users specified collection index as a
|
|
6501
|
+
* tracking expression. Having this function body in the runtime avoids unnecessary code generation.
|
|
6382
6502
|
*
|
|
6383
|
-
*
|
|
6384
|
-
*
|
|
6385
|
-
|
|
6503
|
+
* @param index
|
|
6504
|
+
* @returns
|
|
6505
|
+
*/
|
|
6506
|
+
declare function ɵɵrepeaterTrackByIndex(index: number): number;
|
|
6507
|
+
/**
|
|
6508
|
+
* A built-in trackBy function used for situations where users specified collection item reference
|
|
6509
|
+
* as a tracking expression. Having this function body in the runtime avoids unnecessary code
|
|
6510
|
+
* generation.
|
|
6386
6511
|
*
|
|
6387
|
-
*
|
|
6512
|
+
* @param index
|
|
6513
|
+
* @returns
|
|
6514
|
+
*/
|
|
6515
|
+
declare function ɵɵrepeaterTrackByIdentity<T>(_: number, value: T): T;
|
|
6516
|
+
/**
|
|
6517
|
+
* The repeaterCreate instruction runs in the creation part of the template pass and initializes
|
|
6518
|
+
* internal data structures required by the update pass of the built-in repeater logic. Repeater
|
|
6519
|
+
* metadata are allocated in the data part of LView with the following layout:
|
|
6520
|
+
* - LView[HEADER_OFFSET + index] - metadata
|
|
6521
|
+
* - LView[HEADER_OFFSET + index + 1] - reference to a template function rendering an item
|
|
6522
|
+
* - LView[HEADER_OFFSET + index + 2] - optional reference to a template function rendering an empty
|
|
6523
|
+
* block
|
|
6388
6524
|
*
|
|
6389
|
-
*
|
|
6390
|
-
*
|
|
6391
|
-
*
|
|
6392
|
-
*
|
|
6525
|
+
* @param index Index at which to store the metadata of the repeater.
|
|
6526
|
+
* @param templateFn Reference to the template of the main repeater block.
|
|
6527
|
+
* @param decls The number of nodes, local refs, and pipes for the main block.
|
|
6528
|
+
* @param vars The number of bindings for the main block.
|
|
6529
|
+
* @param tagName The name of the container element, if applicable
|
|
6530
|
+
* @param attrsIndex Index of template attributes in the `consts` array.
|
|
6531
|
+
* @param trackByFn Reference to the tracking function.
|
|
6532
|
+
* @param trackByUsesComponentInstance Whether the tracking function has any references to the
|
|
6533
|
+
* component instance. If it doesn't, we can avoid rebinding it.
|
|
6534
|
+
* @param emptyTemplateFn Reference to the template function of the empty block.
|
|
6535
|
+
* @param emptyDecls The number of nodes, local refs, and pipes for the empty block.
|
|
6536
|
+
* @param emptyVars The number of bindings for the empty block.
|
|
6537
|
+
* @param emptyTagName The name of the empty block container element, if applicable
|
|
6538
|
+
* @param emptyAttrsIndex Index of the empty block template attributes in the `consts` array.
|
|
6393
6539
|
*
|
|
6394
|
-
* @param prefix Static value used for concatenation only.
|
|
6395
|
-
* @param v0 Value checked for change.
|
|
6396
|
-
* @param i0 Static value used for concatenation only.
|
|
6397
|
-
* @param v1 Value checked for change.
|
|
6398
|
-
* @param i1 Static value used for concatenation only.
|
|
6399
|
-
* @param v2 Value checked for change.
|
|
6400
|
-
* @param suffix Static value used for concatenation only.
|
|
6401
6540
|
* @codeGenApi
|
|
6402
6541
|
*/
|
|
6403
|
-
declare function
|
|
6542
|
+
declare function ɵɵrepeaterCreate(index: number, templateFn: ComponentTemplate<unknown>, decls: number, vars: number, tagName: string | null, attrsIndex: number | null, trackByFn: TrackByFunction<unknown>, trackByUsesComponentInstance?: boolean, emptyTemplateFn?: ComponentTemplate<unknown>, emptyDecls?: number, emptyVars?: number, emptyTagName?: string | null, emptyAttrsIndex?: number | null): void;
|
|
6404
6543
|
/**
|
|
6544
|
+
* The repeater instruction does update-time diffing of a provided collection (against the
|
|
6545
|
+
* collection seen previously) and maps changes in the collection to views structure (by adding,
|
|
6546
|
+
* removing or moving views as needed).
|
|
6547
|
+
* @param collection - the collection instance to be checked for changes
|
|
6548
|
+
* @codeGenApi
|
|
6549
|
+
*/
|
|
6550
|
+
declare function ɵɵrepeater(collection: Iterable<unknown> | undefined | null): void;
|
|
6551
|
+
|
|
6552
|
+
/**
|
|
6553
|
+
* Returns the value associated to the given token from the injectors.
|
|
6405
6554
|
*
|
|
6406
|
-
*
|
|
6407
|
-
*
|
|
6408
|
-
* Used when the value passed to a property has 4 interpolated values in it:
|
|
6409
|
-
*
|
|
6410
|
-
* ```html
|
|
6411
|
-
* <div class="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}suffix"></div>
|
|
6412
|
-
* ```
|
|
6555
|
+
* `directiveInject` is intended to be used for directive, component and pipe factories.
|
|
6556
|
+
* All other injection use `inject` which does not walk the node injector tree.
|
|
6413
6557
|
*
|
|
6414
|
-
*
|
|
6558
|
+
* Usage example (in factory function):
|
|
6415
6559
|
*
|
|
6416
6560
|
* ```ts
|
|
6417
|
-
*
|
|
6418
|
-
*
|
|
6561
|
+
* class SomeDirective {
|
|
6562
|
+
* constructor(directive: DirectiveA) {}
|
|
6563
|
+
*
|
|
6564
|
+
* static ɵdir = ɵɵdefineDirective({
|
|
6565
|
+
* type: SomeDirective,
|
|
6566
|
+
* factory: () => new SomeDirective(ɵɵdirectiveInject(DirectiveA))
|
|
6567
|
+
* });
|
|
6568
|
+
* }
|
|
6419
6569
|
* ```
|
|
6570
|
+
* @param token the type or token to inject
|
|
6571
|
+
* @param flags Injection flags
|
|
6572
|
+
* @returns the value from the injector or `null` when not found
|
|
6420
6573
|
*
|
|
6421
|
-
* @param prefix Static value used for concatenation only.
|
|
6422
|
-
* @param v0 Value checked for change.
|
|
6423
|
-
* @param i0 Static value used for concatenation only.
|
|
6424
|
-
* @param v1 Value checked for change.
|
|
6425
|
-
* @param i1 Static value used for concatenation only.
|
|
6426
|
-
* @param v2 Value checked for change.
|
|
6427
|
-
* @param i2 Static value used for concatenation only.
|
|
6428
|
-
* @param v3 Value checked for change.
|
|
6429
|
-
* @param suffix Static value used for concatenation only.
|
|
6430
6574
|
* @codeGenApi
|
|
6431
6575
|
*/
|
|
6432
|
-
declare function
|
|
6576
|
+
declare function ɵɵdirectiveInject<T>(token: ProviderToken<T>): T;
|
|
6577
|
+
declare function ɵɵdirectiveInject<T>(token: ProviderToken<T>, flags: InternalInjectFlags): T;
|
|
6433
6578
|
/**
|
|
6579
|
+
* Throws an error indicating that a factory function could not be generated by the compiler for a
|
|
6580
|
+
* particular class.
|
|
6434
6581
|
*
|
|
6435
|
-
*
|
|
6436
|
-
*
|
|
6437
|
-
* Used when the value passed to a property has 5 interpolated values in it:
|
|
6438
|
-
*
|
|
6439
|
-
* ```html
|
|
6440
|
-
* <div class="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}suffix"></div>
|
|
6441
|
-
* ```
|
|
6442
|
-
*
|
|
6443
|
-
* Its compiled representation is:
|
|
6582
|
+
* This instruction allows the actual error message to be optimized away when ngDevMode is turned
|
|
6583
|
+
* off, saving bytes of generated code while still providing a good experience in dev mode.
|
|
6444
6584
|
*
|
|
6445
|
-
*
|
|
6446
|
-
*
|
|
6447
|
-
* 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, 'suffix');
|
|
6448
|
-
* ```
|
|
6585
|
+
* The name of the class is not mentioned here, but will be in the generated factory function name
|
|
6586
|
+
* and thus in the stack trace.
|
|
6449
6587
|
*
|
|
6450
|
-
* @param prefix Static value used for concatenation only.
|
|
6451
|
-
* @param v0 Value checked for change.
|
|
6452
|
-
* @param i0 Static value used for concatenation only.
|
|
6453
|
-
* @param v1 Value checked for change.
|
|
6454
|
-
* @param i1 Static value used for concatenation only.
|
|
6455
|
-
* @param v2 Value checked for change.
|
|
6456
|
-
* @param i2 Static value used for concatenation only.
|
|
6457
|
-
* @param v3 Value checked for change.
|
|
6458
|
-
* @param i3 Static value used for concatenation only.
|
|
6459
|
-
* @param v4 Value checked for change.
|
|
6460
|
-
* @param suffix Static value used for concatenation only.
|
|
6461
6588
|
* @codeGenApi
|
|
6462
6589
|
*/
|
|
6463
|
-
declare function
|
|
6590
|
+
declare function ɵɵinvalidFactory(): never;
|
|
6591
|
+
|
|
6464
6592
|
/**
|
|
6465
|
-
*
|
|
6466
|
-
* Update an interpolated class on an element with 6 bound values surrounded by text.
|
|
6467
|
-
*
|
|
6468
|
-
* Used when the value passed to a property has 6 interpolated values in it:
|
|
6469
|
-
*
|
|
6470
|
-
* ```html
|
|
6471
|
-
* <div class="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}suffix"></div>
|
|
6472
|
-
* ```
|
|
6473
|
-
*
|
|
6474
|
-
* Its compiled representation is:
|
|
6475
|
-
*
|
|
6476
|
-
* ```ts
|
|
6477
|
-
* ɵɵclassMapInterpolate6(
|
|
6478
|
-
* 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, 'suffix');
|
|
6479
|
-
* ```
|
|
6480
|
-
*
|
|
6481
|
-
* @param prefix Static value used for concatenation only.
|
|
6482
|
-
* @param v0 Value checked for change.
|
|
6483
|
-
* @param i0 Static value used for concatenation only.
|
|
6484
|
-
* @param v1 Value checked for change.
|
|
6485
|
-
* @param i1 Static value used for concatenation only.
|
|
6486
|
-
* @param v2 Value checked for change.
|
|
6487
|
-
* @param i2 Static value used for concatenation only.
|
|
6488
|
-
* @param v3 Value checked for change.
|
|
6489
|
-
* @param i3 Static value used for concatenation only.
|
|
6490
|
-
* @param v4 Value checked for change.
|
|
6491
|
-
* @param i4 Static value used for concatenation only.
|
|
6492
|
-
* @param v5 Value checked for change.
|
|
6493
|
-
* @param suffix Static value used for concatenation only.
|
|
6494
|
-
* @codeGenApi
|
|
6495
|
-
*/
|
|
6496
|
-
declare function ɵɵclassMapInterpolate6(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, suffix?: string): void;
|
|
6497
|
-
/**
|
|
6498
|
-
*
|
|
6499
|
-
* Update an interpolated class on an element with 7 bound values surrounded by text.
|
|
6500
|
-
*
|
|
6501
|
-
* Used when the value passed to a property has 7 interpolated values in it:
|
|
6502
|
-
*
|
|
6503
|
-
* ```html
|
|
6504
|
-
* <div class="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}suffix"></div>
|
|
6505
|
-
* ```
|
|
6506
|
-
*
|
|
6507
|
-
* Its compiled representation is:
|
|
6508
|
-
*
|
|
6509
|
-
* ```ts
|
|
6510
|
-
* ɵɵclassMapInterpolate7(
|
|
6511
|
-
* 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, 'suffix');
|
|
6512
|
-
* ```
|
|
6513
|
-
*
|
|
6514
|
-
* @param prefix Static value used for concatenation only.
|
|
6515
|
-
* @param v0 Value checked for change.
|
|
6516
|
-
* @param i0 Static value used for concatenation only.
|
|
6517
|
-
* @param v1 Value checked for change.
|
|
6518
|
-
* @param i1 Static value used for concatenation only.
|
|
6519
|
-
* @param v2 Value checked for change.
|
|
6520
|
-
* @param i2 Static value used for concatenation only.
|
|
6521
|
-
* @param v3 Value checked for change.
|
|
6522
|
-
* @param i3 Static value used for concatenation only.
|
|
6523
|
-
* @param v4 Value checked for change.
|
|
6524
|
-
* @param i4 Static value used for concatenation only.
|
|
6525
|
-
* @param v5 Value checked for change.
|
|
6526
|
-
* @param i5 Static value used for concatenation only.
|
|
6527
|
-
* @param v6 Value checked for change.
|
|
6528
|
-
* @param suffix Static value used for concatenation only.
|
|
6529
|
-
* @codeGenApi
|
|
6530
|
-
*/
|
|
6531
|
-
declare function ɵɵclassMapInterpolate7(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, suffix?: string): void;
|
|
6532
|
-
/**
|
|
6533
|
-
*
|
|
6534
|
-
* Update an interpolated class on an element with 8 bound values surrounded by text.
|
|
6535
|
-
*
|
|
6536
|
-
* Used when the value passed to a property has 8 interpolated values in it:
|
|
6537
|
-
*
|
|
6538
|
-
* ```html
|
|
6539
|
-
* <div class="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}-{{v7}}suffix"></div>
|
|
6540
|
-
* ```
|
|
6541
|
-
*
|
|
6542
|
-
* Its compiled representation is:
|
|
6543
|
-
*
|
|
6544
|
-
* ```ts
|
|
6545
|
-
* ɵɵclassMapInterpolate8(
|
|
6546
|
-
* 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, 'suffix');
|
|
6547
|
-
* ```
|
|
6548
|
-
*
|
|
6549
|
-
* @param prefix Static value used for concatenation only.
|
|
6550
|
-
* @param v0 Value checked for change.
|
|
6551
|
-
* @param i0 Static value used for concatenation only.
|
|
6552
|
-
* @param v1 Value checked for change.
|
|
6553
|
-
* @param i1 Static value used for concatenation only.
|
|
6554
|
-
* @param v2 Value checked for change.
|
|
6555
|
-
* @param i2 Static value used for concatenation only.
|
|
6556
|
-
* @param v3 Value checked for change.
|
|
6557
|
-
* @param i3 Static value used for concatenation only.
|
|
6558
|
-
* @param v4 Value checked for change.
|
|
6559
|
-
* @param i4 Static value used for concatenation only.
|
|
6560
|
-
* @param v5 Value checked for change.
|
|
6561
|
-
* @param i5 Static value used for concatenation only.
|
|
6562
|
-
* @param v6 Value checked for change.
|
|
6563
|
-
* @param i6 Static value used for concatenation only.
|
|
6564
|
-
* @param v7 Value checked for change.
|
|
6565
|
-
* @param suffix Static value used for concatenation only.
|
|
6566
|
-
* @codeGenApi
|
|
6567
|
-
*/
|
|
6568
|
-
declare function ɵɵclassMapInterpolate8(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, i6: string, v7: any, suffix?: string): void;
|
|
6569
|
-
/**
|
|
6570
|
-
* Update an interpolated class on an element with 9 or more bound values surrounded by text.
|
|
6571
|
-
*
|
|
6572
|
-
* Used when the number of interpolated values exceeds 8.
|
|
6573
|
-
*
|
|
6574
|
-
* ```html
|
|
6575
|
-
* <div
|
|
6576
|
-
* class="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}-{{v7}}-{{v8}}-{{v9}}suffix"></div>
|
|
6577
|
-
* ```
|
|
6578
|
-
*
|
|
6579
|
-
* Its compiled representation is:
|
|
6580
|
-
*
|
|
6581
|
-
* ```ts
|
|
6582
|
-
* ɵɵclassMapInterpolateV(
|
|
6583
|
-
* ['prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, '-', v9,
|
|
6584
|
-
* 'suffix']);
|
|
6585
|
-
* ```
|
|
6586
|
-
*.
|
|
6587
|
-
* @param values The collection of values and the strings in-between those values, beginning with
|
|
6588
|
-
* a string prefix and ending with a string suffix.
|
|
6589
|
-
* (e.g. `['prefix', value0, '-', value1, '-', value2, ..., value99, 'suffix']`)
|
|
6590
|
-
* @codeGenApi
|
|
6591
|
-
*/
|
|
6592
|
-
declare function ɵɵclassMapInterpolateV(values: any[]): void;
|
|
6593
|
-
|
|
6594
|
-
/*!
|
|
6595
|
-
* @license
|
|
6596
|
-
* Copyright Google LLC All Rights Reserved.
|
|
6597
|
-
*
|
|
6598
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
6599
|
-
* found in the LICENSE file at https://angular.dev/license
|
|
6600
|
-
*/
|
|
6601
|
-
/**
|
|
6602
|
-
* Instruction that returns the component instance in which the current instruction is executing.
|
|
6603
|
-
* This is a constant-time version of `nextContent` for the case where we know that we need the
|
|
6604
|
-
* component instance specifically, rather than the context of a particular template.
|
|
6605
|
-
*
|
|
6606
|
-
* @codeGenApi
|
|
6607
|
-
*/
|
|
6608
|
-
declare function ɵɵcomponentInstance(): unknown;
|
|
6609
|
-
|
|
6610
|
-
/**
|
|
6611
|
-
* Creates an LContainer for an ng-template representing a root node
|
|
6612
|
-
* of control flow (@if, @switch). We use this to explicitly set
|
|
6613
|
-
* flags on the TNode created to identify which nodes are in control
|
|
6614
|
-
* flow or starting control flow for hydration identification and
|
|
6615
|
-
* cleanup timing.
|
|
6616
|
-
*
|
|
6617
|
-
* @param index The index of the container in the data array
|
|
6618
|
-
* @param templateFn Inline template
|
|
6619
|
-
* @param decls The number of nodes, local refs, and pipes for this template
|
|
6620
|
-
* @param vars The number of bindings for this template
|
|
6621
|
-
* @param tagName The name of the container element, if applicable
|
|
6622
|
-
* @param attrsIndex Index of template attributes in the `consts` array.
|
|
6623
|
-
* @param localRefs Index of the local references in the `consts` array.
|
|
6624
|
-
* @param localRefExtractor A function which extracts local-refs values from the template.
|
|
6625
|
-
* Defaults to the current element associated with the local-ref.
|
|
6626
|
-
* @codeGenApi
|
|
6627
|
-
*/
|
|
6628
|
-
declare function ɵɵconditionalCreate(index: number, templateFn: ComponentTemplate<any> | null, decls: number, vars: number, tagName?: string | null, attrsIndex?: number | null, localRefsIndex?: number | null, localRefExtractor?: LocalRefExtractor): typeof ɵɵconditionalBranchCreate;
|
|
6629
|
-
/**
|
|
6630
|
-
* Creates an LContainer for an ng-template representing a branch
|
|
6631
|
-
* of control flow (@else, @case, @default). We use this to explicitly
|
|
6632
|
-
* set flags on the TNode created to identify which nodes are in
|
|
6633
|
-
* control flow or starting control flow for hydration identification
|
|
6634
|
-
* and cleanup timing.
|
|
6635
|
-
*
|
|
6636
|
-
* @param index The index of the container in the data array
|
|
6637
|
-
* @param templateFn Inline template
|
|
6638
|
-
* @param decls The number of nodes, local refs, and pipes for this template
|
|
6639
|
-
* @param vars The number of bindings for this template
|
|
6640
|
-
* @param tagName The name of the container element, if applicable
|
|
6641
|
-
* @param attrsIndex Index of template attributes in the `consts` array.
|
|
6642
|
-
* @param localRefs Index of the local references in the `consts` array.
|
|
6643
|
-
* @param localRefExtractor A function which extracts local-refs values from the template.
|
|
6644
|
-
* Defaults to the current element associated with the local-ref.
|
|
6645
|
-
* @codeGenApi
|
|
6646
|
-
*/
|
|
6647
|
-
declare function ɵɵconditionalBranchCreate(index: number, templateFn: ComponentTemplate<any> | null, decls: number, vars: number, tagName?: string | null, attrsIndex?: number | null, localRefsIndex?: number | null, localRefExtractor?: LocalRefExtractor): typeof ɵɵconditionalBranchCreate;
|
|
6648
|
-
/**
|
|
6649
|
-
* The conditional instruction represents the basic building block on the runtime side to support
|
|
6650
|
-
* built-in "if" and "switch". On the high level this instruction is responsible for adding and
|
|
6651
|
-
* removing views selected by a conditional expression.
|
|
6652
|
-
*
|
|
6653
|
-
* @param matchingTemplateIndex Index of a template TNode representing a conditional view to be
|
|
6654
|
-
* inserted; -1 represents a special case when there is no view to insert.
|
|
6655
|
-
* @param contextValue Value that should be exposed as the context of the conditional.
|
|
6656
|
-
* @codeGenApi
|
|
6657
|
-
*/
|
|
6658
|
-
declare function ɵɵconditional<T>(matchingTemplateIndex: number, contextValue?: T): void;
|
|
6659
|
-
/**
|
|
6660
|
-
* A built-in trackBy function used for situations where users specified collection index as a
|
|
6661
|
-
* tracking expression. Having this function body in the runtime avoids unnecessary code generation.
|
|
6662
|
-
*
|
|
6663
|
-
* @param index
|
|
6664
|
-
* @returns
|
|
6665
|
-
*/
|
|
6666
|
-
declare function ɵɵrepeaterTrackByIndex(index: number): number;
|
|
6667
|
-
/**
|
|
6668
|
-
* A built-in trackBy function used for situations where users specified collection item reference
|
|
6669
|
-
* as a tracking expression. Having this function body in the runtime avoids unnecessary code
|
|
6670
|
-
* generation.
|
|
6671
|
-
*
|
|
6672
|
-
* @param index
|
|
6673
|
-
* @returns
|
|
6674
|
-
*/
|
|
6675
|
-
declare function ɵɵrepeaterTrackByIdentity<T>(_: number, value: T): T;
|
|
6676
|
-
/**
|
|
6677
|
-
* The repeaterCreate instruction runs in the creation part of the template pass and initializes
|
|
6678
|
-
* internal data structures required by the update pass of the built-in repeater logic. Repeater
|
|
6679
|
-
* metadata are allocated in the data part of LView with the following layout:
|
|
6680
|
-
* - LView[HEADER_OFFSET + index] - metadata
|
|
6681
|
-
* - LView[HEADER_OFFSET + index + 1] - reference to a template function rendering an item
|
|
6682
|
-
* - LView[HEADER_OFFSET + index + 2] - optional reference to a template function rendering an empty
|
|
6683
|
-
* block
|
|
6684
|
-
*
|
|
6685
|
-
* @param index Index at which to store the metadata of the repeater.
|
|
6686
|
-
* @param templateFn Reference to the template of the main repeater block.
|
|
6687
|
-
* @param decls The number of nodes, local refs, and pipes for the main block.
|
|
6688
|
-
* @param vars The number of bindings for the main block.
|
|
6689
|
-
* @param tagName The name of the container element, if applicable
|
|
6690
|
-
* @param attrsIndex Index of template attributes in the `consts` array.
|
|
6691
|
-
* @param trackByFn Reference to the tracking function.
|
|
6692
|
-
* @param trackByUsesComponentInstance Whether the tracking function has any references to the
|
|
6693
|
-
* component instance. If it doesn't, we can avoid rebinding it.
|
|
6694
|
-
* @param emptyTemplateFn Reference to the template function of the empty block.
|
|
6695
|
-
* @param emptyDecls The number of nodes, local refs, and pipes for the empty block.
|
|
6696
|
-
* @param emptyVars The number of bindings for the empty block.
|
|
6697
|
-
* @param emptyTagName The name of the empty block container element, if applicable
|
|
6698
|
-
* @param emptyAttrsIndex Index of the empty block template attributes in the `consts` array.
|
|
6699
|
-
*
|
|
6700
|
-
* @codeGenApi
|
|
6701
|
-
*/
|
|
6702
|
-
declare function ɵɵrepeaterCreate(index: number, templateFn: ComponentTemplate<unknown>, decls: number, vars: number, tagName: string | null, attrsIndex: number | null, trackByFn: TrackByFunction<unknown>, trackByUsesComponentInstance?: boolean, emptyTemplateFn?: ComponentTemplate<unknown>, emptyDecls?: number, emptyVars?: number, emptyTagName?: string | null, emptyAttrsIndex?: number | null): void;
|
|
6703
|
-
/**
|
|
6704
|
-
* The repeater instruction does update-time diffing of a provided collection (against the
|
|
6705
|
-
* collection seen previously) and maps changes in the collection to views structure (by adding,
|
|
6706
|
-
* removing or moving views as needed).
|
|
6707
|
-
* @param collection - the collection instance to be checked for changes
|
|
6708
|
-
* @codeGenApi
|
|
6709
|
-
*/
|
|
6710
|
-
declare function ɵɵrepeater(collection: Iterable<unknown> | undefined | null): void;
|
|
6711
|
-
|
|
6712
|
-
/**
|
|
6713
|
-
* Returns the value associated to the given token from the injectors.
|
|
6714
|
-
*
|
|
6715
|
-
* `directiveInject` is intended to be used for directive, component and pipe factories.
|
|
6716
|
-
* All other injection use `inject` which does not walk the node injector tree.
|
|
6717
|
-
*
|
|
6718
|
-
* Usage example (in factory function):
|
|
6719
|
-
*
|
|
6720
|
-
* ```ts
|
|
6721
|
-
* class SomeDirective {
|
|
6722
|
-
* constructor(directive: DirectiveA) {}
|
|
6723
|
-
*
|
|
6724
|
-
* static ɵdir = ɵɵdefineDirective({
|
|
6725
|
-
* type: SomeDirective,
|
|
6726
|
-
* factory: () => new SomeDirective(ɵɵdirectiveInject(DirectiveA))
|
|
6727
|
-
* });
|
|
6728
|
-
* }
|
|
6729
|
-
* ```
|
|
6730
|
-
* @param token the type or token to inject
|
|
6731
|
-
* @param flags Injection flags
|
|
6732
|
-
* @returns the value from the injector or `null` when not found
|
|
6733
|
-
*
|
|
6734
|
-
* @codeGenApi
|
|
6735
|
-
*/
|
|
6736
|
-
declare function ɵɵdirectiveInject<T>(token: ProviderToken<T>): T;
|
|
6737
|
-
declare function ɵɵdirectiveInject<T>(token: ProviderToken<T>, flags: InternalInjectFlags): T;
|
|
6738
|
-
/**
|
|
6739
|
-
* Throws an error indicating that a factory function could not be generated by the compiler for a
|
|
6740
|
-
* particular class.
|
|
6741
|
-
*
|
|
6742
|
-
* This instruction allows the actual error message to be optimized away when ngDevMode is turned
|
|
6743
|
-
* off, saving bytes of generated code while still providing a good experience in dev mode.
|
|
6744
|
-
*
|
|
6745
|
-
* The name of the class is not mentioned here, but will be in the generated factory function name
|
|
6746
|
-
* and thus in the stack trace.
|
|
6747
|
-
*
|
|
6748
|
-
* @codeGenApi
|
|
6749
|
-
*/
|
|
6750
|
-
declare function ɵɵinvalidFactory(): never;
|
|
6751
|
-
|
|
6752
|
-
/**
|
|
6753
|
-
* Facade for the attribute injection from DI.
|
|
6754
|
-
*
|
|
6755
|
-
* @codeGenApi
|
|
6756
|
-
*/
|
|
6757
|
-
declare function ɵɵinjectAttribute(attrNameToInject: string): string | null;
|
|
6758
|
-
|
|
6759
|
-
/**
|
|
6760
|
-
* Create DOM element. The instruction must later be followed by `elementEnd()` call.
|
|
6761
|
-
*
|
|
6762
|
-
* @param index Index of the element in the LView array
|
|
6763
|
-
* @param name Name of the DOM Node
|
|
6764
|
-
* @param attrsIndex Index of the element's attributes in the `consts` array.
|
|
6765
|
-
* @param localRefsIndex Index of the element's local references in the `consts` array.
|
|
6766
|
-
* @returns This function returns itself so that it may be chained.
|
|
6767
|
-
*
|
|
6768
|
-
* Attributes and localRefs are passed as an array of strings where elements with an even index
|
|
6769
|
-
* hold an attribute name and elements with an odd index hold an attribute value, ex.:
|
|
6770
|
-
* ['id', 'warning5', 'class', 'alert']
|
|
6771
|
-
*
|
|
6772
|
-
* @codeGenApi
|
|
6773
|
-
*/
|
|
6774
|
-
declare function ɵɵelementStart(index: number, name: string, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelementStart;
|
|
6775
|
-
/**
|
|
6776
|
-
* Mark the end of the element.
|
|
6777
|
-
* @returns This function returns itself so that it may be chained.
|
|
6778
|
-
*
|
|
6779
|
-
* @codeGenApi
|
|
6780
|
-
*/
|
|
6781
|
-
declare function ɵɵelementEnd(): typeof ɵɵelementEnd;
|
|
6782
|
-
/**
|
|
6783
|
-
* Creates an empty element using {@link elementStart} and {@link elementEnd}
|
|
6784
|
-
*
|
|
6785
|
-
* @param index Index of the element in the data array
|
|
6786
|
-
* @param name Name of the DOM Node
|
|
6787
|
-
* @param attrsIndex Index of the element's attributes in the `consts` array.
|
|
6788
|
-
* @param localRefsIndex Index of the element's local references in the `consts` array.
|
|
6789
|
-
* @returns This function returns itself so that it may be chained.
|
|
6790
|
-
*
|
|
6791
|
-
* @codeGenApi
|
|
6792
|
-
*/
|
|
6793
|
-
declare function ɵɵelement(index: number, name: string, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelement;
|
|
6794
|
-
|
|
6795
|
-
/**
|
|
6796
|
-
* Creates a logical container for other nodes (<ng-container>) backed by a comment node in the DOM.
|
|
6797
|
-
* The instruction must later be followed by `elementContainerEnd()` call.
|
|
6798
|
-
*
|
|
6799
|
-
* @param index Index of the element in the LView array
|
|
6800
|
-
* @param attrsIndex Index of the container attributes in the `consts` array.
|
|
6801
|
-
* @param localRefsIndex Index of the container's local references in the `consts` array.
|
|
6802
|
-
* @returns This function returns itself so that it may be chained.
|
|
6803
|
-
*
|
|
6804
|
-
* Even if this instruction accepts a set of attributes no actual attribute values are propagated to
|
|
6805
|
-
* the DOM (as a comment node can't have attributes). Attributes are here only for directive
|
|
6806
|
-
* matching purposes and setting initial inputs of directives.
|
|
6807
|
-
*
|
|
6808
|
-
* @codeGenApi
|
|
6809
|
-
*/
|
|
6810
|
-
declare function ɵɵelementContainerStart(index: number, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelementContainerStart;
|
|
6811
|
-
/**
|
|
6812
|
-
* Mark the end of the <ng-container>.
|
|
6813
|
-
* @returns This function returns itself so that it may be chained.
|
|
6814
|
-
*
|
|
6815
|
-
* @codeGenApi
|
|
6816
|
-
*/
|
|
6817
|
-
declare function ɵɵelementContainerEnd(): typeof ɵɵelementContainerEnd;
|
|
6818
|
-
/**
|
|
6819
|
-
* Creates an empty logical container using {@link elementContainerStart}
|
|
6820
|
-
* and {@link elementContainerEnd}
|
|
6821
|
-
*
|
|
6822
|
-
* @param index Index of the element in the LView array
|
|
6823
|
-
* @param attrsIndex Index of the container attributes in the `consts` array.
|
|
6824
|
-
* @param localRefsIndex Index of the container's local references in the `consts` array.
|
|
6825
|
-
* @returns This function returns itself so that it may be chained.
|
|
6826
|
-
*
|
|
6827
|
-
* @codeGenApi
|
|
6828
|
-
*/
|
|
6829
|
-
declare function ɵɵelementContainer(index: number, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelementContainer;
|
|
6830
|
-
|
|
6831
|
-
/**
|
|
6832
|
-
* Sets a strict mode for JIT-compiled components to throw an error on unknown elements,
|
|
6833
|
-
* instead of just logging the error.
|
|
6834
|
-
* (for AOT-compiled ones this check happens at build time).
|
|
6835
|
-
*/
|
|
6836
|
-
declare function ɵsetUnknownElementStrictMode(shouldThrow: boolean): void;
|
|
6837
|
-
/**
|
|
6838
|
-
* Gets the current value of the strict mode.
|
|
6839
|
-
*/
|
|
6840
|
-
declare function ɵgetUnknownElementStrictMode(): boolean;
|
|
6841
|
-
/**
|
|
6842
|
-
* Sets a strict mode for JIT-compiled components to throw an error on unknown properties,
|
|
6843
|
-
* instead of just logging the error.
|
|
6844
|
-
* (for AOT-compiled ones this check happens at build time).
|
|
6845
|
-
*/
|
|
6846
|
-
declare function ɵsetUnknownPropertyStrictMode(shouldThrow: boolean): void;
|
|
6847
|
-
/**
|
|
6848
|
-
* Gets the current value of the strict mode.
|
|
6849
|
-
*/
|
|
6850
|
-
declare function ɵgetUnknownPropertyStrictMode(): boolean;
|
|
6851
|
-
|
|
6852
|
-
/**
|
|
6853
|
-
* Returns the current OpaqueViewState instance.
|
|
6854
|
-
*
|
|
6855
|
-
* Used in conjunction with the restoreView() instruction to save a snapshot
|
|
6856
|
-
* of the current view and restore it when listeners are invoked. This allows
|
|
6857
|
-
* walking the declaration view tree in listeners to get vars from parent views.
|
|
6858
|
-
*
|
|
6859
|
-
* @codeGenApi
|
|
6860
|
-
*/
|
|
6861
|
-
declare function ɵɵgetCurrentView(): OpaqueViewState;
|
|
6862
|
-
|
|
6863
|
-
interface NO_CHANGE {
|
|
6864
|
-
__brand__: 'NO_CHANGE';
|
|
6865
|
-
}
|
|
6866
|
-
/** A special value which designates that a value has not changed. */
|
|
6867
|
-
declare const NO_CHANGE: NO_CHANGE;
|
|
6868
|
-
|
|
6869
|
-
/**
|
|
6870
|
-
* Update a DOM property on an element.
|
|
6871
|
-
*
|
|
6872
|
-
* @param propName Name of property..
|
|
6873
|
-
* @param value New value to write.
|
|
6874
|
-
* @param sanitizer An optional function used to sanitize the value.
|
|
6875
|
-
* @returns This function returns itself so that it may be chained
|
|
6876
|
-
* (e.g. `domProperty('name', ctx.name)('title', ctx.title)`)
|
|
6877
|
-
*
|
|
6878
|
-
* @codeGenApi
|
|
6879
|
-
*/
|
|
6880
|
-
declare function ɵɵdomProperty<T>(propName: string, value: T, sanitizer?: SanitizerFn | null): typeof ɵɵdomProperty;
|
|
6881
|
-
/**
|
|
6882
|
-
* Updates a synthetic host binding (e.g. `[@foo]`) on a component or directive.
|
|
6883
|
-
*
|
|
6884
|
-
* This instruction is for compatibility purposes and is designed to ensure that a
|
|
6885
|
-
* synthetic host binding (e.g. `@HostBinding('@foo')`) properly gets rendered in
|
|
6886
|
-
* the component's renderer. Normally all host bindings are evaluated with the parent
|
|
6887
|
-
* component's renderer, but, in the case of animation @triggers, they need to be
|
|
6888
|
-
* evaluated with the sub component's renderer (because that's where the animation
|
|
6889
|
-
* triggers are defined).
|
|
6890
|
-
*
|
|
6891
|
-
* Do not use this instruction as a replacement for `elementProperty`. This instruction
|
|
6892
|
-
* only exists to ensure compatibility with the ViewEngine's host binding behavior.
|
|
6893
|
-
*
|
|
6894
|
-
* @param index The index of the element to update in the data array
|
|
6895
|
-
* @param propName Name of property. Because it is going to DOM, this is not subject to
|
|
6896
|
-
* renaming as part of minification.
|
|
6897
|
-
* @param value New value to write.
|
|
6898
|
-
* @param sanitizer An optional function used to sanitize the value.
|
|
6899
|
-
*
|
|
6900
|
-
* @codeGenApi
|
|
6901
|
-
*/
|
|
6902
|
-
declare function ɵɵsyntheticHostProperty<T>(propName: string, value: T | NO_CHANGE, sanitizer?: SanitizerFn | null): typeof ɵɵsyntheticHostProperty;
|
|
6903
|
-
|
|
6904
|
-
/**
|
|
6905
|
-
* Marks a block of text as translatable.
|
|
6906
|
-
*
|
|
6907
|
-
* The instructions `i18nStart` and `i18nEnd` mark the translation block in the template.
|
|
6908
|
-
* The translation `message` is the value which is locale specific. The translation string may
|
|
6909
|
-
* contain placeholders which associate inner elements and sub-templates within the translation.
|
|
6910
|
-
*
|
|
6911
|
-
* The translation `message` placeholders are:
|
|
6912
|
-
* - `�{index}(:{block})�`: *Binding Placeholder*: Marks a location where an expression will be
|
|
6913
|
-
* interpolated into. The placeholder `index` points to the expression binding index. An optional
|
|
6914
|
-
* `block` that matches the sub-template in which it was declared.
|
|
6915
|
-
* - `�#{index}(:{block})�`/`�/#{index}(:{block})�`: *Element Placeholder*: Marks the beginning
|
|
6916
|
-
* and end of DOM element that were embedded in the original translation block. The placeholder
|
|
6917
|
-
* `index` points to the element index in the template instructions set. An optional `block` that
|
|
6918
|
-
* matches the sub-template in which it was declared.
|
|
6919
|
-
* - `�*{index}:{block}�`/`�/*{index}:{block}�`: *Sub-template Placeholder*: Sub-templates must be
|
|
6920
|
-
* split up and translated separately in each angular template function. The `index` points to the
|
|
6921
|
-
* `template` instruction index. A `block` that matches the sub-template in which it was declared.
|
|
6922
|
-
*
|
|
6923
|
-
* @param index A unique index of the translation in the static block.
|
|
6924
|
-
* @param messageIndex An index of the translation message from the `def.consts` array.
|
|
6925
|
-
* @param subTemplateIndex Optional sub-template index in the `message`.
|
|
6926
|
-
*
|
|
6927
|
-
* @codeGenApi
|
|
6928
|
-
*/
|
|
6929
|
-
declare function ɵɵi18nStart(index: number, messageIndex: number, subTemplateIndex?: number): void;
|
|
6930
|
-
/**
|
|
6931
|
-
* Translates a translation block marked by `i18nStart` and `i18nEnd`. It inserts the text/ICU nodes
|
|
6932
|
-
* into the render tree, moves the placeholder nodes and removes the deleted nodes.
|
|
6933
|
-
*
|
|
6934
|
-
* @codeGenApi
|
|
6935
|
-
*/
|
|
6936
|
-
declare function ɵɵi18nEnd(): void;
|
|
6937
|
-
/**
|
|
6938
|
-
*
|
|
6939
|
-
* Use this instruction to create a translation block that doesn't contain any placeholder.
|
|
6940
|
-
* It calls both {@link i18nStart} and {@link i18nEnd} in one instruction.
|
|
6941
|
-
*
|
|
6942
|
-
* The translation `message` is the value which is locale specific. The translation string may
|
|
6943
|
-
* contain placeholders which associate inner elements and sub-templates within the translation.
|
|
6944
|
-
*
|
|
6945
|
-
* The translation `message` placeholders are:
|
|
6946
|
-
* - `�{index}(:{block})�`: *Binding Placeholder*: Marks a location where an expression will be
|
|
6947
|
-
* interpolated into. The placeholder `index` points to the expression binding index. An optional
|
|
6948
|
-
* `block` that matches the sub-template in which it was declared.
|
|
6949
|
-
* - `�#{index}(:{block})�`/`�/#{index}(:{block})�`: *Element Placeholder*: Marks the beginning
|
|
6950
|
-
* and end of DOM element that were embedded in the original translation block. The placeholder
|
|
6951
|
-
* `index` points to the element index in the template instructions set. An optional `block` that
|
|
6952
|
-
* matches the sub-template in which it was declared.
|
|
6953
|
-
* - `�*{index}:{block}�`/`�/*{index}:{block}�`: *Sub-template Placeholder*: Sub-templates must be
|
|
6954
|
-
* split up and translated separately in each angular template function. The `index` points to the
|
|
6955
|
-
* `template` instruction index. A `block` that matches the sub-template in which it was declared.
|
|
6956
|
-
*
|
|
6957
|
-
* @param index A unique index of the translation in the static block.
|
|
6958
|
-
* @param messageIndex An index of the translation message from the `def.consts` array.
|
|
6959
|
-
* @param subTemplateIndex Optional sub-template index in the `message`.
|
|
6960
|
-
*
|
|
6961
|
-
* @codeGenApi
|
|
6962
|
-
*/
|
|
6963
|
-
declare function ɵɵi18n(index: number, messageIndex: number, subTemplateIndex?: number): void;
|
|
6964
|
-
/**
|
|
6965
|
-
* Marks a list of attributes as translatable.
|
|
6966
|
-
*
|
|
6967
|
-
* @param index A unique index in the static block
|
|
6968
|
-
* @param values
|
|
6969
|
-
*
|
|
6970
|
-
* @codeGenApi
|
|
6971
|
-
*/
|
|
6972
|
-
declare function ɵɵi18nAttributes(index: number, attrsIndex: number): void;
|
|
6973
|
-
/**
|
|
6974
|
-
* Stores the values of the bindings during each update cycle in order to determine if we need to
|
|
6975
|
-
* update the translated nodes.
|
|
6976
|
-
*
|
|
6977
|
-
* @param value The binding's value
|
|
6978
|
-
* @returns This function returns itself so that it may be chained
|
|
6979
|
-
* (e.g. `i18nExp(ctx.name)(ctx.title)`)
|
|
6980
|
-
*
|
|
6981
|
-
* @codeGenApi
|
|
6982
|
-
*/
|
|
6983
|
-
declare function ɵɵi18nExp<T>(value: T): typeof ɵɵi18nExp;
|
|
6984
|
-
/**
|
|
6985
|
-
* Updates a translation block or an i18n attribute when the bindings have changed.
|
|
6986
|
-
*
|
|
6987
|
-
* @param index Index of either {@link i18nStart} (translation block) or {@link i18nAttributes}
|
|
6988
|
-
* (i18n attribute) on which it should update the content.
|
|
6989
|
-
*
|
|
6990
|
-
* @codeGenApi
|
|
6991
|
-
*/
|
|
6992
|
-
declare function ɵɵi18nApply(index: number): void;
|
|
6993
|
-
/**
|
|
6994
|
-
* Handles message string post-processing for internationalization.
|
|
6995
|
-
*
|
|
6996
|
-
* Handles message string post-processing by transforming it from intermediate
|
|
6997
|
-
* format (that might contain some markers that we need to replace) to the final
|
|
6998
|
-
* form, consumable by i18nStart instruction. Post processing steps include:
|
|
6999
|
-
*
|
|
7000
|
-
* 1. Resolve all multi-value cases (like [�*1:1��#2:1�|�#4:1�|�5�])
|
|
7001
|
-
* 2. Replace all ICU vars (like "VAR_PLURAL")
|
|
7002
|
-
* 3. Replace all placeholders used inside ICUs in a form of {PLACEHOLDER}
|
|
7003
|
-
* 4. Replace all ICU references with corresponding values (like �ICU_EXP_ICU_1�)
|
|
7004
|
-
* in case multiple ICUs have the same placeholder name
|
|
7005
|
-
*
|
|
7006
|
-
* @param message Raw translation string for post processing
|
|
7007
|
-
* @param replacements Set of replacements that should be applied
|
|
7008
|
-
*
|
|
7009
|
-
* @returns Transformed string that can be consumed by i18nStart instruction
|
|
7010
|
-
*
|
|
7011
|
-
* @codeGenApi
|
|
7012
|
-
*/
|
|
7013
|
-
declare function ɵɵi18nPostprocess(message: string, replacements?: {
|
|
7014
|
-
[key: string]: string | string[];
|
|
7015
|
-
}): string;
|
|
7016
|
-
|
|
7017
|
-
/**
|
|
7018
|
-
* Adds an event listener to the current node.
|
|
7019
|
-
*
|
|
7020
|
-
* If an output exists on one of the node's directives, it also subscribes to the output
|
|
7021
|
-
* and saves the subscription for later cleanup.
|
|
7022
|
-
*
|
|
7023
|
-
* @param eventName Name of the event
|
|
7024
|
-
* @param listenerFn The function to be called when event emits
|
|
7025
|
-
* @param eventTargetResolver Function that returns global target information in case this listener
|
|
7026
|
-
* should be attached to a global object like window, document or body
|
|
7027
|
-
*
|
|
7028
|
-
* @codeGenApi
|
|
7029
|
-
*/
|
|
7030
|
-
declare function ɵɵlistener(eventName: string, listenerFn: EventCallback, eventTargetResolver?: GlobalTargetResolver): typeof ɵɵlistener;
|
|
7031
|
-
/**
|
|
7032
|
-
* Registers a synthetic host listener (e.g. `(@foo.start)`) on a component or directive.
|
|
7033
|
-
*
|
|
7034
|
-
* This instruction is for compatibility purposes and is designed to ensure that a
|
|
7035
|
-
* synthetic host listener (e.g. `@HostListener('@foo.start')`) properly gets rendered
|
|
7036
|
-
* in the component's renderer. Normally all host listeners are evaluated with the
|
|
7037
|
-
* parent component's renderer, but, in the case of animation @triggers, they need
|
|
7038
|
-
* to be evaluated with the sub component's renderer (because that's where the
|
|
7039
|
-
* animation triggers are defined).
|
|
7040
|
-
*
|
|
7041
|
-
* Do not use this instruction as a replacement for `listener`. This instruction
|
|
7042
|
-
* only exists to ensure compatibility with the ViewEngine's host binding behavior.
|
|
7043
|
-
*
|
|
7044
|
-
* @param eventName Name of the event
|
|
7045
|
-
* @param listenerFn The function to be called when event emits
|
|
7046
|
-
* @param useCapture Whether or not to use capture in event listener
|
|
7047
|
-
* @param eventTargetResolver Function that returns global target information in case this listener
|
|
7048
|
-
* should be attached to a global object like window, document or body
|
|
7049
|
-
*
|
|
7050
|
-
* @codeGenApi
|
|
7051
|
-
*/
|
|
7052
|
-
declare function ɵɵsyntheticHostListener(eventName: string, listenerFn: EventCallback): typeof ɵɵsyntheticHostListener;
|
|
7053
|
-
|
|
7054
|
-
/**
|
|
7055
|
-
* Enables directive matching on elements.
|
|
7056
|
-
*
|
|
7057
|
-
* * Example:
|
|
7058
|
-
* ```html
|
|
7059
|
-
* <my-comp my-directive>
|
|
7060
|
-
* Should match component / directive.
|
|
7061
|
-
* </my-comp>
|
|
7062
|
-
* <div ngNonBindable>
|
|
7063
|
-
* <!-- ɵɵdisableBindings() -->
|
|
7064
|
-
* <my-comp my-directive>
|
|
7065
|
-
* Should not match component / directive because we are in ngNonBindable.
|
|
7066
|
-
* </my-comp>
|
|
7067
|
-
* <!-- ɵɵenableBindings() -->
|
|
7068
|
-
* </div>
|
|
7069
|
-
* ```
|
|
7070
|
-
*
|
|
7071
|
-
* @codeGenApi
|
|
7072
|
-
*/
|
|
7073
|
-
declare function ɵɵenableBindings(): void;
|
|
7074
|
-
/**
|
|
7075
|
-
* Disables directive matching on element.
|
|
7076
|
-
*
|
|
7077
|
-
* * Example:
|
|
7078
|
-
* ```html
|
|
7079
|
-
* <my-comp my-directive>
|
|
7080
|
-
* Should match component / directive.
|
|
7081
|
-
* </my-comp>
|
|
7082
|
-
* <div ngNonBindable>
|
|
7083
|
-
* <!-- ɵɵdisableBindings() -->
|
|
7084
|
-
* <my-comp my-directive>
|
|
7085
|
-
* Should not match component / directive because we are in ngNonBindable.
|
|
7086
|
-
* </my-comp>
|
|
7087
|
-
* <!-- ɵɵenableBindings() -->
|
|
7088
|
-
* </div>
|
|
7089
|
-
* ```
|
|
7090
|
-
*
|
|
7091
|
-
* @codeGenApi
|
|
7092
|
-
*/
|
|
7093
|
-
declare function ɵɵdisableBindings(): void;
|
|
7094
|
-
/**
|
|
7095
|
-
* Restores `contextViewData` to the given OpaqueViewState instance.
|
|
7096
|
-
*
|
|
7097
|
-
* Used in conjunction with the getCurrentView() instruction to save a snapshot
|
|
7098
|
-
* of the current view and restore it when listeners are invoked. This allows
|
|
7099
|
-
* walking the declaration view tree in listeners to get vars from parent views.
|
|
7100
|
-
*
|
|
7101
|
-
* @param viewToRestore The OpaqueViewState instance to restore.
|
|
7102
|
-
* @returns Context of the restored OpaqueViewState instance.
|
|
7103
|
-
*
|
|
7104
|
-
* @codeGenApi
|
|
7105
|
-
*/
|
|
7106
|
-
declare function ɵɵrestoreView<T = any>(viewToRestore: OpaqueViewState): T;
|
|
7107
|
-
/**
|
|
7108
|
-
* Clears the view set in `ɵɵrestoreView` from memory. Returns the passed in
|
|
7109
|
-
* value so that it can be used as a return value of an instruction.
|
|
7110
|
-
*
|
|
7111
|
-
* @codeGenApi
|
|
7112
|
-
*/
|
|
7113
|
-
declare function ɵɵresetView<T>(value?: T): T | undefined;
|
|
7114
|
-
/**
|
|
7115
|
-
* Sets the namespace used to create elements to `'http://www.w3.org/2000/svg'` in global state.
|
|
7116
|
-
*
|
|
7117
|
-
* @codeGenApi
|
|
7118
|
-
*/
|
|
7119
|
-
declare function ɵɵnamespaceSVG(): void;
|
|
7120
|
-
/**
|
|
7121
|
-
* Sets the namespace used to create elements to `'http://www.w3.org/1998/MathML/'` in global state.
|
|
7122
|
-
*
|
|
7123
|
-
* @codeGenApi
|
|
7124
|
-
*/
|
|
7125
|
-
declare function ɵɵnamespaceMathML(): void;
|
|
7126
|
-
/**
|
|
7127
|
-
* Sets the namespace used to create elements to `null`, which forces element creation to use
|
|
7128
|
-
* `createElement` rather than `createElementNS`.
|
|
7129
|
-
*
|
|
7130
|
-
* @codeGenApi
|
|
7131
|
-
*/
|
|
7132
|
-
declare function ɵɵnamespaceHTML(): void;
|
|
7133
|
-
|
|
7134
|
-
/**
|
|
7135
|
-
* Retrieves a context at the level specified and saves it as the global, contextViewData.
|
|
7136
|
-
* Will get the next level up if level is not specified.
|
|
7137
|
-
*
|
|
7138
|
-
* This is used to save contexts of parent views so they can be bound in embedded views, or
|
|
7139
|
-
* in conjunction with reference() to bind a ref from a parent view.
|
|
7140
|
-
*
|
|
7141
|
-
* @param level The relative level of the view from which to grab context compared to contextVewData
|
|
7142
|
-
* @returns context
|
|
7143
|
-
*
|
|
7144
|
-
* @codeGenApi
|
|
7145
|
-
*/
|
|
7146
|
-
declare function ɵɵnextContext<T = any>(level?: number): T;
|
|
7147
|
-
|
|
7148
|
-
/**
|
|
7149
|
-
* Instruction to distribute projectable nodes among <ng-content> occurrences in a given template.
|
|
7150
|
-
* It takes all the selectors from the entire component's template and decides where
|
|
7151
|
-
* each projected node belongs (it re-distributes nodes among "buckets" where each "bucket" is
|
|
7152
|
-
* backed by a selector).
|
|
7153
|
-
*
|
|
7154
|
-
* This function requires CSS selectors to be provided in 2 forms: parsed (by a compiler) and text,
|
|
7155
|
-
* un-parsed form.
|
|
7156
|
-
*
|
|
7157
|
-
* The parsed form is needed for efficient matching of a node against a given CSS selector.
|
|
7158
|
-
* The un-parsed, textual form is needed for support of the ngProjectAs attribute.
|
|
7159
|
-
*
|
|
7160
|
-
* Having a CSS selector in 2 different formats is not ideal, but alternatives have even more
|
|
7161
|
-
* drawbacks:
|
|
7162
|
-
* - having only a textual form would require runtime parsing of CSS selectors;
|
|
7163
|
-
* - we can't have only a parsed as we can't re-construct textual form from it (as entered by a
|
|
7164
|
-
* template author).
|
|
7165
|
-
*
|
|
7166
|
-
* @param projectionSlots? A collection of projection slots. A projection slot can be based
|
|
7167
|
-
* on a parsed CSS selectors or set to the wildcard selector ("*") in order to match
|
|
7168
|
-
* all nodes which do not match any selector. If not specified, a single wildcard
|
|
7169
|
-
* selector projection slot will be defined.
|
|
7170
|
-
*
|
|
7171
|
-
* @codeGenApi
|
|
7172
|
-
*/
|
|
7173
|
-
declare function ɵɵprojectionDef(projectionSlots?: ProjectionSlots): void;
|
|
7174
|
-
/**
|
|
7175
|
-
* Inserts previously re-distributed projected nodes. This instruction must be preceded by a call
|
|
7176
|
-
* to the projectionDef instruction.
|
|
7177
|
-
*
|
|
7178
|
-
* @param nodeIndex Index of the projection node.
|
|
7179
|
-
* @param selectorIndex Index of the slot selector.
|
|
7180
|
-
* - 0 when the selector is `*` (or unspecified as this is the default value),
|
|
7181
|
-
* - 1 based index of the selector from the {@link projectionDef}
|
|
7182
|
-
* @param attrs Static attributes set on the `ng-content` node.
|
|
7183
|
-
* @param fallbackTemplateFn Template function with fallback content.
|
|
7184
|
-
* Will be rendered if the slot is empty at runtime.
|
|
7185
|
-
* @param fallbackDecls Number of declarations in the fallback template.
|
|
7186
|
-
* @param fallbackVars Number of variables in the fallback template.
|
|
7187
|
-
*
|
|
7188
|
-
* @codeGenApi
|
|
7189
|
-
*/
|
|
7190
|
-
declare function ɵɵprojection(nodeIndex: number, selectorIndex?: number, attrs?: TAttributes, fallbackTemplateFn?: ComponentTemplate<unknown>, fallbackDecls?: number, fallbackVars?: number): void;
|
|
7191
|
-
|
|
7192
|
-
/**
|
|
7193
|
-
* Update a property on a selected element.
|
|
7194
|
-
*
|
|
7195
|
-
* Operates on the element selected by index via the {@link select} instruction.
|
|
7196
|
-
*
|
|
7197
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7198
|
-
* the component property will be set instead of the element property. This check must
|
|
7199
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled
|
|
7200
|
-
*
|
|
7201
|
-
* @param propName Name of property. Because it is going to DOM, this is not subject to
|
|
7202
|
-
* renaming as part of minification.
|
|
7203
|
-
* @param value New value to write.
|
|
7204
|
-
* @param sanitizer An optional function used to sanitize the value.
|
|
7205
|
-
* @returns This function returns itself so that it may be chained
|
|
7206
|
-
* (e.g. `property('name', ctx.name)('title', ctx.title)`)
|
|
6593
|
+
* Facade for the attribute injection from DI.
|
|
7207
6594
|
*
|
|
7208
6595
|
* @codeGenApi
|
|
7209
6596
|
*/
|
|
7210
|
-
declare function
|
|
6597
|
+
declare function ɵɵinjectAttribute(attrNameToInject: string): string | null;
|
|
7211
6598
|
|
|
7212
6599
|
/**
|
|
6600
|
+
* Create DOM element. The instruction must later be followed by `elementEnd()` call.
|
|
6601
|
+
*
|
|
6602
|
+
* @param index Index of the element in the LView array
|
|
6603
|
+
* @param name Name of the DOM Node
|
|
6604
|
+
* @param attrsIndex Index of the element's attributes in the `consts` array.
|
|
6605
|
+
* @param localRefsIndex Index of the element's local references in the `consts` array.
|
|
6606
|
+
* @returns This function returns itself so that it may be chained.
|
|
6607
|
+
*
|
|
6608
|
+
* Attributes and localRefs are passed as an array of strings where elements with an even index
|
|
6609
|
+
* hold an attribute name and elements with an odd index hold an attribute value, ex.:
|
|
6610
|
+
* ['id', 'warning5', 'class', 'alert']
|
|
7213
6611
|
*
|
|
7214
|
-
* Update an interpolated property on an element with a lone bound value
|
|
7215
|
-
*
|
|
7216
|
-
* Used when the value passed to a property has 1 interpolated value in it, an no additional text
|
|
7217
|
-
* surrounds that interpolated value:
|
|
7218
|
-
*
|
|
7219
|
-
* ```html
|
|
7220
|
-
* <div title="{{v0}}"></div>
|
|
7221
|
-
* ```
|
|
7222
|
-
*
|
|
7223
|
-
* Its compiled representation is::
|
|
7224
|
-
*
|
|
7225
|
-
* ```ts
|
|
7226
|
-
* ɵɵpropertyInterpolate('title', v0);
|
|
7227
|
-
* ```
|
|
7228
|
-
*
|
|
7229
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7230
|
-
* the component property will be set instead of the element property. This check must
|
|
7231
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7232
|
-
*
|
|
7233
|
-
* @param propName The name of the property to update
|
|
7234
|
-
* @param prefix Static value used for concatenation only.
|
|
7235
|
-
* @param v0 Value checked for change.
|
|
7236
|
-
* @param suffix Static value used for concatenation only.
|
|
7237
|
-
* @param sanitizer An optional sanitizer function
|
|
7238
|
-
* @returns itself, so that it may be chained.
|
|
7239
|
-
* @codeGenApi
|
|
7240
|
-
*/
|
|
7241
|
-
declare function ɵɵpropertyInterpolate(propName: string, v0: any, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate;
|
|
7242
|
-
/**
|
|
7243
|
-
*
|
|
7244
|
-
* Update an interpolated property on an element with single bound value surrounded by text.
|
|
7245
|
-
*
|
|
7246
|
-
* Used when the value passed to a property has 1 interpolated value in it:
|
|
7247
|
-
*
|
|
7248
|
-
* ```html
|
|
7249
|
-
* <div title="prefix{{v0}}suffix"></div>
|
|
7250
|
-
* ```
|
|
7251
|
-
*
|
|
7252
|
-
* Its compiled representation is::
|
|
7253
|
-
*
|
|
7254
|
-
* ```ts
|
|
7255
|
-
* ɵɵpropertyInterpolate1('title', 'prefix', v0, 'suffix');
|
|
7256
|
-
* ```
|
|
7257
|
-
*
|
|
7258
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7259
|
-
* the component property will be set instead of the element property. This check must
|
|
7260
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7261
|
-
*
|
|
7262
|
-
* @param propName The name of the property to update
|
|
7263
|
-
* @param prefix Static value used for concatenation only.
|
|
7264
|
-
* @param v0 Value checked for change.
|
|
7265
|
-
* @param suffix Static value used for concatenation only.
|
|
7266
|
-
* @param sanitizer An optional sanitizer function
|
|
7267
|
-
* @returns itself, so that it may be chained.
|
|
7268
|
-
* @codeGenApi
|
|
7269
|
-
*/
|
|
7270
|
-
declare function ɵɵpropertyInterpolate1(propName: string, prefix: string, v0: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate1;
|
|
7271
|
-
/**
|
|
7272
|
-
*
|
|
7273
|
-
* Update an interpolated property on an element with 2 bound values surrounded by text.
|
|
7274
|
-
*
|
|
7275
|
-
* Used when the value passed to a property has 2 interpolated values in it:
|
|
7276
|
-
*
|
|
7277
|
-
* ```html
|
|
7278
|
-
* <div title="prefix{{v0}}-{{v1}}suffix"></div>
|
|
7279
|
-
* ```
|
|
7280
|
-
*
|
|
7281
|
-
* Its compiled representation is::
|
|
7282
|
-
*
|
|
7283
|
-
* ```ts
|
|
7284
|
-
* ɵɵpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
|
|
7285
|
-
* ```
|
|
7286
|
-
*
|
|
7287
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7288
|
-
* the component property will be set instead of the element property. This check must
|
|
7289
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7290
|
-
*
|
|
7291
|
-
* @param propName The name of the property to update
|
|
7292
|
-
* @param prefix Static value used for concatenation only.
|
|
7293
|
-
* @param v0 Value checked for change.
|
|
7294
|
-
* @param i0 Static value used for concatenation only.
|
|
7295
|
-
* @param v1 Value checked for change.
|
|
7296
|
-
* @param suffix Static value used for concatenation only.
|
|
7297
|
-
* @param sanitizer An optional sanitizer function
|
|
7298
|
-
* @returns itself, so that it may be chained.
|
|
7299
|
-
* @codeGenApi
|
|
7300
|
-
*/
|
|
7301
|
-
declare function ɵɵpropertyInterpolate2(propName: string, prefix: string, v0: any, i0: string, v1: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate2;
|
|
7302
|
-
/**
|
|
7303
|
-
*
|
|
7304
|
-
* Update an interpolated property on an element with 3 bound values surrounded by text.
|
|
7305
|
-
*
|
|
7306
|
-
* Used when the value passed to a property has 3 interpolated values in it:
|
|
7307
|
-
*
|
|
7308
|
-
* ```html
|
|
7309
|
-
* <div title="prefix{{v0}}-{{v1}}-{{v2}}suffix"></div>
|
|
7310
|
-
* ```
|
|
7311
|
-
*
|
|
7312
|
-
* Its compiled representation is::
|
|
7313
|
-
*
|
|
7314
|
-
* ```ts
|
|
7315
|
-
* ɵɵpropertyInterpolate3(
|
|
7316
|
-
* 'title', 'prefix', v0, '-', v1, '-', v2, 'suffix');
|
|
7317
|
-
* ```
|
|
7318
|
-
*
|
|
7319
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7320
|
-
* the component property will be set instead of the element property. This check must
|
|
7321
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7322
|
-
*
|
|
7323
|
-
* @param propName The name of the property to update
|
|
7324
|
-
* @param prefix Static value used for concatenation only.
|
|
7325
|
-
* @param v0 Value checked for change.
|
|
7326
|
-
* @param i0 Static value used for concatenation only.
|
|
7327
|
-
* @param v1 Value checked for change.
|
|
7328
|
-
* @param i1 Static value used for concatenation only.
|
|
7329
|
-
* @param v2 Value checked for change.
|
|
7330
|
-
* @param suffix Static value used for concatenation only.
|
|
7331
|
-
* @param sanitizer An optional sanitizer function
|
|
7332
|
-
* @returns itself, so that it may be chained.
|
|
7333
|
-
* @codeGenApi
|
|
7334
|
-
*/
|
|
7335
|
-
declare function ɵɵpropertyInterpolate3(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate3;
|
|
7336
|
-
/**
|
|
7337
|
-
*
|
|
7338
|
-
* Update an interpolated property on an element with 4 bound values surrounded by text.
|
|
7339
|
-
*
|
|
7340
|
-
* Used when the value passed to a property has 4 interpolated values in it:
|
|
7341
|
-
*
|
|
7342
|
-
* ```html
|
|
7343
|
-
* <div title="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}suffix"></div>
|
|
7344
|
-
* ```
|
|
7345
|
-
*
|
|
7346
|
-
* Its compiled representation is::
|
|
7347
|
-
*
|
|
7348
|
-
* ```ts
|
|
7349
|
-
* ɵɵpropertyInterpolate4(
|
|
7350
|
-
* 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, 'suffix');
|
|
7351
|
-
* ```
|
|
7352
|
-
*
|
|
7353
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7354
|
-
* the component property will be set instead of the element property. This check must
|
|
7355
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7356
|
-
*
|
|
7357
|
-
* @param propName The name of the property to update
|
|
7358
|
-
* @param prefix Static value used for concatenation only.
|
|
7359
|
-
* @param v0 Value checked for change.
|
|
7360
|
-
* @param i0 Static value used for concatenation only.
|
|
7361
|
-
* @param v1 Value checked for change.
|
|
7362
|
-
* @param i1 Static value used for concatenation only.
|
|
7363
|
-
* @param v2 Value checked for change.
|
|
7364
|
-
* @param i2 Static value used for concatenation only.
|
|
7365
|
-
* @param v3 Value checked for change.
|
|
7366
|
-
* @param suffix Static value used for concatenation only.
|
|
7367
|
-
* @param sanitizer An optional sanitizer function
|
|
7368
|
-
* @returns itself, so that it may be chained.
|
|
7369
|
-
* @codeGenApi
|
|
7370
|
-
*/
|
|
7371
|
-
declare function ɵɵpropertyInterpolate4(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate4;
|
|
7372
|
-
/**
|
|
7373
|
-
*
|
|
7374
|
-
* Update an interpolated property on an element with 5 bound values surrounded by text.
|
|
7375
|
-
*
|
|
7376
|
-
* Used when the value passed to a property has 5 interpolated values in it:
|
|
7377
|
-
*
|
|
7378
|
-
* ```html
|
|
7379
|
-
* <div title="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}suffix"></div>
|
|
7380
|
-
* ```
|
|
7381
|
-
*
|
|
7382
|
-
* Its compiled representation is::
|
|
7383
|
-
*
|
|
7384
|
-
* ```ts
|
|
7385
|
-
* ɵɵpropertyInterpolate5(
|
|
7386
|
-
* 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, 'suffix');
|
|
7387
|
-
* ```
|
|
7388
|
-
*
|
|
7389
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7390
|
-
* the component property will be set instead of the element property. This check must
|
|
7391
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7392
|
-
*
|
|
7393
|
-
* @param propName The name of the property to update
|
|
7394
|
-
* @param prefix Static value used for concatenation only.
|
|
7395
|
-
* @param v0 Value checked for change.
|
|
7396
|
-
* @param i0 Static value used for concatenation only.
|
|
7397
|
-
* @param v1 Value checked for change.
|
|
7398
|
-
* @param i1 Static value used for concatenation only.
|
|
7399
|
-
* @param v2 Value checked for change.
|
|
7400
|
-
* @param i2 Static value used for concatenation only.
|
|
7401
|
-
* @param v3 Value checked for change.
|
|
7402
|
-
* @param i3 Static value used for concatenation only.
|
|
7403
|
-
* @param v4 Value checked for change.
|
|
7404
|
-
* @param suffix Static value used for concatenation only.
|
|
7405
|
-
* @param sanitizer An optional sanitizer function
|
|
7406
|
-
* @returns itself, so that it may be chained.
|
|
7407
|
-
* @codeGenApi
|
|
7408
|
-
*/
|
|
7409
|
-
declare function ɵɵpropertyInterpolate5(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate5;
|
|
7410
|
-
/**
|
|
7411
|
-
*
|
|
7412
|
-
* Update an interpolated property on an element with 6 bound values surrounded by text.
|
|
7413
|
-
*
|
|
7414
|
-
* Used when the value passed to a property has 6 interpolated values in it:
|
|
7415
|
-
*
|
|
7416
|
-
* ```html
|
|
7417
|
-
* <div title="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}suffix"></div>
|
|
7418
|
-
* ```
|
|
7419
|
-
*
|
|
7420
|
-
* Its compiled representation is::
|
|
7421
|
-
*
|
|
7422
|
-
* ```ts
|
|
7423
|
-
* ɵɵpropertyInterpolate6(
|
|
7424
|
-
* 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, 'suffix');
|
|
7425
|
-
* ```
|
|
7426
|
-
*
|
|
7427
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7428
|
-
* the component property will be set instead of the element property. This check must
|
|
7429
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7430
|
-
*
|
|
7431
|
-
* @param propName The name of the property to update
|
|
7432
|
-
* @param prefix Static value used for concatenation only.
|
|
7433
|
-
* @param v0 Value checked for change.
|
|
7434
|
-
* @param i0 Static value used for concatenation only.
|
|
7435
|
-
* @param v1 Value checked for change.
|
|
7436
|
-
* @param i1 Static value used for concatenation only.
|
|
7437
|
-
* @param v2 Value checked for change.
|
|
7438
|
-
* @param i2 Static value used for concatenation only.
|
|
7439
|
-
* @param v3 Value checked for change.
|
|
7440
|
-
* @param i3 Static value used for concatenation only.
|
|
7441
|
-
* @param v4 Value checked for change.
|
|
7442
|
-
* @param i4 Static value used for concatenation only.
|
|
7443
|
-
* @param v5 Value checked for change.
|
|
7444
|
-
* @param suffix Static value used for concatenation only.
|
|
7445
|
-
* @param sanitizer An optional sanitizer function
|
|
7446
|
-
* @returns itself, so that it may be chained.
|
|
7447
|
-
* @codeGenApi
|
|
7448
|
-
*/
|
|
7449
|
-
declare function ɵɵpropertyInterpolate6(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate6;
|
|
7450
|
-
/**
|
|
7451
|
-
*
|
|
7452
|
-
* Update an interpolated property on an element with 7 bound values surrounded by text.
|
|
7453
|
-
*
|
|
7454
|
-
* Used when the value passed to a property has 7 interpolated values in it:
|
|
7455
|
-
*
|
|
7456
|
-
* ```html
|
|
7457
|
-
* <div title="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}suffix"></div>
|
|
7458
|
-
* ```
|
|
7459
|
-
*
|
|
7460
|
-
* Its compiled representation is::
|
|
7461
|
-
*
|
|
7462
|
-
* ```ts
|
|
7463
|
-
* ɵɵpropertyInterpolate7(
|
|
7464
|
-
* 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, 'suffix');
|
|
7465
|
-
* ```
|
|
7466
|
-
*
|
|
7467
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7468
|
-
* the component property will be set instead of the element property. This check must
|
|
7469
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7470
|
-
*
|
|
7471
|
-
* @param propName The name of the property to update
|
|
7472
|
-
* @param prefix Static value used for concatenation only.
|
|
7473
|
-
* @param v0 Value checked for change.
|
|
7474
|
-
* @param i0 Static value used for concatenation only.
|
|
7475
|
-
* @param v1 Value checked for change.
|
|
7476
|
-
* @param i1 Static value used for concatenation only.
|
|
7477
|
-
* @param v2 Value checked for change.
|
|
7478
|
-
* @param i2 Static value used for concatenation only.
|
|
7479
|
-
* @param v3 Value checked for change.
|
|
7480
|
-
* @param i3 Static value used for concatenation only.
|
|
7481
|
-
* @param v4 Value checked for change.
|
|
7482
|
-
* @param i4 Static value used for concatenation only.
|
|
7483
|
-
* @param v5 Value checked for change.
|
|
7484
|
-
* @param i5 Static value used for concatenation only.
|
|
7485
|
-
* @param v6 Value checked for change.
|
|
7486
|
-
* @param suffix Static value used for concatenation only.
|
|
7487
|
-
* @param sanitizer An optional sanitizer function
|
|
7488
|
-
* @returns itself, so that it may be chained.
|
|
7489
|
-
* @codeGenApi
|
|
7490
|
-
*/
|
|
7491
|
-
declare function ɵɵpropertyInterpolate7(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, suffix?: string, sanitizer?: SanitizerFn): typeof ɵɵpropertyInterpolate7;
|
|
7492
|
-
/**
|
|
7493
|
-
*
|
|
7494
|
-
* Update an interpolated property on an element with 8 bound values surrounded by text.
|
|
7495
|
-
*
|
|
7496
|
-
* Used when the value passed to a property has 8 interpolated values in it:
|
|
7497
|
-
*
|
|
7498
|
-
* ```html
|
|
7499
|
-
* <div title="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}-{{v7}}suffix"></div>
|
|
7500
|
-
* ```
|
|
7501
|
-
*
|
|
7502
|
-
* Its compiled representation is::
|
|
7503
|
-
*
|
|
7504
|
-
* ```ts
|
|
7505
|
-
* ɵɵpropertyInterpolate8(
|
|
7506
|
-
* 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, 'suffix');
|
|
7507
|
-
* ```
|
|
7508
|
-
*
|
|
7509
|
-
* If the property name also exists as an input property on one of the element's directives,
|
|
7510
|
-
* the component property will be set instead of the element property. This check must
|
|
7511
|
-
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled.
|
|
7512
|
-
*
|
|
7513
|
-
* @param propName The name of the property to update
|
|
7514
|
-
* @param prefix Static value used for concatenation only.
|
|
7515
|
-
* @param v0 Value checked for change.
|
|
7516
|
-
* @param i0 Static value used for concatenation only.
|
|
7517
|
-
* @param v1 Value checked for change.
|
|
7518
|
-
* @param i1 Static value used for concatenation only.
|
|
7519
|
-
* @param v2 Value checked for change.
|
|
7520
|
-
* @param i2 Static value used for concatenation only.
|
|
7521
|
-
* @param v3 Value checked for change.
|
|
7522
|
-
* @param i3 Static value used for concatenation only.
|
|
7523
|
-
* @param v4 Value checked for change.
|
|
7524
|
-
* @param i4 Static value used for concatenation only.
|
|
7525
|
-
* @param v5 Value checked for change.
|
|
7526
|
-
* @param i5 Static value used for concatenation only.
|
|
7527
|
-
* @param v6 Value checked for change.
|
|
7528
|
-
* @param i6 Static value used for concatenation only.
|
|
7529
|
-
* @param v7 Value checked for change.
|
|
7530
|
-
* @param suffix Static value used for concatenation only.
|
|
7531
|
-
* @param sanitizer An optional sanitizer function
|
|
7532
|
-
* @returns itself, so that it may be chained.
|
|
7533
6612
|
* @codeGenApi
|
|
7534
6613
|
*/
|
|
7535
|
-
declare function
|
|
6614
|
+
declare function ɵɵelementStart(index: number, name: string, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelementStart;
|
|
7536
6615
|
/**
|
|
7537
|
-
*
|
|
6616
|
+
* Mark the end of the element.
|
|
6617
|
+
* @returns This function returns itself so that it may be chained.
|
|
7538
6618
|
*
|
|
7539
|
-
*
|
|
6619
|
+
* @codeGenApi
|
|
6620
|
+
*/
|
|
6621
|
+
declare function ɵɵelementEnd(): typeof ɵɵelementEnd;
|
|
6622
|
+
/**
|
|
6623
|
+
* Creates an empty element using {@link elementStart} and {@link elementEnd}
|
|
7540
6624
|
*
|
|
7541
|
-
*
|
|
7542
|
-
*
|
|
7543
|
-
*
|
|
7544
|
-
*
|
|
6625
|
+
* @param index Index of the element in the data array
|
|
6626
|
+
* @param name Name of the DOM Node
|
|
6627
|
+
* @param attrsIndex Index of the element's attributes in the `consts` array.
|
|
6628
|
+
* @param localRefsIndex Index of the element's local references in the `consts` array.
|
|
6629
|
+
* @returns This function returns itself so that it may be chained.
|
|
6630
|
+
*
|
|
6631
|
+
* @codeGenApi
|
|
6632
|
+
*/
|
|
6633
|
+
declare function ɵɵelement(index: number, name: string, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelement;
|
|
6634
|
+
|
|
6635
|
+
/**
|
|
6636
|
+
* Creates a logical container for other nodes (<ng-container>) backed by a comment node in the DOM.
|
|
6637
|
+
* The instruction must later be followed by `elementContainerEnd()` call.
|
|
7545
6638
|
*
|
|
7546
|
-
*
|
|
6639
|
+
* @param index Index of the element in the LView array
|
|
6640
|
+
* @param attrsIndex Index of the container attributes in the `consts` array.
|
|
6641
|
+
* @param localRefsIndex Index of the container's local references in the `consts` array.
|
|
6642
|
+
* @returns This function returns itself so that it may be chained.
|
|
7547
6643
|
*
|
|
7548
|
-
*
|
|
7549
|
-
*
|
|
7550
|
-
*
|
|
7551
|
-
* 'suffix']);
|
|
7552
|
-
* ```
|
|
6644
|
+
* Even if this instruction accepts a set of attributes no actual attribute values are propagated to
|
|
6645
|
+
* the DOM (as a comment node can't have attributes). Attributes are here only for directive
|
|
6646
|
+
* matching purposes and setting initial inputs of directives.
|
|
7553
6647
|
*
|
|
7554
|
-
*
|
|
7555
|
-
|
|
7556
|
-
|
|
6648
|
+
* @codeGenApi
|
|
6649
|
+
*/
|
|
6650
|
+
declare function ɵɵelementContainerStart(index: number, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelementContainerStart;
|
|
6651
|
+
/**
|
|
6652
|
+
* Mark the end of the <ng-container>.
|
|
6653
|
+
* @returns This function returns itself so that it may be chained.
|
|
7557
6654
|
*
|
|
7558
|
-
* @param propName The name of the property to update.
|
|
7559
|
-
* @param values The collection of values and the strings in between those values, beginning with a
|
|
7560
|
-
* string prefix and ending with a string suffix.
|
|
7561
|
-
* (e.g. `['prefix', value0, '-', value1, '-', value2, ..., value99, 'suffix']`)
|
|
7562
|
-
* @param sanitizer An optional sanitizer function
|
|
7563
|
-
* @returns itself, so that it may be chained.
|
|
7564
6655
|
* @codeGenApi
|
|
7565
6656
|
*/
|
|
7566
|
-
declare function
|
|
7567
|
-
|
|
6657
|
+
declare function ɵɵelementContainerEnd(): typeof ɵɵelementContainerEnd;
|
|
7568
6658
|
/**
|
|
7569
|
-
*
|
|
7570
|
-
*
|
|
6659
|
+
* Creates an empty logical container using {@link elementContainerStart}
|
|
6660
|
+
* and {@link elementContainerEnd}
|
|
7571
6661
|
*
|
|
7572
|
-
* @param
|
|
7573
|
-
* @param
|
|
7574
|
-
* @param
|
|
7575
|
-
* @
|
|
7576
|
-
* @returns QueryList<T>
|
|
6662
|
+
* @param index Index of the element in the LView array
|
|
6663
|
+
* @param attrsIndex Index of the container attributes in the `consts` array.
|
|
6664
|
+
* @param localRefsIndex Index of the container's local references in the `consts` array.
|
|
6665
|
+
* @returns This function returns itself so that it may be chained.
|
|
7577
6666
|
*
|
|
7578
6667
|
* @codeGenApi
|
|
7579
6668
|
*/
|
|
7580
|
-
declare function
|
|
6669
|
+
declare function ɵɵelementContainer(index: number, attrsIndex?: number | null, localRefsIndex?: number): typeof ɵɵelementContainer;
|
|
6670
|
+
|
|
7581
6671
|
/**
|
|
7582
|
-
*
|
|
6672
|
+
* Sets a strict mode for JIT-compiled components to throw an error on unknown elements,
|
|
6673
|
+
* instead of just logging the error.
|
|
6674
|
+
* (for AOT-compiled ones this check happens at build time).
|
|
6675
|
+
*/
|
|
6676
|
+
declare function ɵsetUnknownElementStrictMode(shouldThrow: boolean): void;
|
|
6677
|
+
/**
|
|
6678
|
+
* Gets the current value of the strict mode.
|
|
6679
|
+
*/
|
|
6680
|
+
declare function ɵgetUnknownElementStrictMode(): boolean;
|
|
6681
|
+
/**
|
|
6682
|
+
* Sets a strict mode for JIT-compiled components to throw an error on unknown properties,
|
|
6683
|
+
* instead of just logging the error.
|
|
6684
|
+
* (for AOT-compiled ones this check happens at build time).
|
|
6685
|
+
*/
|
|
6686
|
+
declare function ɵsetUnknownPropertyStrictMode(shouldThrow: boolean): void;
|
|
6687
|
+
/**
|
|
6688
|
+
* Gets the current value of the strict mode.
|
|
6689
|
+
*/
|
|
6690
|
+
declare function ɵgetUnknownPropertyStrictMode(): boolean;
|
|
6691
|
+
|
|
6692
|
+
/**
|
|
6693
|
+
* Returns the current OpaqueViewState instance.
|
|
7583
6694
|
*
|
|
7584
|
-
*
|
|
7585
|
-
*
|
|
7586
|
-
*
|
|
6695
|
+
* Used in conjunction with the restoreView() instruction to save a snapshot
|
|
6696
|
+
* of the current view and restore it when listeners are invoked. This allows
|
|
6697
|
+
* walking the declaration view tree in listeners to get vars from parent views.
|
|
7587
6698
|
*
|
|
7588
6699
|
* @codeGenApi
|
|
7589
6700
|
*/
|
|
7590
|
-
declare function
|
|
6701
|
+
declare function ɵɵgetCurrentView(): OpaqueViewState;
|
|
6702
|
+
|
|
6703
|
+
interface NO_CHANGE {
|
|
6704
|
+
__brand__: 'NO_CHANGE';
|
|
6705
|
+
}
|
|
6706
|
+
/** A special value which designates that a value has not changed. */
|
|
6707
|
+
declare const NO_CHANGE: NO_CHANGE;
|
|
6708
|
+
|
|
7591
6709
|
/**
|
|
7592
|
-
*
|
|
7593
|
-
* views.
|
|
6710
|
+
* Update a DOM property on an element.
|
|
7594
6711
|
*
|
|
7595
|
-
* @
|
|
7596
|
-
*
|
|
6712
|
+
* @param propName Name of property..
|
|
6713
|
+
* @param value New value to write.
|
|
6714
|
+
* @param sanitizer An optional function used to sanitize the value.
|
|
6715
|
+
* @returns This function returns itself so that it may be chained
|
|
6716
|
+
* (e.g. `domProperty('name', ctx.name)('title', ctx.title)`)
|
|
7597
6717
|
*
|
|
7598
6718
|
* @codeGenApi
|
|
7599
6719
|
*/
|
|
7600
|
-
declare function
|
|
6720
|
+
declare function ɵɵdomProperty<T>(propName: string, value: T, sanitizer?: SanitizerFn | null): typeof ɵɵdomProperty;
|
|
7601
6721
|
/**
|
|
7602
|
-
*
|
|
6722
|
+
* Updates a synthetic host binding (e.g. `[@foo]`) on a component or directive.
|
|
6723
|
+
*
|
|
6724
|
+
* This instruction is for compatibility purposes and is designed to ensure that a
|
|
6725
|
+
* synthetic host binding (e.g. `@HostBinding('@foo')`) properly gets rendered in
|
|
6726
|
+
* the component's renderer. Normally all host bindings are evaluated with the parent
|
|
6727
|
+
* component's renderer, but, in the case of animation @triggers, they need to be
|
|
6728
|
+
* evaluated with the sub component's renderer (because that's where the animation
|
|
6729
|
+
* triggers are defined).
|
|
6730
|
+
*
|
|
6731
|
+
* Do not use this instruction as a replacement for `elementProperty`. This instruction
|
|
6732
|
+
* only exists to ensure compatibility with the ViewEngine's host binding behavior.
|
|
6733
|
+
*
|
|
6734
|
+
* @param index The index of the element to update in the data array
|
|
6735
|
+
* @param propName Name of property. Because it is going to DOM, this is not subject to
|
|
6736
|
+
* renaming as part of minification.
|
|
6737
|
+
* @param value New value to write.
|
|
6738
|
+
* @param sanitizer An optional function used to sanitize the value.
|
|
7603
6739
|
*
|
|
7604
6740
|
* @codeGenApi
|
|
7605
6741
|
*/
|
|
7606
|
-
declare function
|
|
6742
|
+
declare function ɵɵsyntheticHostProperty<T>(propName: string, value: T | NO_CHANGE, sanitizer?: SanitizerFn | null): typeof ɵɵsyntheticHostProperty;
|
|
7607
6743
|
|
|
7608
6744
|
/**
|
|
7609
|
-
*
|
|
6745
|
+
* Marks a block of text as translatable.
|
|
7610
6746
|
*
|
|
7611
|
-
*
|
|
7612
|
-
*
|
|
7613
|
-
*
|
|
7614
|
-
*
|
|
7615
|
-
*
|
|
6747
|
+
* The instructions `i18nStart` and `i18nEnd` mark the translation block in the template.
|
|
6748
|
+
* The translation `message` is the value which is locale specific. The translation string may
|
|
6749
|
+
* contain placeholders which associate inner elements and sub-templates within the translation.
|
|
6750
|
+
*
|
|
6751
|
+
* The translation `message` placeholders are:
|
|
6752
|
+
* - `�{index}(:{block})�`: *Binding Placeholder*: Marks a location where an expression will be
|
|
6753
|
+
* interpolated into. The placeholder `index` points to the expression binding index. An optional
|
|
6754
|
+
* `block` that matches the sub-template in which it was declared.
|
|
6755
|
+
* - `�#{index}(:{block})�`/`�/#{index}(:{block})�`: *Element Placeholder*: Marks the beginning
|
|
6756
|
+
* and end of DOM element that were embedded in the original translation block. The placeholder
|
|
6757
|
+
* `index` points to the element index in the template instructions set. An optional `block` that
|
|
6758
|
+
* matches the sub-template in which it was declared.
|
|
6759
|
+
* - `�*{index}:{block}�`/`�/*{index}:{block}�`: *Sub-template Placeholder*: Sub-templates must be
|
|
6760
|
+
* split up and translated separately in each angular template function. The `index` points to the
|
|
6761
|
+
* `template` instruction index. A `block` that matches the sub-template in which it was declared.
|
|
6762
|
+
*
|
|
6763
|
+
* @param index A unique index of the translation in the static block.
|
|
6764
|
+
* @param messageIndex An index of the translation message from the `def.consts` array.
|
|
6765
|
+
* @param subTemplateIndex Optional sub-template index in the `message`.
|
|
7616
6766
|
*
|
|
7617
6767
|
* @codeGenApi
|
|
7618
6768
|
*/
|
|
7619
|
-
declare function
|
|
6769
|
+
declare function ɵɵi18nStart(index: number, messageIndex: number, subTemplateIndex?: number): void;
|
|
7620
6770
|
/**
|
|
7621
|
-
*
|
|
7622
|
-
*
|
|
7623
|
-
*
|
|
7624
|
-
* @param target The target signal to assign the query results to.
|
|
7625
|
-
* @param predicate The type or label that should match a given query
|
|
7626
|
-
* @param flags Flags associated with the query
|
|
7627
|
-
* @param read What to save in the query
|
|
6771
|
+
* Translates a translation block marked by `i18nStart` and `i18nEnd`. It inserts the text/ICU nodes
|
|
6772
|
+
* into the render tree, moves the placeholder nodes and removes the deleted nodes.
|
|
7628
6773
|
*
|
|
7629
6774
|
* @codeGenApi
|
|
7630
6775
|
*/
|
|
7631
|
-
declare function
|
|
6776
|
+
declare function ɵɵi18nEnd(): void;
|
|
7632
6777
|
/**
|
|
7633
|
-
* Advances the current query index by a specified offset.
|
|
7634
6778
|
*
|
|
7635
|
-
*
|
|
7636
|
-
*
|
|
7637
|
-
* current index (those are refreshed on demand and not during change detection) so this instruction
|
|
7638
|
-
* is only necessary for backward-compatibility.
|
|
6779
|
+
* Use this instruction to create a translation block that doesn't contain any placeholder.
|
|
6780
|
+
* It calls both {@link i18nStart} and {@link i18nEnd} in one instruction.
|
|
7639
6781
|
*
|
|
7640
|
-
*
|
|
6782
|
+
* The translation `message` is the value which is locale specific. The translation string may
|
|
6783
|
+
* contain placeholders which associate inner elements and sub-templates within the translation.
|
|
6784
|
+
*
|
|
6785
|
+
* The translation `message` placeholders are:
|
|
6786
|
+
* - `�{index}(:{block})�`: *Binding Placeholder*: Marks a location where an expression will be
|
|
6787
|
+
* interpolated into. The placeholder `index` points to the expression binding index. An optional
|
|
6788
|
+
* `block` that matches the sub-template in which it was declared.
|
|
6789
|
+
* - `�#{index}(:{block})�`/`�/#{index}(:{block})�`: *Element Placeholder*: Marks the beginning
|
|
6790
|
+
* and end of DOM element that were embedded in the original translation block. The placeholder
|
|
6791
|
+
* `index` points to the element index in the template instructions set. An optional `block` that
|
|
6792
|
+
* matches the sub-template in which it was declared.
|
|
6793
|
+
* - `�*{index}:{block}�`/`�/*{index}:{block}�`: *Sub-template Placeholder*: Sub-templates must be
|
|
6794
|
+
* split up and translated separately in each angular template function. The `index` points to the
|
|
6795
|
+
* `template` instruction index. A `block` that matches the sub-template in which it was declared.
|
|
6796
|
+
*
|
|
6797
|
+
* @param index A unique index of the translation in the static block.
|
|
6798
|
+
* @param messageIndex An index of the translation message from the `def.consts` array.
|
|
6799
|
+
* @param subTemplateIndex Optional sub-template index in the `message`.
|
|
7641
6800
|
*
|
|
7642
6801
|
* @codeGenApi
|
|
7643
6802
|
*/
|
|
7644
|
-
declare function
|
|
7645
|
-
|
|
6803
|
+
declare function ɵɵi18n(index: number, messageIndex: number, subTemplateIndex?: number): void;
|
|
7646
6804
|
/**
|
|
7647
|
-
*
|
|
6805
|
+
* Marks a list of attributes as translatable.
|
|
7648
6806
|
*
|
|
7649
|
-
*
|
|
7650
|
-
*
|
|
6807
|
+
* @param index A unique index in the static block
|
|
6808
|
+
* @param values
|
|
7651
6809
|
*
|
|
7652
|
-
* @
|
|
6810
|
+
* @codeGenApi
|
|
6811
|
+
*/
|
|
6812
|
+
declare function ɵɵi18nAttributes(index: number, attrsIndex: number): void;
|
|
6813
|
+
/**
|
|
6814
|
+
* Stores the values of the bindings during each update cycle in order to determine if we need to
|
|
6815
|
+
* update the translated nodes.
|
|
6816
|
+
*
|
|
6817
|
+
* @param value The binding's value
|
|
6818
|
+
* @returns This function returns itself so that it may be chained
|
|
6819
|
+
* (e.g. `i18nExp(ctx.name)(ctx.title)`)
|
|
7653
6820
|
*
|
|
7654
6821
|
* @codeGenApi
|
|
7655
6822
|
*/
|
|
7656
|
-
declare function
|
|
7657
|
-
|
|
6823
|
+
declare function ɵɵi18nExp<T>(value: T): typeof ɵɵi18nExp;
|
|
7658
6824
|
/**
|
|
6825
|
+
* Updates a translation block or an i18n attribute when the bindings have changed.
|
|
7659
6826
|
*
|
|
7660
|
-
*
|
|
6827
|
+
* @param index Index of either {@link i18nStart} (translation block) or {@link i18nAttributes}
|
|
6828
|
+
* (i18n attribute) on which it should update the content.
|
|
7661
6829
|
*
|
|
7662
|
-
*
|
|
6830
|
+
* @codeGenApi
|
|
6831
|
+
*/
|
|
6832
|
+
declare function ɵɵi18nApply(index: number): void;
|
|
6833
|
+
/**
|
|
6834
|
+
* Handles message string post-processing for internationalization.
|
|
7663
6835
|
*
|
|
7664
|
-
*
|
|
7665
|
-
*
|
|
7666
|
-
*
|
|
6836
|
+
* Handles message string post-processing by transforming it from intermediate
|
|
6837
|
+
* format (that might contain some markers that we need to replace) to the final
|
|
6838
|
+
* form, consumable by i18nStart instruction. Post processing steps include:
|
|
7667
6839
|
*
|
|
7668
|
-
*
|
|
6840
|
+
* 1. Resolve all multi-value cases (like [�*1:1��#2:1�|�#4:1�|�5�])
|
|
6841
|
+
* 2. Replace all ICU vars (like "VAR_PLURAL")
|
|
6842
|
+
* 3. Replace all placeholders used inside ICUs in a form of {PLACEHOLDER}
|
|
6843
|
+
* 4. Replace all ICU references with corresponding values (like �ICU_EXP_ICU_1�)
|
|
6844
|
+
* in case multiple ICUs have the same placeholder name
|
|
7669
6845
|
*
|
|
7670
|
-
*
|
|
7671
|
-
*
|
|
7672
|
-
*
|
|
6846
|
+
* @param message Raw translation string for post processing
|
|
6847
|
+
* @param replacements Set of replacements that should be applied
|
|
6848
|
+
*
|
|
6849
|
+
* @returns Transformed string that can be consumed by i18nStart instruction
|
|
7673
6850
|
*
|
|
7674
|
-
* @param prefix Static value used for concatenation only.
|
|
7675
|
-
* @param v0 Value checked for change.
|
|
7676
|
-
* @param suffix Static value used for concatenation only.
|
|
7677
6851
|
* @codeGenApi
|
|
7678
6852
|
*/
|
|
7679
|
-
declare function ɵɵ
|
|
6853
|
+
declare function ɵɵi18nPostprocess(message: string, replacements?: {
|
|
6854
|
+
[key: string]: string | string[];
|
|
6855
|
+
}): string;
|
|
6856
|
+
|
|
7680
6857
|
/**
|
|
6858
|
+
* Adds an event listener to the current node.
|
|
7681
6859
|
*
|
|
7682
|
-
*
|
|
7683
|
-
*
|
|
7684
|
-
* Used when the value passed to a property has 2 interpolated values in it:
|
|
7685
|
-
*
|
|
7686
|
-
* ```html
|
|
7687
|
-
* <div style="key: {{v0}}; key1: {{v1}}suffix"></div>
|
|
7688
|
-
* ```
|
|
7689
|
-
*
|
|
7690
|
-
* Its compiled representation is:
|
|
6860
|
+
* If an output exists on one of the node's directives, it also subscribes to the output
|
|
6861
|
+
* and saves the subscription for later cleanup.
|
|
7691
6862
|
*
|
|
7692
|
-
*
|
|
7693
|
-
*
|
|
7694
|
-
*
|
|
6863
|
+
* @param eventName Name of the event
|
|
6864
|
+
* @param listenerFn The function to be called when event emits
|
|
6865
|
+
* @param eventTargetResolver Function that returns global target information in case this listener
|
|
6866
|
+
* should be attached to a global object like window, document or body
|
|
7695
6867
|
*
|
|
7696
|
-
* @param prefix Static value used for concatenation only.
|
|
7697
|
-
* @param v0 Value checked for change.
|
|
7698
|
-
* @param i0 Static value used for concatenation only.
|
|
7699
|
-
* @param v1 Value checked for change.
|
|
7700
|
-
* @param suffix Static value used for concatenation only.
|
|
7701
6868
|
* @codeGenApi
|
|
7702
6869
|
*/
|
|
7703
|
-
declare function
|
|
6870
|
+
declare function ɵɵlistener(eventName: string, listenerFn: EventCallback, eventTargetResolver?: GlobalTargetResolver): typeof ɵɵlistener;
|
|
7704
6871
|
/**
|
|
6872
|
+
* Registers a synthetic host listener (e.g. `(@foo.start)`) on a component or directive.
|
|
7705
6873
|
*
|
|
7706
|
-
*
|
|
7707
|
-
*
|
|
7708
|
-
*
|
|
7709
|
-
*
|
|
7710
|
-
*
|
|
7711
|
-
*
|
|
7712
|
-
* ```
|
|
6874
|
+
* This instruction is for compatibility purposes and is designed to ensure that a
|
|
6875
|
+
* synthetic host listener (e.g. `@HostListener('@foo.start')`) properly gets rendered
|
|
6876
|
+
* in the component's renderer. Normally all host listeners are evaluated with the
|
|
6877
|
+
* parent component's renderer, but, in the case of animation @triggers, they need
|
|
6878
|
+
* to be evaluated with the sub component's renderer (because that's where the
|
|
6879
|
+
* animation triggers are defined).
|
|
7713
6880
|
*
|
|
7714
|
-
*
|
|
6881
|
+
* Do not use this instruction as a replacement for `listener`. This instruction
|
|
6882
|
+
* only exists to ensure compatibility with the ViewEngine's host binding behavior.
|
|
7715
6883
|
*
|
|
7716
|
-
*
|
|
7717
|
-
*
|
|
7718
|
-
*
|
|
7719
|
-
*
|
|
6884
|
+
* @param eventName Name of the event
|
|
6885
|
+
* @param listenerFn The function to be called when event emits
|
|
6886
|
+
* @param useCapture Whether or not to use capture in event listener
|
|
6887
|
+
* @param eventTargetResolver Function that returns global target information in case this listener
|
|
6888
|
+
* should be attached to a global object like window, document or body
|
|
7720
6889
|
*
|
|
7721
|
-
* @param prefix Static value used for concatenation only.
|
|
7722
|
-
* @param v0 Value checked for change.
|
|
7723
|
-
* @param i0 Static value used for concatenation only.
|
|
7724
|
-
* @param v1 Value checked for change.
|
|
7725
|
-
* @param i1 Static value used for concatenation only.
|
|
7726
|
-
* @param v2 Value checked for change.
|
|
7727
|
-
* @param suffix Static value used for concatenation only.
|
|
7728
6890
|
* @codeGenApi
|
|
7729
6891
|
*/
|
|
7730
|
-
declare function
|
|
6892
|
+
declare function ɵɵsyntheticHostListener(eventName: string, listenerFn: EventCallback): typeof ɵɵsyntheticHostListener;
|
|
6893
|
+
|
|
7731
6894
|
/**
|
|
6895
|
+
* Enables directive matching on elements.
|
|
7732
6896
|
*
|
|
7733
|
-
*
|
|
7734
|
-
*
|
|
7735
|
-
* Used when the value passed to a property has 4 interpolated values in it:
|
|
7736
|
-
*
|
|
6897
|
+
* * Example:
|
|
7737
6898
|
* ```html
|
|
7738
|
-
* <
|
|
7739
|
-
*
|
|
7740
|
-
*
|
|
7741
|
-
*
|
|
7742
|
-
*
|
|
7743
|
-
*
|
|
7744
|
-
*
|
|
7745
|
-
*
|
|
6899
|
+
* <my-comp my-directive>
|
|
6900
|
+
* Should match component / directive.
|
|
6901
|
+
* </my-comp>
|
|
6902
|
+
* <div ngNonBindable>
|
|
6903
|
+
* <!-- ɵɵdisableBindings() -->
|
|
6904
|
+
* <my-comp my-directive>
|
|
6905
|
+
* Should not match component / directive because we are in ngNonBindable.
|
|
6906
|
+
* </my-comp>
|
|
6907
|
+
* <!-- ɵɵenableBindings() -->
|
|
6908
|
+
* </div>
|
|
7746
6909
|
* ```
|
|
7747
6910
|
*
|
|
7748
|
-
* @param prefix Static value used for concatenation only.
|
|
7749
|
-
* @param v0 Value checked for change.
|
|
7750
|
-
* @param i0 Static value used for concatenation only.
|
|
7751
|
-
* @param v1 Value checked for change.
|
|
7752
|
-
* @param i1 Static value used for concatenation only.
|
|
7753
|
-
* @param v2 Value checked for change.
|
|
7754
|
-
* @param i2 Static value used for concatenation only.
|
|
7755
|
-
* @param v3 Value checked for change.
|
|
7756
|
-
* @param suffix Static value used for concatenation only.
|
|
7757
6911
|
* @codeGenApi
|
|
7758
6912
|
*/
|
|
7759
|
-
declare function
|
|
6913
|
+
declare function ɵɵenableBindings(): void;
|
|
7760
6914
|
/**
|
|
6915
|
+
* Disables directive matching on element.
|
|
7761
6916
|
*
|
|
7762
|
-
*
|
|
7763
|
-
*
|
|
7764
|
-
* Used when the value passed to a property has 5 interpolated values in it:
|
|
7765
|
-
*
|
|
6917
|
+
* * Example:
|
|
7766
6918
|
* ```html
|
|
7767
|
-
* <
|
|
7768
|
-
*
|
|
7769
|
-
*
|
|
7770
|
-
*
|
|
7771
|
-
*
|
|
7772
|
-
*
|
|
7773
|
-
*
|
|
7774
|
-
*
|
|
6919
|
+
* <my-comp my-directive>
|
|
6920
|
+
* Should match component / directive.
|
|
6921
|
+
* </my-comp>
|
|
6922
|
+
* <div ngNonBindable>
|
|
6923
|
+
* <!-- ɵɵdisableBindings() -->
|
|
6924
|
+
* <my-comp my-directive>
|
|
6925
|
+
* Should not match component / directive because we are in ngNonBindable.
|
|
6926
|
+
* </my-comp>
|
|
6927
|
+
* <!-- ɵɵenableBindings() -->
|
|
6928
|
+
* </div>
|
|
7775
6929
|
* ```
|
|
7776
6930
|
*
|
|
7777
|
-
* @param prefix Static value used for concatenation only.
|
|
7778
|
-
* @param v0 Value checked for change.
|
|
7779
|
-
* @param i0 Static value used for concatenation only.
|
|
7780
|
-
* @param v1 Value checked for change.
|
|
7781
|
-
* @param i1 Static value used for concatenation only.
|
|
7782
|
-
* @param v2 Value checked for change.
|
|
7783
|
-
* @param i2 Static value used for concatenation only.
|
|
7784
|
-
* @param v3 Value checked for change.
|
|
7785
|
-
* @param i3 Static value used for concatenation only.
|
|
7786
|
-
* @param v4 Value checked for change.
|
|
7787
|
-
* @param suffix Static value used for concatenation only.
|
|
7788
6931
|
* @codeGenApi
|
|
7789
6932
|
*/
|
|
7790
|
-
declare function
|
|
6933
|
+
declare function ɵɵdisableBindings(): void;
|
|
7791
6934
|
/**
|
|
6935
|
+
* Restores `contextViewData` to the given OpaqueViewState instance.
|
|
7792
6936
|
*
|
|
7793
|
-
*
|
|
7794
|
-
*
|
|
7795
|
-
*
|
|
7796
|
-
*
|
|
7797
|
-
* ```html
|
|
7798
|
-
* <div style="key: {{v0}}; key1: {{v1}}; key2: {{v2}}; key3: {{v3}}; key4: {{v4}};
|
|
7799
|
-
* key5: {{v5}}suffix"></div>
|
|
7800
|
-
* ```
|
|
6937
|
+
* Used in conjunction with the getCurrentView() instruction to save a snapshot
|
|
6938
|
+
* of the current view and restore it when listeners are invoked. This allows
|
|
6939
|
+
* walking the declaration view tree in listeners to get vars from parent views.
|
|
7801
6940
|
*
|
|
7802
|
-
*
|
|
6941
|
+
* @param viewToRestore The OpaqueViewState instance to restore.
|
|
6942
|
+
* @returns Context of the restored OpaqueViewState instance.
|
|
7803
6943
|
*
|
|
7804
|
-
*
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
*
|
|
6944
|
+
* @codeGenApi
|
|
6945
|
+
*/
|
|
6946
|
+
declare function ɵɵrestoreView<T = any>(viewToRestore: OpaqueViewState): T;
|
|
6947
|
+
/**
|
|
6948
|
+
* Clears the view set in `ɵɵrestoreView` from memory. Returns the passed in
|
|
6949
|
+
* value so that it can be used as a return value of an instruction.
|
|
7809
6950
|
*
|
|
7810
|
-
* @param prefix Static value used for concatenation only.
|
|
7811
|
-
* @param v0 Value checked for change.
|
|
7812
|
-
* @param i0 Static value used for concatenation only.
|
|
7813
|
-
* @param v1 Value checked for change.
|
|
7814
|
-
* @param i1 Static value used for concatenation only.
|
|
7815
|
-
* @param v2 Value checked for change.
|
|
7816
|
-
* @param i2 Static value used for concatenation only.
|
|
7817
|
-
* @param v3 Value checked for change.
|
|
7818
|
-
* @param i3 Static value used for concatenation only.
|
|
7819
|
-
* @param v4 Value checked for change.
|
|
7820
|
-
* @param i4 Static value used for concatenation only.
|
|
7821
|
-
* @param v5 Value checked for change.
|
|
7822
|
-
* @param suffix Static value used for concatenation only.
|
|
7823
6951
|
* @codeGenApi
|
|
7824
6952
|
*/
|
|
7825
|
-
declare function
|
|
6953
|
+
declare function ɵɵresetView<T>(value?: T): T | undefined;
|
|
7826
6954
|
/**
|
|
6955
|
+
* Sets the namespace used to create elements to `'http://www.w3.org/2000/svg'` in global state.
|
|
7827
6956
|
*
|
|
7828
|
-
*
|
|
6957
|
+
* @codeGenApi
|
|
6958
|
+
*/
|
|
6959
|
+
declare function ɵɵnamespaceSVG(): void;
|
|
6960
|
+
/**
|
|
6961
|
+
* Sets the namespace used to create elements to `'http://www.w3.org/1998/MathML/'` in global state.
|
|
7829
6962
|
*
|
|
7830
|
-
*
|
|
6963
|
+
* @codeGenApi
|
|
6964
|
+
*/
|
|
6965
|
+
declare function ɵɵnamespaceMathML(): void;
|
|
6966
|
+
/**
|
|
6967
|
+
* Sets the namespace used to create elements to `null`, which forces element creation to use
|
|
6968
|
+
* `createElement` rather than `createElementNS`.
|
|
7831
6969
|
*
|
|
7832
|
-
*
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
6970
|
+
* @codeGenApi
|
|
6971
|
+
*/
|
|
6972
|
+
declare function ɵɵnamespaceHTML(): void;
|
|
6973
|
+
|
|
6974
|
+
/**
|
|
6975
|
+
* Retrieves a context at the level specified and saves it as the global, contextViewData.
|
|
6976
|
+
* Will get the next level up if level is not specified.
|
|
7836
6977
|
*
|
|
7837
|
-
*
|
|
6978
|
+
* This is used to save contexts of parent views so they can be bound in embedded views, or
|
|
6979
|
+
* in conjunction with reference() to bind a ref from a parent view.
|
|
7838
6980
|
*
|
|
7839
|
-
*
|
|
7840
|
-
*
|
|
7841
|
-
* 'key: ', v0, '; key1: ', v1, '; key2: ', v2, '; key3: ', v3, '; key4: ', v4, '; key5: ', v5,
|
|
7842
|
-
* '; key6: ', v6, 'suffix');
|
|
7843
|
-
* ```
|
|
6981
|
+
* @param level The relative level of the view from which to grab context compared to contextVewData
|
|
6982
|
+
* @returns context
|
|
7844
6983
|
*
|
|
7845
|
-
* @param prefix Static value used for concatenation only.
|
|
7846
|
-
* @param v0 Value checked for change.
|
|
7847
|
-
* @param i0 Static value used for concatenation only.
|
|
7848
|
-
* @param v1 Value checked for change.
|
|
7849
|
-
* @param i1 Static value used for concatenation only.
|
|
7850
|
-
* @param v2 Value checked for change.
|
|
7851
|
-
* @param i2 Static value used for concatenation only.
|
|
7852
|
-
* @param v3 Value checked for change.
|
|
7853
|
-
* @param i3 Static value used for concatenation only.
|
|
7854
|
-
* @param v4 Value checked for change.
|
|
7855
|
-
* @param i4 Static value used for concatenation only.
|
|
7856
|
-
* @param v5 Value checked for change.
|
|
7857
|
-
* @param i5 Static value used for concatenation only.
|
|
7858
|
-
* @param v6 Value checked for change.
|
|
7859
|
-
* @param suffix Static value used for concatenation only.
|
|
7860
6984
|
* @codeGenApi
|
|
7861
6985
|
*/
|
|
7862
|
-
declare function
|
|
6986
|
+
declare function ɵɵnextContext<T = any>(level?: number): T;
|
|
6987
|
+
|
|
7863
6988
|
/**
|
|
6989
|
+
* Instruction to distribute projectable nodes among <ng-content> occurrences in a given template.
|
|
6990
|
+
* It takes all the selectors from the entire component's template and decides where
|
|
6991
|
+
* each projected node belongs (it re-distributes nodes among "buckets" where each "bucket" is
|
|
6992
|
+
* backed by a selector).
|
|
7864
6993
|
*
|
|
7865
|
-
*
|
|
7866
|
-
*
|
|
7867
|
-
* Used when the value passed to a property has 8 interpolated values in it:
|
|
6994
|
+
* This function requires CSS selectors to be provided in 2 forms: parsed (by a compiler) and text,
|
|
6995
|
+
* un-parsed form.
|
|
7868
6996
|
*
|
|
7869
|
-
*
|
|
7870
|
-
*
|
|
7871
|
-
* key6: {{v6}}; key7: {{v7}}suffix"></div>
|
|
7872
|
-
* ```
|
|
6997
|
+
* The parsed form is needed for efficient matching of a node against a given CSS selector.
|
|
6998
|
+
* The un-parsed, textual form is needed for support of the ngProjectAs attribute.
|
|
7873
6999
|
*
|
|
7874
|
-
*
|
|
7000
|
+
* Having a CSS selector in 2 different formats is not ideal, but alternatives have even more
|
|
7001
|
+
* drawbacks:
|
|
7002
|
+
* - having only a textual form would require runtime parsing of CSS selectors;
|
|
7003
|
+
* - we can't have only a parsed as we can't re-construct textual form from it (as entered by a
|
|
7004
|
+
* template author).
|
|
7875
7005
|
*
|
|
7876
|
-
*
|
|
7877
|
-
*
|
|
7878
|
-
*
|
|
7879
|
-
*
|
|
7880
|
-
* ```
|
|
7006
|
+
* @param projectionSlots? A collection of projection slots. A projection slot can be based
|
|
7007
|
+
* on a parsed CSS selectors or set to the wildcard selector ("*") in order to match
|
|
7008
|
+
* all nodes which do not match any selector. If not specified, a single wildcard
|
|
7009
|
+
* selector projection slot will be defined.
|
|
7881
7010
|
*
|
|
7882
|
-
* @param prefix Static value used for concatenation only.
|
|
7883
|
-
* @param v0 Value checked for change.
|
|
7884
|
-
* @param i0 Static value used for concatenation only.
|
|
7885
|
-
* @param v1 Value checked for change.
|
|
7886
|
-
* @param i1 Static value used for concatenation only.
|
|
7887
|
-
* @param v2 Value checked for change.
|
|
7888
|
-
* @param i2 Static value used for concatenation only.
|
|
7889
|
-
* @param v3 Value checked for change.
|
|
7890
|
-
* @param i3 Static value used for concatenation only.
|
|
7891
|
-
* @param v4 Value checked for change.
|
|
7892
|
-
* @param i4 Static value used for concatenation only.
|
|
7893
|
-
* @param v5 Value checked for change.
|
|
7894
|
-
* @param i5 Static value used for concatenation only.
|
|
7895
|
-
* @param v6 Value checked for change.
|
|
7896
|
-
* @param i6 Static value used for concatenation only.
|
|
7897
|
-
* @param v7 Value checked for change.
|
|
7898
|
-
* @param suffix Static value used for concatenation only.
|
|
7899
7011
|
* @codeGenApi
|
|
7900
7012
|
*/
|
|
7901
|
-
declare function
|
|
7013
|
+
declare function ɵɵprojectionDef(projectionSlots?: ProjectionSlots): void;
|
|
7902
7014
|
/**
|
|
7903
|
-
*
|
|
7904
|
-
*
|
|
7905
|
-
*
|
|
7906
|
-
*
|
|
7907
|
-
*
|
|
7908
|
-
*
|
|
7909
|
-
*
|
|
7910
|
-
*
|
|
7911
|
-
*
|
|
7912
|
-
*
|
|
7913
|
-
*
|
|
7015
|
+
* Inserts previously re-distributed projected nodes. This instruction must be preceded by a call
|
|
7016
|
+
* to the projectionDef instruction.
|
|
7017
|
+
*
|
|
7018
|
+
* @param nodeIndex Index of the projection node.
|
|
7019
|
+
* @param selectorIndex Index of the slot selector.
|
|
7020
|
+
* - 0 when the selector is `*` (or unspecified as this is the default value),
|
|
7021
|
+
* - 1 based index of the selector from the {@link projectionDef}
|
|
7022
|
+
* @param attrs Static attributes set on the `ng-content` node.
|
|
7023
|
+
* @param fallbackTemplateFn Template function with fallback content.
|
|
7024
|
+
* Will be rendered if the slot is empty at runtime.
|
|
7025
|
+
* @param fallbackDecls Number of declarations in the fallback template.
|
|
7026
|
+
* @param fallbackVars Number of variables in the fallback template.
|
|
7914
7027
|
*
|
|
7915
|
-
* ```ts
|
|
7916
|
-
* ɵɵstyleMapInterpolateV(
|
|
7917
|
-
* ['key: ', v0, '; key1: ', v1, '; key2: ', v2, '; key3: ', v3, '; key4: ', v4, '; key5: ', v5,
|
|
7918
|
-
* '; key6: ', v6, '; key7: ', v7, '; key8: ', v8, '; key9: ', v9, 'suffix']);
|
|
7919
|
-
* ```
|
|
7920
|
-
*.
|
|
7921
|
-
* @param values The collection of values and the strings in-between those values, beginning with
|
|
7922
|
-
* a string prefix and ending with a string suffix.
|
|
7923
|
-
* (e.g. `['prefix', value0, '; key2: ', value1, '; key2: ', value2, ..., value99, 'suffix']`)
|
|
7924
7028
|
* @codeGenApi
|
|
7925
7029
|
*/
|
|
7926
|
-
declare function
|
|
7030
|
+
declare function ɵɵprojection(nodeIndex: number, selectorIndex?: number, attrs?: TAttributes, fallbackTemplateFn?: ComponentTemplate<unknown>, fallbackDecls?: number, fallbackVars?: number): void;
|
|
7927
7031
|
|
|
7928
7032
|
/**
|
|
7033
|
+
* Update a property on a selected element.
|
|
7929
7034
|
*
|
|
7930
|
-
*
|
|
7931
|
-
*
|
|
7932
|
-
* Used when the value passed to a property has 1 interpolated value in it:
|
|
7933
|
-
*
|
|
7934
|
-
* ```html
|
|
7935
|
-
* <div style.color="prefix{{v0}}suffix"></div>
|
|
7936
|
-
* ```
|
|
7035
|
+
* Operates on the element selected by index via the {@link select} instruction.
|
|
7937
7036
|
*
|
|
7938
|
-
*
|
|
7037
|
+
* If the property name also exists as an input property on one of the element's directives,
|
|
7038
|
+
* the component property will be set instead of the element property. This check must
|
|
7039
|
+
* be conducted at runtime so child components that add new `@Inputs` don't have to be re-compiled
|
|
7939
7040
|
*
|
|
7940
|
-
*
|
|
7941
|
-
*
|
|
7942
|
-
*
|
|
7041
|
+
* @param propName Name of property. Because it is going to DOM, this is not subject to
|
|
7042
|
+
* renaming as part of minification.
|
|
7043
|
+
* @param value New value to write.
|
|
7044
|
+
* @param sanitizer An optional function used to sanitize the value.
|
|
7045
|
+
* @returns This function returns itself so that it may be chained
|
|
7046
|
+
* (e.g. `property('name', ctx.name)('title', ctx.title)`)
|
|
7943
7047
|
*
|
|
7944
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
7945
|
-
* index of the style in the style bindings array that was passed into
|
|
7946
|
-
* `styling`.
|
|
7947
|
-
* @param prefix Static value used for concatenation only.
|
|
7948
|
-
* @param v0 Value checked for change.
|
|
7949
|
-
* @param suffix Static value used for concatenation only.
|
|
7950
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
7951
|
-
* @returns itself, so that it may be chained.
|
|
7952
7048
|
* @codeGenApi
|
|
7953
7049
|
*/
|
|
7954
|
-
declare function
|
|
7050
|
+
declare function ɵɵproperty<T>(propName: string, value: T, sanitizer?: SanitizerFn | null): typeof ɵɵproperty;
|
|
7051
|
+
|
|
7955
7052
|
/**
|
|
7053
|
+
* Registers a QueryList, associated with a content query, for later refresh (part of a view
|
|
7054
|
+
* refresh).
|
|
7956
7055
|
*
|
|
7957
|
-
*
|
|
7958
|
-
*
|
|
7959
|
-
*
|
|
7960
|
-
*
|
|
7961
|
-
*
|
|
7962
|
-
* <div style.color="prefix{{v0}}-{{v1}}suffix"></div>
|
|
7963
|
-
* ```
|
|
7964
|
-
*
|
|
7965
|
-
* Its compiled representation is:
|
|
7966
|
-
*
|
|
7967
|
-
* ```ts
|
|
7968
|
-
* ɵɵstylePropInterpolate2(0, 'prefix', v0, '-', v1, 'suffix');
|
|
7969
|
-
* ```
|
|
7056
|
+
* @param directiveIndex Current directive index
|
|
7057
|
+
* @param predicate The type for which the query will search
|
|
7058
|
+
* @param flags Flags associated with the query
|
|
7059
|
+
* @param read What to save in the query
|
|
7060
|
+
* @returns QueryList<T>
|
|
7970
7061
|
*
|
|
7971
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
7972
|
-
* index of the style in the style bindings array that was passed into
|
|
7973
|
-
* `styling`.
|
|
7974
|
-
* @param prefix Static value used for concatenation only.
|
|
7975
|
-
* @param v0 Value checked for change.
|
|
7976
|
-
* @param i0 Static value used for concatenation only.
|
|
7977
|
-
* @param v1 Value checked for change.
|
|
7978
|
-
* @param suffix Static value used for concatenation only.
|
|
7979
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
7980
|
-
* @returns itself, so that it may be chained.
|
|
7981
7062
|
* @codeGenApi
|
|
7982
7063
|
*/
|
|
7983
|
-
declare function
|
|
7064
|
+
declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: ProviderToken<unknown> | string | string[], flags: QueryFlags, read?: any): void;
|
|
7984
7065
|
/**
|
|
7066
|
+
* Creates a new view query by initializing internal data structures.
|
|
7985
7067
|
*
|
|
7986
|
-
*
|
|
7987
|
-
*
|
|
7988
|
-
*
|
|
7989
|
-
*
|
|
7990
|
-
* ```html
|
|
7991
|
-
* <div style.color="prefix{{v0}}-{{v1}}-{{v2}}suffix"></div>
|
|
7992
|
-
* ```
|
|
7993
|
-
*
|
|
7994
|
-
* Its compiled representation is:
|
|
7995
|
-
*
|
|
7996
|
-
* ```ts
|
|
7997
|
-
* ɵɵstylePropInterpolate3(0, 'prefix', v0, '-', v1, '-', v2, 'suffix');
|
|
7998
|
-
* ```
|
|
7068
|
+
* @param predicate The type for which the query will search
|
|
7069
|
+
* @param flags Flags associated with the query
|
|
7070
|
+
* @param read What to save in the query
|
|
7999
7071
|
*
|
|
8000
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8001
|
-
* index of the style in the style bindings array that was passed into
|
|
8002
|
-
* `styling`.
|
|
8003
|
-
* @param prefix Static value used for concatenation only.
|
|
8004
|
-
* @param v0 Value checked for change.
|
|
8005
|
-
* @param i0 Static value used for concatenation only.
|
|
8006
|
-
* @param v1 Value checked for change.
|
|
8007
|
-
* @param i1 Static value used for concatenation only.
|
|
8008
|
-
* @param v2 Value checked for change.
|
|
8009
|
-
* @param suffix Static value used for concatenation only.
|
|
8010
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8011
|
-
* @returns itself, so that it may be chained.
|
|
8012
7072
|
* @codeGenApi
|
|
8013
7073
|
*/
|
|
8014
|
-
declare function
|
|
7074
|
+
declare function ɵɵviewQuery<T>(predicate: ProviderToken<unknown> | string | string[], flags: QueryFlags, read?: any): void;
|
|
8015
7075
|
/**
|
|
7076
|
+
* Refreshes a query by combining matches from all active views and removing matches from deleted
|
|
7077
|
+
* views.
|
|
8016
7078
|
*
|
|
8017
|
-
*
|
|
8018
|
-
*
|
|
8019
|
-
* Used when the value passed to a property has 4 interpolated values in it:
|
|
8020
|
-
*
|
|
8021
|
-
* ```html
|
|
8022
|
-
* <div style.color="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}suffix"></div>
|
|
8023
|
-
* ```
|
|
8024
|
-
*
|
|
8025
|
-
* Its compiled representation is:
|
|
8026
|
-
*
|
|
8027
|
-
* ```ts
|
|
8028
|
-
* ɵɵstylePropInterpolate4(0, 'prefix', v0, '-', v1, '-', v2, '-', v3, 'suffix');
|
|
8029
|
-
* ```
|
|
7079
|
+
* @returns `true` if a query got dirty during change detection or if this is a static query
|
|
7080
|
+
* resolving in creation mode, `false` otherwise.
|
|
8030
7081
|
*
|
|
8031
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8032
|
-
* index of the style in the style bindings array that was passed into
|
|
8033
|
-
* `styling`.
|
|
8034
|
-
* @param prefix Static value used for concatenation only.
|
|
8035
|
-
* @param v0 Value checked for change.
|
|
8036
|
-
* @param i0 Static value used for concatenation only.
|
|
8037
|
-
* @param v1 Value checked for change.
|
|
8038
|
-
* @param i1 Static value used for concatenation only.
|
|
8039
|
-
* @param v2 Value checked for change.
|
|
8040
|
-
* @param i2 Static value used for concatenation only.
|
|
8041
|
-
* @param v3 Value checked for change.
|
|
8042
|
-
* @param suffix Static value used for concatenation only.
|
|
8043
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8044
|
-
* @returns itself, so that it may be chained.
|
|
8045
7082
|
* @codeGenApi
|
|
8046
7083
|
*/
|
|
8047
|
-
declare function
|
|
7084
|
+
declare function ɵɵqueryRefresh(queryList: QueryList<any>): boolean;
|
|
8048
7085
|
/**
|
|
7086
|
+
* Loads a QueryList corresponding to the current view or content query.
|
|
8049
7087
|
*
|
|
8050
|
-
* Update an interpolated style property on an element with 5 bound values surrounded by text.
|
|
8051
|
-
*
|
|
8052
|
-
* Used when the value passed to a property has 5 interpolated values in it:
|
|
8053
|
-
*
|
|
8054
|
-
* ```html
|
|
8055
|
-
* <div style.color="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}suffix"></div>
|
|
8056
|
-
* ```
|
|
8057
|
-
*
|
|
8058
|
-
* Its compiled representation is:
|
|
8059
|
-
*
|
|
8060
|
-
* ```ts
|
|
8061
|
-
* ɵɵstylePropInterpolate5(0, 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, 'suffix');
|
|
8062
|
-
* ```
|
|
8063
|
-
*
|
|
8064
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8065
|
-
* index of the style in the style bindings array that was passed into
|
|
8066
|
-
* `styling`.
|
|
8067
|
-
* @param prefix Static value used for concatenation only.
|
|
8068
|
-
* @param v0 Value checked for change.
|
|
8069
|
-
* @param i0 Static value used for concatenation only.
|
|
8070
|
-
* @param v1 Value checked for change.
|
|
8071
|
-
* @param i1 Static value used for concatenation only.
|
|
8072
|
-
* @param v2 Value checked for change.
|
|
8073
|
-
* @param i2 Static value used for concatenation only.
|
|
8074
|
-
* @param v3 Value checked for change.
|
|
8075
|
-
* @param i3 Static value used for concatenation only.
|
|
8076
|
-
* @param v4 Value checked for change.
|
|
8077
|
-
* @param suffix Static value used for concatenation only.
|
|
8078
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8079
|
-
* @returns itself, so that it may be chained.
|
|
8080
7088
|
* @codeGenApi
|
|
8081
7089
|
*/
|
|
8082
|
-
declare function
|
|
7090
|
+
declare function ɵɵloadQuery<T>(): QueryList<T>;
|
|
7091
|
+
|
|
8083
7092
|
/**
|
|
7093
|
+
* Creates a new content query and binds it to a signal created by an authoring function.
|
|
8084
7094
|
*
|
|
8085
|
-
*
|
|
8086
|
-
*
|
|
8087
|
-
*
|
|
8088
|
-
*
|
|
8089
|
-
*
|
|
8090
|
-
* <div style.color="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}suffix"></div>
|
|
8091
|
-
* ```
|
|
8092
|
-
*
|
|
8093
|
-
* Its compiled representation is:
|
|
8094
|
-
*
|
|
8095
|
-
* ```ts
|
|
8096
|
-
* ɵɵstylePropInterpolate6(0, 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, 'suffix');
|
|
8097
|
-
* ```
|
|
7095
|
+
* @param directiveIndex Current directive index
|
|
7096
|
+
* @param target The target signal to which the query should be bound
|
|
7097
|
+
* @param predicate The type for which the query will search
|
|
7098
|
+
* @param flags Flags associated with the query
|
|
7099
|
+
* @param read What to save in the query
|
|
8098
7100
|
*
|
|
8099
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8100
|
-
* index of the style in the style bindings array that was passed into
|
|
8101
|
-
* `styling`.
|
|
8102
|
-
* @param prefix Static value used for concatenation only.
|
|
8103
|
-
* @param v0 Value checked for change.
|
|
8104
|
-
* @param i0 Static value used for concatenation only.
|
|
8105
|
-
* @param v1 Value checked for change.
|
|
8106
|
-
* @param i1 Static value used for concatenation only.
|
|
8107
|
-
* @param v2 Value checked for change.
|
|
8108
|
-
* @param i2 Static value used for concatenation only.
|
|
8109
|
-
* @param v3 Value checked for change.
|
|
8110
|
-
* @param i3 Static value used for concatenation only.
|
|
8111
|
-
* @param v4 Value checked for change.
|
|
8112
|
-
* @param i4 Static value used for concatenation only.
|
|
8113
|
-
* @param v5 Value checked for change.
|
|
8114
|
-
* @param suffix Static value used for concatenation only.
|
|
8115
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8116
|
-
* @returns itself, so that it may be chained.
|
|
8117
7101
|
* @codeGenApi
|
|
8118
7102
|
*/
|
|
8119
|
-
declare function
|
|
7103
|
+
declare function ɵɵcontentQuerySignal<T>(directiveIndex: number, target: Signal<T>, predicate: ProviderToken<unknown> | string[], flags: QueryFlags, read?: any): void;
|
|
8120
7104
|
/**
|
|
7105
|
+
* Creates a new view query by initializing internal data structures and binding a new query to the
|
|
7106
|
+
* target signal.
|
|
8121
7107
|
*
|
|
8122
|
-
*
|
|
8123
|
-
*
|
|
8124
|
-
*
|
|
8125
|
-
*
|
|
8126
|
-
* ```html
|
|
8127
|
-
* <div style.color="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}suffix"></div>
|
|
8128
|
-
* ```
|
|
8129
|
-
*
|
|
8130
|
-
* Its compiled representation is:
|
|
8131
|
-
*
|
|
8132
|
-
* ```ts
|
|
8133
|
-
* ɵɵstylePropInterpolate7(
|
|
8134
|
-
* 0, 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, 'suffix');
|
|
8135
|
-
* ```
|
|
7108
|
+
* @param target The target signal to assign the query results to.
|
|
7109
|
+
* @param predicate The type or label that should match a given query
|
|
7110
|
+
* @param flags Flags associated with the query
|
|
7111
|
+
* @param read What to save in the query
|
|
8136
7112
|
*
|
|
8137
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8138
|
-
* index of the style in the style bindings array that was passed into
|
|
8139
|
-
* `styling`.
|
|
8140
|
-
* @param prefix Static value used for concatenation only.
|
|
8141
|
-
* @param v0 Value checked for change.
|
|
8142
|
-
* @param i0 Static value used for concatenation only.
|
|
8143
|
-
* @param v1 Value checked for change.
|
|
8144
|
-
* @param i1 Static value used for concatenation only.
|
|
8145
|
-
* @param v2 Value checked for change.
|
|
8146
|
-
* @param i2 Static value used for concatenation only.
|
|
8147
|
-
* @param v3 Value checked for change.
|
|
8148
|
-
* @param i3 Static value used for concatenation only.
|
|
8149
|
-
* @param v4 Value checked for change.
|
|
8150
|
-
* @param i4 Static value used for concatenation only.
|
|
8151
|
-
* @param v5 Value checked for change.
|
|
8152
|
-
* @param i5 Static value used for concatenation only.
|
|
8153
|
-
* @param v6 Value checked for change.
|
|
8154
|
-
* @param suffix Static value used for concatenation only.
|
|
8155
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8156
|
-
* @returns itself, so that it may be chained.
|
|
8157
7113
|
* @codeGenApi
|
|
8158
7114
|
*/
|
|
8159
|
-
declare function
|
|
7115
|
+
declare function ɵɵviewQuerySignal(target: Signal<unknown>, predicate: ProviderToken<unknown> | string[], flags: QueryFlags, read?: ProviderToken<unknown>): void;
|
|
8160
7116
|
/**
|
|
7117
|
+
* Advances the current query index by a specified offset.
|
|
8161
7118
|
*
|
|
8162
|
-
*
|
|
8163
|
-
*
|
|
8164
|
-
*
|
|
8165
|
-
*
|
|
8166
|
-
* ```html
|
|
8167
|
-
* <div style.color="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}-{{v7}}suffix"></div>
|
|
8168
|
-
* ```
|
|
8169
|
-
*
|
|
8170
|
-
* Its compiled representation is:
|
|
7119
|
+
* Adjusting the current query index is necessary in cases where a given directive has a mix of
|
|
7120
|
+
* zone-based and signal-based queries. The signal-based queries don't require tracking of the
|
|
7121
|
+
* current index (those are refreshed on demand and not during change detection) so this instruction
|
|
7122
|
+
* is only necessary for backward-compatibility.
|
|
8171
7123
|
*
|
|
8172
|
-
*
|
|
8173
|
-
* ɵɵstylePropInterpolate8(0, 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6,
|
|
8174
|
-
* '-', v7, 'suffix');
|
|
8175
|
-
* ```
|
|
7124
|
+
* @param index offset to apply to the current query index (defaults to 1)
|
|
8176
7125
|
*
|
|
8177
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8178
|
-
* index of the style in the style bindings array that was passed into
|
|
8179
|
-
* `styling`.
|
|
8180
|
-
* @param prefix Static value used for concatenation only.
|
|
8181
|
-
* @param v0 Value checked for change.
|
|
8182
|
-
* @param i0 Static value used for concatenation only.
|
|
8183
|
-
* @param v1 Value checked for change.
|
|
8184
|
-
* @param i1 Static value used for concatenation only.
|
|
8185
|
-
* @param v2 Value checked for change.
|
|
8186
|
-
* @param i2 Static value used for concatenation only.
|
|
8187
|
-
* @param v3 Value checked for change.
|
|
8188
|
-
* @param i3 Static value used for concatenation only.
|
|
8189
|
-
* @param v4 Value checked for change.
|
|
8190
|
-
* @param i4 Static value used for concatenation only.
|
|
8191
|
-
* @param v5 Value checked for change.
|
|
8192
|
-
* @param i5 Static value used for concatenation only.
|
|
8193
|
-
* @param v6 Value checked for change.
|
|
8194
|
-
* @param i6 Static value used for concatenation only.
|
|
8195
|
-
* @param v7 Value checked for change.
|
|
8196
|
-
* @param suffix Static value used for concatenation only.
|
|
8197
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8198
|
-
* @returns itself, so that it may be chained.
|
|
8199
7126
|
* @codeGenApi
|
|
8200
7127
|
*/
|
|
8201
|
-
declare function
|
|
7128
|
+
declare function ɵɵqueryAdvance(indexOffset?: number): void;
|
|
7129
|
+
|
|
8202
7130
|
/**
|
|
8203
|
-
*
|
|
8204
|
-
* text.
|
|
8205
|
-
*
|
|
8206
|
-
* Used when the number of interpolated values exceeds 8.
|
|
8207
|
-
*
|
|
8208
|
-
* ```html
|
|
8209
|
-
* <div
|
|
8210
|
-
* style.color="prefix{{v0}}-{{v1}}-{{v2}}-{{v3}}-{{v4}}-{{v5}}-{{v6}}-{{v7}}-{{v8}}-{{v9}}suffix">
|
|
8211
|
-
* </div>
|
|
8212
|
-
* ```
|
|
7131
|
+
* Retrieves a local reference from the current contextViewData.
|
|
8213
7132
|
*
|
|
8214
|
-
*
|
|
7133
|
+
* If the reference to retrieve is in a parent view, this instruction is used in conjunction
|
|
7134
|
+
* with a nextContext() call, which walks up the tree and updates the contextViewData instance.
|
|
8215
7135
|
*
|
|
8216
|
-
*
|
|
8217
|
-
* ɵɵstylePropInterpolateV(
|
|
8218
|
-
* 0, ['prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, '-', v9,
|
|
8219
|
-
* 'suffix']);
|
|
8220
|
-
* ```
|
|
7136
|
+
* @param index The index of the local ref in contextViewData.
|
|
8221
7137
|
*
|
|
8222
|
-
* @param styleIndex Index of style to update. This index value refers to the
|
|
8223
|
-
* index of the style in the style bindings array that was passed into
|
|
8224
|
-
* `styling`..
|
|
8225
|
-
* @param values The collection of values and the strings in-between those values, beginning with
|
|
8226
|
-
* a string prefix and ending with a string suffix.
|
|
8227
|
-
* (e.g. `['prefix', value0, '-', value1, '-', value2, ..., value99, 'suffix']`)
|
|
8228
|
-
* @param valueSuffix Optional suffix. Used with scalar values to add unit such as `px`.
|
|
8229
|
-
* @returns itself, so that it may be chained.
|
|
8230
7138
|
* @codeGenApi
|
|
8231
7139
|
*/
|
|
8232
|
-
declare function
|
|
7140
|
+
declare function ɵɵreference<T>(index: number): T;
|
|
8233
7141
|
|
|
8234
7142
|
/**
|
|
8235
7143
|
* Update a style binding on an element with the provided value.
|
|
@@ -9150,15 +8058,6 @@ declare function ɵɵreplaceMetadata(type: Type$1<unknown>, applyMetadata: (...a
|
|
|
9150
8058
|
/** Store a value in the `data` at a given `index`. */
|
|
9151
8059
|
declare function store<T>(tView: TView, lView: LView, index: number, value: T): void;
|
|
9152
8060
|
|
|
9153
|
-
/**
|
|
9154
|
-
* Tell ivy what the `document` is for this platform.
|
|
9155
|
-
*
|
|
9156
|
-
* It is only necessary to call this if the current platform is not a browser.
|
|
9157
|
-
*
|
|
9158
|
-
* @param document The object representing the global `document` in this environment.
|
|
9159
|
-
*/
|
|
9160
|
-
declare function setDocument(document: Document | undefined): void;
|
|
9161
|
-
|
|
9162
8061
|
type Type = Function;
|
|
9163
8062
|
type OpaqueValue = unknown;
|
|
9164
8063
|
declare enum FactoryTarget {
|
|
@@ -10211,16 +9110,6 @@ interface ComponentMirror<C> {
|
|
|
10211
9110
|
*/
|
|
10212
9111
|
declare function reflectComponentType<C>(component: Type$1<C>): ComponentMirror<C> | null;
|
|
10213
9112
|
|
|
10214
|
-
/**
|
|
10215
|
-
* Checks whether a given Component, Directive or Pipe is marked as standalone.
|
|
10216
|
-
* This will return false if passed anything other than a Component, Directive, or Pipe class
|
|
10217
|
-
* See [this guide](guide/components/importing) for additional information:
|
|
10218
|
-
*
|
|
10219
|
-
* @param type A reference to a Component, Directive or Pipe.
|
|
10220
|
-
* @publicApi
|
|
10221
|
-
*/
|
|
10222
|
-
declare function isStandalone(type: Type$1<unknown>): boolean;
|
|
10223
|
-
|
|
10224
9113
|
/**
|
|
10225
9114
|
* Set of config options available during the application bootstrap operation.
|
|
10226
9115
|
*
|
|
@@ -10315,5 +9204,5 @@ declare const DOCUMENT: InjectionToken<Document>;
|
|
|
10315
9204
|
*/
|
|
10316
9205
|
declare function provideNgReflectAttributes(): EnvironmentProviders;
|
|
10317
9206
|
|
|
10318
|
-
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, NotificationSource as ɵNotificationSource, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomProperty, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9207
|
+
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, NotificationSource as ɵNotificationSource, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomProperty, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
10319
9208
|
export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, NgModuleDef as ɵNgModuleDef, NgModuleTransitiveScopes as ɵNgModuleTransitiveScopes, NgModuleType as ɵNgModuleType, Profiler as ɵProfiler, ProviderRecord as ɵProviderRecord, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue, ɵUnwrapDirectiveSignalInputs, WizComponentDebugMetadata as ɵWizComponentDebugMetadata };
|