@angular/core 17.3.6 → 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.
@@ -12011,7 +12011,37 @@ var SCHEMA = [
12011
12011
  "menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default",
12012
12012
  "summary^[HTMLElement]|",
12013
12013
  "time^[HTMLElement]|dateTime",
12014
- ":svg:cursor^:svg:|"
12014
+ ":svg:cursor^:svg:|",
12015
+ ":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",
12016
+ ":math:math^:math:|",
12017
+ ":math:maction^:math:|",
12018
+ ":math:menclose^:math:|",
12019
+ ":math:merror^:math:|",
12020
+ ":math:mfenced^:math:|",
12021
+ ":math:mfrac^:math:|",
12022
+ ":math:mi^:math:|",
12023
+ ":math:mmultiscripts^:math:|",
12024
+ ":math:mn^:math:|",
12025
+ ":math:mo^:math:|",
12026
+ ":math:mover^:math:|",
12027
+ ":math:mpadded^:math:|",
12028
+ ":math:mphantom^:math:|",
12029
+ ":math:mroot^:math:|",
12030
+ ":math:mrow^:math:|",
12031
+ ":math:ms^:math:|",
12032
+ ":math:mspace^:math:|",
12033
+ ":math:msqrt^:math:|",
12034
+ ":math:mstyle^:math:|",
12035
+ ":math:msub^:math:|",
12036
+ ":math:msubsup^:math:|",
12037
+ ":math:msup^:math:|",
12038
+ ":math:mtable^:math:|",
12039
+ ":math:mtd^:math:|",
12040
+ ":math:mtext^:math:|",
12041
+ ":math:mtr^:math:|",
12042
+ ":math:munder^:math:|",
12043
+ ":math:munderover^:math:|",
12044
+ ":math:semantics^:math:|"
12015
12045
  ];
12016
12046
  var _ATTR_TO_PROP = new Map(Object.entries({
12017
12047
  "class": "className",
@@ -25999,7 +26029,7 @@ function publishFacade(global) {
25999
26029
  }
26000
26030
 
26001
26031
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26002
- var VERSION2 = new Version("17.3.6");
26032
+ var VERSION2 = new Version("17.3.8");
26003
26033
 
26004
26034
  // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26005
26035
  var _VisitorMode;