@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
package/fesm2022/testing.mjs
CHANGED
package/index.d.ts
CHANGED
package/package.json
CHANGED
package/rxjs-interop/index.d.ts
CHANGED
|
@@ -12080,7 +12080,37 @@ var SCHEMA = [
|
|
|
12080
12080
|
"menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default",
|
|
12081
12081
|
"summary^[HTMLElement]|",
|
|
12082
12082
|
"time^[HTMLElement]|dateTime",
|
|
12083
|
-
":svg:cursor^:svg:|"
|
|
12083
|
+
":svg:cursor^:svg:|",
|
|
12084
|
+
":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",
|
|
12085
|
+
":math:math^:math:|",
|
|
12086
|
+
":math:maction^:math:|",
|
|
12087
|
+
":math:menclose^:math:|",
|
|
12088
|
+
":math:merror^:math:|",
|
|
12089
|
+
":math:mfenced^:math:|",
|
|
12090
|
+
":math:mfrac^:math:|",
|
|
12091
|
+
":math:mi^:math:|",
|
|
12092
|
+
":math:mmultiscripts^:math:|",
|
|
12093
|
+
":math:mn^:math:|",
|
|
12094
|
+
":math:mo^:math:|",
|
|
12095
|
+
":math:mover^:math:|",
|
|
12096
|
+
":math:mpadded^:math:|",
|
|
12097
|
+
":math:mphantom^:math:|",
|
|
12098
|
+
":math:mroot^:math:|",
|
|
12099
|
+
":math:mrow^:math:|",
|
|
12100
|
+
":math:ms^:math:|",
|
|
12101
|
+
":math:mspace^:math:|",
|
|
12102
|
+
":math:msqrt^:math:|",
|
|
12103
|
+
":math:mstyle^:math:|",
|
|
12104
|
+
":math:msub^:math:|",
|
|
12105
|
+
":math:msubsup^:math:|",
|
|
12106
|
+
":math:msup^:math:|",
|
|
12107
|
+
":math:mtable^:math:|",
|
|
12108
|
+
":math:mtd^:math:|",
|
|
12109
|
+
":math:mtext^:math:|",
|
|
12110
|
+
":math:mtr^:math:|",
|
|
12111
|
+
":math:munder^:math:|",
|
|
12112
|
+
":math:munderover^:math:|",
|
|
12113
|
+
":math:semantics^:math:|"
|
|
12084
12114
|
];
|
|
12085
12115
|
var _ATTR_TO_PROP = new Map(Object.entries({
|
|
12086
12116
|
"class": "className",
|
|
@@ -26068,7 +26098,7 @@ function publishFacade(global) {
|
|
|
26068
26098
|
}
|
|
26069
26099
|
|
|
26070
26100
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26071
|
-
var VERSION2 = new Version("17.3.
|
|
26101
|
+
var VERSION2 = new Version("17.3.8");
|
|
26072
26102
|
|
|
26073
26103
|
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26074
26104
|
var _VisitorMode;
|