@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
package/dist/vue.cjs.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -2614,8 +2614,8 @@ function findInsertionIndex(order, queue, start, end) {
|
|
|
2614
2614
|
/**
|
|
2615
2615
|
* @internal for runtime-vapor only
|
|
2616
2616
|
*/
|
|
2617
|
-
function queueJob(job, id, isPre = false) {
|
|
2618
|
-
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2617
|
+
function queueJob(job, id, isPre = false, order = 0) {
|
|
2618
|
+
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)) {
|
|
2619
2619
|
jobsLength++;
|
|
2620
2620
|
queueFlush();
|
|
2621
2621
|
}
|
|
@@ -6375,7 +6375,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6375
6375
|
if (options.el) return vm.$mount(options.el);
|
|
6376
6376
|
else return vm;
|
|
6377
6377
|
}
|
|
6378
|
-
Vue.version = `2.6.14-compat:3.6.0-beta.
|
|
6378
|
+
Vue.version = `2.6.14-compat:3.6.0-beta.17`;
|
|
6379
6379
|
Vue.config = singletonApp.config;
|
|
6380
6380
|
Vue.use = (plugin, ...options) => {
|
|
6381
6381
|
if (plugin && isFunction(plugin.install)) plugin.install(Vue, ...options);
|
|
@@ -9848,7 +9848,7 @@ function isMemoSame(cached, memo) {
|
|
|
9848
9848
|
}
|
|
9849
9849
|
//#endregion
|
|
9850
9850
|
//#region packages/runtime-core/src/index.ts
|
|
9851
|
-
const version = "3.6.0-beta.
|
|
9851
|
+
const version = "3.6.0-beta.17";
|
|
9852
9852
|
const warn = warn$1;
|
|
9853
9853
|
/**
|
|
9854
9854
|
* Runtime error messages. Only exposed in dev or esm builds.
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -2304,8 +2304,8 @@ function findInsertionIndex(order, queue, start, end) {
|
|
|
2304
2304
|
/**
|
|
2305
2305
|
* @internal for runtime-vapor only
|
|
2306
2306
|
*/
|
|
2307
|
-
function queueJob(job, id, isPre = false) {
|
|
2308
|
-
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2307
|
+
function queueJob(job, id, isPre = false, order = 0) {
|
|
2308
|
+
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)) {
|
|
2309
2309
|
jobsLength++;
|
|
2310
2310
|
queueFlush();
|
|
2311
2311
|
}
|
|
@@ -5269,7 +5269,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5269
5269
|
if (options.el) return vm.$mount(options.el);
|
|
5270
5270
|
else return vm;
|
|
5271
5271
|
}
|
|
5272
|
-
Vue.version = `2.6.14-compat:3.6.0-beta.
|
|
5272
|
+
Vue.version = `2.6.14-compat:3.6.0-beta.17`;
|
|
5273
5273
|
Vue.config = singletonApp.config;
|
|
5274
5274
|
Vue.use = (plugin, ...options) => {
|
|
5275
5275
|
if (plugin && isFunction(plugin.install)) plugin.install(Vue, ...options);
|
|
@@ -8042,7 +8042,7 @@ function isMemoSame(cached, memo) {
|
|
|
8042
8042
|
}
|
|
8043
8043
|
//#endregion
|
|
8044
8044
|
//#region packages/runtime-core/src/index.ts
|
|
8045
|
-
const version = "3.6.0-beta.
|
|
8045
|
+
const version = "3.6.0-beta.17";
|
|
8046
8046
|
const warn = NOOP;
|
|
8047
8047
|
/**
|
|
8048
8048
|
* Runtime error messages. Only exposed in dev or esm builds.
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -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
|
**/
|
|
@@ -2569,8 +2569,8 @@ function findInsertionIndex(order, queue, start, end) {
|
|
|
2569
2569
|
/**
|
|
2570
2570
|
* @internal for runtime-vapor only
|
|
2571
2571
|
*/
|
|
2572
|
-
function queueJob(job, id, isPre = false) {
|
|
2573
|
-
if (queueJobWorker(job, id === void 0 ? isPre ? -2 : Infinity : isPre ? id * 2 : id * 2 + 1, jobs, jobsLength, flushIndex)) {
|
|
2572
|
+
function queueJob(job, id, isPre = false, order = 0) {
|
|
2573
|
+
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)) {
|
|
2574
2574
|
jobsLength++;
|
|
2575
2575
|
queueFlush();
|
|
2576
2576
|
}
|
|
@@ -6307,7 +6307,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6307
6307
|
if (options.el) return vm.$mount(options.el);
|
|
6308
6308
|
else return vm;
|
|
6309
6309
|
}
|
|
6310
|
-
Vue.version = `2.6.14-compat:3.6.0-beta.
|
|
6310
|
+
Vue.version = `2.6.14-compat:3.6.0-beta.17`;
|
|
6311
6311
|
Vue.config = singletonApp.config;
|
|
6312
6312
|
Vue.use = (plugin, ...options) => {
|
|
6313
6313
|
if (plugin && isFunction(plugin.install)) plugin.install(Vue, ...options);
|
|
@@ -9770,7 +9770,7 @@ function isMemoSame(cached, memo) {
|
|
|
9770
9770
|
}
|
|
9771
9771
|
//#endregion
|
|
9772
9772
|
//#region packages/runtime-core/src/index.ts
|
|
9773
|
-
const version = "3.6.0-beta.
|
|
9773
|
+
const version = "3.6.0-beta.17";
|
|
9774
9774
|
const warn = warn$1;
|
|
9775
9775
|
/**
|
|
9776
9776
|
* Runtime error messages. Only exposed in dev or esm builds.
|