@vue/runtime-dom 3.6.0-alpha.6 → 3.6.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-dom v3.6.0-alpha.6
2
+ * @vue/runtime-dom v3.6.0-beta.1
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -93,7 +93,7 @@ const nodeOps = {
93
93
 
94
94
  const TRANSITION = "transition";
95
95
  const ANIMATION = "animation";
96
- const vtcKey = Symbol("_vtc");
96
+ const vtcKey = /* @__PURE__ */ Symbol("_vtc");
97
97
  const DOMTransitionPropsValidators = {
98
98
  name: String,
99
99
  type: String,
@@ -386,8 +386,8 @@ function patchClass(el, value, isSVG) {
386
386
  }
387
387
  }
388
388
 
389
- const vShowOriginalDisplay = Symbol("_vod");
390
- const vShowHidden = Symbol("_vsh");
389
+ const vShowOriginalDisplay = /* @__PURE__ */ Symbol("_vod");
390
+ const vShowHidden = /* @__PURE__ */ Symbol("_vsh");
391
391
  const vShow = {
392
392
  // used for prop mismatch check during hydration
393
393
  name: "show",
@@ -436,7 +436,7 @@ function initVShowForSSR() {
436
436
  };
437
437
  }
438
438
 
439
- const CSS_VAR_TEXT = Symbol("CSS_VAR_TEXT" );
439
+ const CSS_VAR_TEXT = /* @__PURE__ */ Symbol("CSS_VAR_TEXT" );
440
440
  function useCssVars(getter) {
441
441
  return;
442
442
  }
@@ -617,7 +617,7 @@ function addEventListener(el, event, handler, options) {
617
617
  function removeEventListener(el, event, handler, options) {
618
618
  el.removeEventListener(event, handler, options);
619
619
  }
620
- const veiKey = Symbol("_vei");
620
+ const veiKey = /* @__PURE__ */ Symbol("_vei");
621
621
  function patchEvent(el, rawName, prevValue, nextValue, instance = null) {
622
622
  const invokers = el[veiKey] || (el[veiKey] = {});
623
623
  const existingInvoker = invokers[rawName];
@@ -1279,8 +1279,8 @@ function useCssModule(name = "$style") {
1279
1279
 
1280
1280
  const positionMap = /* @__PURE__ */ new WeakMap();
1281
1281
  const newPositionMap = /* @__PURE__ */ new WeakMap();
1282
- const moveCbKey = Symbol("_moveCb");
1283
- const enterCbKey = Symbol("_enterCb");
1282
+ const moveCbKey = /* @__PURE__ */ Symbol("_moveCb");
1283
+ const enterCbKey = /* @__PURE__ */ Symbol("_enterCb");
1284
1284
  const decorate = (t) => {
1285
1285
  delete t.props.mode;
1286
1286
  return t;
@@ -1443,7 +1443,7 @@ function onCompositionEnd(e) {
1443
1443
  target.dispatchEvent(new Event("input"));
1444
1444
  }
1445
1445
  }
1446
- const assignKey = Symbol("_assign");
1446
+ const assignKey = /* @__PURE__ */ Symbol("_assign");
1447
1447
  const vModelText = {
1448
1448
  created(el, { modifiers: { lazy, trim, number } }, vnode) {
1449
1449
  el[assignKey] = getModelAssigner(vnode);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-dom v3.6.0-alpha.6
2
+ * @vue/runtime-dom v3.6.0-beta.1
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -92,7 +92,7 @@ const nodeOps = {
92
92
 
93
93
  const TRANSITION = "transition";
94
94
  const ANIMATION = "animation";
95
- const vtcKey = Symbol("_vtc");
95
+ const vtcKey = /* @__PURE__ */ Symbol("_vtc");
96
96
  const DOMTransitionPropsValidators = {
97
97
  name: String,
98
98
  type: String,
@@ -382,8 +382,8 @@ function patchClass(el, value, isSVG) {
382
382
  }
383
383
  }
384
384
 
385
- const vShowOriginalDisplay = Symbol("_vod");
386
- const vShowHidden = Symbol("_vsh");
385
+ const vShowOriginalDisplay = /* @__PURE__ */ Symbol("_vod");
386
+ const vShowHidden = /* @__PURE__ */ Symbol("_vsh");
387
387
  const vShow = {
388
388
  // used for prop mismatch check during hydration
389
389
  name: "show",
@@ -432,7 +432,7 @@ function initVShowForSSR() {
432
432
  };
433
433
  }
434
434
 
435
- const CSS_VAR_TEXT = Symbol("");
435
+ const CSS_VAR_TEXT = /* @__PURE__ */ Symbol("");
436
436
  function useCssVars(getter) {
437
437
  return;
438
438
  }
@@ -599,7 +599,7 @@ function addEventListener(el, event, handler, options) {
599
599
  function removeEventListener(el, event, handler, options) {
600
600
  el.removeEventListener(event, handler, options);
601
601
  }
602
- const veiKey = Symbol("_vei");
602
+ const veiKey = /* @__PURE__ */ Symbol("_vei");
603
603
  function patchEvent(el, rawName, prevValue, nextValue, instance = null) {
604
604
  const invokers = el[veiKey] || (el[veiKey] = {});
605
605
  const existingInvoker = invokers[rawName];
@@ -1186,8 +1186,8 @@ function useCssModule(name = "$style") {
1186
1186
 
1187
1187
  const positionMap = /* @__PURE__ */ new WeakMap();
1188
1188
  const newPositionMap = /* @__PURE__ */ new WeakMap();
1189
- const moveCbKey = Symbol("_moveCb");
1190
- const enterCbKey = Symbol("_enterCb");
1189
+ const moveCbKey = /* @__PURE__ */ Symbol("_moveCb");
1190
+ const enterCbKey = /* @__PURE__ */ Symbol("_enterCb");
1191
1191
  const decorate = (t) => {
1192
1192
  delete t.props.mode;
1193
1193
  return t;
@@ -1348,7 +1348,7 @@ function onCompositionEnd(e) {
1348
1348
  target.dispatchEvent(new Event("input"));
1349
1349
  }
1350
1350
  }
1351
- const assignKey = Symbol("_assign");
1351
+ const assignKey = /* @__PURE__ */ Symbol("_assign");
1352
1352
  const vModelText = {
1353
1353
  created(el, { modifiers: { lazy, trim, number } }, vnode) {
1354
1354
  el[assignKey] = getModelAssigner(vnode);