@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.
@@ -12169,7 +12169,37 @@ var SCHEMA = [
12169
12169
  "menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default",
12170
12170
  "summary^[HTMLElement]|",
12171
12171
  "time^[HTMLElement]|dateTime",
12172
- ":svg:cursor^:svg:|"
12172
+ ":svg:cursor^:svg:|",
12173
+ ":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",
12174
+ ":math:math^:math:|",
12175
+ ":math:maction^:math:|",
12176
+ ":math:menclose^:math:|",
12177
+ ":math:merror^:math:|",
12178
+ ":math:mfenced^:math:|",
12179
+ ":math:mfrac^:math:|",
12180
+ ":math:mi^:math:|",
12181
+ ":math:mmultiscripts^:math:|",
12182
+ ":math:mn^:math:|",
12183
+ ":math:mo^:math:|",
12184
+ ":math:mover^:math:|",
12185
+ ":math:mpadded^:math:|",
12186
+ ":math:mphantom^:math:|",
12187
+ ":math:mroot^:math:|",
12188
+ ":math:mrow^:math:|",
12189
+ ":math:ms^:math:|",
12190
+ ":math:mspace^:math:|",
12191
+ ":math:msqrt^:math:|",
12192
+ ":math:mstyle^:math:|",
12193
+ ":math:msub^:math:|",
12194
+ ":math:msubsup^:math:|",
12195
+ ":math:msup^:math:|",
12196
+ ":math:mtable^:math:|",
12197
+ ":math:mtd^:math:|",
12198
+ ":math:mtext^:math:|",
12199
+ ":math:mtr^:math:|",
12200
+ ":math:munder^:math:|",
12201
+ ":math:munderover^:math:|",
12202
+ ":math:semantics^:math:|"
12173
12203
  ];
12174
12204
  var _ATTR_TO_PROP = new Map(Object.entries({
12175
12205
  "class": "className",
@@ -26157,7 +26187,7 @@ function publishFacade(global) {
26157
26187
  }
26158
26188
 
26159
26189
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26160
- var VERSION2 = new Version("17.3.7");
26190
+ var VERSION2 = new Version("17.3.8");
26161
26191
 
26162
26192
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26163
26193
  var _VisitorMode;