@vue/compat 3.6.0-beta.16 → 3.6.0-beta.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 +5 -5
- package/dist/vue.cjs.prod.js +5 -5
- package/dist/vue.esm-browser.js +5 -5
- package/dist/vue.esm-browser.prod.js +3 -3
- package/dist/vue.esm-bundler.js +5 -5
- package/dist/vue.global.js +5 -5
- package/dist/vue.global.prod.js +3 -3
- package/dist/vue.runtime.esm-browser.js +5 -5
- package/dist/vue.runtime.esm-browser.prod.js +3 -3
- package/dist/vue.runtime.esm-bundler.js +5 -5
- package/dist/vue.runtime.global.js +5 -5
- package/dist/vue.runtime.global.prod.js +3 -3
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.6.0-beta.
|
|
2
|
+
* @vue/compat v3.6.0-beta.17
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -2586,8 +2586,8 @@ function findInsertionIndex(order, queue, start, end) {
|
|
|
2586
2586
|
/**
|
|
2587
2587
|
* @internal for runtime-vapor only
|
|
2588
2588
|
*/
|
|
2589
|
-
function queueJob(job, id, isPre = false) {
|
|
2590
|
-
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2589
|
+
function queueJob(job, id, isPre = false, order = 0) {
|
|
2590
|
+
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : order ? id * 2 + 1 + order / (order + 1) : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2591
2591
|
jobsLength++;
|
|
2592
2592
|
queueFlush();
|
|
2593
2593
|
}
|
|
@@ -6380,7 +6380,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6380
6380
|
if (options.el) return vm.$mount(options.el);
|
|
6381
6381
|
else return vm;
|
|
6382
6382
|
}
|
|
6383
|
-
Vue.version = `2.6.14-compat:3.6.0-beta.
|
|
6383
|
+
Vue.version = `2.6.14-compat:3.6.0-beta.17`;
|
|
6384
6384
|
Vue.config = singletonApp.config;
|
|
6385
6385
|
Vue.use = (plugin, ...options) => {
|
|
6386
6386
|
if (plugin && isFunction(plugin.install)) plugin.install(Vue, ...options);
|
|
@@ -9923,7 +9923,7 @@ function isMemoSame(cached, memo) {
|
|
|
9923
9923
|
}
|
|
9924
9924
|
//#endregion
|
|
9925
9925
|
//#region packages/runtime-core/src/index.ts
|
|
9926
|
-
const version = "3.6.0-beta.
|
|
9926
|
+
const version = "3.6.0-beta.17";
|
|
9927
9927
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
9928
9928
|
/**
|
|
9929
9929
|
* Runtime error messages. Only exposed in dev or esm builds.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compat v3.6.0-beta.
|
|
2
|
+
* @vue/compat v3.6.0-beta.17
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -2570,8 +2570,8 @@ var Vue = (function() {
|
|
|
2570
2570
|
/**
|
|
2571
2571
|
* @internal for runtime-vapor only
|
|
2572
2572
|
*/
|
|
2573
|
-
function queueJob(job, id, isPre = false) {
|
|
2574
|
-
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2573
|
+
function queueJob(job, id, isPre = false, order = 0) {
|
|
2574
|
+
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : order ? id * 2 + 1 + order / (order + 1) : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2575
2575
|
jobsLength++;
|
|
2576
2576
|
queueFlush();
|
|
2577
2577
|
}
|
|
@@ -6304,7 +6304,7 @@ var Vue = (function() {
|
|
|
6304
6304
|
if (options.el) return vm.$mount(options.el);
|
|
6305
6305
|
else return vm;
|
|
6306
6306
|
}
|
|
6307
|
-
Vue.version = `2.6.14-compat:3.6.0-beta.
|
|
6307
|
+
Vue.version = `2.6.14-compat:3.6.0-beta.17`;
|
|
6308
6308
|
Vue.config = singletonApp.config;
|
|
6309
6309
|
Vue.use = (plugin, ...options) => {
|
|
6310
6310
|
if (plugin && isFunction(plugin.install)) plugin.install(Vue, ...options);
|
|
@@ -9767,7 +9767,7 @@ var Vue = (function() {
|
|
|
9767
9767
|
}
|
|
9768
9768
|
//#endregion
|
|
9769
9769
|
//#region packages/runtime-core/src/index.ts
|
|
9770
|
-
const version = "3.6.0-beta.
|
|
9770
|
+
const version = "3.6.0-beta.17";
|
|
9771
9771
|
const warn = warn$1;
|
|
9772
9772
|
/**
|
|
9773
9773
|
* Runtime error messages. Only exposed in dev or esm builds.
|