runtime-dom.cjs.prod.js 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  1. /**
  2. * @vue/runtime-dom v3.5.13
  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();
  216. addTransitionClass(el, leaveActiveClass);
  217. } else {
  218. addTransitionClass(el, leaveActiveClass);
  219. forceReflow();
  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() {
  363. return document.body.offsetHeight;
  364. }
  365. function patchClass(el, value, isSVG) {
  366. const transitionClasses = el[vtcKey];
  367. if (transitionClasses) {
  368. value = (value ? [value, ...transitionClasses] : [...transitionClasses]).join(" ");
  369. }
  370. if (value == null) {
  371. el.removeAttribute("class");
  372. } else if (isSVG) {
  373. el.setAttribute("class", value);
  374. } else {
  375. el.className = value;
  376. }
  377. }
  378. const vShowOriginalDisplay = Symbol("_vod");
  379. const vShowHidden = Symbol("_vsh");
  380. const vShow = {
  381. beforeMount(el, { value }, { transition }) {
  382. el[vShowOriginalDisplay] = el.style.display === "none" ? "" : el.style.display;
  383. if (transition && value) {
  384. transition.beforeEnter(el);
  385. } else {
  386. setDisplay(el, value);
  387. }
  388. },
  389. mounted(el, { value }, { transition }) {
  390. if (transition && value) {
  391. transition.enter(el);
  392. }
  393. },
  394. updated(el, { value, oldValue }, { transition }) {
  395. if (!value === !oldValue) return;
  396. if (transition) {
  397. if (value) {
  398. transition.beforeEnter(el);
  399. setDisplay(el, true);
  400. transition.enter(el);
  401. } else {
  402. transition.leave(el, () => {
  403. setDisplay(el, false);
  404. });
  405. }
  406. } else {
  407. setDisplay(el, value);
  408. }
  409. },
  410. beforeUnmount(el, { value }) {
  411. setDisplay(el, value);
  412. }
  413. };
  414. function setDisplay(el, value) {
  415. el.style.display = value ? el[vShowOriginalDisplay] : "none";
  416. el[vShowHidden] = !value;
  417. }
  418. function initVShowForSSR() {
  419. vShow.getSSRProps = ({ value }) => {
  420. if (!value) {
  421. return { style: { display: "none" } };
  422. }
  423. };
  424. }
  425. const CSS_VAR_TEXT = Symbol("");
  426. function useCssVars(getter) {
  427. return;
  428. }
  429. const displayRE = /(^|;)\s*display\s*:/;
  430. function patchStyle(el, prev, next) {
  431. const style = el.style;
  432. const isCssString = shared.isString(next);
  433. let hasControlledDisplay = false;
  434. if (next && !isCssString) {
  435. if (prev) {
  436. if (!shared.isString(prev)) {
  437. for (const key in prev) {
  438. if (next[key] == null) {
  439. setStyle(style, key, "");
  440. }
  441. }
  442. } else {
  443. for (const prevStyle of prev.split(";")) {
  444. const key = prevStyle.slice(0, prevStyle.indexOf(":")).trim();
  445. if (next[key] == null) {
  446. setStyle(style, key, "");
  447. }
  448. }
  449. }
  450. }
  451. for (const key in next) {
  452. if (key === "display") {
  453. hasControlledDisplay = true;
  454. }
  455. setStyle(style, key, next[key]);
  456. }
  457. } else {
  458. if (isCssString) {
  459. if (prev !== next) {
  460. const cssVarText = style[CSS_VAR_TEXT];
  461. if (cssVarText) {
  462. next += ";" + cssVarText;
  463. }
  464. style.cssText = next;
  465. hasControlledDisplay = displayRE.test(next);
  466. }
  467. } else if (prev) {
  468. el.removeAttribute("style");
  469. }
  470. }
  471. if (vShowOriginalDisplay in el) {
  472. el[vShowOriginalDisplay] = hasControlledDisplay ? style.display : "";
  473. if (el[vShowHidden]) {
  474. style.display = "none";
  475. }
  476. }
  477. }
  478. const importantRE = /\s*!important$/;
  479. function setStyle(style, name, val) {
  480. if (shared.isArray(val)) {
  481. val.forEach((v) => setStyle(style, name, v));
  482. } else {
  483. if (val == null) val = "";
  484. if (name.startsWith("--")) {
  485. style.setProperty(name, val);
  486. } else {
  487. const prefixed = autoPrefix(style, name);
  488. if (importantRE.test(val)) {
  489. style.setProperty(
  490. shared.hyphenate(prefixed),
  491. val.replace(importantRE, ""),
  492. "important"
  493. );
  494. } else {
  495. style[prefixed] = val;
  496. }
  497. }
  498. }
  499. }
  500. const prefixes = ["Webkit", "Moz", "ms"];
  501. const prefixCache = {};
  502. function autoPrefix(style, rawName) {
  503. const cached = prefixCache[rawName];
  504. if (cached) {
  505. return cached;
  506. }
  507. let name = runtimeCore.camelize(rawName);
  508. if (name !== "filter" && name in style) {
  509. return prefixCache[rawName] = name;
  510. }
  511. name = shared.capitalize(name);
  512. for (let i = 0; i < prefixes.length; i++) {
  513. const prefixed = prefixes[i] + name;
  514. if (prefixed in style) {
  515. return prefixCache[rawName] = prefixed;
  516. }
  517. }
  518. return rawName;
  519. }
  520. const xlinkNS = "http://www.w3.org/1999/xlink";
  521. function patchAttr(el, key, value, isSVG, instance, isBoolean = shared.isSpecialBooleanAttr(key)) {
  522. if (isSVG && key.startsWith("xlink:")) {
  523. if (value == null) {
  524. el.removeAttributeNS(xlinkNS, key.slice(6, key.length));
  525. } else {
  526. el.setAttributeNS(xlinkNS, key, value);
  527. }
  528. } else {
  529. if (value == null || isBoolean && !shared.includeBooleanAttr(value)) {
  530. el.removeAttribute(key);
  531. } else {
  532. el.setAttribute(
  533. key,
  534. isBoolean ? "" : shared.isSymbol(value) ? String(value) : value
  535. );
  536. }
  537. }
  538. }
  539. function patchDOMProp(el, key, value, parentComponent, attrName) {
  540. if (key === "innerHTML" || key === "textContent") {
  541. if (value != null) {
  542. el[key] = key === "innerHTML" ? unsafeToTrustedHTML(value) : value;
  543. }
  544. return;
  545. }
  546. const tag = el.tagName;
  547. if (key === "value" && tag !== "PROGRESS" && // custom elements may use _value internally
  548. !tag.includes("-")) {
  549. const oldValue = tag === "OPTION" ? el.getAttribute("value") || "" : el.value;
  550. const newValue = value == null ? (
  551. // #11647: value should be set as empty string for null and undefined,
  552. // but <input type="checkbox"> should be set as 'on'.
  553. el.type === "checkbox" ? "on" : ""
  554. ) : String(value);
  555. if (oldValue !== newValue || !("_value" in el)) {
  556. el.value = newValue;
  557. }
  558. if (value == null) {
  559. el.removeAttribute(key);
  560. }
  561. el._value = value;
  562. return;
  563. }
  564. let needRemove = false;
  565. if (value === "" || value == null) {
  566. const type = typeof el[key];
  567. if (type === "boolean") {
  568. value = shared.includeBooleanAttr(value);
  569. } else if (value == null && type === "string") {
  570. value = "";
  571. needRemove = true;
  572. } else if (type === "number") {
  573. value = 0;
  574. needRemove = true;
  575. }
  576. }
  577. try {
  578. el[key] = value;
  579. } catch (e) {
  580. }
  581. needRemove && el.removeAttribute(attrName || key);
  582. }
  583. function addEventListener(el, event, handler, options) {
  584. el.addEventListener(event, handler, options);
  585. }
  586. function removeEventListener(el, event, handler, options) {
  587. el.removeEventListener(event, handler, options);
  588. }
  589. const veiKey = Symbol("_vei");
  590. function patchEvent(el, rawName, prevValue, nextValue, instance = null) {
  591. const invokers = el[veiKey] || (el[veiKey] = {});
  592. const existingInvoker = invokers[rawName];
  593. if (nextValue && existingInvoker) {
  594. existingInvoker.value = nextValue;
  595. } else {
  596. const [name, options] = parseName(rawName);
  597. if (nextValue) {
  598. const invoker = invokers[rawName] = createInvoker(
  599. nextValue,
  600. instance
  601. );
  602. addEventListener(el, name, invoker, options);
  603. } else if (existingInvoker) {
  604. removeEventListener(el, name, existingInvoker, options);
  605. invokers[rawName] = void 0;
  606. }
  607. }
  608. }
  609. const optionsModifierRE = /(?:Once|Passive|Capture)$/;
  610. function parseName(name) {
  611. let options;
  612. if (optionsModifierRE.test(name)) {
  613. options = {};
  614. let m;
  615. while (m = name.match(optionsModifierRE)) {
  616. name = name.slice(0, name.length - m[0].length);
  617. options[m[0].toLowerCase()] = true;
  618. }
  619. }
  620. const event = name[2] === ":" ? name.slice(3) : shared.hyphenate(name.slice(2));
  621. return [event, options];
  622. }
  623. let cachedNow = 0;
  624. const p = /* @__PURE__ */ Promise.resolve();
  625. const getNow = () => cachedNow || (p.then(() => cachedNow = 0), cachedNow = Date.now());
  626. function createInvoker(initialValue, instance) {
  627. const invoker = (e) => {
  628. if (!e._vts) {
  629. e._vts = Date.now();
  630. } else if (e._vts <= invoker.attached) {
  631. return;
  632. }
  633. runtimeCore.callWithAsyncErrorHandling(
  634. patchStopImmediatePropagation(e, invoker.value),
  635. instance,
  636. 5,
  637. [e]
  638. );
  639. };
  640. invoker.value = initialValue;
  641. invoker.attached = getNow();
  642. return invoker;
  643. }
  644. function patchStopImmediatePropagation(e, value) {
  645. if (shared.isArray(value)) {
  646. const originalStop = e.stopImmediatePropagation;
  647. e.stopImmediatePropagation = () => {
  648. originalStop.call(e);
  649. e._stopped = true;
  650. };
  651. return value.map(
  652. (fn) => (e2) => !e2._stopped && fn && fn(e2)
  653. );
  654. } else {
  655. return value;
  656. }
  657. }
  658. const isNativeOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && // lowercase letter
  659. key.charCodeAt(2) > 96 && key.charCodeAt(2) < 123;
  660. const patchProp = (el, key, prevValue, nextValue, namespace, parentComponent) => {
  661. const isSVG = namespace === "svg";
  662. if (key === "class") {
  663. patchClass(el, nextValue, isSVG);
  664. } else if (key === "style") {
  665. patchStyle(el, prevValue, nextValue);
  666. } else if (shared.isOn(key)) {
  667. if (!shared.isModelListener(key)) {
  668. patchEvent(el, key, prevValue, nextValue, parentComponent);
  669. }
  670. } else if (key[0] === "." ? (key = key.slice(1), true) : key[0] === "^" ? (key = key.slice(1), false) : shouldSetAsProp(el, key, nextValue, isSVG)) {
  671. patchDOMProp(el, key, nextValue);
  672. if (!el.tagName.includes("-") && (key === "value" || key === "checked" || key === "selected")) {
  673. patchAttr(el, key, nextValue, isSVG, parentComponent, key !== "value");
  674. }
  675. } else if (
  676. // #11081 force set props for possible async custom element
  677. el._isVueCE && (/[A-Z]/.test(key) || !shared.isString(nextValue))
  678. ) {
  679. patchDOMProp(el, shared.camelize(key), nextValue, parentComponent, key);
  680. } else {
  681. if (key === "true-value") {
  682. el._trueValue = nextValue;
  683. } else if (key === "false-value") {
  684. el._falseValue = nextValue;
  685. }
  686. patchAttr(el, key, nextValue, isSVG);
  687. }
  688. };
  689. function shouldSetAsProp(el, key, value, isSVG) {
  690. if (isSVG) {
  691. if (key === "innerHTML" || key === "textContent") {
  692. return true;
  693. }
  694. if (key in el && isNativeOn(key) && shared.isFunction(value)) {
  695. return true;
  696. }
  697. return false;
  698. }
  699. if (key === "spellcheck" || key === "draggable" || key === "translate") {
  700. return false;
  701. }
  702. if (key === "form") {
  703. return false;
  704. }
  705. if (key === "list" && el.tagName === "INPUT") {
  706. return false;
  707. }
  708. if (key === "type" && el.tagName === "TEXTAREA") {
  709. return false;
  710. }
  711. if (key === "width" || key === "height") {
  712. const tag = el.tagName;
  713. if (tag === "IMG" || tag === "VIDEO" || tag === "CANVAS" || tag === "SOURCE") {
  714. return false;
  715. }
  716. }
  717. if (isNativeOn(key) && shared.isString(value)) {
  718. return false;
  719. }
  720. return key in el;
  721. }
  722. const REMOVAL = {};
  723. /*! #__NO_SIDE_EFFECTS__ */
  724. // @__NO_SIDE_EFFECTS__
  725. function defineCustomElement(options, extraOptions, _createApp) {
  726. const Comp = runtimeCore.defineComponent(options, extraOptions);
  727. if (shared.isPlainObject(Comp)) shared.extend(Comp, extraOptions);
  728. class VueCustomElement extends VueElement {
  729. constructor(initialProps) {
  730. super(Comp, initialProps, _createApp);
  731. }
  732. }
  733. VueCustomElement.def = Comp;
  734. return VueCustomElement;
  735. }
  736. /*! #__NO_SIDE_EFFECTS__ */
  737. const defineSSRCustomElement = /* @__NO_SIDE_EFFECTS__ */ (options, extraOptions) => {
  738. return /* @__PURE__ */ defineCustomElement(options, extraOptions, createSSRApp);
  739. };
  740. const BaseClass = typeof HTMLElement !== "undefined" ? HTMLElement : class {
  741. };
  742. class VueElement extends BaseClass {
  743. constructor(_def, _props = {}, _createApp = createApp) {
  744. super();
  745. this._def = _def;
  746. this._props = _props;
  747. this._createApp = _createApp;
  748. this._isVueCE = true;
  749. /**
  750. * @internal
  751. */
  752. this._instance = null;
  753. /**
  754. * @internal
  755. */
  756. this._app = null;
  757. /**
  758. * @internal
  759. */
  760. this._nonce = this._def.nonce;
  761. this._connected = false;
  762. this._resolved = false;
  763. this._numberProps = null;
  764. this._styleChildren = /* @__PURE__ */ new WeakSet();
  765. this._ob = null;
  766. if (this.shadowRoot && _createApp !== createApp) {
  767. this._root = this.shadowRoot;
  768. } else {
  769. if (_def.shadowRoot !== false) {
  770. this.attachShadow({ mode: "open" });
  771. this._root = this.shadowRoot;
  772. } else {
  773. this._root = this;
  774. }
  775. }
  776. if (!this._def.__asyncLoader) {
  777. this._resolveProps(this._def);
  778. }
  779. }
  780. connectedCallback() {
  781. if (!this.isConnected) return;
  782. if (!this.shadowRoot) {
  783. this._parseSlots();
  784. }
  785. this._connected = true;
  786. let parent = this;
  787. while (parent = parent && (parent.parentNode || parent.host)) {
  788. if (parent instanceof VueElement) {
  789. this._parent = parent;
  790. break;
  791. }
  792. }
  793. if (!this._instance) {
  794. if (this._resolved) {
  795. this._setParent();
  796. this._update();
  797. } else {
  798. if (parent && parent._pendingResolve) {
  799. this._pendingResolve = parent._pendingResolve.then(() => {
  800. this._pendingResolve = void 0;
  801. this._resolveDef();
  802. });
  803. } else {
  804. this._resolveDef();
  805. }
  806. }
  807. }
  808. }
  809. _setParent(parent = this._parent) {
  810. if (parent) {
  811. this._instance.parent = parent._instance;
  812. this._instance.provides = parent._instance.provides;
  813. }
  814. }
  815. disconnectedCallback() {
  816. this._connected = false;
  817. runtimeCore.nextTick(() => {
  818. if (!this._connected) {
  819. if (this._ob) {
  820. this._ob.disconnect();
  821. this._ob = null;
  822. }
  823. this._app && this._app.unmount();
  824. if (this._instance) this._instance.ce = void 0;
  825. this._app = this._instance = null;
  826. }
  827. });
  828. }
  829. /**
  830. * resolve inner component definition (handle possible async component)
  831. */
  832. _resolveDef() {
  833. if (this._pendingResolve) {
  834. return;
  835. }
  836. for (let i = 0; i < this.attributes.length; i++) {
  837. this._setAttr(this.attributes[i].name);
  838. }
  839. this._ob = new MutationObserver((mutations) => {
  840. for (const m of mutations) {
  841. this._setAttr(m.attributeName);
  842. }
  843. });
  844. this._ob.observe(this, { attributes: true });
  845. const resolve = (def, isAsync = false) => {
  846. this._resolved = true;
  847. this._pendingResolve = void 0;
  848. const { props, styles } = def;
  849. let numberProps;
  850. if (props && !shared.isArray(props)) {
  851. for (const key in props) {
  852. const opt = props[key];
  853. if (opt === Number || opt && opt.type === Number) {
  854. if (key in this._props) {
  855. this._props[key] = shared.toNumber(this._props[key]);
  856. }
  857. (numberProps || (numberProps = /* @__PURE__ */ Object.create(null)))[shared.camelize(key)] = true;
  858. }
  859. }
  860. }
  861. this._numberProps = numberProps;
  862. if (isAsync) {
  863. this._resolveProps(def);
  864. }
  865. if (this.shadowRoot) {
  866. this._applyStyles(styles);
  867. }
  868. this._mount(def);
  869. };
  870. const asyncDef = this._def.__asyncLoader;
  871. if (asyncDef) {
  872. this._pendingResolve = asyncDef().then(
  873. (def) => resolve(this._def = def, true)
  874. );
  875. } else {
  876. resolve(this._def);
  877. }
  878. }
  879. _mount(def) {
  880. this._app = this._createApp(def);
  881. if (def.configureApp) {
  882. def.configureApp(this._app);
  883. }
  884. this._app._ceVNode = this._createVNode();
  885. this._app.mount(this._root);
  886. const exposed = this._instance && this._instance.exposed;
  887. if (!exposed) return;
  888. for (const key in exposed) {
  889. if (!shared.hasOwn(this, key)) {
  890. Object.defineProperty(this, key, {
  891. // unwrap ref to be consistent with public instance behavior
  892. get: () => runtimeCore.unref(exposed[key])
  893. });
  894. }
  895. }
  896. }
  897. _resolveProps(def) {
  898. const { props } = def;
  899. const declaredPropKeys = shared.isArray(props) ? props : Object.keys(props || {});
  900. for (const key of Object.keys(this)) {
  901. if (key[0] !== "_" && declaredPropKeys.includes(key)) {
  902. this._setProp(key, this[key]);
  903. }
  904. }
  905. for (const key of declaredPropKeys.map(shared.camelize)) {
  906. Object.defineProperty(this, key, {
  907. get() {
  908. return this._getProp(key);
  909. },
  910. set(val) {
  911. this._setProp(key, val, true, true);
  912. }
  913. });
  914. }
  915. }
  916. _setAttr(key) {
  917. if (key.startsWith("data-v-")) return;
  918. const has = this.hasAttribute(key);
  919. let value = has ? this.getAttribute(key) : REMOVAL;
  920. const camelKey = shared.camelize(key);
  921. if (has && this._numberProps && this._numberProps[camelKey]) {
  922. value = shared.toNumber(value);
  923. }
  924. this._setProp(camelKey, value, false, true);
  925. }
  926. /**
  927. * @internal
  928. */
  929. _getProp(key) {
  930. return this._props[key];
  931. }
  932. /**
  933. * @internal
  934. */
  935. _setProp(key, val, shouldReflect = true, shouldUpdate = false) {
  936. if (val !== this._props[key]) {
  937. if (val === REMOVAL) {
  938. delete this._props[key];
  939. } else {
  940. this._props[key] = val;
  941. if (key === "key" && this._app) {
  942. this._app._ceVNode.key = val;
  943. }
  944. }
  945. if (shouldUpdate && this._instance) {
  946. this._update();
  947. }
  948. if (shouldReflect) {
  949. const ob = this._ob;
  950. ob && ob.disconnect();
  951. if (val === true) {
  952. this.setAttribute(shared.hyphenate(key), "");
  953. } else if (typeof val === "string" || typeof val === "number") {
  954. this.setAttribute(shared.hyphenate(key), val + "");
  955. } else if (!val) {
  956. this.removeAttribute(shared.hyphenate(key));
  957. }
  958. ob && ob.observe(this, { attributes: true });
  959. }
  960. }
  961. }
  962. _update() {
  963. render(this._createVNode(), this._root);
  964. }
  965. _createVNode() {
  966. const baseProps = {};
  967. if (!this.shadowRoot) {
  968. baseProps.onVnodeMounted = baseProps.onVnodeUpdated = this._renderSlots.bind(this);
  969. }
  970. const vnode = runtimeCore.createVNode(this._def, shared.extend(baseProps, this._props));
  971. if (!this._instance) {
  972. vnode.ce = (instance) => {
  973. this._instance = instance;
  974. instance.ce = this;
  975. instance.isCE = true;
  976. const dispatch = (event, args) => {
  977. this.dispatchEvent(
  978. new CustomEvent(
  979. event,
  980. shared.isPlainObject(args[0]) ? shared.extend({ detail: args }, args[0]) : { detail: args }
  981. )
  982. );
  983. };
  984. instance.emit = (event, ...args) => {
  985. dispatch(event, args);
  986. if (shared.hyphenate(event) !== event) {
  987. dispatch(shared.hyphenate(event), args);
  988. }
  989. };
  990. this._setParent();
  991. };
  992. }
  993. return vnode;
  994. }
  995. _applyStyles(styles, owner) {
  996. if (!styles) return;
  997. if (owner) {
  998. if (owner === this._def || this._styleChildren.has(owner)) {
  999. return;
  1000. }
  1001. this._styleChildren.add(owner);
  1002. }
  1003. const nonce = this._nonce;
  1004. for (let i = styles.length - 1; i >= 0; i--) {
  1005. const s = document.createElement("style");
  1006. if (nonce) s.setAttribute("nonce", nonce);
  1007. s.textContent = styles[i];
  1008. this.shadowRoot.prepend(s);
  1009. }
  1010. }
  1011. /**
  1012. * Only called when shadowRoot is false
  1013. */
  1014. _parseSlots() {
  1015. const slots = this._slots = {};
  1016. let n;
  1017. while (n = this.firstChild) {
  1018. const slotName = n.nodeType === 1 && n.getAttribute("slot") || "default";
  1019. (slots[slotName] || (slots[slotName] = [])).push(n);
  1020. this.removeChild(n);
  1021. }
  1022. }
  1023. /**
  1024. * Only called when shadowRoot is false
  1025. */
  1026. _renderSlots() {
  1027. const outlets = (this._teleportTarget || this).querySelectorAll("slot");
  1028. const scopeId = this._instance.type.__scopeId;
  1029. for (let i = 0; i < outlets.length; i++) {
  1030. const o = outlets[i];
  1031. const slotName = o.getAttribute("name") || "default";
  1032. const content = this._slots[slotName];
  1033. const parent = o.parentNode;
  1034. if (content) {
  1035. for (const n of content) {
  1036. if (scopeId && n.nodeType === 1) {
  1037. const id = scopeId + "-s";
  1038. const walker = document.createTreeWalker(n, 1);
  1039. n.setAttribute(id, "");
  1040. let child;
  1041. while (child = walker.nextNode()) {
  1042. child.setAttribute(id, "");
  1043. }
  1044. }
  1045. parent.insertBefore(n, o);
  1046. }
  1047. } else {
  1048. while (o.firstChild) parent.insertBefore(o.firstChild, o);
  1049. }
  1050. parent.removeChild(o);
  1051. }
  1052. }
  1053. /**
  1054. * @internal
  1055. */
  1056. _injectChildStyle(comp) {
  1057. this._applyStyles(comp.styles, comp);
  1058. }
  1059. /**
  1060. * @internal
  1061. */
  1062. _removeChildStyle(comp) {
  1063. }
  1064. }
  1065. function useHost(caller) {
  1066. const instance = runtimeCore.getCurrentInstance();
  1067. const el = instance && instance.ce;
  1068. if (el) {
  1069. return el;
  1070. }
  1071. return null;
  1072. }
  1073. function useShadowRoot() {
  1074. const el = useHost();
  1075. return el && el.shadowRoot;
  1076. }
  1077. function useCssModule(name = "$style") {
  1078. {
  1079. const instance = runtimeCore.getCurrentInstance();
  1080. if (!instance) {
  1081. return shared.EMPTY_OBJ;
  1082. }
  1083. const modules = instance.type.__cssModules;
  1084. if (!modules) {
  1085. return shared.EMPTY_OBJ;
  1086. }
  1087. const mod = modules[name];
  1088. if (!mod) {
  1089. return shared.EMPTY_OBJ;
  1090. }
  1091. return mod;
  1092. }
  1093. }
  1094. const positionMap = /* @__PURE__ */ new WeakMap();
  1095. const newPositionMap = /* @__PURE__ */ new WeakMap();
  1096. const moveCbKey = Symbol("_moveCb");
  1097. const enterCbKey = Symbol("_enterCb");
  1098. const decorate = (t) => {
  1099. delete t.props.mode;
  1100. return t;
  1101. };
  1102. const TransitionGroupImpl = /* @__PURE__ */ decorate({
  1103. name: "TransitionGroup",
  1104. props: /* @__PURE__ */ shared.extend({}, TransitionPropsValidators, {
  1105. tag: String,
  1106. moveClass: String
  1107. }),
  1108. setup(props, { slots }) {
  1109. const instance = runtimeCore.getCurrentInstance();
  1110. const state = runtimeCore.useTransitionState();
  1111. let prevChildren;
  1112. let children;
  1113. runtimeCore.onUpdated(() => {
  1114. if (!prevChildren.length) {
  1115. return;
  1116. }
  1117. const moveClass = props.moveClass || `${props.name || "v"}-move`;
  1118. if (!hasCSSTransform(
  1119. prevChildren[0].el,
  1120. instance.vnode.el,
  1121. moveClass
  1122. )) {
  1123. return;
  1124. }
  1125. prevChildren.forEach(callPendingCbs);
  1126. prevChildren.forEach(recordPosition);
  1127. const movedChildren = prevChildren.filter(applyTranslation);
  1128. forceReflow();
  1129. movedChildren.forEach((c) => {
  1130. const el = c.el;
  1131. const style = el.style;
  1132. addTransitionClass(el, moveClass);
  1133. style.transform = style.webkitTransform = style.transitionDuration = "";
  1134. const cb = el[moveCbKey] = (e) => {
  1135. if (e && e.target !== el) {
  1136. return;
  1137. }
  1138. if (!e || /transform$/.test(e.propertyName)) {
  1139. el.removeEventListener("transitionend", cb);
  1140. el[moveCbKey] = null;
  1141. removeTransitionClass(el, moveClass);
  1142. }
  1143. };
  1144. el.addEventListener("transitionend", cb);
  1145. });
  1146. });
  1147. return () => {
  1148. const rawProps = runtimeCore.toRaw(props);
  1149. const cssTransitionProps = resolveTransitionProps(rawProps);
  1150. let tag = rawProps.tag || runtimeCore.Fragment;
  1151. prevChildren = [];
  1152. if (children) {
  1153. for (let i = 0; i < children.length; i++) {
  1154. const child = children[i];
  1155. if (child.el && child.el instanceof Element) {
  1156. prevChildren.push(child);
  1157. runtimeCore.setTransitionHooks(
  1158. child,
  1159. runtimeCore.resolveTransitionHooks(
  1160. child,
  1161. cssTransitionProps,
  1162. state,
  1163. instance
  1164. )
  1165. );
  1166. positionMap.set(
  1167. child,
  1168. child.el.getBoundingClientRect()
  1169. );
  1170. }
  1171. }
  1172. }
  1173. children = slots.default ? runtimeCore.getTransitionRawChildren(slots.default()) : [];
  1174. for (let i = 0; i < children.length; i++) {
  1175. const child = children[i];
  1176. if (child.key != null) {
  1177. runtimeCore.setTransitionHooks(
  1178. child,
  1179. runtimeCore.resolveTransitionHooks(child, cssTransitionProps, state, instance)
  1180. );
  1181. }
  1182. }
  1183. return runtimeCore.createVNode(tag, null, children);
  1184. };
  1185. }
  1186. });
  1187. const TransitionGroup = TransitionGroupImpl;
  1188. function callPendingCbs(c) {
  1189. const el = c.el;
  1190. if (el[moveCbKey]) {
  1191. el[moveCbKey]();
  1192. }
  1193. if (el[enterCbKey]) {
  1194. el[enterCbKey]();
  1195. }
  1196. }
  1197. function recordPosition(c) {
  1198. newPositionMap.set(c, c.el.getBoundingClientRect());
  1199. }
  1200. function applyTranslation(c) {
  1201. const oldPos = positionMap.get(c);
  1202. const newPos = newPositionMap.get(c);
  1203. const dx = oldPos.left - newPos.left;
  1204. const dy = oldPos.top - newPos.top;
  1205. if (dx || dy) {
  1206. const s = c.el.style;
  1207. s.transform = s.webkitTransform = `translate(${dx}px,${dy}px)`;
  1208. s.transitionDuration = "0s";
  1209. return c;
  1210. }
  1211. }
  1212. function hasCSSTransform(el, root, moveClass) {
  1213. const clone = el.cloneNode();
  1214. const _vtc = el[vtcKey];
  1215. if (_vtc) {
  1216. _vtc.forEach((cls) => {
  1217. cls.split(/\s+/).forEach((c) => c && clone.classList.remove(c));
  1218. });
  1219. }
  1220. moveClass.split(/\s+/).forEach((c) => c && clone.classList.add(c));
  1221. clone.style.display = "none";
  1222. const container = root.nodeType === 1 ? root : root.parentNode;
  1223. container.appendChild(clone);
  1224. const { hasTransform } = getTransitionInfo(clone);
  1225. container.removeChild(clone);
  1226. return hasTransform;
  1227. }
  1228. const getModelAssigner = (vnode) => {
  1229. const fn = vnode.props["onUpdate:modelValue"] || false;
  1230. return shared.isArray(fn) ? (value) => shared.invokeArrayFns(fn, value) : fn;
  1231. };
  1232. function onCompositionStart(e) {
  1233. e.target.composing = true;
  1234. }
  1235. function onCompositionEnd(e) {
  1236. const target = e.target;
  1237. if (target.composing) {
  1238. target.composing = false;
  1239. target.dispatchEvent(new Event("input"));
  1240. }
  1241. }
  1242. const assignKey = Symbol("_assign");
  1243. const vModelText = {
  1244. created(el, { modifiers: { lazy, trim, number } }, vnode) {
  1245. el[assignKey] = getModelAssigner(vnode);
  1246. const castToNumber = number || vnode.props && vnode.props.type === "number";
  1247. addEventListener(el, lazy ? "change" : "input", (e) => {
  1248. if (e.target.composing) return;
  1249. let domValue = el.value;
  1250. if (trim) {
  1251. domValue = domValue.trim();
  1252. }
  1253. if (castToNumber) {
  1254. domValue = shared.looseToNumber(domValue);
  1255. }
  1256. el[assignKey](domValue);
  1257. });
  1258. if (trim) {
  1259. addEventListener(el, "change", () => {
  1260. el.value = el.value.trim();
  1261. });
  1262. }
  1263. if (!lazy) {
  1264. addEventListener(el, "compositionstart", onCompositionStart);
  1265. addEventListener(el, "compositionend", onCompositionEnd);
  1266. addEventListener(el, "change", onCompositionEnd);
  1267. }
  1268. },
  1269. // set value on mounted so it's after min/max for type="range"
  1270. mounted(el, { value }) {
  1271. el.value = value == null ? "" : value;
  1272. },
  1273. beforeUpdate(el, { value, oldValue, modifiers: { lazy, trim, number } }, vnode) {
  1274. el[assignKey] = getModelAssigner(vnode);
  1275. if (el.composing) return;
  1276. const elValue = (number || el.type === "number") && !/^0\d/.test(el.value) ? shared.looseToNumber(el.value) : el.value;
  1277. const newValue = value == null ? "" : value;
  1278. if (elValue === newValue) {
  1279. return;
  1280. }
  1281. if (document.activeElement === el && el.type !== "range") {
  1282. if (lazy && value === oldValue) {
  1283. return;
  1284. }
  1285. if (trim && el.value.trim() === newValue) {
  1286. return;
  1287. }
  1288. }
  1289. el.value = newValue;
  1290. }
  1291. };
  1292. const vModelCheckbox = {
  1293. // #4096 array checkboxes need to be deep traversed
  1294. deep: true,
  1295. created(el, _, vnode) {
  1296. el[assignKey] = getModelAssigner(vnode);
  1297. addEventListener(el, "change", () => {
  1298. const modelValue = el._modelValue;
  1299. const elementValue = getValue(el);
  1300. const checked = el.checked;
  1301. const assign = el[assignKey];
  1302. if (shared.isArray(modelValue)) {
  1303. const index = shared.looseIndexOf(modelValue, elementValue);
  1304. const found = index !== -1;
  1305. if (checked && !found) {
  1306. assign(modelValue.concat(elementValue));
  1307. } else if (!checked && found) {
  1308. const filtered = [...modelValue];
  1309. filtered.splice(index, 1);
  1310. assign(filtered);
  1311. }
  1312. } else if (shared.isSet(modelValue)) {
  1313. const cloned = new Set(modelValue);
  1314. if (checked) {
  1315. cloned.add(elementValue);
  1316. } else {
  1317. cloned.delete(elementValue);
  1318. }
  1319. assign(cloned);
  1320. } else {
  1321. assign(getCheckboxValue(el, checked));
  1322. }
  1323. });
  1324. },
  1325. // set initial checked on mount to wait for true-value/false-value
  1326. mounted: setChecked,
  1327. beforeUpdate(el, binding, vnode) {
  1328. el[assignKey] = getModelAssigner(vnode);
  1329. setChecked(el, binding, vnode);
  1330. }
  1331. };
  1332. function setChecked(el, { value, oldValue }, vnode) {
  1333. el._modelValue = value;
  1334. let checked;
  1335. if (shared.isArray(value)) {
  1336. checked = shared.looseIndexOf(value, vnode.props.value) > -1;
  1337. } else if (shared.isSet(value)) {
  1338. checked = value.has(vnode.props.value);
  1339. } else {
  1340. if (value === oldValue) return;
  1341. checked = shared.looseEqual(value, getCheckboxValue(el, true));
  1342. }
  1343. if (el.checked !== checked) {
  1344. el.checked = checked;
  1345. }
  1346. }
  1347. const vModelRadio = {
  1348. created(el, { value }, vnode) {
  1349. el.checked = shared.looseEqual(value, vnode.props.value);
  1350. el[assignKey] = getModelAssigner(vnode);
  1351. addEventListener(el, "change", () => {
  1352. el[assignKey](getValue(el));
  1353. });
  1354. },
  1355. beforeUpdate(el, { value, oldValue }, vnode) {
  1356. el[assignKey] = getModelAssigner(vnode);
  1357. if (value !== oldValue) {
  1358. el.checked = shared.looseEqual(value, vnode.props.value);
  1359. }
  1360. }
  1361. };
  1362. const vModelSelect = {
  1363. // <select multiple> value need to be deep traversed
  1364. deep: true,
  1365. created(el, { value, modifiers: { number } }, vnode) {
  1366. const isSetModel = shared.isSet(value);
  1367. addEventListener(el, "change", () => {
  1368. const selectedVal = Array.prototype.filter.call(el.options, (o) => o.selected).map(
  1369. (o) => number ? shared.looseToNumber(getValue(o)) : getValue(o)
  1370. );
  1371. el[assignKey](
  1372. el.multiple ? isSetModel ? new Set(selectedVal) : selectedVal : selectedVal[0]
  1373. );
  1374. el._assigning = true;
  1375. runtimeCore.nextTick(() => {
  1376. el._assigning = false;
  1377. });
  1378. });
  1379. el[assignKey] = getModelAssigner(vnode);
  1380. },
  1381. // set value in mounted & updated because <select> relies on its children
  1382. // <option>s.
  1383. mounted(el, { value }) {
  1384. setSelected(el, value);
  1385. },
  1386. beforeUpdate(el, _binding, vnode) {
  1387. el[assignKey] = getModelAssigner(vnode);
  1388. },
  1389. updated(el, { value }) {
  1390. if (!el._assigning) {
  1391. setSelected(el, value);
  1392. }
  1393. }
  1394. };
  1395. function setSelected(el, value) {
  1396. const isMultiple = el.multiple;
  1397. const isArrayValue = shared.isArray(value);
  1398. if (isMultiple && !isArrayValue && !shared.isSet(value)) {
  1399. return;
  1400. }
  1401. for (let i = 0, l = el.options.length; i < l; i++) {
  1402. const option = el.options[i];
  1403. const optionValue = getValue(option);
  1404. if (isMultiple) {
  1405. if (isArrayValue) {
  1406. const optionType = typeof optionValue;
  1407. if (optionType === "string" || optionType === "number") {
  1408. option.selected = value.some((v) => String(v) === String(optionValue));
  1409. } else {
  1410. option.selected = shared.looseIndexOf(value, optionValue) > -1;
  1411. }
  1412. } else {
  1413. option.selected = value.has(optionValue);
  1414. }
  1415. } else if (shared.looseEqual(getValue(option), value)) {
  1416. if (el.selectedIndex !== i) el.selectedIndex = i;
  1417. return;
  1418. }
  1419. }
  1420. if (!isMultiple && el.selectedIndex !== -1) {
  1421. el.selectedIndex = -1;
  1422. }
  1423. }
  1424. function getValue(el) {
  1425. return "_value" in el ? el._value : el.value;
  1426. }
  1427. function getCheckboxValue(el, checked) {
  1428. const key = checked ? "_trueValue" : "_falseValue";
  1429. return key in el ? el[key] : checked;
  1430. }
  1431. const vModelDynamic = {
  1432. created(el, binding, vnode) {
  1433. callModelHook(el, binding, vnode, null, "created");
  1434. },
  1435. mounted(el, binding, vnode) {
  1436. callModelHook(el, binding, vnode, null, "mounted");
  1437. },
  1438. beforeUpdate(el, binding, vnode, prevVNode) {
  1439. callModelHook(el, binding, vnode, prevVNode, "beforeUpdate");
  1440. },
  1441. updated(el, binding, vnode, prevVNode) {
  1442. callModelHook(el, binding, vnode, prevVNode, "updated");
  1443. }
  1444. };
  1445. function resolveDynamicModel(tagName, type) {
  1446. switch (tagName) {
  1447. case "SELECT":
  1448. return vModelSelect;
  1449. case "TEXTAREA":
  1450. return vModelText;
  1451. default:
  1452. switch (type) {
  1453. case "checkbox":
  1454. return vModelCheckbox;
  1455. case "radio":
  1456. return vModelRadio;
  1457. default:
  1458. return vModelText;
  1459. }
  1460. }
  1461. }
  1462. function callModelHook(el, binding, vnode, prevVNode, hook) {
  1463. const modelToUse = resolveDynamicModel(
  1464. el.tagName,
  1465. vnode.props && vnode.props.type
  1466. );
  1467. const fn = modelToUse[hook];
  1468. fn && fn(el, binding, vnode, prevVNode);
  1469. }
  1470. function initVModelForSSR() {
  1471. vModelText.getSSRProps = ({ value }) => ({ value });
  1472. vModelRadio.getSSRProps = ({ value }, vnode) => {
  1473. if (vnode.props && shared.looseEqual(vnode.props.value, value)) {
  1474. return { checked: true };
  1475. }
  1476. };
  1477. vModelCheckbox.getSSRProps = ({ value }, vnode) => {
  1478. if (shared.isArray(value)) {
  1479. if (vnode.props && shared.looseIndexOf(value, vnode.props.value) > -1) {
  1480. return { checked: true };
  1481. }
  1482. } else if (shared.isSet(value)) {
  1483. if (vnode.props && value.has(vnode.props.value)) {
  1484. return { checked: true };
  1485. }
  1486. } else if (value) {
  1487. return { checked: true };
  1488. }
  1489. };
  1490. vModelDynamic.getSSRProps = (binding, vnode) => {
  1491. if (typeof vnode.type !== "string") {
  1492. return;
  1493. }
  1494. const modelToUse = resolveDynamicModel(
  1495. // resolveDynamicModel expects an uppercase tag name, but vnode.type is lowercase
  1496. vnode.type.toUpperCase(),
  1497. vnode.props && vnode.props.type
  1498. );
  1499. if (modelToUse.getSSRProps) {
  1500. return modelToUse.getSSRProps(binding, vnode);
  1501. }
  1502. };
  1503. }
  1504. const systemModifiers = ["ctrl", "shift", "alt", "meta"];
  1505. const modifierGuards = {
  1506. stop: (e) => e.stopPropagation(),
  1507. prevent: (e) => e.preventDefault(),
  1508. self: (e) => e.target !== e.currentTarget,
  1509. ctrl: (e) => !e.ctrlKey,
  1510. shift: (e) => !e.shiftKey,
  1511. alt: (e) => !e.altKey,
  1512. meta: (e) => !e.metaKey,
  1513. left: (e) => "button" in e && e.button !== 0,
  1514. middle: (e) => "button" in e && e.button !== 1,
  1515. right: (e) => "button" in e && e.button !== 2,
  1516. exact: (e, modifiers) => systemModifiers.some((m) => e[`${m}Key`] && !modifiers.includes(m))
  1517. };
  1518. const withModifiers = (fn, modifiers) => {
  1519. const cache = fn._withMods || (fn._withMods = {});
  1520. const cacheKey = modifiers.join(".");
  1521. return cache[cacheKey] || (cache[cacheKey] = (event, ...args) => {
  1522. for (let i = 0; i < modifiers.length; i++) {
  1523. const guard = modifierGuards[modifiers[i]];
  1524. if (guard && guard(event, modifiers)) return;
  1525. }
  1526. return fn(event, ...args);
  1527. });
  1528. };
  1529. const keyNames = {
  1530. esc: "escape",
  1531. space: " ",
  1532. up: "arrow-up",
  1533. left: "arrow-left",
  1534. right: "arrow-right",
  1535. down: "arrow-down",
  1536. delete: "backspace"
  1537. };
  1538. const withKeys = (fn, modifiers) => {
  1539. const cache = fn._withKeys || (fn._withKeys = {});
  1540. const cacheKey = modifiers.join(".");
  1541. return cache[cacheKey] || (cache[cacheKey] = (event) => {
  1542. if (!("key" in event)) {
  1543. return;
  1544. }
  1545. const eventKey = shared.hyphenate(event.key);
  1546. if (modifiers.some(
  1547. (k) => k === eventKey || keyNames[k] === eventKey
  1548. )) {
  1549. return fn(event);
  1550. }
  1551. });
  1552. };
  1553. const rendererOptions = /* @__PURE__ */ shared.extend({ patchProp }, nodeOps);
  1554. let renderer;
  1555. let enabledHydration = false;
  1556. function ensureRenderer() {
  1557. return renderer || (renderer = runtimeCore.createRenderer(rendererOptions));
  1558. }
  1559. function ensureHydrationRenderer() {
  1560. renderer = enabledHydration ? renderer : runtimeCore.createHydrationRenderer(rendererOptions);
  1561. enabledHydration = true;
  1562. return renderer;
  1563. }
  1564. const render = (...args) => {
  1565. ensureRenderer().render(...args);
  1566. };
  1567. const hydrate = (...args) => {
  1568. ensureHydrationRenderer().hydrate(...args);
  1569. };
  1570. const createApp = (...args) => {
  1571. const app = ensureRenderer().createApp(...args);
  1572. const { mount } = app;
  1573. app.mount = (containerOrSelector) => {
  1574. const container = normalizeContainer(containerOrSelector);
  1575. if (!container) return;
  1576. const component = app._component;
  1577. if (!shared.isFunction(component) && !component.render && !component.template) {
  1578. component.template = container.innerHTML;
  1579. }
  1580. if (container.nodeType === 1) {
  1581. container.textContent = "";
  1582. }
  1583. const proxy = mount(container, false, resolveRootNamespace(container));
  1584. if (container instanceof Element) {
  1585. container.removeAttribute("v-cloak");
  1586. container.setAttribute("data-v-app", "");
  1587. }
  1588. return proxy;
  1589. };
  1590. return app;
  1591. };
  1592. const createSSRApp = (...args) => {
  1593. const app = ensureHydrationRenderer().createApp(...args);
  1594. const { mount } = app;
  1595. app.mount = (containerOrSelector) => {
  1596. const container = normalizeContainer(containerOrSelector);
  1597. if (container) {
  1598. return mount(container, true, resolveRootNamespace(container));
  1599. }
  1600. };
  1601. return app;
  1602. };
  1603. function resolveRootNamespace(container) {
  1604. if (container instanceof SVGElement) {
  1605. return "svg";
  1606. }
  1607. if (typeof MathMLElement === "function" && container instanceof MathMLElement) {
  1608. return "mathml";
  1609. }
  1610. }
  1611. function normalizeContainer(container) {
  1612. if (shared.isString(container)) {
  1613. const res = document.querySelector(container);
  1614. return res;
  1615. }
  1616. return container;
  1617. }
  1618. let ssrDirectiveInitialized = false;
  1619. const initDirectivesForSSR = () => {
  1620. if (!ssrDirectiveInitialized) {
  1621. ssrDirectiveInitialized = true;
  1622. initVModelForSSR();
  1623. initVShowForSSR();
  1624. }
  1625. } ;
  1626. exports.Transition = Transition;
  1627. exports.TransitionGroup = TransitionGroup;
  1628. exports.VueElement = VueElement;
  1629. exports.createApp = createApp;
  1630. exports.createSSRApp = createSSRApp;
  1631. exports.defineCustomElement = defineCustomElement;
  1632. exports.defineSSRCustomElement = defineSSRCustomElement;
  1633. exports.hydrate = hydrate;
  1634. exports.initDirectivesForSSR = initDirectivesForSSR;
  1635. exports.render = render;
  1636. exports.useCssModule = useCssModule;
  1637. exports.useCssVars = useCssVars;
  1638. exports.useHost = useHost;
  1639. exports.useShadowRoot = useShadowRoot;
  1640. exports.vModelCheckbox = vModelCheckbox;
  1641. exports.vModelDynamic = vModelDynamic;
  1642. exports.vModelRadio = vModelRadio;
  1643. exports.vModelSelect = vModelSelect;
  1644. exports.vModelText = vModelText;
  1645. exports.vShow = vShow;
  1646. exports.withKeys = withKeys;
  1647. exports.withModifiers = withModifiers;
  1648. Object.keys(runtimeCore).forEach(function (k) {
  1649. if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = runtimeCore[k];
  1650. });