@angular/core 21.1.0-next.4 → 21.1.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 +158 -122
- 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 +18 -6
- package/fesm2022/_untracked-chunk.mjs.map +1 -1
- package/fesm2022/_weak_ref-chunk.mjs +2 -2
- package/fesm2022/core.mjs +609 -550
- 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/primitives-signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/testing.mjs +10 -8
- 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 +17 -13
- 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 +455 -403
- 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
|
|
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;
|
|
@@ -8113,7 +8116,7 @@ function controlBinding(binding, tNode) {
|
|
|
8113
8116
|
return directive[ɵCONTROL];
|
|
8114
8117
|
}
|
|
8115
8118
|
function inputBinding(publicName, value) {
|
|
8116
|
-
if (publicName === '
|
|
8119
|
+
if (publicName === 'formField') {
|
|
8117
8120
|
const binding = {
|
|
8118
8121
|
[BINDING]: FIELD_BINDING_METADATA,
|
|
8119
8122
|
create: () => {
|
|
@@ -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'] : 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;
|
|
@@ -13275,30 +13278,30 @@ function ɵɵcontrolCreate() {
|
|
|
13275
13278
|
if (tView.firstCreatePass) {
|
|
13276
13279
|
initializeControlFirstCreatePass(tView, tNode, lView);
|
|
13277
13280
|
}
|
|
13278
|
-
const
|
|
13279
|
-
if (!
|
|
13281
|
+
const fieldDirective = getFieldDirective(tNode, lView);
|
|
13282
|
+
if (!fieldDirective) {
|
|
13280
13283
|
return;
|
|
13281
13284
|
}
|
|
13282
13285
|
performanceMarkFeature('NgSignalForms');
|
|
13283
13286
|
if (tNode.flags & 1024) {
|
|
13284
|
-
|
|
13287
|
+
initializeCustomControl(lView, tNode, fieldDirective, 'value');
|
|
13285
13288
|
} else if (tNode.flags & 2048) {
|
|
13286
|
-
|
|
13289
|
+
initializeCustomControl(lView, tNode, fieldDirective, 'checked');
|
|
13287
13290
|
} else if (tNode.flags & 4096) {
|
|
13288
|
-
|
|
13289
|
-
} else {
|
|
13290
|
-
|
|
13291
|
+
initializeInteropControl(fieldDirective);
|
|
13292
|
+
} else if (tNode.flags & 8192) {
|
|
13293
|
+
initializeNativeControl(lView, tNode, fieldDirective);
|
|
13291
13294
|
}
|
|
13292
|
-
|
|
13295
|
+
fieldDirective.ɵ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
|
}
|
|
@@ -13308,24 +13311,24 @@ function ɵcontrolUpdate() {
|
|
|
13308
13311
|
updateControl(lView, tNode);
|
|
13309
13312
|
}
|
|
13310
13313
|
function updateControl(lView, tNode) {
|
|
13311
|
-
const
|
|
13312
|
-
if (
|
|
13313
|
-
updateControlClasses(lView, tNode,
|
|
13314
|
+
const fieldDirective = getFieldDirective(tNode, lView);
|
|
13315
|
+
if (fieldDirective) {
|
|
13316
|
+
updateControlClasses(lView, tNode, fieldDirective);
|
|
13314
13317
|
if (tNode.flags & 1024) {
|
|
13315
|
-
updateCustomControl(tNode, lView,
|
|
13318
|
+
updateCustomControl(tNode, lView, fieldDirective, 'value');
|
|
13316
13319
|
} else if (tNode.flags & 2048) {
|
|
13317
|
-
updateCustomControl(tNode, lView,
|
|
13320
|
+
updateCustomControl(tNode, lView, fieldDirective, 'checked');
|
|
13318
13321
|
} else if (tNode.flags & 4096) {
|
|
13319
|
-
updateInteropControl(lView,
|
|
13322
|
+
updateInteropControl(tNode, lView, fieldDirective);
|
|
13320
13323
|
} else {
|
|
13321
|
-
updateNativeControl(tNode, lView,
|
|
13324
|
+
updateNativeControl(tNode, lView, fieldDirective);
|
|
13322
13325
|
}
|
|
13323
13326
|
}
|
|
13324
13327
|
nextBindingIndex();
|
|
13325
13328
|
}
|
|
13326
13329
|
function initializeControlFirstCreatePass(tView, tNode, lView) {
|
|
13327
13330
|
ngDevMode && assertFirstCreatePass(tView);
|
|
13328
|
-
const directiveIndices = tNode.inputs?.['
|
|
13331
|
+
const directiveIndices = 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 [formField] 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
|
}
|
|
@@ -13386,35 +13391,37 @@ function isNativeControlFirstCreatePass(tView, tNode) {
|
|
|
13386
13391
|
}
|
|
13387
13392
|
return true;
|
|
13388
13393
|
}
|
|
13389
|
-
function
|
|
13394
|
+
function getFieldDirective(tNode, lView) {
|
|
13390
13395
|
const index = tNode.fieldIndex;
|
|
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;
|
|
13402
13406
|
}
|
|
13403
|
-
function
|
|
13407
|
+
function initializeCustomControl(lView, tNode, fieldDirective, modelName) {
|
|
13404
13408
|
const tView = getTView();
|
|
13405
13409
|
const directiveIndex = tNode.customControlIndex;
|
|
13406
13410
|
const outputName = modelName + 'Change';
|
|
13407
|
-
listenToOutput(tNode, lView, directiveIndex, outputName, outputName, wrapListener(tNode, lView, value =>
|
|
13411
|
+
listenToOutput(tNode, lView, directiveIndex, outputName, outputName, wrapListener(tNode, lView, value => fieldDirective.state().setControlValue(value)));
|
|
13408
13412
|
const directiveDef = tView.data[directiveIndex];
|
|
13409
13413
|
const touchedOutputName = 'touchedChange';
|
|
13410
13414
|
if (hasOutput(directiveDef, touchedOutputName)) {
|
|
13411
|
-
listenToOutput(tNode, lView, directiveIndex, touchedOutputName, touchedOutputName, wrapListener(tNode, lView, () =>
|
|
13415
|
+
listenToOutput(tNode, lView, directiveIndex, touchedOutputName, touchedOutputName, wrapListener(tNode, lView, () => fieldDirective.state().markAsTouched()));
|
|
13412
13416
|
}
|
|
13417
|
+
const customControl = lView[directiveIndex];
|
|
13418
|
+
fieldDirective.focus = () => customControl.focus ? customControl.focus() : fieldDirective.element.focus();
|
|
13413
13419
|
}
|
|
13414
|
-
function
|
|
13415
|
-
const interopControl =
|
|
13416
|
-
interopControl.registerOnChange(value =>
|
|
13417
|
-
interopControl.registerOnTouched(() =>
|
|
13420
|
+
function initializeInteropControl(fieldDirective) {
|
|
13421
|
+
const interopControl = fieldDirective.ɵinteropControl;
|
|
13422
|
+
interopControl.registerOnChange(value => fieldDirective.state().setControlValue(value));
|
|
13423
|
+
interopControl.registerOnTouched(() => fieldDirective.state().markAsTouched());
|
|
13424
|
+
fieldDirective.focus = () => fieldDirective.element.focus();
|
|
13418
13425
|
}
|
|
13419
13426
|
function isNativeControl(tNode) {
|
|
13420
13427
|
if (tNode.type !== 2) {
|
|
@@ -13423,23 +13430,24 @@ function isNativeControl(tNode) {
|
|
|
13423
13430
|
const tagName = tNode.value;
|
|
13424
13431
|
return tagName === 'input' || tagName === 'textarea' || tagName === 'select';
|
|
13425
13432
|
}
|
|
13426
|
-
function
|
|
13433
|
+
function initializeNativeControl(lView, tNode, fieldDirective) {
|
|
13427
13434
|
const tView = getTView();
|
|
13428
13435
|
const renderer = lView[RENDERER];
|
|
13429
13436
|
const element = getNativeByTNode(tNode, lView);
|
|
13430
13437
|
const inputListener = () => {
|
|
13431
|
-
const state =
|
|
13438
|
+
const state = fieldDirective.state();
|
|
13432
13439
|
state.setControlValue(getNativeControlValue(element, state.value));
|
|
13433
13440
|
};
|
|
13434
13441
|
listenToDomEvent(tNode, tView, lView, undefined, renderer, 'input', inputListener, wrapListener(tNode, lView, inputListener));
|
|
13435
13442
|
const blurListener = () => {
|
|
13436
|
-
|
|
13443
|
+
fieldDirective.state().markAsTouched();
|
|
13437
13444
|
};
|
|
13438
13445
|
listenToDomEvent(tNode, tView, lView, undefined, renderer, 'blur', blurListener, wrapListener(tNode, lView, blurListener));
|
|
13439
13446
|
if (tNode.type === 2 && tNode.value === 'select' && typeof MutationObserver === 'function') {
|
|
13440
|
-
const observer = observeSelectMutations(element,
|
|
13447
|
+
const observer = observeSelectMutations(element, fieldDirective);
|
|
13441
13448
|
storeCleanupWithContext(tView, lView, observer, observer.disconnect);
|
|
13442
13449
|
}
|
|
13450
|
+
fieldDirective.focus = () => element.focus();
|
|
13443
13451
|
}
|
|
13444
13452
|
function observeSelectMutations(select, controlDirective) {
|
|
13445
13453
|
const observer = new MutationObserver(mutations => {
|
|
@@ -13504,35 +13512,47 @@ function updateCustomControl(tNode, lView, control, modelName) {
|
|
|
13504
13512
|
const directiveDef = tView.data[directiveIndex];
|
|
13505
13513
|
const state = control.state();
|
|
13506
13514
|
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);
|
|
13515
|
+
const controlValue = state.controlValue();
|
|
13516
|
+
if (controlBindingUpdated(bindings, CONTROL_VALUE, controlValue)) {
|
|
13517
|
+
writeToDirectiveInput(directiveDef, directive, modelName, controlValue);
|
|
13514
13518
|
}
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13519
|
+
const isNative = (tNode.flags & 8192) !== 0;
|
|
13520
|
+
const element = isNative ? getNativeByTNode(tNode, lView) : null;
|
|
13521
|
+
const renderer = lView[RENDERER];
|
|
13522
|
+
for (const key of CONTROL_BINDING_KEYS) {
|
|
13518
13523
|
const value = state[key]?.();
|
|
13519
13524
|
if (controlBindingUpdated(bindings, key, value)) {
|
|
13520
|
-
|
|
13525
|
+
const inputName = CONTROL_BINDING_NAMES[key];
|
|
13526
|
+
updateDirectiveInputs(tNode, lView, inputName, value);
|
|
13527
|
+
if (isNative && !(inputName in directiveDef.inputs)) {
|
|
13528
|
+
updateNativeProperty(tNode, renderer, element, key, value, inputName);
|
|
13529
|
+
}
|
|
13521
13530
|
}
|
|
13522
13531
|
}
|
|
13523
13532
|
}
|
|
13524
|
-
function updateInteropControl(lView, control) {
|
|
13533
|
+
function updateInteropControl(tNode, lView, control) {
|
|
13525
13534
|
const interopControl = control.ɵinteropControl;
|
|
13526
13535
|
const bindings = getControlBindings(lView);
|
|
13527
13536
|
const state = control.state();
|
|
13537
|
+
const isNative = (tNode.flags & 8192) !== 0;
|
|
13538
|
+
const element = isNative ? getNativeByTNode(tNode, lView) : null;
|
|
13539
|
+
const renderer = lView[RENDERER];
|
|
13528
13540
|
const value = state.value();
|
|
13529
13541
|
if (controlBindingUpdated(bindings, CONTROL_VALUE, value)) {
|
|
13530
13542
|
untracked(() => interopControl.writeValue(value));
|
|
13531
13543
|
}
|
|
13532
|
-
|
|
13533
|
-
const
|
|
13534
|
-
if (controlBindingUpdated(bindings,
|
|
13535
|
-
|
|
13544
|
+
for (const key of CONTROL_BINDING_KEYS) {
|
|
13545
|
+
const value = state[key]?.();
|
|
13546
|
+
if (controlBindingUpdated(bindings, key, value)) {
|
|
13547
|
+
const inputName = CONTROL_BINDING_NAMES[key];
|
|
13548
|
+
const didUpdateInput = updateDirectiveInputs(tNode, lView, inputName, value);
|
|
13549
|
+
if (key === DISABLED) {
|
|
13550
|
+
if (interopControl.setDisabledState) {
|
|
13551
|
+
untracked(() => interopControl.setDisabledState(value));
|
|
13552
|
+
}
|
|
13553
|
+
} else if (isNative && !didUpdateInput) {
|
|
13554
|
+
updateNativeProperty(tNode, renderer, element, key, value, inputName);
|
|
13555
|
+
}
|
|
13536
13556
|
}
|
|
13537
13557
|
}
|
|
13538
13558
|
}
|
|
@@ -13545,34 +13565,50 @@ function updateNativeControl(tNode, lView, control) {
|
|
|
13545
13565
|
if (controlBindingUpdated(bindings, CONTROL_VALUE, controlValue)) {
|
|
13546
13566
|
setNativeControlValue(element, controlValue);
|
|
13547
13567
|
}
|
|
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);
|
|
13568
|
+
for (const key of CONTROL_BINDING_KEYS) {
|
|
13569
|
+
const value = state[key]?.();
|
|
13570
|
+
if (controlBindingUpdated(bindings, key, value)) {
|
|
13571
|
+
const inputName = CONTROL_BINDING_NAMES[key];
|
|
13572
|
+
updateNativeProperty(tNode, renderer, element, key, value, inputName);
|
|
13573
|
+
updateDirectiveInputs(tNode, lView, inputName, value);
|
|
13574
|
+
}
|
|
13562
13575
|
}
|
|
13563
13576
|
}
|
|
13564
|
-
function
|
|
13565
|
-
const
|
|
13566
|
-
if (
|
|
13567
|
-
const
|
|
13568
|
-
|
|
13577
|
+
function updateDirectiveInputs(tNode, lView, inputName, value) {
|
|
13578
|
+
const directiveIndices = tNode.inputs?.[inputName];
|
|
13579
|
+
if (directiveIndices) {
|
|
13580
|
+
const tView = getTView();
|
|
13581
|
+
for (const index of directiveIndices) {
|
|
13582
|
+
const directiveDef = tView.data[index];
|
|
13583
|
+
const directive = lView[index];
|
|
13584
|
+
writeToDirectiveInput(directiveDef, directive, inputName, value);
|
|
13585
|
+
}
|
|
13586
|
+
return true;
|
|
13569
13587
|
}
|
|
13588
|
+
return false;
|
|
13570
13589
|
}
|
|
13571
|
-
function
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13590
|
+
function updateNativeProperty(tNode, renderer, element, key, value, name) {
|
|
13591
|
+
switch (key) {
|
|
13592
|
+
case NAME:
|
|
13593
|
+
renderer.setAttribute(element, name, value);
|
|
13594
|
+
break;
|
|
13595
|
+
case DISABLED:
|
|
13596
|
+
case READONLY:
|
|
13597
|
+
case REQUIRED:
|
|
13598
|
+
setBooleanAttribute(renderer, element, name, value);
|
|
13599
|
+
break;
|
|
13600
|
+
case MAX:
|
|
13601
|
+
case MIN:
|
|
13602
|
+
if (tNode.flags & 16384) {
|
|
13603
|
+
setOptionalAttribute(renderer, element, name, value);
|
|
13604
|
+
}
|
|
13605
|
+
break;
|
|
13606
|
+
case MAX_LENGTH:
|
|
13607
|
+
case MIN_LENGTH:
|
|
13608
|
+
if (tNode.flags & 32768) {
|
|
13609
|
+
setOptionalAttribute(renderer, element, name, value);
|
|
13610
|
+
}
|
|
13611
|
+
break;
|
|
13576
13612
|
}
|
|
13577
13613
|
}
|
|
13578
13614
|
function isDateOrNull(value) {
|
|
@@ -14229,7 +14265,7 @@ function clearDetachAnimationList(lContainer, index) {
|
|
|
14229
14265
|
if (viewToDetach && animations && animations.detachedLeaveAnimationFns && animations.detachedLeaveAnimationFns.length > 0) {
|
|
14230
14266
|
const injector = viewToDetach[INJECTOR];
|
|
14231
14267
|
removeFromAnimationQueue(injector, animations);
|
|
14232
|
-
allLeavingAnimations.delete(viewToDetach);
|
|
14268
|
+
allLeavingAnimations.delete(viewToDetach[ID]);
|
|
14233
14269
|
animations.detachedLeaveAnimationFns = undefined;
|
|
14234
14270
|
}
|
|
14235
14271
|
}
|
|
@@ -16851,49 +16887,49 @@ function maybeUnwrapModuleWithProviders(value) {
|
|
|
16851
16887
|
return isModuleWithProviders(value) ? value.ngModule : value;
|
|
16852
16888
|
}
|
|
16853
16889
|
|
|
16854
|
-
function ɵɵpureFunction0(slotOffset, pureFn
|
|
16890
|
+
function ɵɵpureFunction0(slotOffset, pureFn) {
|
|
16855
16891
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16856
16892
|
const lView = getLView();
|
|
16857
|
-
return lView[bindingIndex] === NO_CHANGE ? updateBinding(lView, bindingIndex,
|
|
16893
|
+
return lView[bindingIndex] === NO_CHANGE ? updateBinding(lView, bindingIndex, pureFn()) : getBinding(lView, bindingIndex);
|
|
16858
16894
|
}
|
|
16859
|
-
function ɵɵpureFunction1(slotOffset, pureFn, exp
|
|
16860
|
-
return pureFunction1Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp
|
|
16895
|
+
function ɵɵpureFunction1(slotOffset, pureFn, exp) {
|
|
16896
|
+
return pureFunction1Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp);
|
|
16861
16897
|
}
|
|
16862
|
-
function ɵɵpureFunction2(slotOffset, pureFn, exp1, exp2
|
|
16863
|
-
return pureFunction2Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2
|
|
16898
|
+
function ɵɵpureFunction2(slotOffset, pureFn, exp1, exp2) {
|
|
16899
|
+
return pureFunction2Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2);
|
|
16864
16900
|
}
|
|
16865
|
-
function ɵɵpureFunction3(slotOffset, pureFn, exp1, exp2, exp3
|
|
16866
|
-
return pureFunction3Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3
|
|
16901
|
+
function ɵɵpureFunction3(slotOffset, pureFn, exp1, exp2, exp3) {
|
|
16902
|
+
return pureFunction3Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3);
|
|
16867
16903
|
}
|
|
16868
16904
|
function ɵɵpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
|
|
16869
|
-
return pureFunction4Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3, exp4
|
|
16905
|
+
return pureFunction4Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2, exp3, exp4);
|
|
16870
16906
|
}
|
|
16871
|
-
function ɵɵpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5
|
|
16907
|
+
function ɵɵpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5) {
|
|
16872
16908
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16873
16909
|
const lView = getLView();
|
|
16874
16910
|
const different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16875
|
-
return bindingUpdated(lView, bindingIndex + 4, exp5) || different ? updateBinding(lView, bindingIndex + 5,
|
|
16911
|
+
return bindingUpdated(lView, bindingIndex + 4, exp5) || different ? updateBinding(lView, bindingIndex + 5, pureFn(exp1, exp2, exp3, exp4, exp5)) : getBinding(lView, bindingIndex + 5);
|
|
16876
16912
|
}
|
|
16877
|
-
function ɵɵpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6
|
|
16913
|
+
function ɵɵpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6) {
|
|
16878
16914
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16879
16915
|
const lView = getLView();
|
|
16880
16916
|
const different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16881
|
-
return bindingUpdated2(lView, bindingIndex + 4, exp5, exp6) || different ? updateBinding(lView, bindingIndex + 6,
|
|
16917
|
+
return bindingUpdated2(lView, bindingIndex + 4, exp5, exp6) || different ? updateBinding(lView, bindingIndex + 6, pureFn(exp1, exp2, exp3, exp4, exp5, exp6)) : getBinding(lView, bindingIndex + 6);
|
|
16882
16918
|
}
|
|
16883
|
-
function ɵɵpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7
|
|
16919
|
+
function ɵɵpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7) {
|
|
16884
16920
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16885
16921
|
const lView = getLView();
|
|
16886
16922
|
let different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16887
|
-
return bindingUpdated3(lView, bindingIndex + 4, exp5, exp6, exp7) || different ? updateBinding(lView, bindingIndex + 7,
|
|
16923
|
+
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
16924
|
}
|
|
16889
|
-
function ɵɵpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8
|
|
16925
|
+
function ɵɵpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8) {
|
|
16890
16926
|
const bindingIndex = getBindingRoot() + slotOffset;
|
|
16891
16927
|
const lView = getLView();
|
|
16892
16928
|
const different = bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4);
|
|
16893
|
-
return bindingUpdated4(lView, bindingIndex + 4, exp5, exp6, exp7, exp8) || different ? updateBinding(lView, bindingIndex + 8,
|
|
16929
|
+
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
16930
|
}
|
|
16895
|
-
function ɵɵpureFunctionV(slotOffset, pureFn, exps
|
|
16896
|
-
return pureFunctionVInternal(getLView(), getBindingRoot(), slotOffset, pureFn, exps
|
|
16931
|
+
function ɵɵpureFunctionV(slotOffset, pureFn, exps) {
|
|
16932
|
+
return pureFunctionVInternal(getLView(), getBindingRoot(), slotOffset, pureFn, exps);
|
|
16897
16933
|
}
|
|
16898
16934
|
function getPureFunctionReturnValue(lView, returnValueIndex) {
|
|
16899
16935
|
ngDevMode && assertIndexInRange(lView, returnValueIndex);
|
|
@@ -18756,5 +18792,5 @@ function getDebugNode(nativeNode) {
|
|
|
18756
18792
|
return null;
|
|
18757
18793
|
}
|
|
18758
18794
|
|
|
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 };
|
|
18795
|
+
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
18796
|
//# sourceMappingURL=_debug_node-chunk.mjs.map
|