@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/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2010-
|
|
3
|
+
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -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
|
|
|
@@ -2036,6 +2036,9 @@ const PRESERVE_HOST_CONTENT = new InjectionToken(typeof ngDevMode === 'undefined
|
|
|
2036
2036
|
const IS_I18N_HYDRATION_ENABLED = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'IS_I18N_HYDRATION_ENABLED' : '');
|
|
2037
2037
|
const IS_EVENT_REPLAY_ENABLED = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'IS_EVENT_REPLAY_ENABLED' : '');
|
|
2038
2038
|
const EVENT_REPLAY_ENABLED_DEFAULT = false;
|
|
2039
|
+
const EVENT_REPLAY_QUEUE = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'EVENT_REPLAY_QUEUE' : '', {
|
|
2040
|
+
factory: () => []
|
|
2041
|
+
});
|
|
2039
2042
|
const IS_INCREMENTAL_HYDRATION_ENABLED = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'IS_INCREMENTAL_HYDRATION_ENABLED' : '');
|
|
2040
2043
|
const JSACTION_BLOCK_ELEMENT_MAP = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'JSACTION_BLOCK_ELEMENT_MAP' : '', {
|
|
2041
2044
|
factory: () => new Map()
|
|
@@ -3348,11 +3351,11 @@ function ɵɵtrustConstantResourceUrl(url) {
|
|
|
3348
3351
|
}
|
|
3349
3352
|
return trustedScriptURLFromString(url[0]);
|
|
3350
3353
|
}
|
|
3354
|
+
const SRC_RESOURCE_TAGS = new Set(['embed', 'frame', 'iframe', 'media', 'script']);
|
|
3355
|
+
const HREF_RESOURCE_TAGS = new Set(['base', 'link', 'script']);
|
|
3351
3356
|
function getUrlSanitizer(tag, prop) {
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
}
|
|
3355
|
-
return ɵɵsanitizeUrl;
|
|
3357
|
+
const isResource = prop === 'src' && SRC_RESOURCE_TAGS.has(tag) || prop === 'href' && HREF_RESOURCE_TAGS.has(tag) || prop === 'xlink:href' && tag === 'script';
|
|
3358
|
+
return isResource ? ɵɵsanitizeResourceUrl : ɵɵsanitizeUrl;
|
|
3356
3359
|
}
|
|
3357
3360
|
function ɵɵsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
|
|
3358
3361
|
return getUrlSanitizer(tag, prop)(unsafeUrl);
|
|
@@ -4490,7 +4493,7 @@ function cleanUpView(tView, lView) {
|
|
|
4490
4493
|
function runLeaveAnimationsWithCallback(lView, tNode, injector, callback) {
|
|
4491
4494
|
const animations = lView?.[ANIMATIONS];
|
|
4492
4495
|
if (animations == null || animations.leave == undefined || !animations.leave.has(tNode.index)) return callback(false);
|
|
4493
|
-
if (lView) allLeavingAnimations.add(lView);
|
|
4496
|
+
if (lView) allLeavingAnimations.add(lView[ID]);
|
|
4494
4497
|
addToAnimationQueue(injector, () => {
|
|
4495
4498
|
if (animations.leave && animations.leave.has(tNode.index)) {
|
|
4496
4499
|
const leaveAnimationMap = animations.leave;
|
|
@@ -4509,7 +4512,7 @@ function runLeaveAnimationsWithCallback(lView, tNode, injector, callback) {
|
|
|
4509
4512
|
animations.running = Promise.allSettled(runningAnimations);
|
|
4510
4513
|
runAfterLeaveAnimations(lView, callback);
|
|
4511
4514
|
} else {
|
|
4512
|
-
if (lView) allLeavingAnimations.delete(lView);
|
|
4515
|
+
if (lView) allLeavingAnimations.delete(lView[ID]);
|
|
4513
4516
|
callback(false);
|
|
4514
4517
|
}
|
|
4515
4518
|
}, animations);
|
|
@@ -4519,7 +4522,7 @@ function runAfterLeaveAnimations(lView, callback) {
|
|
|
4519
4522
|
if (runningAnimations) {
|
|
4520
4523
|
runningAnimations.then(() => {
|
|
4521
4524
|
lView[ANIMATIONS].running = undefined;
|
|
4522
|
-
allLeavingAnimations.delete(lView);
|
|
4525
|
+
allLeavingAnimations.delete(lView[ID]);
|
|
4523
4526
|
callback(true);
|
|
4524
4527
|
});
|
|
4525
4528
|
return;
|
|
@@ -8310,7 +8313,7 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
8310
8313
|
}
|
|
8311
8314
|
}
|
|
8312
8315
|
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
|
|
8313
|
-
const tAttributes = rootSelectorOrNode ? ['ng-version', '21.1.0-
|
|
8316
|
+
const tAttributes = rootSelectorOrNode ? ['ng-version', '21.1.0-rc.0'] : extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
|
|
8314
8317
|
let creationBindings = null;
|
|
8315
8318
|
let updateBindings = null;
|
|
8316
8319
|
let varsToAllocate = 0;
|
|
@@ -8548,7 +8551,7 @@ const R3ViewContainerRef = class ViewContainerRef extends VE_ViewContainerRef {
|
|
|
8548
8551
|
insertImpl(viewRef, index, addToDOM) {
|
|
8549
8552
|
const lView = viewRef._lView;
|
|
8550
8553
|
if (ngDevMode && viewRef.destroyed) {
|
|
8551
|
-
throw new
|
|
8554
|
+
throw new RuntimeError(922, ngDevMode && 'Cannot insert a destroyed View in a ViewContainer!');
|
|
8552
8555
|
}
|
|
8553
8556
|
if (viewAttachedToContainer(lView)) {
|
|
8554
8557
|
const prevIdx = this.indexOf(viewRef);
|
|
@@ -8570,7 +8573,7 @@ const R3ViewContainerRef = class ViewContainerRef extends VE_ViewContainerRef {
|
|
|
8570
8573
|
}
|
|
8571
8574
|
move(viewRef, newIndex) {
|
|
8572
8575
|
if (ngDevMode && viewRef.destroyed) {
|
|
8573
|
-
throw new
|
|
8576
|
+
throw new RuntimeError(923, ngDevMode && 'Cannot move a destroyed View in a ViewContainer!');
|
|
8574
8577
|
}
|
|
8575
8578
|
return this.insert(viewRef, newIndex);
|
|
8576
8579
|
}
|
|
@@ -9169,7 +9172,7 @@ const modules = new Map();
|
|
|
9169
9172
|
let checkForDuplicateNgModules = true;
|
|
9170
9173
|
function assertSameOrNotExisting(id, type, incoming) {
|
|
9171
9174
|
if (type && type !== incoming && checkForDuplicateNgModules) {
|
|
9172
|
-
throw new
|
|
9175
|
+
throw new RuntimeError(921, ngDevMode && `Duplicate module registered for ${id} - ${stringify(type)} vs ${stringify(type.name)}`);
|
|
9173
9176
|
}
|
|
9174
9177
|
}
|
|
9175
9178
|
function registerNgModuleType(ngModuleType, id) {
|
|
@@ -13155,7 +13158,7 @@ function runLeaveAnimations(lView, tNode, value) {
|
|
|
13155
13158
|
ngDevMode && assertElementNodes(nativeElement, 'animate.leave');
|
|
13156
13159
|
const renderer = lView[RENDERER];
|
|
13157
13160
|
const ngZone = lView[INJECTOR].get(NgZone);
|
|
13158
|
-
allLeavingAnimations.add(lView);
|
|
13161
|
+
allLeavingAnimations.add(lView[ID]);
|
|
13159
13162
|
(getLViewLeaveAnimations(lView).get(tNode.index).resolvers ??= []).push(resolve);
|
|
13160
13163
|
const activeClasses = getClassListFromValue(value);
|
|
13161
13164
|
if (activeClasses && activeClasses.length > 0) {
|
|
@@ -13215,7 +13218,7 @@ function ɵɵanimateLeaveListener(value) {
|
|
|
13215
13218
|
const lView = getLView();
|
|
13216
13219
|
const tNode = getCurrentTNode();
|
|
13217
13220
|
cancelLeavingNodes(tNode, lView);
|
|
13218
|
-
allLeavingAnimations.add(lView);
|
|
13221
|
+
allLeavingAnimations.add(lView[ID]);
|
|
13219
13222
|
addAnimationToLView(getLViewLeaveAnimations(lView), tNode, () => runLeaveAnimationFunction(lView, tNode, value));
|
|
13220
13223
|
initializeAnimationQueueScheduler(lView[INJECTOR]);
|
|
13221
13224
|
return ɵɵanimateLeaveListener;
|
|
@@ -13291,14 +13294,14 @@ function ɵɵcontrolCreate() {
|
|
|
13291
13294
|
}
|
|
13292
13295
|
control.ɵregister();
|
|
13293
13296
|
}
|
|
13294
|
-
function ɵɵcontrol(value, sanitizer) {
|
|
13297
|
+
function ɵɵcontrol(value, name, sanitizer) {
|
|
13295
13298
|
const lView = getLView();
|
|
13296
13299
|
const tNode = getSelectedTNode();
|
|
13297
13300
|
const bindingIndex = nextBindingIndex();
|
|
13298
13301
|
if (bindingUpdated(lView, bindingIndex, value)) {
|
|
13299
13302
|
const tView = getTView();
|
|
13300
|
-
setPropertyAndInputs(tNode, lView,
|
|
13301
|
-
ngDevMode && storePropertyBindingMetadata(tView.data, tNode,
|
|
13303
|
+
setPropertyAndInputs(tNode, lView, name, value, lView[RENDERER], sanitizer);
|
|
13304
|
+
ngDevMode && storePropertyBindingMetadata(tView.data, tNode, name, bindingIndex);
|
|
13302
13305
|
}
|
|
13303
13306
|
updateControl(lView, tNode);
|
|
13304
13307
|
}
|
|
@@ -13316,7 +13319,7 @@ function updateControl(lView, tNode) {
|
|
|
13316
13319
|
} else if (tNode.flags & 2048) {
|
|
13317
13320
|
updateCustomControl(tNode, lView, control, 'checked');
|
|
13318
13321
|
} else if (tNode.flags & 4096) {
|
|
13319
|
-
updateInteropControl(lView, control);
|
|
13322
|
+
updateInteropControl(tNode, lView, control);
|
|
13320
13323
|
} else {
|
|
13321
13324
|
updateNativeControl(tNode, lView, control);
|
|
13322
13325
|
}
|
|
@@ -13325,7 +13328,7 @@ function updateControl(lView, tNode) {
|
|
|
13325
13328
|
}
|
|
13326
13329
|
function initializeControlFirstCreatePass(tView, tNode, lView) {
|
|
13327
13330
|
ngDevMode && assertFirstCreatePass(tView);
|
|
13328
|
-
const directiveIndices = tNode.inputs?.['field'];
|
|
13331
|
+
const directiveIndices = tNode.inputs?.['field'] ?? tNode.inputs?.['formField'];
|
|
13329
13332
|
if (!directiveIndices) {
|
|
13330
13333
|
return;
|
|
13331
13334
|
}
|
|
@@ -13337,17 +13340,11 @@ function initializeControlFirstCreatePass(tView, tNode, lView) {
|
|
|
13337
13340
|
return;
|
|
13338
13341
|
}
|
|
13339
13342
|
tNode.fieldIndex = controlIndex;
|
|
13340
|
-
const
|
|
13341
|
-
if (
|
|
13342
|
-
tNode.flags |= 4096;
|
|
13343
|
-
return;
|
|
13344
|
-
}
|
|
13345
|
-
const isNativeControl = isNativeControlFirstCreatePass(tView, tNode);
|
|
13346
|
-
if (isNativeControl || isCustomControl) {
|
|
13343
|
+
const foundControl = isInteropControlFirstCreatePass(tNode, lView) || isCustomControlFirstCreatePass(tView, tNode);
|
|
13344
|
+
if (isNativeControlFirstCreatePass(tNode) || foundControl) {
|
|
13347
13345
|
return;
|
|
13348
13346
|
}
|
|
13349
|
-
|
|
13350
|
-
throw new RuntimeError(318, `${host} is an invalid [field] directive host. The host must be a native form control ` + `(such as <input>', '<select>', or '<textarea>') or a custom form control with a 'value' or ` + `'checked' model.`);
|
|
13347
|
+
throw new RuntimeError(318, ngDevMode && `${describeElement(tView, tNode)} is an invalid [field] directive host. The host must be a native form control ` + `(such as <input>', '<select>', or '<textarea>') or a custom form control with a 'value' or ` + `'checked' model.`);
|
|
13351
13348
|
}
|
|
13352
13349
|
function describeElement(tView, tNode) {
|
|
13353
13350
|
if (ngDevMode && isComponentHost(tNode)) {
|
|
@@ -13357,6 +13354,14 @@ function describeElement(tView, tNode) {
|
|
|
13357
13354
|
}
|
|
13358
13355
|
return `<${tNode.value}>`;
|
|
13359
13356
|
}
|
|
13357
|
+
function isInteropControlFirstCreatePass(tNode, lView) {
|
|
13358
|
+
const control = lView[tNode.fieldIndex];
|
|
13359
|
+
if (control.ɵinteropControl) {
|
|
13360
|
+
tNode.flags |= 4096;
|
|
13361
|
+
return true;
|
|
13362
|
+
}
|
|
13363
|
+
return false;
|
|
13364
|
+
}
|
|
13360
13365
|
function isCustomControlFirstCreatePass(tView, tNode) {
|
|
13361
13366
|
for (let i = tNode.directiveStart; i < tNode.directiveEnd; i++) {
|
|
13362
13367
|
const directiveDef = tView.data[i];
|
|
@@ -13373,7 +13378,7 @@ function isCustomControlFirstCreatePass(tView, tNode) {
|
|
|
13373
13378
|
}
|
|
13374
13379
|
return false;
|
|
13375
13380
|
}
|
|
13376
|
-
function isNativeControlFirstCreatePass(
|
|
13381
|
+
function isNativeControlFirstCreatePass(tNode) {
|
|
13377
13382
|
if (!isNativeControl(tNode)) {
|
|
13378
13383
|
return false;
|
|
13379
13384
|
}
|
|
@@ -13391,11 +13396,10 @@ function getControlDirective(tNode, lView) {
|
|
|
13391
13396
|
return index === -1 ? null : lView[index];
|
|
13392
13397
|
}
|
|
13393
13398
|
function hasModelInput(directiveDef, name) {
|
|
13394
|
-
return
|
|
13399
|
+
return hasInput(directiveDef, name) && hasOutput(directiveDef, name + 'Change');
|
|
13395
13400
|
}
|
|
13396
|
-
function
|
|
13397
|
-
|
|
13398
|
-
return input && (input[1] & InputFlags.SignalBased) !== 0;
|
|
13401
|
+
function hasInput(directiveDef, name) {
|
|
13402
|
+
return name in directiveDef.inputs;
|
|
13399
13403
|
}
|
|
13400
13404
|
function hasOutput(directiveDef, name) {
|
|
13401
13405
|
return name in directiveDef.outputs;
|
|
@@ -13504,35 +13508,47 @@ function updateCustomControl(tNode, lView, control, modelName) {
|
|
|
13504
13508
|
const directiveDef = tView.data[directiveIndex];
|
|
13505
13509
|
const state = control.state();
|
|
13506
13510
|
const bindings = getControlBindings(lView);
|
|
13507
|
-
|
|
13508
|
-
|
|
13509
|
-
|
|
13510
|
-
maybeUpdateInput(directiveDef, directive, bindings, state, key, inputName);
|
|
13511
|
-
}
|
|
13512
|
-
if (tNode.flags & 8192) {
|
|
13513
|
-
updateNativeControl(tNode, lView, control);
|
|
13511
|
+
const controlValue = state.controlValue();
|
|
13512
|
+
if (controlBindingUpdated(bindings, CONTROL_VALUE, controlValue)) {
|
|
13513
|
+
writeToDirectiveInput(directiveDef, directive, modelName, controlValue);
|
|
13514
13514
|
}
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13515
|
+
const isNative = (tNode.flags & 8192) !== 0;
|
|
13516
|
+
const element = isNative ? getNativeByTNode(tNode, lView) : null;
|
|
13517
|
+
const renderer = lView[RENDERER];
|
|
13518
|
+
for (const key of CONTROL_BINDING_KEYS) {
|
|
13518
13519
|
const value = state[key]?.();
|
|
13519
13520
|
if (controlBindingUpdated(bindings, key, value)) {
|
|
13520
|
-
|
|
13521
|
+
const inputName = CONTROL_BINDING_NAMES[key];
|
|
13522
|
+
updateDirectiveInputs(tNode, lView, inputName, value);
|
|
13523
|
+
if (isNative && !(inputName in directiveDef.inputs)) {
|
|
13524
|
+
updateNativeProperty(tNode, renderer, element, key, value, inputName);
|
|
13525
|
+
}
|
|
13521
13526
|
}
|
|
13522
13527
|
}
|
|
13523
13528
|
}
|
|
13524
|
-
function updateInteropControl(lView, control) {
|
|
13529
|
+
function updateInteropControl(tNode, lView, control) {
|
|
13525
13530
|
const interopControl = control.ɵinteropControl;
|
|
13526
13531
|
const bindings = getControlBindings(lView);
|
|
13527
13532
|
const state = control.state();
|
|
13533
|
+
const isNative = (tNode.flags & 8192) !== 0;
|
|
13534
|
+
const element = isNative ? getNativeByTNode(tNode, lView) : null;
|
|
13535
|
+
const renderer = lView[RENDERER];
|
|
13528
13536
|
const value = state.value();
|
|
13529
13537
|
if (controlBindingUpdated(bindings, CONTROL_VALUE, value)) {
|
|
13530
13538
|
untracked(() => interopControl.writeValue(value));
|
|
13531
13539
|
}
|
|
13532
|
-
|
|
13533
|
-
const
|
|
13534
|
-
if (controlBindingUpdated(bindings,
|
|
13535
|
-
|
|
13540
|
+
for (const key of CONTROL_BINDING_KEYS) {
|
|
13541
|
+
const value = state[key]?.();
|
|
13542
|
+
if (controlBindingUpdated(bindings, key, value)) {
|
|
13543
|
+
const inputName = CONTROL_BINDING_NAMES[key];
|
|
13544
|
+
const didUpdateInput = updateDirectiveInputs(tNode, lView, inputName, value);
|
|
13545
|
+
if (key === DISABLED) {
|
|
13546
|
+
if (interopControl.setDisabledState) {
|
|
13547
|
+
untracked(() => interopControl.setDisabledState(value));
|
|
13548
|
+
}
|
|
13549
|
+
} else if (isNative && !didUpdateInput) {
|
|
13550
|
+
updateNativeProperty(tNode, renderer, element, key, value, inputName);
|
|
13551
|
+
}
|
|
13536
13552
|
}
|
|
13537
13553
|
}
|
|
13538
13554
|
}
|
|
@@ -13545,34 +13561,50 @@ function updateNativeControl(tNode, lView, control) {
|
|
|
13545
13561
|
if (controlBindingUpdated(bindings, CONTROL_VALUE, controlValue)) {
|
|
13546
13562
|
setNativeControlValue(element, controlValue);
|
|
13547
13563
|
}
|
|
13548
|
-
const
|
|
13549
|
-
|
|
13550
|
-
|
|
13551
|
-
|
|
13552
|
-
|
|
13553
|
-
|
|
13554
|
-
|
|
13555
|
-
if (tNode.flags & 16384) {
|
|
13556
|
-
updateOptionalAttribute(renderer, element, bindings, state, MAX);
|
|
13557
|
-
updateOptionalAttribute(renderer, element, bindings, state, MIN);
|
|
13558
|
-
}
|
|
13559
|
-
if (tNode.flags & 32768) {
|
|
13560
|
-
updateOptionalAttribute(renderer, element, bindings, state, MAX_LENGTH);
|
|
13561
|
-
updateOptionalAttribute(renderer, element, bindings, state, MIN_LENGTH);
|
|
13564
|
+
for (const key of CONTROL_BINDING_KEYS) {
|
|
13565
|
+
const value = state[key]?.();
|
|
13566
|
+
if (controlBindingUpdated(bindings, key, value)) {
|
|
13567
|
+
const inputName = CONTROL_BINDING_NAMES[key];
|
|
13568
|
+
updateNativeProperty(tNode, renderer, element, key, value, inputName);
|
|
13569
|
+
updateDirectiveInputs(tNode, lView, inputName, value);
|
|
13570
|
+
}
|
|
13562
13571
|
}
|
|
13563
13572
|
}
|
|
13564
|
-
function
|
|
13565
|
-
const
|
|
13566
|
-
if (
|
|
13567
|
-
const
|
|
13568
|
-
|
|
13573
|
+
function updateDirectiveInputs(tNode, lView, inputName, value) {
|
|
13574
|
+
const directiveIndices = tNode.inputs?.[inputName];
|
|
13575
|
+
if (directiveIndices) {
|
|
13576
|
+
const tView = getTView();
|
|
13577
|
+
for (const index of directiveIndices) {
|
|
13578
|
+
const directiveDef = tView.data[index];
|
|
13579
|
+
const directive = lView[index];
|
|
13580
|
+
writeToDirectiveInput(directiveDef, directive, inputName, value);
|
|
13581
|
+
}
|
|
13582
|
+
return true;
|
|
13569
13583
|
}
|
|
13584
|
+
return false;
|
|
13570
13585
|
}
|
|
13571
|
-
function
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13586
|
+
function updateNativeProperty(tNode, renderer, element, key, value, name) {
|
|
13587
|
+
switch (key) {
|
|
13588
|
+
case NAME:
|
|
13589
|
+
renderer.setAttribute(element, name, value);
|
|
13590
|
+
break;
|
|
13591
|
+
case DISABLED:
|
|
13592
|
+
case READONLY:
|
|
13593
|
+
case REQUIRED:
|
|
13594
|
+
setBooleanAttribute(renderer, element, name, value);
|
|
13595
|
+
break;
|
|
13596
|
+
case MAX:
|
|
13597
|
+
case MIN:
|
|
13598
|
+
if (tNode.flags & 16384) {
|
|
13599
|
+
setOptionalAttribute(renderer, element, name, value);
|
|
13600
|
+
}
|
|
13601
|
+
break;
|
|
13602
|
+
case MAX_LENGTH:
|
|
13603
|
+
case MIN_LENGTH:
|
|
13604
|
+
if (tNode.flags & 32768) {
|
|
13605
|
+
setOptionalAttribute(renderer, element, name, value);
|
|
13606
|
+
}
|
|
13607
|
+
break;
|
|
13576
13608
|
}
|
|
13577
13609
|
}
|
|
13578
13610
|
function isDateOrNull(value) {
|
|
@@ -14229,7 +14261,7 @@ function clearDetachAnimationList(lContainer, index) {
|
|
|
14229
14261
|
if (viewToDetach && animations && animations.detachedLeaveAnimationFns && animations.detachedLeaveAnimationFns.length > 0) {
|
|
14230
14262
|
const injector = viewToDetach[INJECTOR];
|
|
14231
14263
|
removeFromAnimationQueue(injector, animations);
|
|
14232
|
-
allLeavingAnimations.delete(viewToDetach);
|
|
14264
|
+
allLeavingAnimations.delete(viewToDetach[ID]);
|
|
14233
14265
|
animations.detachedLeaveAnimationFns = undefined;
|
|
14234
14266
|
}
|
|
14235
14267
|
}
|
|
@@ -16851,49 +16883,49 @@ function maybeUnwrapModuleWithProviders(value) {
|
|
|
16851
16883
|
return isModuleWithProviders(value) ? value.ngModule : value;
|
|
16852
16884
|
}
|
|
16853
16885
|
|
|
16854
|
-
function ɵɵpureFunction0(slotOffset, pureFn
|
|
16886
|
+
function ɵɵpureFunction0(slotOffset, pureFn) {
|
|
16855
16887
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16856
16888
|
const lView = getLView();
|
|
16857
|
-
return lView[bindingIndex] === NO_CHANGE ? updateBinding(lView, bindingIndex,
|
|
16889
|
+
return lView[bindingIndex] === NO_CHANGE ? updateBinding(lView, bindingIndex, pureFn()) : getBinding(lView, bindingIndex);
|
|
16858
16890
|
}
|
|
16859
|
-
function ɵɵpureFunction1(slotOffset, pureFn, exp
|
|
16860
|
-
return pureFunction1Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp
|
|
16891
|
+
function ɵɵpureFunction1(slotOffset, pureFn, exp) {
|
|
16892
|
+
return pureFunction1Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp);
|
|
16861
16893
|
}
|
|
16862
|
-
function ɵɵpureFunction2(slotOffset, pureFn, exp1, exp2
|
|
16863
|
-
return pureFunction2Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2
|
|
16894
|
+
function ɵɵpureFunction2(slotOffset, pureFn, exp1, exp2) {
|
|
16895
|
+
return pureFunction2Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2);
|
|
16864
16896
|
}
|
|
16865
|
-
function ɵɵpureFunction3(slotOffset, pureFn, exp1, exp2, exp3
|
|
16866
|
-
return pureFunction3Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3
|
|
16897
|
+
function ɵɵpureFunction3(slotOffset, pureFn, exp1, exp2, exp3) {
|
|
16898
|
+
return pureFunction3Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3);
|
|
16867
16899
|
}
|
|
16868
16900
|
function ɵɵpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
|
|
16869
|
-
return pureFunction4Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3, exp4
|
|
16901
|
+
return pureFunction4Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3, exp4);
|
|
16870
16902
|
}
|
|
16871
|
-
function ɵɵpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5
|
|
16903
|
+
function ɵɵpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5) {
|
|
16872
16904
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16873
16905
|
const lView = getLView();
|
|
16874
16906
|
const different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16875
|
-
return bindingUpdated(lView, bindingIndex + 4, exp5) || different ? updateBinding(lView, bindingIndex + 5,
|
|
16907
|
+
return bindingUpdated(lView, bindingIndex + 4, exp5) || different ? updateBinding(lView, bindingIndex + 5, pureFn(exp1, exp2, exp3, exp4, exp5)) : getBinding(lView, bindingIndex + 5);
|
|
16876
16908
|
}
|
|
16877
|
-
function ɵɵpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6
|
|
16909
|
+
function ɵɵpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6) {
|
|
16878
16910
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16879
16911
|
const lView = getLView();
|
|
16880
16912
|
const different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16881
|
-
return bindingUpdated2(lView, bindingIndex + 4, exp5, exp6) || different ? updateBinding(lView, bindingIndex + 6,
|
|
16913
|
+
return bindingUpdated2(lView, bindingIndex + 4, exp5, exp6) || different ? updateBinding(lView, bindingIndex + 6, pureFn(exp1, exp2, exp3, exp4, exp5, exp6)) : getBinding(lView, bindingIndex + 6);
|
|
16882
16914
|
}
|
|
16883
|
-
function ɵɵpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7
|
|
16915
|
+
function ɵɵpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7) {
|
|
16884
16916
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16885
16917
|
const lView = getLView();
|
|
16886
16918
|
let different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16887
|
-
return bindingUpdated3(lView, bindingIndex + 4, exp5, exp6, exp7) || different ? updateBinding(lView, bindingIndex + 7,
|
|
16919
|
+
return bindingUpdated3(lView, bindingIndex + 4, exp5, exp6, exp7) || different ? updateBinding(lView, bindingIndex + 7, pureFn(exp1, exp2, exp3, exp4, exp5, exp6, exp7)) : getBinding(lView, bindingIndex + 7);
|
|
16888
16920
|
}
|
|
16889
|
-
function ɵɵpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8
|
|
16921
|
+
function ɵɵpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8) {
|
|
16890
16922
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16891
16923
|
const lView = getLView();
|
|
16892
16924
|
const different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16893
|
-
return bindingUpdated4(lView, bindingIndex + 4, exp5, exp6, exp7, exp8) || different ? updateBinding(lView, bindingIndex + 8,
|
|
16925
|
+
return bindingUpdated4(lView, bindingIndex + 4, exp5, exp6, exp7, exp8) || different ? updateBinding(lView, bindingIndex + 8, pureFn(exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8)) : getBinding(lView, bindingIndex + 8);
|
|
16894
16926
|
}
|
|
16895
|
-
function ɵɵpureFunctionV(slotOffset, pureFn, exps
|
|
16896
|
-
return pureFunctionVInternal(getLView(), getBindingRoot(), slotOffset, pureFn, exps
|
|
16927
|
+
function ɵɵpureFunctionV(slotOffset, pureFn, exps) {
|
|
16928
|
+
return pureFunctionVInternal(getLView(), getBindingRoot(), slotOffset, pureFn, exps);
|
|
16897
16929
|
}
|
|
16898
16930
|
function getPureFunctionReturnValue(lView, returnValueIndex) {
|
|
16899
16931
|
ngDevMode && assertIndexInRange(lView, returnValueIndex);
|
|
@@ -18756,5 +18788,5 @@ function getDebugNode(nativeNode) {
|
|
|
18756
18788
|
return null;
|
|
18757
18789
|
}
|
|
18758
18790
|
|
|
18759
|
-
export { AFTER_RENDER_PHASES, ANIMATIONS_DISABLED, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactory$1, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, DehydratedBlockRegistry, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, ElementRef, EnvironmentNgModuleRefAdapter, Host, HostBinding, HostListener, HydrationStatus, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MAX_ANIMATION_TIMEOUT, MULTIPLIER, MissingTranslationStrategy, ModuleWithComponentFactories, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, Optional, Output, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, Pipe, ProfilerEvent, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TimerScheduler, TracingAction, TracingService, TransferState, Type, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allLeavingAnimations, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRef, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableProfiling, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, gatherDeferBlocksCommentNodes, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getCompilerFacade, getDebugNode, getDeferBlocks$1 as getDeferBlocks, getDirectives, getDocument, getHostElement, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getTDeferBlockDetails, getTransferState, inferTagNameFromDefinition, inputBinding, invokeListeners, isBoundToModule, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSignal, isSubscribable, isTNodeShape, isViewDirty, isWritableSignal, iterateListLike, makePropDecorator, makeStateKey, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processAndInitTriggers, processBlockData, processTextNodeBeforeSerialization, profiler, promiseWithResolvers, provideAppInitializer, provideNgReflectAttributes, provideZonelessChangeDetection, provideZonelessChangeDetectionInternal, publishDefaultGlobalUtils, publishExternalGlobalUtil, publishSignalConfiguration, readHydrationInfo, readPatchedLView, registerLocaleData, registerNgModuleType, remove, removeListeners, renderDeferBlockState, resetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests, resetJitOptions, resolveComponentResources, restoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest, setClassMetadata, setClassMetadataAsync, setDocument, setIsI18nHydrationSupportEnabled, setJSActionAttributes, setJitOptions, setLocaleId, setStashFn, setTestabilityGetter, sharedMapFunction, sharedStashFunction, transitiveScopesFor, triggerHydrationFromBlockName, triggerResourceLoading, trySerializeI18nBlock, twoWayBinding, unregisterAllLocaleData, unsupportedProjectionOfDomNodes, unwrapSafeValue, validAppIdInitializer, validateMatchingNode, validateNodeExists, verifySsrContentsIntegrity, ɵCONTROL, ɵcontrolUpdate, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, ɵsetClassDebugInfo, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, ɵɵExternalStylesFeature, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵ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, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵ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 };
|
|
18791
|
+
export { AFTER_RENDER_PHASES, ANIMATIONS_DISABLED, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactory$1, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, DehydratedBlockRegistry, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, EVENT_REPLAY_QUEUE, ElementRef, EnvironmentNgModuleRefAdapter, Host, HostBinding, HostListener, HydrationStatus, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MAX_ANIMATION_TIMEOUT, MULTIPLIER, MissingTranslationStrategy, ModuleWithComponentFactories, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, Optional, Output, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, Pipe, ProfilerEvent, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TimerScheduler, TracingAction, TracingService, TransferState, Type, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allLeavingAnimations, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRef, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableProfiling, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, gatherDeferBlocksCommentNodes, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getCompilerFacade, getDebugNode, getDeferBlocks$1 as getDeferBlocks, getDirectives, getDocument, getHostElement, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getTDeferBlockDetails, getTransferState, inferTagNameFromDefinition, inputBinding, invokeListeners, isBoundToModule, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSignal, isSubscribable, isTNodeShape, isViewDirty, isWritableSignal, iterateListLike, makePropDecorator, makeStateKey, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processAndInitTriggers, processBlockData, processTextNodeBeforeSerialization, profiler, promiseWithResolvers, provideAppInitializer, provideNgReflectAttributes, provideZonelessChangeDetection, provideZonelessChangeDetectionInternal, publishDefaultGlobalUtils, publishExternalGlobalUtil, publishSignalConfiguration, readHydrationInfo, readPatchedLView, registerLocaleData, registerNgModuleType, remove, removeListeners, renderDeferBlockState, resetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests, resetJitOptions, resolveComponentResources, restoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest, setClassMetadata, setClassMetadataAsync, setDocument, setIsI18nHydrationSupportEnabled, setJSActionAttributes, setJitOptions, setLocaleId, setStashFn, setTestabilityGetter, sharedMapFunction, sharedStashFunction, transitiveScopesFor, triggerHydrationFromBlockName, triggerResourceLoading, trySerializeI18nBlock, twoWayBinding, unregisterAllLocaleData, unsupportedProjectionOfDomNodes, unwrapSafeValue, validAppIdInitializer, validateMatchingNode, validateNodeExists, verifySsrContentsIntegrity, ɵCONTROL, ɵcontrolUpdate, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, ɵsetClassDebugInfo, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, ɵɵExternalStylesFeature, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵ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, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵ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 };
|
|
18760
18792
|
//# sourceMappingURL=_debug_node-chunk.mjs.map
|