runtime-dom.cjs.prod.js 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703
  1. /**
  2. * @vue/runtime-dom v3.5.22
  3. * (c) 2018-present Yuxi (Evan) You and Vue contributors
  4. * @license MIT
  5. **/
  6. 'use strict';
  7. Object.defineProperty(exports, '__esModule', { value: true });
  8. var runtimeCore = require('@vue/runtime-core');
  9. var shared = require('@vue/shared');
  10. let policy = void 0;
  11. const tt = typeof window !== "undefined" && window.trustedTypes;
  12. if (tt) {
  13. try {
  14. policy = /* @__PURE__ */ tt.createPolicy("vue", {
  15. createHTML: (val) => val
  16. });
  17. } catch (e) {
  18. }
  19. }
  20. const unsafeToTrustedHTML = policy ? (val) => policy.createHTML(val) : (val) => val;
  21. const svgNS = "http://www.w3.org/2000/svg";
  22. const mathmlNS = "http://www.w3.org/1998/Math/MathML";
  23. const doc = typeof document !== "undefined" ? document : null;
  24. const templateContainer = doc && /* @__PURE__ */ doc.createElement("template");
  25. const nodeOps = {
  26. insert: (child, parent, anchor) => {
  27. parent.insertBefore(child, anchor || null);
  28. },
  29. remove: (child) => {
  30. const parent = child.parentNode;
  31. if (parent) {
  32. parent.removeChild(child);
  33. }
  34. },
  35. createElement: (tag, namespace, is, props) => {
  36. const el = namespace === "svg" ? doc.createElementNS(svgNS, tag) : namespace === "mathml" ? doc.createElementNS(mathmlNS, tag) : is ? doc.createElement(tag, { is }) : doc.createElement(tag);
  37. if (tag === "select" && props && props.multiple != null) {
  38. el.setAttribute("multiple", props.multiple);
  39. }
  40. return el;
  41. },
  42. createText: (text) => doc.createTextNode(text),
  43. createComment: (text) => doc.createComment(text),
  44. setText: (node, text) => {
  45. node.nodeValue = text;
  46. },
  47. setElementText: (el, text) => {
  48. el.textContent = text;
  49. },
  50. parentNode: (node) => node.parentNode,
  51. nextSibling: (node) => node.nextSibling,
  52. querySelector: (selector) => doc.querySelector(selector),
  53. setScopeId(el, id) {
  54. el.setAttribute(id, "");
  55. },
  56. // __UNSAFE__
  57. // Reason: innerHTML.
  58. // Static content here can only come from compiled templates.
  59. // As long as the user only uses trusted templates, this is safe.
  60. insertStaticContent(content, parent, anchor, namespace, start, end) {
  61. const before = anchor ? anchor.previousSibling : parent.lastChild;
  62. if (start && (start === end || start.nextSibling)) {
  63. while (true) {
  64. parent.insertBefore(start.cloneNode(true), anchor);
  65. if (start === end || !(start = start.nextSibling)) break;
  66. }
  67. } else {
  68. templateContainer.innerHTML = unsafeToTrustedHTML(
  69. namespace === "svg" ? `<svg>${content}</svg>` : namespace === "mathml" ? `<math>${content}</math>` : content
  70. );
  71. const template = templateContainer.content;
  72. if (namespace === "svg" || namespace === "mathml") {
  73. const wrapper = template.firstChild;
  74. while (wrapper.firstChild) {
  75. template.appendChild(wrapper.firstChild);
  76. }
  77. template.removeChild(wrapper);
  78. }
  79. parent.insertBefore(template, anchor);
  80. }
  81. return [
  82. // first
  83. before ? before.nextSibling : parent.firstChild,
  84. // last
  85. anchor ? anchor.previousSibling : parent.lastChild
  86. ];
  87. }
  88. };
  89. const TRANSITION = "transition";
  90. const ANIMATION = "animation";
  91. const vtcKey = Symbol("_vtc");
  92. const DOMTransitionPropsValidators = {
  93. name: String,
  94. type: String,
  95. css: {
  96. type: Boolean,
  97. default: true
  98. },
  99. duration: [String, Number, Object],
  100. enterFromClass: String,
  101. enterActiveClass: String,
  102. enterToClass: String,
  103. appearFromClass: String,
  104. appearActiveClass: String,
  105. appearToClass: String,
  106. leaveFromClass: String,
  107. leaveActiveClass: String,
  108. leaveToClass: String
  109. };
  110. const TransitionPropsValidators = /* @__PURE__ */ shared.extend(
  111. {},
  112. runtimeCore.BaseTransitionPropsValidators,
  113. DOMTransitionPropsValidators
  114. );
  115. const decorate$1 = (t) => {
  116. t.displayName = "Transition";
  117. t.props = TransitionPropsValidators;
  118. return t;
  119. };
  120. const Transition = /* @__PURE__ */ decorate$1(
  121. (props, { slots }) => runtimeCore.h(runtimeCore.BaseTransition, resolveTransitionProps(props), slots)
  122. );
  123. const callHook = (hook, args = []) => {
  124. if (shared.isArray(hook)) {
  125. hook.forEach((h2) => h2(...args));
  126. } else if (hook) {
  127. hook(...args);
  128. }
  129. };
  130. const hasExplicitCallback = (hook) => {
  131. return hook ? shared.isArray(hook) ? hook.some((h2) => h2.length > 1) : hook.length > 1 : false;
  132. };
  133. function resolveTransitionProps(rawProps) {
  134. const baseProps = {};
  135. for (const key in rawProps) {
  136. if (!(key in DOMTransitionPropsValidators)) {
  137. baseProps[key] = rawProps[key];
  138. }
  139. }
  140. if (rawProps.css === false) {
  141. return baseProps;
  142. }
  143. const {
  144. name = "v",
  145. type,
  146. duration,
  147. enterFromClass = `${name}-enter-from`,
  148. enterActiveClass = `${name}-enter-active`,
  149. enterToClass = `${name}-enter-to`,
  150. appearFromClass = enterFromClass,
  151. appearActiveClass = enterActiveClass,
  152. appearToClass = enterToClass,
  153. leaveFromClass = `${name}-leave-from`,
  154. leaveActiveClass = `${name}-leave-active`,
  155. leaveToClass = `${name}-leave-to`
  156. } = rawProps;
  157. const durations = normalizeDuration(duration);
  158. const enterDuration = durations && durations[0];
  159. const leaveDuration = durations && durations[1];
  160. const {
  161. onBeforeEnter,
  162. onEnter,
  163. onEnterCancelled,
  164. onLeave,
  165. onLeaveCancelled,
  166. onBeforeAppear = onBeforeEnter,
  167. onAppear = onEnter,
  168. onAppearCancelled = onEnterCancelled
  169. } = baseProps;
  170. const finishEnter = (el, isAppear, done, isCancelled) => {
  171. el._enterCancelled = isCancelled;
  172. removeTransitionClass(el, isAppear ? appearToClass : enterToClass);
  173. removeTransitionClass(el, isAppear ? appearActiveClass : enterActiveClass);
  174. done && done();
  175. };
  176. const finishLeave = (el, done) => {
  177. el._isLeaving = false;
  178. removeTransitionClass(el, leaveFromClass);
  179. removeTransitionClass(el, leaveToClass);
  180. removeTransitionClass(el, leaveActiveClass);
  181. done && done();
  182. };
  183. const makeEnterHook = (isAppear) => {
  184. return (el, done) => {
  185. const hook = isAppear ? onAppear : onEnter;
  186. const resolve = () => finishEnter(el, isAppear, done);
  187. callHook(hook, [el, resolve]);
  188. nextFrame(() => {
  189. removeTransitionClass(el, isAppear ? appearFromClass : enterFromClass);
  190. addTransitionClass(el, isAppear ? appearToClass : enterToClass);
  191. if (!hasExplicitCallback(hook)) {
  192. whenTransitionEnds(el, type, enterDuration, resolve);
  193. }
  194. });
  195. };
  196. };
  197. return shared.extend(baseProps, {
  198. onBeforeEnter(el) {
  199. callHook(onBeforeEnter, [el]);
  200. addTransitionClass(el, enterFromClass);
  201. addTransitionClass(el, enterActiveClass);
  202. },
  203. onBeforeAppear(el) {
  204. callHook(onBeforeAppear, [el]);
  205. addTransitionClass(el, appearFromClass);
  206. addTransitionClass(el, appearActiveClass);
  207. },
  208. onEnter: makeEnterHook(false),
  209. onAppear: makeEnterHook(true),
  210. onLeave(el, done) {
  211. el._isLeaving = true;
  212. const resolve = () => finishLeave(el, done);
  213. addTransitionClass(el, leaveFromClass);
  214. if (!el._enterCancelled) {
  215. forceReflow(el);
  216. addTransitionClass(el, leaveActiveClass);
  217. } else {
  218. addTransitionClass(el, leaveActiveClass);
  219. forceReflow(el);
  220. }
  221. nextFrame(() => {
  222. if (!el._isLeaving) {
  223. return;
  224. }
  225. removeTransitionClass(el, leaveFromClass);
  226. addTransitionClass(el, leaveToClass);
  227. if (!hasExplicitCallback(onLeave)) {
  228. whenTransitionEnds(el, type, leaveDuration, resolve);
  229. }
  230. });
  231. callHook(onLeave, [el, resolve]);
  232. },
  233. onEnterCancelled(el) {
  234. finishEnter(el, false, void 0, true);
  235. callHook(onEnterCancelled, [el]);
  236. },
  237. onAppearCancelled(el) {
  238. finishEnter(el, true, void 0, true);
  239. callHook(onAppearCancelled, [el]);
  240. },
  241. onLeaveCancelled(el) {
  242. finishLeave(el);
  243. callHook(onLeaveCancelled, [el]);
  244. }
  245. });
  246. }
  247. function normalizeDuration(duration) {
  248. if (duration == null) {
  249. return null;
  250. } else if (shared.isObject(duration)) {
  251. return [NumberOf(duration.enter), NumberOf(duration.leave)];
  252. } else {
  253. const n = NumberOf(duration);
  254. return [n, n];
  255. }
  256. }
  257. function NumberOf(val) {
  258. const res = shared.toNumber(val);
  259. return res;
  260. }
  261. function addTransitionClass(el, cls) {
  262. cls.split(/\s+/).forEach((c) => c && el.classList.add(c));
  263. (el[vtcKey] || (el[vtcKey] = /* @__PURE__ */ new Set())).add(cls);
  264. }
  265. function removeTransitionClass(el, cls) {
  266. cls.split(/\s+/).forEach((c) => c && el.classList.remove(c));
  267. const _vtc = el[vtcKey];
  268. if (_vtc) {
  269. _vtc.delete(cls);
  270. if (!_vtc.size) {
  271. el[vtcKey] = void 0;
  272. }
  273. }
  274. }
  275. function nextFrame(cb) {
  276. requestAnimationFrame(() => {
  277. requestAnimationFrame(cb);
  278. });
  279. }
  280. let endId = 0;
  281. function whenTransitionEnds(el, expectedType, explicitTimeout, resolve) {
  282. const id = el._endId = ++endId;
  283. const resolveIfNotStale = () => {
  284. if (id === el._endId) {
  285. resolve();
  286. }
  287. };
  288. if (explicitTimeout != null) {
  289. return setTimeout(resolveIfNotStale, explicitTimeout);
  290. }
  291. const { type, timeout, propCount } = getTransitionInfo(el, expectedType);
  292. if (!type) {
  293. return resolve();
  294. }
  295. const endEvent = type + "end";
  296. let ended = 0;
  297. const end = () => {
  298. el.removeEventListener(endEvent, onEnd);
  299. resolveIfNotStale();
  300. };
  301. const onEnd = (e) => {
  302. if (e.target === el && ++ended >= propCount) {
  303. end();
  304. }
  305. };
  306. setTimeout(() => {
  307. if (ended < propCount) {
  308. end();
  309. }
  310. }, timeout + 1);
  311. el.addEventListener(endEvent, onEnd);
  312. }
  313. function getTransitionInfo(el, expectedType) {
  314. const styles = window.getComputedStyle(el);
  315. const getStyleProperties = (key) => (styles[key] || "").split(", ");
  316. const transitionDelays = getStyleProperties(`${TRANSITION}Delay`);
  317. const transitionDurations = getStyleProperties(`${TRANSITION}Duration`);
  318. const transitionTimeout = getTimeout(transitionDelays, transitionDurations);
  319. const animationDelays = getStyleProperties(`${ANIMATION}Delay`);
  320. const animationDurations = getStyleProperties(`${ANIMATION}Duration`);
  321. const animationTimeout = getTimeout(animationDelays, animationDurations);
  322. let type = null;
  323. let timeout = 0;
  324. let propCount = 0;
  325. if (expectedType === TRANSITION) {
  326. if (transitionTimeout > 0) {
  327. type = TRANSITION;
  328. timeout = transitionTimeout;
  329. propCount = transitionDurations.length;
  330. }
  331. } else if (expectedType === ANIMATION) {
  332. if (animationTimeout > 0) {
  333. type = ANIMATION;
  334. timeout = animationTimeout;
  335. propCount = animationDurations.length;
  336. }
  337. } else {
  338. timeout = Math.max(transitionTimeout, animationTimeout);
  339. type = timeout > 0 ? transitionTimeout > animationTimeout ? TRANSITION : ANIMATION : null;
  340. propCount = type ? type === TRANSITION ? transitionDurations.length : animationDurations.length : 0;
  341. }
  342. const hasTransform = type === TRANSITION && /\b(?:transform|all)(?:,|$)/.test(
  343. getStyleProperties(`${TRANSITION}Property`).toString()
  344. );
  345. return {
  346. type,
  347. timeout,
  348. propCount,
  349. hasTransform
  350. };
  351. }
  352. function getTimeout(delays, durations) {
  353. while (delays.length < durations.length) {
  354. delays = delays.concat(delays);
  355. }
  356. return Math.max(...durations.map((d, i) => toMs(d) + toMs(delays[i])));
  357. }
  358. function toMs(s) {
  359. if (s === "auto") return 0;
  360. return Number(s.slice(0, -1).replace(",", ".")) * 1e3;
  361. }
  362. function forceReflow(el) {
  363. const targetDocument = el ? el.ownerDocument : document;
  364. return targetDocument.body.offsetHeight;
  365. }
  366. function patchClass(el, value, isSVG) {
  367. const transitionClasses = el[vtcKey];
  368. if (transitionClasses) {
  369. value = (value ? [value, ...transitionClasses] : [...transitionClasses]).join(" ");
  370. }
  371. if (value == null) {
  372. el.removeAttribute("class");
  373. } else if (isSVG) {
  374. el.setAttribute("class", value);
  375. } else {
  376. el.className = value;
  377. }
  378. }
  379. const vShowOriginalDisplay = Symbol("_vod");
  380. const vShowHidden = Symbol("_vsh");
  381. const vShow = {
  382. // used for prop mismatch check during hydration
  383. name: "show",
  384. beforeMount(el, { value }, { transition }) {
  385. el[vShowOriginalDisplay] = el.style.display === "none" ? "" : el.style.display;
  386. if (transition && value) {
  387. transition.beforeEnter(el);
  388. } else {
  389. setDisplay(el, value);
  390. }
  391. },
  392. mounted(el, { value }, { transition }) {
  393. if (transition && value) {
  394. transition.enter(el);
  395. }
  396. },
  397. updated(el, { value, oldValue }, { transition }) {
  398. if (!value === !oldValue) return;
  399. if (transition) {
  400. if (value) {
  401. transition.beforeEnter(el);
  402. setDisplay(el, true);
  403. transition.enter(el);
  404. } else {
  405. transition.leave(el, () => {
  406. setDisplay(el, false);
  407. });
  408. }
  409. } else {
  410. setDisplay(el, value);
  411. }
  412. },
  413. beforeUnmount(el, { value }) {
  414. setDisplay(el, value);
  415. }
  416. };
  417. function setDisplay(el, value) {
  418. el.style.display = value ? el[vShowOriginalDisplay] : "none";
  419. el[vShowHidden] = !value;
  420. }
  421. function initVShowForSSR() {
  422. vShow.getSSRProps = ({ value }) => {
  423. if (!value) {
  424. return { style: { display: "none" } };
  425. }
  426. };
  427. }
  428. const CSS_VAR_TEXT = Symbol("");
  429. function useCssVars(getter) {
  430. return;
  431. }
  432. const displayRE = /(?:^|;)\s*display\s*:/;
  433. function patchStyle(el, prev, next) {
  434. const style = el.style;
  435. const isCssString = shared.isString(next);
  436. let hasControlledDisplay = false;
  437. if (next && !isCssString) {
  438. if (prev) {
  439. if (!shared.isString(prev)) {
  440. for (const key in prev) {
  441. if (next[key] == null) {
  442. setStyle(style, key, "");
  443. }
  444. }
  445. } else {
  446. for (const prevStyle of prev.split(";")) {
  447. const key = prevStyle.slice(0, prevStyle.indexOf(":")).trim();
  448. if (next[key] == null) {
  449. setStyle(style, key, "");
  450. }
  451. }
  452. }
  453. }
  454. for (const key in next) {
  455. if (key === "display") {
  456. hasControlledDisplay = true;
  457. }
  458. setStyle(style, key, next[key]);
  459. }
  460. } else {
  461. if (isCssString) {
  462. if (prev !== next) {
  463. const cssVarText = style[CSS_VAR_TEXT];
  464. if (cssVarText) {
  465. next += ";" + cssVarText;
  466. }
  467. style.cssText = next;
  468. hasControlledDisplay = displayRE.test(next);
  469. }
  470. } else if (prev) {
  471. el.removeAttribute("style");
  472. }
  473. }
  474. if (vShowOriginalDisplay in el) {
  475. el[vShowOriginalDisplay] = hasControlledDisplay ? style.display : "";
  476. if (el[vShowHidden]) {
  477. style.display = "none";
  478. }
  479. }
  480. }
  481. const importantRE = /\s*!important$/;
  482. function setStyle(style, name, val) {
  483. if (shared.isArray(val)) {
  484. val.forEach((v) => setStyle(style, name, v));
  485. } else {
  486. if (val == null) val = "";
  487. if (name.startsWith("--")) {
  488. style.setProperty(name, val);
  489. } else {
  490. const prefixed = autoPrefix(style, name);
  491. if (importantRE.test(val)) {
  492. style.setProperty(
  493. shared.hyphenate(prefixed),
  494. val.replace(importantRE, ""),
  495. "important"
  496. );
  497. } else {
  498. style[prefixed] = val;
  499. }
  500. }
  501. }
  502. }
  503. const prefixes = ["Webkit", "Moz", "ms"];
  504. const prefixCache = {};
  505. function autoPrefix(style, rawName) {
  506. const cached = prefixCache[rawName];
  507. if (cached) {
  508. return cached;
  509. }
  510. let name = runtimeCore.camelize(rawName);
  511. if (name !== "filter" && name in style) {
  512. return prefixCache[rawName] = name;
  513. }
  514. name = shared.capitalize(name);
  515. for (let i = 0; i < prefixes.length; i++) {
  516. const prefixed = prefixes[i] + name;
  517. if (prefixed in style) {
  518. return prefixCache[rawName] = prefixed;
  519. }
  520. }
  521. return rawName;
  522. }
  523. const xlinkNS = "http://www.w3.org/1999/xlink";
  524. function patchAttr(el, key, value, isSVG, instance, isBoolean = shared.isSpecialBooleanAttr(key)) {
  525. if (isSVG && key.startsWith("xlink:")) {
  526. if (value == null) {
  527. el.removeAttributeNS(xlinkNS, key.slice(6, key.length));
  528. } else {
  529. el.setAttributeNS(xlinkNS, key, value);
  530. }
  531. } else {
  532. if (value == null || isBoolean && !shared.includeBooleanAttr(value)) {
  533. el.removeAttribute(key);
  534. } else {
  535. el.setAttribute(
  536. key,
  537. isBoolean ? "" : shared.isSymbol(value) ? String(value) : value
  538. );
  539. }
  540. }
  541. }
  542. function patchDOMProp(el, key, value, parentComponent, attrName) {
  543. if (key === "innerHTML" || key === "textContent") {
  544. if (value != null) {
  545. el[key] = key === "innerHTML" ? unsafeToTrustedHTML(value) : value;
  546. }
  547. return;
  548. }
  549. const tag = el.tagName;
  550. if (key === "value" && tag !== "PROGRESS" && // custom elements may use _value internally
  551. !tag.includes("-")) {
  552. const oldValue = tag === "OPTION" ? el.getAttribute("value") || "" : el.value;
  553. const newValue = value == null ? (
  554. // #11647: value should be set as empty string for null and undefined,
  555. // but <input type="checkbox"> should be set as 'on'.
  556. el.type === "checkbox" ? "on" : ""
  557. ) : String(value);
  558. if (oldValue !== newValue || !("_value" in el)) {
  559. el.value = newValue;
  560. }
  561. if (value == null) {
  562. el.removeAttribute(key);
  563. }
  564. el._value = value;
  565. return;
  566. }
  567. let needRemove = false;
  568. if (value === "" || value == null) {
  569. const type = typeof el[key];
  570. if (type === "boolean") {
  571. value = shared.includeBooleanAttr(value);
  572. } else if (value == null && type === "string") {
  573. value = "";
  574. needRemove = true;
  575. } else if (type === "number") {
  576. value = 0;
  577. needRemove = true;
  578. }
  579. }
  580. try {
  581. el[key] = value;
  582. } catch (e) {
  583. }
  584. needRemove && el.removeAttribute(attrName || key);
  585. }
  586. function addEventListener(el, event, handler, options) {
  587. el.addEventListener(event, handler, options);
  588. }
  589. function removeEventListener(el, event, handler, options) {
  590. el.removeEventListener(event, handler, options);
  591. }
  592. const veiKey = Symbol("_vei");
  593. function patchEvent(el, rawName, prevValue, nextValue, instance = null) {
  594. const invokers = el[veiKey] || (el[veiKey] = {});
  595. const existingInvoker = invokers[rawName];
  596. if (nextValue && existingInvoker) {
  597. existingInvoker.value = nextValue;
  598. } else {
  599. const [name, options] = parseName(rawName);
  600. if (nextValue) {
  601. const invoker = invokers[rawName] = createInvoker(
  602. nextValue,
  603. instance
  604. );
  605. addEventListener(el, name, invoker, options);
  606. } else if (existingInvoker) {
  607. removeEventListener(el, name, existingInvoker, options);
  608. invokers[rawName] = void 0;
  609. }
  610. }
  611. }
  612. const optionsModifierRE = /(?:Once|Passive|Capture)$/;
  613. function parseName(name) {
  614. let options;
  615. if (optionsModifierRE.test(name)) {
  616. options = {};
  617. let m;
  618. while (m = name.match(optionsModifierRE)) {
  619. name = name.slice(0, name.length - m[0].length);
  620. options[m[0].toLowerCase()] = true;
  621. }
  622. }
  623. const event = name[2] === ":" ? name.slice(3) : shared.hyphenate(name.slice(2));
  624. return [event, options];
  625. }
  626. let cachedNow = 0;
  627. const p = /* @__PURE__ */ Promise.resolve();
  628. const getNow = () => cachedNow || (p.then(() => cachedNow = 0), cachedNow = Date.now());
  629. function createInvoker(initialValue, instance) {
  630. const invoker = (e) => {
  631. if (!e._vts) {
  632. e._vts = Date.now();
  633. } else if (e._vts <= invoker.attached) {
  634. return;
  635. }
  636. runtimeCore.callWithAsyncErrorHandling(
  637. patchStopImmediatePropagation(e, invoker.value),
  638. instance,
  639. 5,
  640. [e]
  641. );
  642. };
  643. invoker.value = initialValue;
  644. invoker.attached = getNow();
  645. return invoker;
  646. }
  647. function patchStopImmediatePropagation(e, value) {
  648. if (shared.isArray(value)) {
  649. const originalStop = e.stopImmediatePropagation;
  650. e.stopImmediatePropagation = () => {
  651. originalStop.call(e);
  652. e._stopped = true;
  653. };
  654. return value.map(
  655. (fn) => (e2) => !e2._stopped && fn && fn(e2)
  656. );
  657. } else {
  658. return value;
  659. }
  660. }
  661. const isNativeOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && // lowercase letter
  662. key.charCodeAt(2) > 96 && key.charCodeAt(2) < 123;
  663. const patchProp = (el, key, prevValue, nextValue, namespace, parentComponent) => {
  664. const isSVG = namespace === "svg";
  665. if (key === "class") {
  666. patchClass(el, nextValue, isSVG);
  667. } else if (key === "style") {
  668. patchStyle(el, prevValue, nextValue);
  669. } else if (shared.isOn(key)) {
  670. if (!shared.isModelListener(key)) {
  671. patchEvent(el, key, prevValue, nextValue, parentComponent);
  672. }
  673. } else if (key[0] === "." ? (key = key.slice(1), true) : key[0] === "^" ? (key = key.slice(1), false) : shouldSetAsProp(el, key, nextValue, isSVG)) {
  674. patchDOMProp(el, key, nextValue);
  675. if (!el.tagName.includes("-") && (key === "value" || key === "checked" || key === "selected")) {
  676. patchAttr(el, key, nextValue, isSVG, parentComponent, key !== "value");
  677. }
  678. } else if (
  679. // #11081 force set props for possible async custom element
  680. el._isVueCE && (/[A-Z]/.test(key) || !shared.isString(nextValue))
  681. ) {
  682. patchDOMProp(el, shared.camelize(key), nextValue, parentComponent, key);
  683. } else {
  684. if (key === "true-value") {
  685. el._trueValue = nextValue;
  686. } else if (key === "false-value") {
  687. el._falseValue = nextValue;
  688. }
  689. patchAttr(el, key, nextValue, isSVG);
  690. }
  691. };
  692. function shouldSetAsProp(el, key, value, isSVG) {
  693. if (isSVG) {
  694. if (key === "innerHTML" || key === "textContent") {
  695. return true;
  696. }
  697. if (key in el && isNativeOn(key) && shared.isFunction(value)) {
  698. return true;
  699. }
  700. return false;
  701. }
  702. if (key === "spellcheck" || key === "draggable" || key === "translate" || key === "autocorrect") {
  703. return false;
  704. }
  705. if (key === "form") {
  706. return false;
  707. }
  708. if (key === "list" && el.tagName === "INPUT") {
  709. return false;
  710. }
  711. if (key === "type" && el.tagName === "TEXTAREA") {
  712. return false;
  713. }
  714. if (key === "width" || key === "height") {
  715. const tag = el.tagName;
  716. if (tag === "IMG" || tag === "VIDEO" || tag === "CANVAS" || tag === "SOURCE") {
  717. return false;
  718. }
  719. }
  720. if (isNativeOn(key) && shared.isString(value)) {
  721. return false;
  722. }
  723. return key in el;
  724. }
  725. const REMOVAL = {};
  726. // @__NO_SIDE_EFFECTS__
  727. function defineCustomElement(options, extraOptions, _createApp) {
  728. let Comp = runtimeCore.defineComponent(options, extraOptions);
  729. if (shared.isPlainObject(Comp)) Comp = shared.extend({}, Comp, extraOptions);
  730. class VueCustomElement extends VueElement {
  731. constructor(initialProps) {
  732. super(Comp, initialProps, _createApp);
  733. }
  734. }
  735. VueCustomElement.def = Comp;
  736. return VueCustomElement;
  737. }
  738. const defineSSRCustomElement = (/* @__NO_SIDE_EFFECTS__ */ (options, extraOptions) => {
  739. return /* @__PURE__ */ defineCustomElement(options, extraOptions, createSSRApp);
  740. });
  741. const BaseClass = typeof HTMLElement !== "undefined" ? HTMLElement : class {
  742. };
  743. class VueElement extends BaseClass {
  744. constructor(_def, _props = {}, _createApp = createApp) {
  745. super();
  746. this._def = _def;
  747. this._props = _props;
  748. this._createApp = _createApp;
  749. this._isVueCE = true;
  750. /**
  751. * @internal
  752. */
  753. this._instance = null;
  754. /**
  755. * @internal
  756. */
  757. this._app = null;
  758. /**
  759. * @internal
  760. */
  761. this._nonce = this._def.nonce;
  762. this._connected = false;
  763. this._resolved = false;
  764. this._numberProps = null;
  765. this._styleChildren = /* @__PURE__ */ new WeakSet();
  766. this._ob = null;
  767. if (this.shadowRoot && _createApp !== createApp) {
  768. this._root = this.shadowRoot;
  769. } else {
  770. if (_def.shadowRoot !== false) {
  771. this.attachShadow(
  772. shared.extend({}, _def.shadowRootOptions, {
  773. mode: "open"
  774. })
  775. );
  776. this._root = this.shadowRoot;
  777. } else {
  778. this._root = this;
  779. }
  780. }
  781. }
  782. connectedCallback() {
  783. if (!this.isConnected) return;
  784. if (!this.shadowRoot && !this._resolved) {
  785. this._parseSlots();
  786. }
  787. this._connected = true;
  788. let parent = this;
  789. while (parent = parent && (parent.parentNode || parent.host)) {
  790. if (parent instanceof VueElement) {
  791. this._parent = parent;
  792. break;
  793. }
  794. }
  795. if (!this._instance) {
  796. if (this._resolved) {
  797. this._mount(this._def);
  798. } else {
  799. if (parent && parent._pendingResolve) {
  800. this._pendingResolve = parent._pendingResolve.then(() => {
  801. this._pendingResolve = void 0;
  802. this._resolveDef();
  803. });
  804. } else {
  805. this._resolveDef();
  806. }
  807. }
  808. }
  809. }
  810. _setParent(parent = this._parent) {
  811. if (parent) {
  812. this._instance.parent = parent._instance;
  813. this._inheritParentContext(parent);
  814. }
  815. }
  816. _inheritParentContext(parent = this._parent) {
  817. if (parent && this._app) {
  818. Object.setPrototypeOf(
  819. this._app._context.provides,
  820. parent._instance.provides
  821. );
  822. }
  823. }
  824. disconnectedCallback() {
  825. this._connected = false;
  826. runtimeCore.nextTick(() => {
  827. if (!this._connected) {
  828. if (this._ob) {
  829. this._ob.disconnect();
  830. this._ob = null;
  831. }
  832. this._app && this._app.unmount();
  833. if (this._instance) this._instance.ce = void 0;
  834. this._app = this._instance = null;
  835. if (this._teleportTargets) {
  836. this._teleportTargets.clear();
  837. this._teleportTargets = void 0;
  838. }
  839. }
  840. });
  841. }
  842. _processMutations(mutations) {
  843. for (const m of mutations) {
  844. this._setAttr(m.attributeName);
  845. }
  846. }
  847. /**
  848. * resolve inner component definition (handle possible async component)
  849. */
  850. _resolveDef() {
  851. if (this._pendingResolve) {
  852. return;
  853. }
  854. for (let i = 0; i < this.attributes.length; i++) {
  855. this._setAttr(this.attributes[i].name);
  856. }
  857. this._ob = new MutationObserver(this._processMutations.bind(this));
  858. this._ob.observe(this, { attributes: true });
  859. const resolve = (def, isAsync = false) => {
  860. this._resolved = true;
  861. this._pendingResolve = void 0;
  862. const { props, styles } = def;
  863. let numberProps;
  864. if (props && !shared.isArray(props)) {
  865. for (const key in props) {
  866. const opt = props[key];
  867. if (opt === Number || opt && opt.type === Number) {
  868. if (key in this._props) {
  869. this._props[key] = shared.toNumber(this._props[key]);
  870. }
  871. (numberProps || (numberProps = /* @__PURE__ */ Object.create(null)))[shared.camelize(key)] = true;
  872. }
  873. }
  874. }
  875. this._numberProps = numberProps;
  876. this._resolveProps(def);
  877. if (this.shadowRoot) {
  878. this._applyStyles(styles);
  879. }
  880. this._mount(def);
  881. };
  882. const asyncDef = this._def.__asyncLoader;
  883. if (asyncDef) {
  884. this._pendingResolve = asyncDef().then((def) => {
  885. def.configureApp = this._def.configureApp;
  886. resolve(this._def = def, true);
  887. });
  888. } else {
  889. resolve(this._def);
  890. }
  891. }
  892. _mount(def) {
  893. this._app = this._createApp(def);
  894. this._inheritParentContext();
  895. if (def.configureApp) {
  896. def.configureApp(this._app);
  897. }
  898. this._app._ceVNode = this._createVNode();
  899. this._app.mount(this._root);
  900. const exposed = this._instance && this._instance.exposed;
  901. if (!exposed) return;
  902. for (const key in exposed) {
  903. if (!shared.hasOwn(this, key)) {
  904. Object.defineProperty(this, key, {
  905. // unwrap ref to be consistent with public instance behavior
  906. get: () => runtimeCore.unref(exposed[key])
  907. });
  908. }
  909. }
  910. }
  911. _resolveProps(def) {
  912. const { props } = def;
  913. const declaredPropKeys = shared.isArray(props) ? props : Object.keys(props || {});
  914. for (const key of Object.keys(this)) {
  915. if (key[0] !== "_" && declaredPropKeys.includes(key)) {
  916. this._setProp(key, this[key]);
  917. }
  918. }
  919. for (const key of declaredPropKeys.map(shared.camelize)) {
  920. Object.defineProperty(this, key, {
  921. get() {
  922. return this._getProp(key);
  923. },
  924. set(val) {
  925. this._setProp(key, val, true, true);
  926. }
  927. });
  928. }
  929. }
  930. _setAttr(key) {
  931. if (key.startsWith("data-v-")) return;
  932. const has = this.hasAttribute(key);
  933. let value = has ? this.getAttribute(key) : REMOVAL;
  934. const camelKey = shared.camelize(key);
  935. if (has && this._numberProps && this._numberProps[camelKey]) {
  936. value = shared.toNumber(value);
  937. }
  938. this._setProp(camelKey, value, false, true);
  939. }
  940. /**
  941. * @internal
  942. */
  943. _getProp(key) {
  944. return this._props[key];
  945. }
  946. /**
  947. * @internal
  948. */
  949. _setProp(key, val, shouldReflect = true, shouldUpdate = false) {
  950. if (val !== this._props[key]) {
  951. if (val === REMOVAL) {
  952. delete this._props[key];
  953. } else {
  954. this._props[key] = val;
  955. if (key === "key" && this._app) {
  956. this._app._ceVNode.key = val;
  957. }
  958. }
  959. if (shouldUpdate && this._instance) {
  960. this._update();
  961. }
  962. if (shouldReflect) {
  963. const ob = this._ob;
  964. if (ob) {
  965. this._processMutations(ob.takeRecords());
  966. ob.disconnect();
  967. }
  968. if (val === true) {
  969. this.setAttribute(shared.hyphenate(key), "");
  970. } else if (typeof val === "string" || typeof val === "number") {
  971. this.setAttribute(shared.hyphenate(key), val + "");
  972. } else if (!val) {
  973. this.removeAttribute(shared.hyphenate(key));
  974. }
  975. ob && ob.observe(this, { attributes: true });
  976. }
  977. }
  978. }
  979. _update() {
  980. const vnode = this._createVNode();
  981. if (this._app) vnode.appContext = this._app._context;
  982. render(vnode, this._root);
  983. }
  984. _createVNode() {
  985. const baseProps = {};
  986. if (!this.shadowRoot) {
  987. baseProps.onVnodeMounted = baseProps.onVnodeUpdated = this._renderSlots.bind(this);
  988. }
  989. const vnode = runtimeCore.createVNode(this._def, shared.extend(baseProps, this._props));
  990. if (!this._instance) {
  991. vnode.ce = (instance) => {
  992. this._instance = instance;
  993. instance.ce = this;
  994. instance.isCE = true;
  995. const dispatch = (event, args) => {
  996. this.dispatchEvent(
  997. new CustomEvent(
  998. event,
  999. shared.isPlainObject(args[0]) ? shared.extend({ detail: args }, args[0]) : { detail: args }
  1000. )
  1001. );
  1002. };
  1003. instance.emit = (event, ...args) => {
  1004. dispatch(event, args);
  1005. if (shared.hyphenate(event) !== event) {
  1006. dispatch(shared.hyphenate(event), args);
  1007. }
  1008. };
  1009. this._setParent();
  1010. };
  1011. }
  1012. return vnode;
  1013. }
  1014. _applyStyles(styles, owner) {
  1015. if (!styles) return;
  1016. if (owner) {
  1017. if (owner === this._def || this._styleChildren.has(owner)) {
  1018. return;
  1019. }
  1020. this._styleChildren.add(owner);
  1021. }
  1022. const nonce = this._nonce;
  1023. for (let i = styles.length - 1; i >= 0; i--) {
  1024. const s = document.createElement("style");
  1025. if (nonce) s.setAttribute("nonce", nonce);
  1026. s.textContent = styles[i];
  1027. this.shadowRoot.prepend(s);
  1028. }
  1029. }
  1030. /**
  1031. * Only called when shadowRoot is false
  1032. */
  1033. _parseSlots() {
  1034. const slots = this._slots = {};
  1035. let n;
  1036. while (n = this.firstChild) {
  1037. const slotName = n.nodeType === 1 && n.getAttribute("slot") || "default";
  1038. (slots[slotName] || (slots[slotName] = [])).push(n);
  1039. this.removeChild(n);
  1040. }
  1041. }
  1042. /**
  1043. * Only called when shadowRoot is false
  1044. */
  1045. _renderSlots() {
  1046. const outlets = this._getSlots();
  1047. const scopeId = this._instance.type.__scopeId;
  1048. for (let i = 0; i < outlets.length; i++) {
  1049. const o = outlets[i];
  1050. const slotName = o.getAttribute("name") || "default";
  1051. const content = this._slots[slotName];
  1052. const parent = o.parentNode;
  1053. if (content) {
  1054. for (const n of content) {
  1055. if (scopeId && n.nodeType === 1) {
  1056. const id = scopeId + "-s";
  1057. const walker = document.createTreeWalker(n, 1);
  1058. n.setAttribute(id, "");
  1059. let child;
  1060. while (child = walker.nextNode()) {
  1061. child.setAttribute(id, "");
  1062. }
  1063. }
  1064. parent.insertBefore(n, o);
  1065. }
  1066. } else {
  1067. while (o.firstChild) parent.insertBefore(o.firstChild, o);
  1068. }
  1069. parent.removeChild(o);
  1070. }
  1071. }
  1072. /**
  1073. * @internal
  1074. */
  1075. _getSlots() {
  1076. const roots = [this];
  1077. if (this._teleportTargets) {
  1078. roots.push(...this._teleportTargets);
  1079. }
  1080. return roots.reduce((res, i) => {
  1081. res.push(...Array.from(i.querySelectorAll("slot")));
  1082. return res;
  1083. }, []);
  1084. }
  1085. /**
  1086. * @internal
  1087. */
  1088. _injectChildStyle(comp) {
  1089. this._applyStyles(comp.styles, comp);
  1090. }
  1091. /**
  1092. * @internal
  1093. */
  1094. _removeChildStyle(comp) {
  1095. }
  1096. }
  1097. function useHost(caller) {
  1098. const instance = runtimeCore.getCurrentInstance();
  1099. const el = instance && instance.ce;
  1100. if (el) {
  1101. return el;
  1102. }
  1103. return null;
  1104. }
  1105. function useShadowRoot() {
  1106. const el = useHost();
  1107. return el && el.shadowRoot;
  1108. }
  1109. function useCssModule(name = "$style") {
  1110. {
  1111. const instance = runtimeCore.getCurrentInstance();
  1112. if (!instance) {
  1113. return shared.EMPTY_OBJ;
  1114. }
  1115. const modules = instance.type.__cssModules;
  1116. if (!modules) {
  1117. return shared.EMPTY_OBJ;
  1118. }
  1119. const mod = modules[name];
  1120. if (!mod) {
  1121. return shared.EMPTY_OBJ;
  1122. }
  1123. return mod;
  1124. }
  1125. }
  1126. const positionMap = /* @__PURE__ */ new WeakMap();
  1127. const newPositionMap = /* @__PURE__ */ new WeakMap();
  1128. const moveCbKey = Symbol("_moveCb");
  1129. const enterCbKey = Symbol("_enterCb");
  1130. const decorate = (t) => {
  1131. delete t.props.mode;
  1132. return t;
  1133. };
  1134. const TransitionGroupImpl = /* @__PURE__ */ decorate({
  1135. name: "TransitionGroup",
  1136. props: /* @__PURE__ */ shared.extend({}, TransitionPropsValidators, {
  1137. tag: String,
  1138. moveClass: String
  1139. }),
  1140. setup(props, { slots }) {
  1141. const instance = runtimeCore.getCurrentInstance();
  1142. const state = runtimeCore.useTransitionState();
  1143. let prevChildren;
  1144. let children;
  1145. runtimeCore.onUpdated(() => {
  1146. if (!prevChildren.length) {
  1147. return;
  1148. }
  1149. const moveClass = props.moveClass || `${props.name || "v"}-move`;
  1150. if (!hasCSSTransform(
  1151. prevChildren[0].el,
  1152. instance.vnode.el,
  1153. moveClass
  1154. )) {
  1155. prevChildren = [];
  1156. return;
  1157. }
  1158. prevChildren.forEach(callPendingCbs);
  1159. prevChildren.forEach(recordPosition);
  1160. const movedChildren = prevChildren.filter(applyTranslation);
  1161. forceReflow(instance.vnode.el);
  1162. movedChildren.forEach((c) => {
  1163. const el = c.el;
  1164. const style = el.style;
  1165. addTransitionClass(el, moveClass);
  1166. style.transform = style.webkitTransform = style.transitionDuration = "";
  1167. const cb = el[moveCbKey] = (e) => {
  1168. if (e && e.target !== el) {
  1169. return;
  1170. }
  1171. if (!e || e.propertyName.endsWith("transform")) {
  1172. el.removeEventListener("transitionend", cb);
  1173. el[moveCbKey] = null;
  1174. removeTransitionClass(el, moveClass);
  1175. }
  1176. };
  1177. el.addEventListener("transitionend", cb);
  1178. });
  1179. prevChildren = [];
  1180. });
  1181. return () => {
  1182. const rawProps = runtimeCore.toRaw(props);
  1183. const cssTransitionProps = resolveTransitionProps(rawProps);
  1184. let tag = rawProps.tag || runtimeCore.Fragment;
  1185. prevChildren = [];
  1186. if (children) {
  1187. for (let i = 0; i < children.length; i++) {
  1188. const child = children[i];
  1189. if (child.el && child.el instanceof Element) {
  1190. prevChildren.push(child);
  1191. runtimeCore.setTransitionHooks(
  1192. child,
  1193. runtimeCore.resolveTransitionHooks(
  1194. child,
  1195. cssTransitionProps,
  1196. state,
  1197. instance
  1198. )
  1199. );
  1200. positionMap.set(
  1201. child,
  1202. child.el.getBoundingClientRect()
  1203. );
  1204. }
  1205. }
  1206. }
  1207. children = slots.default ? runtimeCore.getTransitionRawChildren(slots.default()) : [];
  1208. for (let i = 0; i < children.length; i++) {
  1209. const child = children[i];
  1210. if (child.key != null) {
  1211. runtimeCore.setTransitionHooks(
  1212. child,
  1213. runtimeCore.resolveTransitionHooks(child, cssTransitionProps, state, instance)
  1214. );
  1215. }
  1216. }
  1217. return runtimeCore.createVNode(tag, null, children);
  1218. };
  1219. }
  1220. });
  1221. const TransitionGroup = TransitionGroupImpl;
  1222. function callPendingCbs(c) {
  1223. const el = c.el;
  1224. if (el[moveCbKey]) {
  1225. el[moveCbKey]();
  1226. }
  1227. if (el[enterCbKey]) {
  1228. el[enterCbKey]();
  1229. }
  1230. }
  1231. function recordPosition(c) {
  1232. newPositionMap.set(c, c.el.getBoundingClientRect());
  1233. }
  1234. function applyTranslation(c) {
  1235. const oldPos = positionMap.get(c);
  1236. const newPos = newPositionMap.get(c);
  1237. const dx = oldPos.left - newPos.left;
  1238. const dy = oldPos.top - newPos.top;
  1239. if (dx || dy) {
  1240. const s = c.el.style;
  1241. s.transform = s.webkitTransform = `translate(${dx}px,${dy}px)`;
  1242. s.transitionDuration = "0s";
  1243. return c;
  1244. }
  1245. }
  1246. function hasCSSTransform(el, root, moveClass) {
  1247. const clone = el.cloneNode();
  1248. const _vtc = el[vtcKey];
  1249. if (_vtc) {
  1250. _vtc.forEach((cls) => {
  1251. cls.split(/\s+/).forEach((c) => c && clone.classList.remove(c));
  1252. });
  1253. }
  1254. moveClass.split(/\s+/).forEach((c) => c && clone.classList.add(c));
  1255. clone.style.display = "none";
  1256. const container = root.nodeType === 1 ? root : root.parentNode;
  1257. container.appendChild(clone);
  1258. const { hasTransform } = getTransitionInfo(clone);
  1259. container.removeChild(clone);
  1260. return hasTransform;
  1261. }
  1262. const getModelAssigner = (vnode) => {
  1263. const fn = vnode.props["onUpdate:modelValue"] || false;
  1264. return shared.isArray(fn) ? (value) => shared.invokeArrayFns(fn, value) : fn;
  1265. };
  1266. function onCompositionStart(e) {
  1267. e.target.composing = true;
  1268. }
  1269. function onCompositionEnd(e) {
  1270. const target = e.target;
  1271. if (target.composing) {
  1272. target.composing = false;
  1273. target.dispatchEvent(new Event("input"));
  1274. }
  1275. }
  1276. const assignKey = Symbol("_assign");
  1277. const vModelText = {
  1278. created(el, { modifiers: { lazy, trim, number } }, vnode) {
  1279. el[assignKey] = getModelAssigner(vnode);
  1280. const castToNumber = number || vnode.props && vnode.props.type === "number";
  1281. addEventListener(el, lazy ? "change" : "input", (e) => {
  1282. if (e.target.composing) return;
  1283. let domValue = el.value;
  1284. if (trim) {
  1285. domValue = domValue.trim();
  1286. }
  1287. if (castToNumber) {
  1288. domValue = shared.looseToNumber(domValue);
  1289. }
  1290. el[assignKey](domValue);
  1291. });
  1292. if (trim) {
  1293. addEventListener(el, "change", () => {
  1294. el.value = el.value.trim();
  1295. });
  1296. }
  1297. if (!lazy) {
  1298. addEventListener(el, "compositionstart", onCompositionStart);
  1299. addEventListener(el, "compositionend", onCompositionEnd);
  1300. addEventListener(el, "change", onCompositionEnd);
  1301. }
  1302. },
  1303. // set value on mounted so it's after min/max for type="range"
  1304. mounted(el, { value }) {
  1305. el.value = value == null ? "" : value;
  1306. },
  1307. beforeUpdate(el, { value, oldValue, modifiers: { lazy, trim, number } }, vnode) {
  1308. el[assignKey] = getModelAssigner(vnode);
  1309. if (el.composing) return;
  1310. const elValue = (number || el.type === "number") && !/^0\d/.test(el.value) ? shared.looseToNumber(el.value) : el.value;
  1311. const newValue = value == null ? "" : value;
  1312. if (elValue === newValue) {
  1313. return;
  1314. }
  1315. if (document.activeElement === el && el.type !== "range") {
  1316. if (lazy && value === oldValue) {
  1317. return;
  1318. }
  1319. if (trim && el.value.trim() === newValue) {
  1320. return;
  1321. }
  1322. }
  1323. el.value = newValue;
  1324. }
  1325. };
  1326. const vModelCheckbox = {
  1327. // #4096 array checkboxes need to be deep traversed
  1328. deep: true,
  1329. created(el, _, vnode) {
  1330. el[assignKey] = getModelAssigner(vnode);
  1331. addEventListener(el, "change", () => {
  1332. const modelValue = el._modelValue;
  1333. const elementValue = getValue(el);
  1334. const checked = el.checked;
  1335. const assign = el[assignKey];
  1336. if (shared.isArray(modelValue)) {
  1337. const index = shared.looseIndexOf(modelValue, elementValue);
  1338. const found = index !== -1;
  1339. if (checked && !found) {
  1340. assign(modelValue.concat(elementValue));
  1341. } else if (!checked && found) {
  1342. const filtered = [...modelValue];
  1343. filtered.splice(index, 1);
  1344. assign(filtered);
  1345. }
  1346. } else if (shared.isSet(modelValue)) {
  1347. const cloned = new Set(modelValue);
  1348. if (checked) {
  1349. cloned.add(elementValue);
  1350. } else {
  1351. cloned.delete(elementValue);
  1352. }
  1353. assign(cloned);
  1354. } else {
  1355. assign(getCheckboxValue(el, checked));
  1356. }
  1357. });
  1358. },
  1359. // set initial checked on mount to wait for true-value/false-value
  1360. mounted: setChecked,
  1361. beforeUpdate(el, binding, vnode) {
  1362. el[assignKey] = getModelAssigner(vnode);
  1363. setChecked(el, binding, vnode);
  1364. }
  1365. };
  1366. function setChecked(el, { value, oldValue }, vnode) {
  1367. el._modelValue = value;
  1368. let checked;
  1369. if (shared.isArray(value)) {
  1370. checked = shared.looseIndexOf(value, vnode.props.value) > -1;
  1371. } else if (shared.isSet(value)) {
  1372. checked = value.has(vnode.props.value);
  1373. } else {
  1374. if (value === oldValue) return;
  1375. checked = shared.looseEqual(value, getCheckboxValue(el, true));
  1376. }
  1377. if (el.checked !== checked) {
  1378. el.checked = checked;
  1379. }
  1380. }
  1381. const vModelRadio = {
  1382. created(el, { value }, vnode) {
  1383. el.checked = shared.looseEqual(value, vnode.props.value);
  1384. el[assignKey] = getModelAssigner(vnode);
  1385. addEventListener(el, "change", () => {
  1386. el[assignKey](getValue(el));
  1387. });
  1388. },
  1389. beforeUpdate(el, { value, oldValue }, vnode) {
  1390. el[assignKey] = getModelAssigner(vnode);
  1391. if (value !== oldValue) {
  1392. el.checked = shared.looseEqual(value, vnode.props.value);
  1393. }
  1394. }
  1395. };
  1396. const vModelSelect = {
  1397. // <select multiple> value need to be deep traversed
  1398. deep: true,
  1399. created(el, { value, modifiers: { number } }, vnode) {
  1400. const isSetModel = shared.isSet(value);
  1401. addEventListener(el, "change", () => {
  1402. const selectedVal = Array.prototype.filter.call(el.options, (o) => o.selected).map(
  1403. (o) => number ? shared.looseToNumber(getValue(o)) : getValue(o)
  1404. );
  1405. el[assignKey](
  1406. el.multiple ? isSetModel ? new Set(selectedVal) : selectedVal : selectedVal[0]
  1407. );
  1408. el._assigning = true;
  1409. runtimeCore.nextTick(() => {
  1410. el._assigning = false;
  1411. });
  1412. });
  1413. el[assignKey] = getModelAssigner(vnode);
  1414. },
  1415. // set value in mounted & updated because <select> relies on its children
  1416. // <option>s.
  1417. mounted(el, { value }) {
  1418. setSelected(el, value);
  1419. },
  1420. beforeUpdate(el, _binding, vnode) {
  1421. el[assignKey] = getModelAssigner(vnode);
  1422. },
  1423. updated(el, { value }) {
  1424. if (!el._assigning) {
  1425. setSelected(el, value);
  1426. }
  1427. }
  1428. };
  1429. function setSelected(el, value) {
  1430. const isMultiple = el.multiple;
  1431. const isArrayValue = shared.isArray(value);
  1432. if (isMultiple && !isArrayValue && !shared.isSet(value)) {
  1433. return;
  1434. }
  1435. for (let i = 0, l = el.options.length; i < l; i++) {
  1436. const option = el.options[i];
  1437. const optionValue = getValue(option);
  1438. if (isMultiple) {
  1439. if (isArrayValue) {
  1440. const optionType = typeof optionValue;
  1441. if (optionType === "string" || optionType === "number") {
  1442. option.selected = value.some((v) => String(v) === String(optionValue));
  1443. } else {
  1444. option.selected = shared.looseIndexOf(value, optionValue) > -1;
  1445. }
  1446. } else {
  1447. option.selected = value.has(optionValue);
  1448. }
  1449. } else if (shared.looseEqual(getValue(option), value)) {
  1450. if (el.selectedIndex !== i) el.selectedIndex = i;
  1451. return;
  1452. }
  1453. }
  1454. if (!isMultiple && el.selectedIndex !== -1) {
  1455. el.selectedIndex = -1;
  1456. }
  1457. }
  1458. function getValue(el) {
  1459. return "_value" in el ? el._value : el.value;
  1460. }
  1461. function getCheckboxValue(el, checked) {
  1462. const key = checked ? "_trueValue" : "_falseValue";
  1463. return key in el ? el[key] : checked;
  1464. }
  1465. const vModelDynamic = {
  1466. created(el, binding, vnode) {
  1467. callModelHook(el, binding, vnode, null, "created");
  1468. },
  1469. mounted(el, binding, vnode) {
  1470. callModelHook(el, binding, vnode, null, "mounted");
  1471. },
  1472. beforeUpdate(el, binding, vnode, prevVNode) {
  1473. callModelHook(el, binding, vnode, prevVNode, "beforeUpdate");
  1474. },
  1475. updated(el, binding, vnode, prevVNode) {
  1476. callModelHook(el, binding, vnode, prevVNode, "updated");
  1477. }
  1478. };
  1479. function resolveDynamicModel(tagName, type) {
  1480. switch (tagName) {
  1481. case "SELECT":
  1482. return vModelSelect;
  1483. case "TEXTAREA":
  1484. return vModelText;
  1485. default:
  1486. switch (type) {
  1487. case "checkbox":
  1488. return vModelCheckbox;
  1489. case "radio":
  1490. return vModelRadio;
  1491. default:
  1492. return vModelText;
  1493. }
  1494. }
  1495. }
  1496. function callModelHook(el, binding, vnode, prevVNode, hook) {
  1497. const modelToUse = resolveDynamicModel(
  1498. el.tagName,
  1499. vnode.props && vnode.props.type
  1500. );
  1501. const fn = modelToUse[hook];
  1502. fn && fn(el, binding, vnode, prevVNode);
  1503. }
  1504. function initVModelForSSR() {
  1505. vModelText.getSSRProps = ({ value }) => ({ value });
  1506. vModelRadio.getSSRProps = ({ value }, vnode) => {
  1507. if (vnode.props && shared.looseEqual(vnode.props.value, value)) {
  1508. return { checked: true };
  1509. }
  1510. };
  1511. vModelCheckbox.getSSRProps = ({ value }, vnode) => {
  1512. if (shared.isArray(value)) {
  1513. if (vnode.props && shared.looseIndexOf(value, vnode.props.value) > -1) {
  1514. return { checked: true };
  1515. }
  1516. } else if (shared.isSet(value)) {
  1517. if (vnode.props && value.has(vnode.props.value)) {
  1518. return { checked: true };
  1519. }
  1520. } else if (value) {
  1521. return { checked: true };
  1522. }
  1523. };
  1524. vModelDynamic.getSSRProps = (binding, vnode) => {
  1525. if (typeof vnode.type !== "string") {
  1526. return;
  1527. }
  1528. const modelToUse = resolveDynamicModel(
  1529. // resolveDynamicModel expects an uppercase tag name, but vnode.type is lowercase
  1530. vnode.type.toUpperCase(),
  1531. vnode.props && vnode.props.type
  1532. );
  1533. if (modelToUse.getSSRProps) {
  1534. return modelToUse.getSSRProps(binding, vnode);
  1535. }
  1536. };
  1537. }
  1538. const systemModifiers = ["ctrl", "shift", "alt", "meta"];
  1539. const modifierGuards = {
  1540. stop: (e) => e.stopPropagation(),
  1541. prevent: (e) => e.preventDefault(),
  1542. self: (e) => e.target !== e.currentTarget,
  1543. ctrl: (e) => !e.ctrlKey,
  1544. shift: (e) => !e.shiftKey,
  1545. alt: (e) => !e.altKey,
  1546. meta: (e) => !e.metaKey,
  1547. left: (e) => "button" in e && e.button !== 0,
  1548. middle: (e) => "button" in e && e.button !== 1,
  1549. right: (e) => "button" in e && e.button !== 2,
  1550. exact: (e, modifiers) => systemModifiers.some((m) => e[`${m}Key`] && !modifiers.includes(m))
  1551. };
  1552. const withModifiers = (fn, modifiers) => {
  1553. const cache = fn._withMods || (fn._withMods = {});
  1554. const cacheKey = modifiers.join(".");
  1555. return cache[cacheKey] || (cache[cacheKey] = ((event, ...args) => {
  1556. for (let i = 0; i < modifiers.length; i++) {
  1557. const guard = modifierGuards[modifiers[i]];
  1558. if (guard && guard(event, modifiers)) return;
  1559. }
  1560. return fn(event, ...args);
  1561. }));
  1562. };
  1563. const keyNames = {
  1564. esc: "escape",
  1565. space: " ",
  1566. up: "arrow-up",
  1567. left: "arrow-left",
  1568. right: "arrow-right",
  1569. down: "arrow-down",
  1570. delete: "backspace"
  1571. };
  1572. const withKeys = (fn, modifiers) => {
  1573. const cache = fn._withKeys || (fn._withKeys = {});
  1574. const cacheKey = modifiers.join(".");
  1575. return cache[cacheKey] || (cache[cacheKey] = ((event) => {
  1576. if (!("key" in event)) {
  1577. return;
  1578. }
  1579. const eventKey = shared.hyphenate(event.key);
  1580. if (modifiers.some(
  1581. (k) => k === eventKey || keyNames[k] === eventKey
  1582. )) {
  1583. return fn(event);
  1584. }
  1585. }));
  1586. };
  1587. const rendererOptions = /* @__PURE__ */ shared.extend({ patchProp }, nodeOps);
  1588. let renderer;
  1589. let enabledHydration = false;
  1590. function ensureRenderer() {
  1591. return renderer || (renderer = runtimeCore.createRenderer(rendererOptions));
  1592. }
  1593. function ensureHydrationRenderer() {
  1594. renderer = enabledHydration ? renderer : runtimeCore.createHydrationRenderer(rendererOptions);
  1595. enabledHydration = true;
  1596. return renderer;
  1597. }
  1598. const render = ((...args) => {
  1599. ensureRenderer().render(...args);
  1600. });
  1601. const hydrate = ((...args) => {
  1602. ensureHydrationRenderer().hydrate(...args);
  1603. });
  1604. const createApp = ((...args) => {
  1605. const app = ensureRenderer().createApp(...args);
  1606. const { mount } = app;
  1607. app.mount = (containerOrSelector) => {
  1608. const container = normalizeContainer(containerOrSelector);
  1609. if (!container) return;
  1610. const component = app._component;
  1611. if (!shared.isFunction(component) && !component.render && !component.template) {
  1612. component.template = container.innerHTML;
  1613. }
  1614. if (container.nodeType === 1) {
  1615. container.textContent = "";
  1616. }
  1617. const proxy = mount(container, false, resolveRootNamespace(container));
  1618. if (container instanceof Element) {
  1619. container.removeAttribute("v-cloak");
  1620. container.setAttribute("data-v-app", "");
  1621. }
  1622. return proxy;
  1623. };
  1624. return app;
  1625. });
  1626. const createSSRApp = ((...args) => {
  1627. const app = ensureHydrationRenderer().createApp(...args);
  1628. const { mount } = app;
  1629. app.mount = (containerOrSelector) => {
  1630. const container = normalizeContainer(containerOrSelector);
  1631. if (container) {
  1632. return mount(container, true, resolveRootNamespace(container));
  1633. }
  1634. };
  1635. return app;
  1636. });
  1637. function resolveRootNamespace(container) {
  1638. if (container instanceof SVGElement) {
  1639. return "svg";
  1640. }
  1641. if (typeof MathMLElement === "function" && container instanceof MathMLElement) {
  1642. return "mathml";
  1643. }
  1644. }
  1645. function normalizeContainer(container) {
  1646. if (shared.isString(container)) {
  1647. const res = document.querySelector(container);
  1648. return res;
  1649. }
  1650. return container;
  1651. }
  1652. let ssrDirectiveInitialized = false;
  1653. const initDirectivesForSSR = () => {
  1654. if (!ssrDirectiveInitialized) {
  1655. ssrDirectiveInitialized = true;
  1656. initVModelForSSR();
  1657. initVShowForSSR();
  1658. }
  1659. } ;
  1660. exports.Transition = Transition;
  1661. exports.TransitionGroup = TransitionGroup;
  1662. exports.VueElement = VueElement;
  1663. exports.createApp = createApp;
  1664. exports.createSSRApp = createSSRApp;
  1665. exports.defineCustomElement = defineCustomElement;
  1666. exports.defineSSRCustomElement = defineSSRCustomElement;
  1667. exports.hydrate = hydrate;
  1668. exports.initDirectivesForSSR = initDirectivesForSSR;
  1669. exports.render = render;
  1670. exports.useCssModule = useCssModule;
  1671. exports.useCssVars = useCssVars;
  1672. exports.useHost = useHost;
  1673. exports.useShadowRoot = useShadowRoot;
  1674. exports.vModelCheckbox = vModelCheckbox;
  1675. exports.vModelDynamic = vModelDynamic;
  1676. exports.vModelRadio = vModelRadio;
  1677. exports.vModelSelect = vModelSelect;
  1678. exports.vModelText = vModelText;
  1679. exports.vShow = vShow;
  1680. exports.withKeys = withKeys;
  1681. exports.withModifiers = withModifiers;
  1682. Object.keys(runtimeCore).forEach(function (k) {
  1683. if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = runtimeCore[k];
  1684. });