@vue/compat 3.4.0-rc.1 → 3.4.0-rc.2
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 +144 -141
- package/dist/vue.cjs.prod.js +6 -38
- package/dist/vue.esm-browser.js +144 -141
- package/dist/vue.esm-browser.prod.js +5 -5
- package/dist/vue.esm-bundler.js +145 -144
- package/dist/vue.global.js +144 -141
- package/dist/vue.global.prod.js +5 -5
- package/dist/vue.runtime.esm-browser.js +144 -141
- package/dist/vue.runtime.esm-browser.prod.js +5 -5
- package/dist/vue.runtime.esm-bundler.js +145 -144
- package/dist/vue.runtime.global.js +144 -141
- package/dist/vue.runtime.global.prod.js +5 -5
- package/package.json +2 -2
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -1448,9 +1448,6 @@ const TriggerOpTypes = {
|
|
|
1448
1448
|
"CLEAR": "clear"
|
|
1449
1449
|
};
|
|
1450
1450
|
|
|
1451
|
-
function warn$1(msg, ...args) {
|
|
1452
|
-
return;
|
|
1453
|
-
}
|
|
1454
1451
|
function assertNumber(val, type) {
|
|
1455
1452
|
return;
|
|
1456
1453
|
}
|
|
@@ -1679,38 +1676,6 @@ function flushJobs(seen) {
|
|
|
1679
1676
|
}
|
|
1680
1677
|
}
|
|
1681
1678
|
|
|
1682
|
-
let devtools;
|
|
1683
|
-
let buffer = [];
|
|
1684
|
-
function setDevtoolsHook(hook, target) {
|
|
1685
|
-
var _a, _b;
|
|
1686
|
-
devtools = hook;
|
|
1687
|
-
if (devtools) {
|
|
1688
|
-
devtools.enabled = true;
|
|
1689
|
-
buffer.forEach(({ event, args }) => devtools.emit(event, ...args));
|
|
1690
|
-
buffer = [];
|
|
1691
|
-
} else if (
|
|
1692
|
-
// handle late devtools injection - only do this if we are in an actual
|
|
1693
|
-
// browser environment to avoid the timer handle stalling test runner exit
|
|
1694
|
-
// (#4815)
|
|
1695
|
-
typeof window !== "undefined" && // some envs mock window but not fully
|
|
1696
|
-
window.HTMLElement && // also exclude jsdom
|
|
1697
|
-
!((_b = (_a = window.navigator) == null ? void 0 : _a.userAgent) == null ? void 0 : _b.includes("jsdom"))
|
|
1698
|
-
) {
|
|
1699
|
-
const replay = target.__VUE_DEVTOOLS_HOOK_REPLAY__ = target.__VUE_DEVTOOLS_HOOK_REPLAY__ || [];
|
|
1700
|
-
replay.push((newHook) => {
|
|
1701
|
-
setDevtoolsHook(newHook, target);
|
|
1702
|
-
});
|
|
1703
|
-
setTimeout(() => {
|
|
1704
|
-
if (!devtools) {
|
|
1705
|
-
target.__VUE_DEVTOOLS_HOOK_REPLAY__ = null;
|
|
1706
|
-
buffer = [];
|
|
1707
|
-
}
|
|
1708
|
-
}, 3e3);
|
|
1709
|
-
} else {
|
|
1710
|
-
buffer = [];
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
1679
|
const DeprecationTypes$1 = {
|
|
1715
1680
|
"GLOBAL_MOUNT": "GLOBAL_MOUNT",
|
|
1716
1681
|
"GLOBAL_MOUNT_CONTAINER": "GLOBAL_MOUNT_CONTAINER",
|
|
@@ -5254,7 +5219,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5254
5219
|
return vm;
|
|
5255
5220
|
}
|
|
5256
5221
|
}
|
|
5257
|
-
Vue.version = `2.6.14-compat:${"3.4.0-rc.
|
|
5222
|
+
Vue.version = `2.6.14-compat:${"3.4.0-rc.2"}`;
|
|
5258
5223
|
Vue.config = singletonApp.config;
|
|
5259
5224
|
Vue.use = (p, ...options) => {
|
|
5260
5225
|
if (p && isFunction(p.install)) {
|
|
@@ -9063,8 +9028,11 @@ function isMemoSame(cached, memo) {
|
|
|
9063
9028
|
return true;
|
|
9064
9029
|
}
|
|
9065
9030
|
|
|
9066
|
-
const version = "3.4.0-rc.
|
|
9031
|
+
const version = "3.4.0-rc.2";
|
|
9032
|
+
const warn$1 = NOOP;
|
|
9067
9033
|
const ErrorTypeStrings = null;
|
|
9034
|
+
const devtools = void 0;
|
|
9035
|
+
const setDevtoolsHook = NOOP;
|
|
9068
9036
|
const _ssrUtils = {
|
|
9069
9037
|
createComponentInstance,
|
|
9070
9038
|
setupComponent,
|
|
@@ -10654,7 +10622,7 @@ var runtimeDom = /*#__PURE__*/Object.freeze({
|
|
|
10654
10622
|
defineProps: defineProps,
|
|
10655
10623
|
defineSSRCustomElement: defineSSRCustomElement,
|
|
10656
10624
|
defineSlots: defineSlots,
|
|
10657
|
-
|
|
10625
|
+
devtools: devtools,
|
|
10658
10626
|
effect: effect,
|
|
10659
10627
|
effectScope: effectScope,
|
|
10660
10628
|
getCurrentInstance: getCurrentInstance,
|