@vue/compat 3.4.16 → 3.4.17

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/compat v3.4.16
2
+ * @vue/compat v3.4.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6540,7 +6540,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
6540
6540
  return vm;
6541
6541
  }
6542
6542
  }
6543
- Vue.version = `2.6.14-compat:${"3.4.16"}`;
6543
+ Vue.version = `2.6.14-compat:${"3.4.17"}`;
6544
6544
  Vue.config = singletonApp.config;
6545
6545
  Vue.use = (p, ...options) => {
6546
6546
  if (p && isFunction(p.install)) {
@@ -11446,7 +11446,7 @@ function isMemoSame(cached, memo) {
11446
11446
  return true;
11447
11447
  }
11448
11448
 
11449
- const version = "3.4.16";
11449
+ const version = "3.4.17";
11450
11450
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
11451
11451
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11452
11452
  const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
@@ -11875,7 +11875,7 @@ const vShow = {
11875
11875
  }
11876
11876
  },
11877
11877
  updated(el, { value, oldValue }, { transition }) {
11878
- if (!value === !oldValue && el.style.display === el[vShowOldKey])
11878
+ if (!value === !oldValue)
11879
11879
  return;
11880
11880
  if (transition) {
11881
11881
  if (value) {
@@ -12004,7 +12004,6 @@ function patchStyle(el, prev, next) {
12004
12004
  }
12005
12005
  }
12006
12006
  if (vShowOldKey in el) {
12007
- el[vShowOldKey] = style.display;
12008
12007
  style.display = currentDisplay;
12009
12008
  }
12010
12009
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compat v3.4.16
2
+ * @vue/compat v3.4.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6499,7 +6499,7 @@ If this is a native custom element, make sure to exclude it from component resol
6499
6499
  return vm;
6500
6500
  }
6501
6501
  }
6502
- Vue.version = `2.6.14-compat:${"3.4.16"}`;
6502
+ Vue.version = `2.6.14-compat:${"3.4.17"}`;
6503
6503
  Vue.config = singletonApp.config;
6504
6504
  Vue.use = (p, ...options) => {
6505
6505
  if (p && isFunction(p.install)) {
@@ -11321,7 +11321,7 @@ Component that was made reactive: `,
11321
11321
  return true;
11322
11322
  }
11323
11323
 
11324
- const version = "3.4.16";
11324
+ const version = "3.4.17";
11325
11325
  const warn = warn$1 ;
11326
11326
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11327
11327
  const devtools = devtools$1 ;
@@ -11742,7 +11742,7 @@ Component that was made reactive: `,
11742
11742
  }
11743
11743
  },
11744
11744
  updated(el, { value, oldValue }, { transition }) {
11745
- if (!value === !oldValue && el.style.display === el[vShowOldKey])
11745
+ if (!value === !oldValue)
11746
11746
  return;
11747
11747
  if (transition) {
11748
11748
  if (value) {
@@ -11864,7 +11864,6 @@ Component that was made reactive: `,
11864
11864
  }
11865
11865
  }
11866
11866
  if (vShowOldKey in el) {
11867
- el[vShowOldKey] = style.display;
11868
11867
  style.display = currentDisplay;
11869
11868
  }
11870
11869
  }