@angular/core 21.1.0-next.4 → 21.1.0-rc.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/LICENSE +1 -1
- package/fesm2022/_attribute-chunk.mjs +2 -2
- package/fesm2022/_debug_node-chunk.mjs +127 -95
- package/fesm2022/_debug_node-chunk.mjs.map +1 -1
- package/fesm2022/_effect-chunk.mjs +4 -4
- package/fesm2022/_effect-chunk.mjs.map +1 -1
- package/fesm2022/_linked_signal-chunk.mjs +3 -3
- package/fesm2022/_linked_signal-chunk.mjs.map +1 -1
- package/fesm2022/_not_found-chunk.mjs +2 -2
- package/fesm2022/_resource-chunk.mjs +2 -2
- package/fesm2022/_untracked-chunk.mjs +11 -4
- package/fesm2022/_untracked-chunk.mjs.map +1 -1
- package/fesm2022/_weak_ref-chunk.mjs +2 -2
- package/fesm2022/core.mjs +606 -547
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives-di.mjs +2 -2
- package/fesm2022/primitives-event-dispatch.mjs +2 -2
- package/fesm2022/primitives-signals.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/testing.mjs +9 -7
- package/fesm2022/testing.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
- package/schematics/bundles/application-config-core.cjs +6 -6
- package/schematics/bundles/{apply_import_manager-1Zs_gpB6.cjs → apply_import_manager-CxA_YYgB.cjs} +3 -3
- package/schematics/bundles/bootstrap-options-migration.cjs +8 -8
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/common-to-standalone-migration.cjs +9 -9
- package/schematics/bundles/{compiler_host-DBwYMlTo.cjs → compiler_host-CY14HvaP.cjs} +2 -2
- package/schematics/bundles/control-flow-migration.cjs +5 -5
- package/schematics/bundles/{imports-DP72APSx.cjs → imports-CVmcbVA9.cjs} +2 -2
- package/schematics/bundles/{index-B7I9sIUx.cjs → index-BtLcQH8g.cjs} +6 -5
- package/schematics/bundles/inject-migration.cjs +8 -8
- package/schematics/bundles/{leading_space-D9nQ8UQC.cjs → leading_space-BTPRV0wu.cjs} +2 -2
- package/schematics/bundles/{migrate_ts_type_references-UGIUl7En.cjs → migrate_ts_type_references-CV7qdt5t.cjs} +5 -5
- package/schematics/bundles/{ng_component_template-Dsuq1Lw7.cjs → ng_component_template-BOuKAnQd.cjs} +4 -4
- package/schematics/bundles/{ng_decorators-DSFlWYQY.cjs → ng_decorators-DYy6II6x.cjs} +3 -3
- package/schematics/bundles/ngclass-to-class-migration.cjs +10 -10
- package/schematics/bundles/ngstyle-to-style-migration.cjs +10 -10
- package/schematics/bundles/{nodes-B16H9JUd.cjs → nodes-ZSQ7WZRB.cjs} +2 -2
- package/schematics/bundles/output-migration.cjs +6 -6
- package/schematics/bundles/{parse_html-8VLCL37B.cjs → parse_html-C8eKA9px.cjs} +2 -2
- package/schematics/bundles/{project_paths-DvD50ouC.cjs → project_paths-D2V-Uh2L.cjs} +3 -3
- package/schematics/bundles/{project_tsconfig_paths-CDVxT6Ov.cjs → project_tsconfig_paths-DkkMibv-.cjs} +2 -2
- package/schematics/bundles/{property_name-BBwFuqMe.cjs → property_name-BCpALNpZ.cjs} +2 -2
- package/schematics/bundles/route-lazy-loading.cjs +5 -5
- package/schematics/bundles/router-current-navigation.cjs +6 -6
- package/schematics/bundles/router-last-successful-navigation.cjs +6 -6
- package/schematics/bundles/router-testing-module-migration.cjs +5 -5
- package/schematics/bundles/self-closing-tags-migration.cjs +9 -9
- 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 +8 -8
- package/schematics/bundles/{symbol-BObKoqes.cjs → symbol-DZeHSR-V.cjs} +2 -2
- package/types/_api-chunk.d.ts +2 -2
- package/types/_chrome_dev_tools_performance-chunk.d.ts +2 -2
- package/types/_discovery-chunk.d.ts +8 -6
- package/types/_effect-chunk.d.ts +2 -2
- package/types/_event_dispatcher-chunk.d.ts +2 -2
- package/types/_formatter-chunk.d.ts +2 -2
- package/types/_weak_ref-chunk.d.ts +2 -2
- package/types/core.d.ts +66 -27
- package/types/primitives-di.d.ts +2 -2
- package/types/primitives-event-dispatch.d.ts +2 -2
- package/types/primitives-signals.d.ts +2 -2
- package/types/rxjs-interop.d.ts +2 -2
- package/types/testing.d.ts +9 -9
package/types/core.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0-
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0-rc.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -965,6 +965,7 @@ interface ContentChildrenDecorator {
|
|
|
965
965
|
* {@example core/di/ts/contentChildren/content_children_example.ts region='Component'}
|
|
966
966
|
*
|
|
967
967
|
* @Annotation
|
|
968
|
+
* @see [Content queries](guide/components/queries#decorator-content-queries)
|
|
968
969
|
*/
|
|
969
970
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
970
971
|
descendants?: boolean;
|
|
@@ -1057,6 +1058,7 @@ interface ContentChildDecorator {
|
|
|
1057
1058
|
* {@example core/di/ts/contentChild/content_child_example.ts region='Component'}
|
|
1058
1059
|
*
|
|
1059
1060
|
* @Annotation
|
|
1061
|
+
* @see [Content queries](guide/components/queries#decorator-content-queries)
|
|
1060
1062
|
*/
|
|
1061
1063
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
1062
1064
|
descendants?: boolean;
|
|
@@ -1142,6 +1144,7 @@ interface ViewChildrenDecorator {
|
|
|
1142
1144
|
* {@example core/di/ts/viewChildren/view_children_example.ts region='Component'}
|
|
1143
1145
|
*
|
|
1144
1146
|
* @Annotation
|
|
1147
|
+
* @see [View queries](guide/components/queries#decorator-view-queries)
|
|
1145
1148
|
*/
|
|
1146
1149
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
1147
1150
|
read?: any;
|
|
@@ -1225,6 +1228,7 @@ interface ViewChildDecorator {
|
|
|
1225
1228
|
* {@example core/di/ts/viewChild/view_child_howto.ts region='HowTo'}
|
|
1226
1229
|
*
|
|
1227
1230
|
* @Annotation
|
|
1231
|
+
* @see [View queries](guide/components/queries#decorator-view-queries)
|
|
1228
1232
|
*/
|
|
1229
1233
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
1230
1234
|
read?: any;
|
|
@@ -3516,6 +3520,8 @@ declare function getNgModuleById<T>(id: string): Type$1<T>;
|
|
|
3516
3520
|
*
|
|
3517
3521
|
* @see {@link ViewContainerRef}
|
|
3518
3522
|
*
|
|
3523
|
+
* @see [Getting a reference to a template fragment](guide/templates/ng-template#getting-a-reference-to-a-template-fragment)
|
|
3524
|
+
*
|
|
3519
3525
|
* @publicApi
|
|
3520
3526
|
*/
|
|
3521
3527
|
declare class TemplateRef<C> {
|
|
@@ -3587,6 +3593,7 @@ declare class TemplateRef<C> {
|
|
|
3587
3593
|
*
|
|
3588
3594
|
* @see {@link ComponentRef}
|
|
3589
3595
|
* @see {@link EmbeddedViewRef}
|
|
3596
|
+
* @see [Using ViewContainerRef](guide/components/programmatic-rendering#using-viewcontainerref)
|
|
3590
3597
|
*
|
|
3591
3598
|
* @publicApi
|
|
3592
3599
|
*/
|
|
@@ -4134,6 +4141,33 @@ declare const IMAGE_CONFIG_DEFAULTS: ImageConfig;
|
|
|
4134
4141
|
*/
|
|
4135
4142
|
declare const IMAGE_CONFIG: InjectionToken<ImageConfig>;
|
|
4136
4143
|
|
|
4144
|
+
/**
|
|
4145
|
+
* Provides an application initializer that will log information about what tasks are keeping
|
|
4146
|
+
* the application from stabilizing if the application does not stabilize within 9 seconds.
|
|
4147
|
+
*
|
|
4148
|
+
* The logged information includes the stack of the tasks preventing stability. This stack can be traced
|
|
4149
|
+
* back to the source in the application code.
|
|
4150
|
+
*
|
|
4151
|
+
* If you are using Zone.js, it is recommended that you also temporarily import "zone.js/plugins/task-tracking".
|
|
4152
|
+
* This Zone.js plugin provides additional information about which macrotasks are scheduled in the Angular Zone
|
|
4153
|
+
* and keeping the Zone from stabilizing.
|
|
4154
|
+
*
|
|
4155
|
+
* @usageNotes
|
|
4156
|
+
*
|
|
4157
|
+
* ```ts
|
|
4158
|
+
* import 'zone.js/plugins/task-tracking';
|
|
4159
|
+
*
|
|
4160
|
+
* bootstrapApplication(AppComponent, {providers: [provideStabilityDebugging()]});
|
|
4161
|
+
* ```
|
|
4162
|
+
*
|
|
4163
|
+
* IMPORTANT: Neither the zone.js task tracking plugin nor this utility are removed from production bundles.
|
|
4164
|
+
* They are intended for temporary use while debugging stability issues during development, including for
|
|
4165
|
+
* optimized production builds.
|
|
4166
|
+
*
|
|
4167
|
+
* @publicApi 21.1
|
|
4168
|
+
*/
|
|
4169
|
+
declare function provideStabilityDebugging(): EnvironmentProviders;
|
|
4170
|
+
|
|
4137
4171
|
/**
|
|
4138
4172
|
* A DI token that you can use to provide
|
|
4139
4173
|
* one or more initialization functions.
|
|
@@ -4500,6 +4534,7 @@ declare const platformCore: (extraProviders?: StaticProvider[] | undefined) => P
|
|
|
4500
4534
|
* ```
|
|
4501
4535
|
*
|
|
4502
4536
|
* @publicApi
|
|
4537
|
+
* @see [Import global variants of the locale data](guide/i18n/import-global-variants)
|
|
4503
4538
|
*/
|
|
4504
4539
|
declare const LOCALE_ID: InjectionToken<string>;
|
|
4505
4540
|
/**
|
|
@@ -4896,6 +4931,10 @@ declare const enum RuntimeErrorCode {
|
|
|
4896
4931
|
NO_COMPONENT_FACTORY_FOUND = 917,
|
|
4897
4932
|
EXTERNAL_RESOURCE_LOADING_FAILED = 918,
|
|
4898
4933
|
DEF_TYPE_UNDEFINED = -919,
|
|
4934
|
+
NG_MODULE_ID_NOT_FOUND = 920,
|
|
4935
|
+
DUPLICATE_NG_MODULE_ID = 921,
|
|
4936
|
+
VIEW_DESTROYED_INSERT_ERROR = 922,
|
|
4937
|
+
VIEW_DESTROYED_MOVE_ERROR = 923,
|
|
4899
4938
|
REQUIRED_INPUT_NO_VALUE = -950,
|
|
4900
4939
|
REQUIRED_QUERY_NO_VALUE = -951,
|
|
4901
4940
|
REQUIRED_MODEL_NO_VALUE = 952,
|
|
@@ -5100,6 +5139,14 @@ declare function withEventReplay(): Provider[];
|
|
|
5100
5139
|
* during hydration is enabled.
|
|
5101
5140
|
*/
|
|
5102
5141
|
declare const IS_HYDRATION_DOM_REUSE_ENABLED: InjectionToken<boolean>;
|
|
5142
|
+
/**
|
|
5143
|
+
* A type of the queue that stores events occurring during the hydration process.
|
|
5144
|
+
*/
|
|
5145
|
+
type EventReplayQueue = {
|
|
5146
|
+
event: Event;
|
|
5147
|
+
currentTarget: Element;
|
|
5148
|
+
}[];
|
|
5149
|
+
declare const EVENT_REPLAY_QUEUE: InjectionToken<EventReplayQueue>;
|
|
5103
5150
|
/**
|
|
5104
5151
|
* Internal token that indicates whether incremental hydration support
|
|
5105
5152
|
* is enabled.
|
|
@@ -5127,7 +5174,7 @@ declare function registerLocaleData(data: any, localeId?: string | any, extraDat
|
|
|
5127
5174
|
*
|
|
5128
5175
|
* @param locale The locale code.
|
|
5129
5176
|
* @returns The locale data.
|
|
5130
|
-
* @see [Internationalization (i18n) Guide](
|
|
5177
|
+
* @see [Internationalization (i18n) Guide](guide/i18n)
|
|
5131
5178
|
*/
|
|
5132
5179
|
declare function findLocaleData(locale: string): any;
|
|
5133
5180
|
/**
|
|
@@ -5249,6 +5296,7 @@ declare class PendingTasksInternal implements OnDestroy {
|
|
|
5249
5296
|
private pendingTasks;
|
|
5250
5297
|
private destroyed;
|
|
5251
5298
|
private pendingTask;
|
|
5299
|
+
private debugTaskTracker;
|
|
5252
5300
|
get hasPendingTasks(): boolean;
|
|
5253
5301
|
/**
|
|
5254
5302
|
* In case the service is about to be destroyed, return a self-completing observable.
|
|
@@ -5578,7 +5626,7 @@ declare const PERFORMANCE_MARK_PREFIX = "\uD83C\uDD70\uFE0F";
|
|
|
5578
5626
|
* Function that will start measuring against the performance API
|
|
5579
5627
|
* Should be used in pair with stopMeasuring
|
|
5580
5628
|
*/
|
|
5581
|
-
declare function startMeasuring
|
|
5629
|
+
declare function startMeasuring(label: string): void;
|
|
5582
5630
|
/**
|
|
5583
5631
|
* Function that will stop measuring against the performance API
|
|
5584
5632
|
* Should be used in pair with startMeasuring
|
|
@@ -5756,7 +5804,7 @@ declare class DehydratedBlockRegistry {
|
|
|
5756
5804
|
* to avoid calling `setTimeout` for each defer block (e.g. if defer blocks
|
|
5757
5805
|
* are created inside a for loop).
|
|
5758
5806
|
*/
|
|
5759
|
-
declare class TimerScheduler {
|
|
5807
|
+
declare class TimerScheduler implements OnDestroy {
|
|
5760
5808
|
executingCallbacks: boolean;
|
|
5761
5809
|
timeoutId: number | null;
|
|
5762
5810
|
invokeTimerAt: number | null;
|
|
@@ -5779,7 +5827,8 @@ declare class TimerScheduler {
|
|
|
5779
5827
|
*/
|
|
5780
5828
|
declare function ɵassertType<T>(value: unknown): asserts value is T;
|
|
5781
5829
|
|
|
5782
|
-
|
|
5830
|
+
/** Tracks the IDs of LViews with leaving animations. */
|
|
5831
|
+
declare const allLeavingAnimations: Set<number>;
|
|
5783
5832
|
|
|
5784
5833
|
declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
|
|
5785
5834
|
|
|
@@ -6665,7 +6714,7 @@ declare function ɵɵcontrolCreate(): void;
|
|
|
6665
6714
|
*
|
|
6666
6715
|
* @codeGenApi
|
|
6667
6716
|
*/
|
|
6668
|
-
declare function ɵɵcontrol<T>(value: T, sanitizer?: SanitizerFn | null): void;
|
|
6717
|
+
declare function ɵɵcontrol<T>(value: T, name: string, sanitizer?: SanitizerFn | null): void;
|
|
6669
6718
|
/**
|
|
6670
6719
|
* Calls {@link updateControl} with the current `LView` and selected `TNode`.
|
|
6671
6720
|
*
|
|
@@ -8111,12 +8160,11 @@ declare function ɵɵpipeBindV(index: number, slotOffset: number, values: [any,
|
|
|
8111
8160
|
*
|
|
8112
8161
|
* @param slotOffset the offset from binding root to the reserved slot
|
|
8113
8162
|
* @param pureFn Function that returns a value
|
|
8114
|
-
* @param thisArg Optional calling context of pureFn
|
|
8115
8163
|
* @returns value
|
|
8116
8164
|
*
|
|
8117
8165
|
* @codeGenApi
|
|
8118
8166
|
*/
|
|
8119
|
-
declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T
|
|
8167
|
+
declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T): T;
|
|
8120
8168
|
/**
|
|
8121
8169
|
* If the value of the provided exp has changed, calls the pure function to return
|
|
8122
8170
|
* an updated value. Or if the value has not changed, returns cached value.
|
|
@@ -8124,12 +8172,11 @@ declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T, thisA
|
|
|
8124
8172
|
* @param slotOffset the offset from binding root to the reserved slot
|
|
8125
8173
|
* @param pureFn Function that returns an updated value
|
|
8126
8174
|
* @param exp Updated expression value
|
|
8127
|
-
* @param thisArg Optional calling context of pureFn
|
|
8128
8175
|
* @returns Updated or cached value
|
|
8129
8176
|
*
|
|
8130
8177
|
* @codeGenApi
|
|
8131
8178
|
*/
|
|
8132
|
-
declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any
|
|
8179
|
+
declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any): any;
|
|
8133
8180
|
/**
|
|
8134
8181
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8135
8182
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8138,12 +8185,11 @@ declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any,
|
|
|
8138
8185
|
* @param pureFn
|
|
8139
8186
|
* @param exp1
|
|
8140
8187
|
* @param exp2
|
|
8141
|
-
* @param thisArg Optional calling context of pureFn
|
|
8142
8188
|
* @returns Updated or cached value
|
|
8143
8189
|
*
|
|
8144
8190
|
* @codeGenApi
|
|
8145
8191
|
*/
|
|
8146
|
-
declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any
|
|
8192
|
+
declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any): any;
|
|
8147
8193
|
/**
|
|
8148
8194
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8149
8195
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8153,12 +8199,11 @@ declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8153
8199
|
* @param exp1
|
|
8154
8200
|
* @param exp2
|
|
8155
8201
|
* @param exp3
|
|
8156
|
-
* @param thisArg Optional calling context of pureFn
|
|
8157
8202
|
* @returns Updated or cached value
|
|
8158
8203
|
*
|
|
8159
8204
|
* @codeGenApi
|
|
8160
8205
|
*/
|
|
8161
|
-
declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any
|
|
8206
|
+
declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any): any;
|
|
8162
8207
|
/**
|
|
8163
8208
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8164
8209
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8169,7 +8214,6 @@ declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8169
8214
|
* @param exp2
|
|
8170
8215
|
* @param exp3
|
|
8171
8216
|
* @param exp4
|
|
8172
|
-
* @param thisArg Optional calling context of pureFn
|
|
8173
8217
|
* @returns Updated or cached value
|
|
8174
8218
|
*
|
|
8175
8219
|
* @codeGenApi
|
|
@@ -8186,12 +8230,11 @@ declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8186
8230
|
* @param exp3
|
|
8187
8231
|
* @param exp4
|
|
8188
8232
|
* @param exp5
|
|
8189
|
-
* @param thisArg Optional calling context of pureFn
|
|
8190
8233
|
* @returns Updated or cached value
|
|
8191
8234
|
*
|
|
8192
8235
|
* @codeGenApi
|
|
8193
8236
|
*/
|
|
8194
|
-
declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any
|
|
8237
|
+
declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any): any;
|
|
8195
8238
|
/**
|
|
8196
8239
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8197
8240
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8204,12 +8247,11 @@ declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8204
8247
|
* @param exp4
|
|
8205
8248
|
* @param exp5
|
|
8206
8249
|
* @param exp6
|
|
8207
|
-
* @param thisArg Optional calling context of pureFn
|
|
8208
8250
|
* @returns Updated or cached value
|
|
8209
8251
|
*
|
|
8210
8252
|
* @codeGenApi
|
|
8211
8253
|
*/
|
|
8212
|
-
declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any
|
|
8254
|
+
declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any): any;
|
|
8213
8255
|
/**
|
|
8214
8256
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8215
8257
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8223,12 +8265,11 @@ declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8223
8265
|
* @param exp5
|
|
8224
8266
|
* @param exp6
|
|
8225
8267
|
* @param exp7
|
|
8226
|
-
* @param thisArg Optional calling context of pureFn
|
|
8227
8268
|
* @returns Updated or cached value
|
|
8228
8269
|
*
|
|
8229
8270
|
* @codeGenApi
|
|
8230
8271
|
*/
|
|
8231
|
-
declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any
|
|
8272
|
+
declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any): any;
|
|
8232
8273
|
/**
|
|
8233
8274
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8234
8275
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8243,12 +8284,11 @@ declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8243
8284
|
* @param exp6
|
|
8244
8285
|
* @param exp7
|
|
8245
8286
|
* @param exp8
|
|
8246
|
-
* @param thisArg Optional calling context of pureFn
|
|
8247
8287
|
* @returns Updated or cached value
|
|
8248
8288
|
*
|
|
8249
8289
|
* @codeGenApi
|
|
8250
8290
|
*/
|
|
8251
|
-
declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any, v8: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, exp8: any
|
|
8291
|
+
declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any, v8: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, exp8: any): any;
|
|
8252
8292
|
/**
|
|
8253
8293
|
* pureFunction instruction that can support any number of bindings.
|
|
8254
8294
|
*
|
|
@@ -8259,12 +8299,11 @@ declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8259
8299
|
* @param pureFn A pure function that takes binding values and builds an object or array
|
|
8260
8300
|
* containing those values.
|
|
8261
8301
|
* @param exps An array of binding values
|
|
8262
|
-
* @param thisArg Optional calling context of pureFn
|
|
8263
8302
|
* @returns Updated or cached value
|
|
8264
8303
|
*
|
|
8265
8304
|
* @codeGenApi
|
|
8266
8305
|
*/
|
|
8267
|
-
declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]
|
|
8306
|
+
declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]): any;
|
|
8268
8307
|
|
|
8269
8308
|
/**
|
|
8270
8309
|
*
|
|
@@ -9523,5 +9562,5 @@ declare const DOCUMENT: InjectionToken<Document>;
|
|
|
9523
9562
|
*/
|
|
9524
9563
|
declare function provideNgReflectAttributes(): EnvironmentProviders;
|
|
9525
9564
|
|
|
9526
|
-
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, 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, 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, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, 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_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, 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, 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, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, 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, ɵcontrolUpdate, 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, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, 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, promiseWithResolvers as ɵpromiseWithResolvers, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, 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, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵ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, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵ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, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9565
|
+
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, 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, 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, provideStabilityDebugging, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, 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, EVENT_REPLAY_QUEUE as ɵEVENT_REPLAY_QUEUE, 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_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, 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, 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, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, 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, ɵcontrolUpdate, 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, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, 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, promiseWithResolvers as ɵpromiseWithResolvers, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, 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, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵ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, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵ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, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9527
9566
|
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, ResponseInit, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, ɵControl, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, ɵInteropControl, 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 };
|
package/types/primitives-di.d.ts
CHANGED
package/types/rxjs-interop.d.ts
CHANGED
package/types/testing.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0-
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0-rc.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -147,7 +147,7 @@ declare class ComponentFixture<T> {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
|
-
* IMPORTANT: This API requires Zone.js
|
|
150
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
151
151
|
*
|
|
152
152
|
* Clears out the shared fake async zone for a test.
|
|
153
153
|
* To be called in a global `beforeEach`.
|
|
@@ -156,7 +156,7 @@ declare class ComponentFixture<T> {
|
|
|
156
156
|
*/
|
|
157
157
|
declare function resetFakeAsyncZone(): void;
|
|
158
158
|
/**
|
|
159
|
-
* IMPORTANT: This API requires Zone.js
|
|
159
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
160
160
|
*
|
|
161
161
|
* Wraps a function to be executed in the `fakeAsync` zone:
|
|
162
162
|
* - Microtasks are manually executed by calling `flushMicrotasks()`.
|
|
@@ -185,7 +185,7 @@ declare function fakeAsync(fn: Function, options?: {
|
|
|
185
185
|
flush?: boolean;
|
|
186
186
|
}): (...args: any[]) => any;
|
|
187
187
|
/**
|
|
188
|
-
* IMPORTANT: This API requires Zone.js
|
|
188
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
189
189
|
*
|
|
190
190
|
* Simulates the asynchronous passage of time for the timers in the `fakeAsync` zone.
|
|
191
191
|
*
|
|
@@ -254,7 +254,7 @@ declare function tick(millis?: number, tickOptions?: {
|
|
|
254
254
|
processNewMacroTasksSynchronously: boolean;
|
|
255
255
|
}): void;
|
|
256
256
|
/**
|
|
257
|
-
* IMPORTANT: This API requires Zone.js
|
|
257
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
258
258
|
*
|
|
259
259
|
* Flushes any pending microtasks and simulates the asynchronous passage of time for the timers in
|
|
260
260
|
* the `fakeAsync` zone by
|
|
@@ -268,7 +268,7 @@ declare function tick(millis?: number, tickOptions?: {
|
|
|
268
268
|
*/
|
|
269
269
|
declare function flush(maxTurns?: number): number;
|
|
270
270
|
/**
|
|
271
|
-
* IMPORTANT: This API requires Zone.js
|
|
271
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
272
272
|
*
|
|
273
273
|
* Discard all remaining periodic tasks.
|
|
274
274
|
*
|
|
@@ -276,7 +276,7 @@ declare function flush(maxTurns?: number): number;
|
|
|
276
276
|
*/
|
|
277
277
|
declare function discardPeriodicTasks(): void;
|
|
278
278
|
/**
|
|
279
|
-
* IMPORTANT: This API requires Zone.js
|
|
279
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
280
280
|
*
|
|
281
281
|
* Flush any pending microtasks.
|
|
282
282
|
*
|
|
@@ -593,7 +593,7 @@ declare class FakeNavigation implements Navigation {
|
|
|
593
593
|
* A prospective current active entry index, which includes unresolved
|
|
594
594
|
* traversals. Used by `go` to determine where navigations are intended to go.
|
|
595
595
|
*/
|
|
596
|
-
private
|
|
596
|
+
private propsectiveTraversalDestinations;
|
|
597
597
|
/**
|
|
598
598
|
* A test-only option to make traversals synchronous, rather than emulate
|
|
599
599
|
* cross-process communication.
|