@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.
package/dist/vue.cjs.js CHANGED
@@ -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
  **/
@@ -6580,7 +6580,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
6580
6580
  return vm;
6581
6581
  }
6582
6582
  }
6583
- Vue.version = `2.6.14-compat:${"3.4.16"}`;
6583
+ Vue.version = `2.6.14-compat:${"3.4.17"}`;
6584
6584
  Vue.config = singletonApp.config;
6585
6585
  Vue.use = (p, ...options) => {
6586
6586
  if (p && isFunction(p.install)) {
@@ -11419,7 +11419,7 @@ function isMemoSame(cached, memo) {
11419
11419
  return true;
11420
11420
  }
11421
11421
 
11422
- const version = "3.4.16";
11422
+ const version = "3.4.17";
11423
11423
  const warn = warn$1 ;
11424
11424
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11425
11425
  const devtools = devtools$1 ;
@@ -11848,7 +11848,7 @@ const vShow = {
11848
11848
  }
11849
11849
  },
11850
11850
  updated(el, { value, oldValue }, { transition }) {
11851
- if (!value === !oldValue && el.style.display === el[vShowOldKey])
11851
+ if (!value === !oldValue)
11852
11852
  return;
11853
11853
  if (transition) {
11854
11854
  if (value) {
@@ -11916,7 +11916,6 @@ function patchStyle(el, prev, next) {
11916
11916
  }
11917
11917
  }
11918
11918
  if (vShowOldKey in el) {
11919
- el[vShowOldKey] = style.display;
11920
11919
  style.display = currentDisplay;
11921
11920
  }
11922
11921
  }
@@ -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
  **/
@@ -5257,7 +5257,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
5257
5257
  return vm;
5258
5258
  }
5259
5259
  }
5260
- Vue.version = `2.6.14-compat:${"3.4.16"}`;
5260
+ Vue.version = `2.6.14-compat:${"3.4.17"}`;
5261
5261
  Vue.config = singletonApp.config;
5262
5262
  Vue.use = (p, ...options) => {
5263
5263
  if (p && isFunction(p.install)) {
@@ -9117,7 +9117,7 @@ function isMemoSame(cached, memo) {
9117
9117
  return true;
9118
9118
  }
9119
9119
 
9120
- const version = "3.4.16";
9120
+ const version = "3.4.17";
9121
9121
  const warn$1 = NOOP;
9122
9122
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
9123
9123
  const devtools = void 0;
@@ -9543,7 +9543,7 @@ const vShow = {
9543
9543
  }
9544
9544
  },
9545
9545
  updated(el, { value, oldValue }, { transition }) {
9546
- if (!value === !oldValue && el.style.display === el[vShowOldKey])
9546
+ if (!value === !oldValue)
9547
9547
  return;
9548
9548
  if (transition) {
9549
9549
  if (value) {
@@ -9608,7 +9608,6 @@ function patchStyle(el, prev, next) {
9608
9608
  }
9609
9609
  }
9610
9610
  if (vShowOldKey in el) {
9611
- el[vShowOldKey] = style.display;
9612
9611
  style.display = currentDisplay;
9613
9612
  }
9614
9613
  }
@@ -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
  **/
@@ -6502,7 +6502,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
6502
6502
  return vm;
6503
6503
  }
6504
6504
  }
6505
- Vue.version = `2.6.14-compat:${"3.4.16"}`;
6505
+ Vue.version = `2.6.14-compat:${"3.4.17"}`;
6506
6506
  Vue.config = singletonApp.config;
6507
6507
  Vue.use = (p, ...options) => {
6508
6508
  if (p && isFunction(p.install)) {
@@ -11324,7 +11324,7 @@ function isMemoSame(cached, memo) {
11324
11324
  return true;
11325
11325
  }
11326
11326
 
11327
- const version = "3.4.16";
11327
+ const version = "3.4.17";
11328
11328
  const warn = warn$1 ;
11329
11329
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11330
11330
  const devtools = devtools$1 ;
@@ -11745,7 +11745,7 @@ const vShow = {
11745
11745
  }
11746
11746
  },
11747
11747
  updated(el, { value, oldValue }, { transition }) {
11748
- if (!value === !oldValue && el.style.display === el[vShowOldKey])
11748
+ if (!value === !oldValue)
11749
11749
  return;
11750
11750
  if (transition) {
11751
11751
  if (value) {
@@ -11867,7 +11867,6 @@ function patchStyle(el, prev, next) {
11867
11867
  }
11868
11868
  }
11869
11869
  if (vShowOldKey in el) {
11870
- el[vShowOldKey] = style.display;
11871
11870
  style.display = currentDisplay;
11872
11871
  }
11873
11872
  }