@angular/core 17.3.7 → 17.3.8
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/esm2022/src/defer/instructions.mjs +20 -12
- package/esm2022/src/render3/after_render_hooks.mjs +4 -2
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +3682 -3673
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +32 -2
- package/schematics/migrations/block-template-entities/bundle.js.map +2 -2
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +32 -2
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/ng-generate/control-flow-migration/bundle.js +32 -2
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +40 -10
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +1 -1
|
@@ -15354,7 +15354,37 @@ var SCHEMA = [
|
|
|
15354
15354
|
"menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default",
|
|
15355
15355
|
"summary^[HTMLElement]|",
|
|
15356
15356
|
"time^[HTMLElement]|dateTime",
|
|
15357
|
-
":svg:cursor^:svg:|"
|
|
15357
|
+
":svg:cursor^:svg:|",
|
|
15358
|
+
":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",
|
|
15359
|
+
":math:math^:math:|",
|
|
15360
|
+
":math:maction^:math:|",
|
|
15361
|
+
":math:menclose^:math:|",
|
|
15362
|
+
":math:merror^:math:|",
|
|
15363
|
+
":math:mfenced^:math:|",
|
|
15364
|
+
":math:mfrac^:math:|",
|
|
15365
|
+
":math:mi^:math:|",
|
|
15366
|
+
":math:mmultiscripts^:math:|",
|
|
15367
|
+
":math:mn^:math:|",
|
|
15368
|
+
":math:mo^:math:|",
|
|
15369
|
+
":math:mover^:math:|",
|
|
15370
|
+
":math:mpadded^:math:|",
|
|
15371
|
+
":math:mphantom^:math:|",
|
|
15372
|
+
":math:mroot^:math:|",
|
|
15373
|
+
":math:mrow^:math:|",
|
|
15374
|
+
":math:ms^:math:|",
|
|
15375
|
+
":math:mspace^:math:|",
|
|
15376
|
+
":math:msqrt^:math:|",
|
|
15377
|
+
":math:mstyle^:math:|",
|
|
15378
|
+
":math:msub^:math:|",
|
|
15379
|
+
":math:msubsup^:math:|",
|
|
15380
|
+
":math:msup^:math:|",
|
|
15381
|
+
":math:mtable^:math:|",
|
|
15382
|
+
":math:mtd^:math:|",
|
|
15383
|
+
":math:mtext^:math:|",
|
|
15384
|
+
":math:mtr^:math:|",
|
|
15385
|
+
":math:munder^:math:|",
|
|
15386
|
+
":math:munderover^:math:|",
|
|
15387
|
+
":math:semantics^:math:|"
|
|
15358
15388
|
];
|
|
15359
15389
|
var _ATTR_TO_PROP = new Map(Object.entries({
|
|
15360
15390
|
"class": "className",
|
|
@@ -29342,7 +29372,7 @@ function publishFacade(global) {
|
|
|
29342
29372
|
}
|
|
29343
29373
|
|
|
29344
29374
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
29345
|
-
var VERSION2 = new Version("17.3.
|
|
29375
|
+
var VERSION2 = new Version("17.3.8");
|
|
29346
29376
|
|
|
29347
29377
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
29348
29378
|
var _I18N_ATTR = "i18n";
|
|
@@ -30408,7 +30438,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
|
30408
30438
|
function compileDeclareClassMetadata(metadata) {
|
|
30409
30439
|
const definitionMap = new DefinitionMap();
|
|
30410
30440
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30411
|
-
definitionMap.set("version", literal("17.3.
|
|
30441
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30412
30442
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30413
30443
|
definitionMap.set("type", metadata.type);
|
|
30414
30444
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -30477,7 +30507,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
30477
30507
|
const definitionMap = new DefinitionMap();
|
|
30478
30508
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30479
30509
|
definitionMap.set("minVersion", literal(minVersion));
|
|
30480
|
-
definitionMap.set("version", literal("17.3.
|
|
30510
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30481
30511
|
definitionMap.set("type", meta.type.value);
|
|
30482
30512
|
if (meta.isStandalone) {
|
|
30483
30513
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30776,7 +30806,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
|
30776
30806
|
function compileDeclareFactoryFunction(meta) {
|
|
30777
30807
|
const definitionMap = new DefinitionMap();
|
|
30778
30808
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
30779
|
-
definitionMap.set("version", literal("17.3.
|
|
30809
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30780
30810
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30781
30811
|
definitionMap.set("type", meta.type.value);
|
|
30782
30812
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30799,7 +30829,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
30799
30829
|
function createInjectableDefinitionMap(meta) {
|
|
30800
30830
|
const definitionMap = new DefinitionMap();
|
|
30801
30831
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
30802
|
-
definitionMap.set("version", literal("17.3.
|
|
30832
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30803
30833
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30804
30834
|
definitionMap.set("type", meta.type.value);
|
|
30805
30835
|
if (meta.providedIn !== void 0) {
|
|
@@ -30837,7 +30867,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
30837
30867
|
function createInjectorDefinitionMap(meta) {
|
|
30838
30868
|
const definitionMap = new DefinitionMap();
|
|
30839
30869
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
30840
|
-
definitionMap.set("version", literal("17.3.
|
|
30870
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30841
30871
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30842
30872
|
definitionMap.set("type", meta.type.value);
|
|
30843
30873
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30861,7 +30891,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30861
30891
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30862
30892
|
}
|
|
30863
30893
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
30864
|
-
definitionMap.set("version", literal("17.3.
|
|
30894
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30865
30895
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30866
30896
|
definitionMap.set("type", meta.type.value);
|
|
30867
30897
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30896,7 +30926,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
30896
30926
|
function createPipeDefinitionMap(meta) {
|
|
30897
30927
|
const definitionMap = new DefinitionMap();
|
|
30898
30928
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
30899
|
-
definitionMap.set("version", literal("17.3.
|
|
30929
|
+
definitionMap.set("version", literal("17.3.8"));
|
|
30900
30930
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30901
30931
|
definitionMap.set("type", meta.type.value);
|
|
30902
30932
|
if (meta.isStandalone) {
|
|
@@ -30913,7 +30943,7 @@ function createPipeDefinitionMap(meta) {
|
|
|
30913
30943
|
publishFacade(_global);
|
|
30914
30944
|
|
|
30915
30945
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
30916
|
-
var VERSION3 = new Version("17.3.
|
|
30946
|
+
var VERSION3 = new Version("17.3.8");
|
|
30917
30947
|
|
|
30918
30948
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
30919
30949
|
var import_typescript5 = __toESM(require("typescript"), 1);
|