提交 83c55249 编写于 作者: fxy060608's avatar fxy060608

chore: bump vue from 3.2.40 to 3.2.41

上级 ad466151
......@@ -12,7 +12,7 @@
"@dcloudio/uni-app": "../../uni-app",
"@dcloudio/uni-components": "../../uni-components",
"@dcloudio/uni-h5": "../../uni-h5",
"vue": "3.2.40",
"vue": "3.2.41",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
......
......@@ -14,7 +14,7 @@
"url": "https://github.com/dcloudio/uni-app/issues"
},
"dependencies": {
"@vue/shared": "3.2.40"
"@vue/shared": "3.2.41"
},
"devDependencies": {
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001"
......
......@@ -4,19 +4,19 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Tools = {}));
})(this, (function (exports) { 'use strict';
/**
* Make a map and return a function for checking if a key
* is in that map.
* IMPORTANT: all calls of this function must be prefixed with
* \/\*#\_\_PURE\_\_\*\/
* So that rollup can tree-shake them if necessary.
*/
/**
* Make a map and return a function for checking if a key
* is in that map.
* IMPORTANT: all calls of this function must be prefixed with
* \/\*#\_\_PURE\_\_\*\/
* So that rollup can tree-shake them if necessary.
*/
(process.env.NODE_ENV !== 'production')
? Object.freeze({})
: {};
(process.env.NODE_ENV !== 'production') ? Object.freeze([]) : [];
const hasOwnProperty = Object.prototype.hasOwnProperty;
(process.env.NODE_ENV !== 'production')
? Object.freeze({})
: {};
(process.env.NODE_ENV !== 'production') ? Object.freeze([]) : [];
const hasOwnProperty = Object.prototype.hasOwnProperty;
const hasOwn = (val, key) => hasOwnProperty.call(val, key);
const ACTION_TYPE_PAGE_CREATE = 1;
......
......@@ -13208,12 +13208,6 @@ const canIUse = defineSyncApi(API_CAN_I_USE, (schema) => {
return false;
}, CanIUseProtocol);
let deviceId;
function deviceId$1 () {
deviceId = deviceId || plus.device.uuid;
return deviceId;
}
let config;
/**
* tabbar显示状态
......@@ -13560,7 +13554,7 @@ function weexGetSystemInfoSync() {
}
const getDeviceInfo = defineSyncApi('getDeviceInfo', () => {
weexGetSystemInfoSync();
const { deviceBrand = '', deviceModel, osName, osVersion, deviceOrientation, deviceType, } = systemInfo;
const { deviceBrand = '', deviceModel, osName, osVersion, deviceOrientation, deviceType, deviceId, } = systemInfo;
const brand = deviceBrand.toLowerCase();
const _osName = osName.toLowerCase();
return {
......@@ -13568,7 +13562,7 @@ const getDeviceInfo = defineSyncApi('getDeviceInfo', () => {
deviceBrand: brand,
deviceModel,
devicePixelRatio: plus.screen.scale,
deviceId: deviceId$1(),
deviceId,
deviceOrientation,
deviceType,
model: deviceModel,
......
......@@ -34,11 +34,11 @@
"@dcloudio/uni-i18n": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@types/pako": "1.0.2",
"@vue/compiler-sfc": "3.2.40",
"@vue/compiler-sfc": "3.2.41",
"autoprefixer": "^10.4.12",
"pako": "^1.0.11",
"postcss": "^8.4.16",
"vue": "3.2.40"
"vue": "3.2.41"
},
"dependencies": {
"@dcloudio/uni-app-vite": "3.0.0-alpha-3060720221014001",
......
......@@ -27,8 +27,8 @@
"@dcloudio/uts": "3.0.0-alpha-3060720221014001",
"@rollup/pluginutils": "^4.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-dom": "3.2.40",
"@vue/compiler-sfc": "3.2.40",
"@vue/compiler-dom": "3.2.41",
"@vue/compiler-sfc": "3.2.41",
"debug": "^4.3.3",
"fs-extra": "^10.0.0",
"picocolors": "^1.0.0",
......@@ -37,10 +37,10 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@vue/compiler-core": "3.2.40",
"@vue/compiler-core": "3.2.41",
"esbuild": "^0.15.9",
"postcss": "^8.4.16",
"vite": "3.1.8",
"vue": "3.2.40"
"vue": "3.2.41"
}
}
......@@ -555,23 +555,23 @@ function isEmitListener(options, key) {
key = key.slice(2).replace(/Once$/, '');
return hasOwn(options, key[0].toLowerCase() + key.slice(1)) || hasOwn(options, hyphenate(key)) || hasOwn(options, key);
}
/**
* mark the current rendering instance for asset resolution (e.g.
* resolveComponent, resolveDirective) during render
/**
* mark the current rendering instance for asset resolution (e.g.
* resolveComponent, resolveDirective) during render
*/
var currentRenderingInstance = null;
var currentScopeId = null;
/**
* Note: rendering calls maybe nested. The function returns the parent rendering
* instance if present, which should be restored after the render is done:
*
* ```js
* const prev = setCurrentRenderingInstance(i)
* // ...render
* setCurrentRenderingInstance(prev)
* ```
/**
* Note: rendering calls maybe nested. The function returns the parent rendering
* instance if present, which should be restored after the render is done:
*
* ```js
* const prev = setCurrentRenderingInstance(i)
* // ...render
* setCurrentRenderingInstance(prev)
* ```
*/
function setCurrentRenderingInstance(instance) {
......@@ -580,35 +580,35 @@ function setCurrentRenderingInstance(instance) {
currentScopeId = instance && instance.type.__scopeId || null;
return prev;
}
/**
* Set scope id when creating hoisted vnodes.
* @private compiler helper
/**
* Set scope id when creating hoisted vnodes.
* @private compiler helper
*/
function pushScopeId(id) {
currentScopeId = id;
}
/**
* Technically we no longer need this after 3.0.8 but we need to keep the same
* API for backwards compat w/ code generated by compilers.
* @private
/**
* Technically we no longer need this after 3.0.8 but we need to keep the same
* API for backwards compat w/ code generated by compilers.
* @private
*/
function popScopeId() {
currentScopeId = null;
}
/**
* Only for backwards compat
* @private
/**
* Only for backwards compat
* @private
*/
var withScopeId = _id => withCtx;
/**
* Wrap a slot function to memoize current rendering instance
* @private compiler helper
/**
* Wrap a slot function to memoize current rendering instance
* @private compiler helper
*/
......@@ -633,11 +633,16 @@ function withCtx(fn) {
}
var prevInstance = setCurrentRenderingInstance(ctx);
var res = fn(...arguments);
setCurrentRenderingInstance(prevInstance);
var res;
if (renderFnWithContext._d) {
setBlockTracking(1);
try {
res = fn(...arguments);
} finally {
setCurrentRenderingInstance(prevInstance);
if (renderFnWithContext._d) {
setBlockTracking(1);
}
}
return res;
......@@ -2761,8 +2766,8 @@ function onErrorCaptured(hook) {
/* LifecycleHooks.ERROR_CAPTURED */
, hook, target);
}
/**
* Adds directives to a VNode.
/**
* Adds directives to a VNode.
*/
......@@ -2830,8 +2835,8 @@ function invokeDirectiveHook(vnode, prevVNode, instance, name) {
var COMPONENTS = 'components';
var DIRECTIVES = 'directives';
/**
* @private
/**
* @private
*/
function resolveComponent(name, maybeSelfReference) {
......@@ -2839,8 +2844,8 @@ function resolveComponent(name, maybeSelfReference) {
}
var NULL_DYNAMIC_COMPONENT = Symbol();
/**
* @private
/**
* @private
*/
function resolveDynamicComponent(component) {
......@@ -2851,8 +2856,8 @@ function resolveDynamicComponent(component) {
return component || NULL_DYNAMIC_COMPONENT;
}
}
/**
* @private
/**
* @private
*/
......@@ -2896,8 +2901,8 @@ function resolveAsset(type, name) {
function resolve(registry, name) {
return registry && (registry[name] || registry[camelize(name)] || registry[capitalize(camelize(name))]);
}
/**
* Actual implementation
/**
* Actual implementation
*/
......@@ -2939,9 +2944,9 @@ function renderList(source, renderItem, cache, index) {
return ret;
}
/**
* Compiler runtime helper for creating dynamic slots object
* @private
/**
* Compiler runtime helper for creating dynamic slots object
* @private
*/
......@@ -2971,9 +2976,9 @@ function createSlots(slots, dynamicSlots) {
return slots;
}
/**
* Compiler runtime helper for rendering `<slot/>`
* @private
/**
* Compiler runtime helper for rendering `<slot/>`
* @private
*/
......@@ -3032,9 +3037,9 @@ function ensureValidVNode(vnodes) {
return true;
}) ? vnodes : null;
}
/**
* For prefixing keys in v-on="obj" with "on"
* @private
/**
* For prefixing keys in v-on="obj" with "on"
* @private
*/
......@@ -3047,10 +3052,10 @@ function toHandlers(obj, preserveCaseIfNecessary) {
return ret;
}
/**
* #2437 In Vue 3, functional components do not have a public instance proxy but
* they exist in the internal parent chain. For code that relies on traversing
* public $parent chains, skip functional ones and go to the parent instead.
/**
* #2437 In Vue 3, functional components do not have a public instance proxy but
* they exist in the internal parent chain. For code that relies on traversing
* public $parent chains, skip functional ones and go to the parent instead.
*/
......@@ -3515,10 +3520,10 @@ function createWatcher(raw, ctx, publicThis, key) {
}
} else ;
}
/**
* Resolve merged options and cache it on the component.
* This is done only once per-component since the merging does not involve
* instances.
/**
* Resolve merged options and cache it on the component.
* This is done only once per-component since the merging does not involve
* instances.
*/
......@@ -4023,6 +4028,7 @@ var normalizeSlot = (key, rawSlot, ctx) => {
}
var normalized = withCtx(function () {
if ("production" !== 'production' && currentInstance) ;
return normalizeSlotValue(rawSlot(...arguments));
}, ctx);
normalized._c = false;
......@@ -4273,8 +4279,8 @@ function createAppAPI(render, hydrate) {
return app;
};
}
/**
* Function for handling a template ref
/**
* Function for handling a template ref
*/
......@@ -4328,7 +4334,7 @@ function setRef(rawRef, oldRawRef, parentSuspense, vnode) {
if (_isString || _isRef) {
var doSet = () => {
if (rawRef.f) {
var existing = _isString ? refs[ref] : ref.value;
var existing = _isString ? hasOwn(setupState, ref) ? setupState[ref] : refs[ref] : ref.value;
if (isUnmount) {
isArray(existing) && remove(existing, refValue);
......@@ -4776,20 +4782,20 @@ function createHydrationFunctions(rendererInternals) {
}
var queuePostRenderEffect = queueEffectWithSuspense;
/**
* The createRenderer function accepts two generic arguments:
* HostNode and HostElement, corresponding to Node and Element types in the
* host environment. For example, for runtime-dom, HostNode would be the DOM
* `Node` interface and HostElement would be the DOM `Element` interface.
*
* Custom renderers can pass in the platform specific types like this:
*
* ``` js
* const { render, createApp } = createRenderer<Node, Element>({
* patchProp,
* ...nodeOps
* })
* ```
/**
* The createRenderer function accepts two generic arguments:
* HostNode and HostElement, corresponding to Node and Element types in the
* host environment. For example, for runtime-dom, HostNode would be the DOM
* `Node` interface and HostElement would be the DOM `Element` interface.
*
* Custom renderers can pass in the platform specific types like this:
*
* ``` js
* const { render, createApp } = createRenderer<Node, Element>({
* patchProp,
* ...nodeOps
* })
* ```
*/
function createRenderer(options) {
......@@ -5006,14 +5012,14 @@ function baseCreateRenderer(options, createHydrationFns) {
vnode.hostInstance);
}
}
/**
* Special case for setting value on DOM elements:
* - it can be order-sensitive (e.g. should be set *after* min/max, #2325, #4024)
* - it needs to be forced (#1471)
* #2353 proposes adding another renderer option to configure this, but
* the properties affects are so finite it is worth special casing it
* here to reduce the complexity. (Special casing it also should not
* affect non-DOM renderers)
/**
* Special case for setting value on DOM elements:
* - it can be order-sensitive (e.g. should be set *after* min/max, #2325, #4024)
* - it needs to be forced (#1471)
* #2353 proposes adding another renderer option to configure this, but
* the properties affects are so finite it is worth special casing it
* here to reduce the complexity. (Special casing it also should not
* affect non-DOM renderers)
*/
......@@ -6163,16 +6169,16 @@ function toggleRecurse(_ref15, allowed) {
} = _ref15;
effect.allowRecurse = update.allowRecurse = allowed;
}
/**
* #1156
* When a component is HMR-enabled, we need to make sure that all static nodes
* inside a block also inherit the DOM element from the previous tree so that
* HMR updates (which are full updates) can retrieve the element for patching.
*
* #2080
* Inside keyed `template` fragment static children, if a fragment is moved,
* the children will always be moved. Therefore, in order to ensure correct move
* position, el should be inherited from previous nodes.
/**
* #1156
* When a component is HMR-enabled, we need to make sure that all static nodes
* inside a block also inherit the DOM element from the previous tree so that
* HMR updates (which are full updates) can retrieve the element for patching.
*
* #2080
* Inside keyed `template` fragment static children, if a fragment is moved,
* the children will always be moved. Therefore, in order to ensure correct move
* position, el should be inherited from previous nodes.
*/
......@@ -6536,21 +6542,21 @@ var Static = Symbol(undefined); // Since v-if and v-for are the two possible way
var blockStack = [];
var currentBlock = null;
/**
* Open a block.
* This must be called before `createBlock`. It cannot be part of `createBlock`
* because the children of the block are evaluated before `createBlock` itself
* is called. The generated code typically looks like this:
*
* ```js
* function render() {
* return (openBlock(),createBlock('div', null, [...]))
* }
* ```
* disableTracking is true when creating a v-for fragment block, since a v-for
* fragment always diffs its children.
*
* @private
/**
* Open a block.
* This must be called before `createBlock`. It cannot be part of `createBlock`
* because the children of the block are evaluated before `createBlock` itself
* is called. The generated code typically looks like this:
*
* ```js
* function render() {
* return (openBlock(),createBlock('div', null, [...]))
* }
* ```
* disableTracking is true when creating a v-for fragment block, since a v-for
* fragment always diffs its children.
*
* @private
*/
function openBlock() {
......@@ -6568,21 +6574,21 @@ function closeBlock() {
var isBlockTreeEnabled = 1;
/**
* Block tracking sometimes needs to be disabled, for example during the
* creation of a tree that needs to be cached by v-once. The compiler generates
* code like this:
*
* ``` js
* _cache[1] || (
* setBlockTracking(-1),
* _cache[1] = createVNode(...),
* setBlockTracking(1),
* _cache[1]
* )
* ```
*
* @private
/**
* Block tracking sometimes needs to be disabled, for example during the
* creation of a tree that needs to be cached by v-once. The compiler generates
* code like this:
*
* ``` js
* _cache[1] || (
* setBlockTracking(-1),
* _cache[1] = createVNode(...),
* setBlockTracking(1),
* _cache[1]
* )
* ```
*
* @private
*/
function setBlockTracking(value) {
......@@ -6602,8 +6608,8 @@ function setupBlock(vnode) {
return vnode;
}
/**
* @private
/**
* @private
*/
......@@ -6612,12 +6618,12 @@ function createElementBlock(type, props, children, patchFlag, dynamicProps, shap
/* isBlock */
));
}
/**
* Create a block root vnode. Takes the same exact arguments as `createVNode`.
* A block root keeps track of dynamic nodes within the block in the
* `dynamicChildren` array.
*
* @private
/**
* Create a block root vnode. Takes the same exact arguments as `createVNode`.
* A block root keeps track of dynamic nodes within the block in the
* `dynamicChildren` array.
*
* @private
*/
......@@ -6634,11 +6640,11 @@ function isVNode(value) {
function isSameVNodeType(n1, n2) {
return n1.type === n2.type && n1.key === n2.key;
}
/**
* Internal API for registering an arguments transform for createVNode
* used for creating stubs in the test-utils
* It is *internal* but needs to be exposed for test-utils to pick up proper
* typings
/**
* Internal API for registering an arguments transform for createVNode
* used for creating stubs in the test-utils
* It is *internal* but needs to be exposed for test-utils to pick up proper
* typings
*/
......@@ -6891,8 +6897,8 @@ function cloneVNode(vnode, extraProps) {
};
return cloned;
}
/**
* @private
/**
* @private
*/
......@@ -6901,8 +6907,8 @@ function createTextVNode() {
var flag = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
return createVNode(Text, null, text, flag);
}
/**
* @private
/**
* @private
*/
......@@ -6913,8 +6919,8 @@ function createStaticVNode(content, numberOfNodes) {
vnode.staticCount = numberOfNodes;
return vnode;
}
/**
* @private
/**
* @private
*/
......@@ -7266,9 +7272,9 @@ function handleSetupResult(instance, setupResult, isSSR) {
var compile;
var installWithProxy;
/**
* For runtime-dom to register the compiler.
* Note the exported method uses any to avoid d.ts relying on the compiler types.
/**
* For runtime-dom to register the compiler.
* Note the exported method uses any to avoid d.ts relying on the compiler types.
*/
function registerRuntimeCompiler(_compile) {
......@@ -7433,38 +7439,38 @@ function defineProps() {
function defineEmits() {
return null;
}
/**
* Vue `<script setup>` compiler macro for declaring a component's exposed
* instance properties when it is accessed by a parent component via template
* refs.
*
* `<script setup>` components are closed by default - i.e. variables inside
* the `<script setup>` scope is not exposed to parent unless explicitly exposed
* via `defineExpose`.
*
* This is only usable inside `<script setup>`, is compiled away in the
* output and should **not** be actually called at runtime.
/**
* Vue `<script setup>` compiler macro for declaring a component's exposed
* instance properties when it is accessed by a parent component via template
* refs.
*
* `<script setup>` components are closed by default - i.e. variables inside
* the `<script setup>` scope is not exposed to parent unless explicitly exposed
* via `defineExpose`.
*
* This is only usable inside `<script setup>`, is compiled away in the
* output and should **not** be actually called at runtime.
*/
function defineExpose(exposed) {}
/**
* Vue `<script setup>` compiler macro for providing props default values when
* using type-based `defineProps` declaration.
*
* Example usage:
* ```ts
* withDefaults(defineProps<{
* size?: number
* labels?: string[]
* }>(), {
* size: 3,
* labels: () => ['default label']
* })
* ```
*
* This is only usable inside `<script setup>`, is compiled away in the output
* and should **not** be actually called at runtime.
/**
* Vue `<script setup>` compiler macro for providing props default values when
* using type-based `defineProps` declaration.
*
* Example usage:
* ```ts
* withDefaults(defineProps<{
* size?: number
* labels?: string[]
* }>(), {
* size: 3,
* labels: () => ['default label']
* })
* ```
*
* This is only usable inside `<script setup>`, is compiled away in the output
* and should **not** be actually called at runtime.
*/
......@@ -7484,10 +7490,10 @@ function getContext() {
var i = getCurrentInstance();
return i.setupContext || (i.setupContext = createSetupContext(i));
}
/**
* Runtime helper for merging default declarations. Imported by compiled code
* only.
* @internal
/**
* Runtime helper for merging default declarations. Imported by compiled code
* only.
* @internal
*/
......@@ -7515,10 +7521,10 @@ function mergeDefaults(raw, defaults) {
return props;
}
/**
* Used to create a proxy for the rest element when destructuring props with
* defineProps().
* @internal
/**
* Used to create a proxy for the rest element when destructuring props with
* defineProps().
* @internal
*/
......@@ -7540,23 +7546,23 @@ function createPropsRestProxy(props, excludedKeys) {
return ret;
}
/**
* `<script setup>` helper for persisting the current instance context over
* async/await flows.
*
* `@vue/compiler-sfc` converts the following:
*
* ```ts
* const x = await foo()
* ```
*
* into:
*
* ```ts
* let __temp, __restore
* const x = (([__temp, __restore] = withAsyncContext(() => foo())),__temp=await __temp,__restore(),__temp)
* ```
* @internal
/**
* `<script setup>` helper for persisting the current instance context over
* async/await flows.
*
* `@vue/compiler-sfc` converts the following:
*
* ```ts
* const x = await foo()
* ```
*
* into:
*
* ```ts
* let __temp, __restore
* const x = (([__temp, __restore] = withAsyncContext(() => foo())),__temp=await __temp,__restore(),__temp)
* ```
* @internal
*/
......@@ -7659,14 +7665,14 @@ function isMemoSame(cached, memo) {
} // Core API ------------------------------------------------------------------
var version = "3.2.40";
/**
* @internal only exposed in compat builds
var version = "3.2.41";
/**
* @internal only exposed in compat builds
*/
var resolveFilter = null;
/**
* @internal only exposed in compat builds.
/**
* @internal only exposed in compat builds.
*/
var compatUtils = null;
......@@ -7947,13 +7953,13 @@ function transformAttr(el, key, value, instance) {
return [key, value];
}
/**
* 当前仅 patch 到 el 中,真正更新则是在 el 中
* @param el
* @param pre
* @param next
* @param instance
* @returns
/**
* 当前仅 patch 到 el 中,真正更新则是在 el 中
* @param el
* @param pre
* @param next
* @param instance
* @returns
*/
......@@ -8175,9 +8181,9 @@ function useCssModule() {
return mod;
}
}
/**
* Runtime helper for SFC's CSS variable injection feature.
* @private
/**
* Runtime helper for SFC's CSS variable injection feature.
* @private
*/
......@@ -8243,8 +8249,8 @@ var modifierGuards = {
right: e => 'button' in e && e.button !== 2,
exact: (e, modifiers) => systemModifiers.some(m => e["".concat(m, "Key")] && !modifiers.includes(m))
};
/**
* @private
/**
* @private
*/
var withModifiers = (fn, modifiers) => {
......@@ -8261,8 +8267,8 @@ var withModifiers = (fn, modifiers) => {
return fn(event, ...args);
};
};
/**
* @private
/**
* @private
*/
......
......@@ -565,23 +565,23 @@ function isEmitListener(options, key) {
key = key.slice(2).replace(/Once$/, '');
return hasOwn(options, key[0].toLowerCase() + key.slice(1)) || hasOwn(options, hyphenate(key)) || hasOwn(options, key);
}
/**
* mark the current rendering instance for asset resolution (e.g.
* resolveComponent, resolveDirective) during render
/**
* mark the current rendering instance for asset resolution (e.g.
* resolveComponent, resolveDirective) during render
*/
var currentRenderingInstance = null;
var currentScopeId = null;
/**
* Note: rendering calls maybe nested. The function returns the parent rendering
* instance if present, which should be restored after the render is done:
*
* ```js
* const prev = setCurrentRenderingInstance(i)
* // ...render
* setCurrentRenderingInstance(prev)
* ```
/**
* Note: rendering calls maybe nested. The function returns the parent rendering
* instance if present, which should be restored after the render is done:
*
* ```js
* const prev = setCurrentRenderingInstance(i)
* // ...render
* setCurrentRenderingInstance(prev)
* ```
*/
function setCurrentRenderingInstance(instance) {
......@@ -590,35 +590,35 @@ function setCurrentRenderingInstance(instance) {
currentScopeId = instance && instance.type.__scopeId || null;
return prev;
}
/**
* Set scope id when creating hoisted vnodes.
* @private compiler helper
/**
* Set scope id when creating hoisted vnodes.
* @private compiler helper
*/
function pushScopeId(id) {
currentScopeId = id;
}
/**
* Technically we no longer need this after 3.0.8 but we need to keep the same
* API for backwards compat w/ code generated by compilers.
* @private
/**
* Technically we no longer need this after 3.0.8 but we need to keep the same
* API for backwards compat w/ code generated by compilers.
* @private
*/
function popScopeId() {
currentScopeId = null;
}
/**
* Only for backwards compat
* @private
/**
* Only for backwards compat
* @private
*/
var withScopeId = _id => withCtx;
/**
* Wrap a slot function to memoize current rendering instance
* @private compiler helper
/**
* Wrap a slot function to memoize current rendering instance
* @private compiler helper
*/
......@@ -643,11 +643,16 @@ function withCtx(fn) {
}
var prevInstance = setCurrentRenderingInstance(ctx);
var res = fn(...arguments);
setCurrentRenderingInstance(prevInstance);
var res;
if (renderFnWithContext._d) {
setBlockTracking(1);
try {
res = fn(...arguments);
} finally {
setCurrentRenderingInstance(prevInstance);
if (renderFnWithContext._d) {
setBlockTracking(1);
}
}
return res;
......@@ -2780,8 +2785,8 @@ function onErrorCaptured(hook) {
/* LifecycleHooks.ERROR_CAPTURED */
, hook, target);
}
/**
* Adds directives to a VNode.
/**
* Adds directives to a VNode.
*/
......@@ -2849,8 +2854,8 @@ function invokeDirectiveHook(vnode, prevVNode, instance, name) {
var COMPONENTS = 'components';
var DIRECTIVES = 'directives';
/**
* @private
/**
* @private
*/
function resolveComponent(name, maybeSelfReference) {
......@@ -2858,8 +2863,8 @@ function resolveComponent(name, maybeSelfReference) {
}
var NULL_DYNAMIC_COMPONENT = Symbol();
/**
* @private
/**
* @private
*/
function resolveDynamicComponent(component) {
......@@ -2870,8 +2875,8 @@ function resolveDynamicComponent(component) {
return component || NULL_DYNAMIC_COMPONENT;
}
}
/**
* @private
/**
* @private
*/
......@@ -2915,8 +2920,8 @@ function resolveAsset(type, name) {
function resolve(registry, name) {
return registry && (registry[name] || registry[camelize(name)] || registry[capitalize(camelize(name))]);
}
/**
* Actual implementation
/**
* Actual implementation
*/
......@@ -2958,9 +2963,9 @@ function renderList(source, renderItem, cache, index) {
return ret;
}
/**
* Compiler runtime helper for creating dynamic slots object
* @private
/**
* Compiler runtime helper for creating dynamic slots object
* @private
*/
......@@ -2990,9 +2995,9 @@ function createSlots(slots, dynamicSlots) {
return slots;
}
/**
* Compiler runtime helper for rendering `<slot/>`
* @private
/**
* Compiler runtime helper for rendering `<slot/>`
* @private
*/
......@@ -3051,9 +3056,9 @@ function ensureValidVNode(vnodes) {
return true;
}) ? vnodes : null;
}
/**
* For prefixing keys in v-on="obj" with "on"
* @private
/**
* For prefixing keys in v-on="obj" with "on"
* @private
*/
......@@ -3066,10 +3071,10 @@ function toHandlers(obj, preserveCaseIfNecessary) {
return ret;
}
/**
* #2437 In Vue 3, functional components do not have a public instance proxy but
* they exist in the internal parent chain. For code that relies on traversing
* public $parent chains, skip functional ones and go to the parent instead.
/**
* #2437 In Vue 3, functional components do not have a public instance proxy but
* they exist in the internal parent chain. For code that relies on traversing
* public $parent chains, skip functional ones and go to the parent instead.
*/
......@@ -3534,10 +3539,10 @@ function createWatcher(raw, ctx, publicThis, key) {
}
} else ;
}
/**
* Resolve merged options and cache it on the component.
* This is done only once per-component since the merging does not involve
* instances.
/**
* Resolve merged options and cache it on the component.
* This is done only once per-component since the merging does not involve
* instances.
*/
......@@ -4042,6 +4047,7 @@ var normalizeSlot = (key, rawSlot, ctx) => {
}
var normalized = withCtx(function () {
if ("production" !== 'production' && currentInstance) ;
return normalizeSlotValue(rawSlot(...arguments));
}, ctx);
normalized._c = false;
......@@ -4292,8 +4298,8 @@ function createAppAPI(render, hydrate) {
return app;
};
}
/**
* Function for handling a template ref
/**
* Function for handling a template ref
*/
......@@ -4347,7 +4353,7 @@ function setRef(rawRef, oldRawRef, parentSuspense, vnode) {
if (_isString || _isRef) {
var doSet = () => {
if (rawRef.f) {
var existing = _isString ? refs[ref] : ref.value;
var existing = _isString ? hasOwn(setupState, ref) ? setupState[ref] : refs[ref] : ref.value;
if (isUnmount) {
isArray(existing) && remove(existing, refValue);
......@@ -4797,20 +4803,20 @@ function createHydrationFunctions(rendererInternals) {
}
var queuePostRenderEffect = queueEffectWithSuspense;
/**
* The createRenderer function accepts two generic arguments:
* HostNode and HostElement, corresponding to Node and Element types in the
* host environment. For example, for runtime-dom, HostNode would be the DOM
* `Node` interface and HostElement would be the DOM `Element` interface.
*
* Custom renderers can pass in the platform specific types like this:
*
* ``` js
* const { render, createApp } = createRenderer<Node, Element>({
* patchProp,
* ...nodeOps
* })
* ```
/**
* The createRenderer function accepts two generic arguments:
* HostNode and HostElement, corresponding to Node and Element types in the
* host environment. For example, for runtime-dom, HostNode would be the DOM
* `Node` interface and HostElement would be the DOM `Element` interface.
*
* Custom renderers can pass in the platform specific types like this:
*
* ``` js
* const { render, createApp } = createRenderer<Node, Element>({
* patchProp,
* ...nodeOps
* })
* ```
*/
function createRenderer(options) {
......@@ -5029,14 +5035,14 @@ function baseCreateRenderer(options, createHydrationFns) {
hostPatchProp(el, key, null, props[key], isSVG, vnode.children, parentComponent, parentSuspense, unmountChildren);
}
}
/**
* Special case for setting value on DOM elements:
* - it can be order-sensitive (e.g. should be set *after* min/max, #2325, #4024)
* - it needs to be forced (#1471)
* #2353 proposes adding another renderer option to configure this, but
* the properties affects are so finite it is worth special casing it
* here to reduce the complexity. (Special casing it also should not
* affect non-DOM renderers)
/**
* Special case for setting value on DOM elements:
* - it can be order-sensitive (e.g. should be set *after* min/max, #2325, #4024)
* - it needs to be forced (#1471)
* #2353 proposes adding another renderer option to configure this, but
* the properties affects are so finite it is worth special casing it
* here to reduce the complexity. (Special casing it also should not
* affect non-DOM renderers)
*/
......@@ -6194,16 +6200,16 @@ function toggleRecurse(_ref15, allowed) {
} = _ref15;
effect.allowRecurse = update.allowRecurse = allowed;
}
/**
* #1156
* When a component is HMR-enabled, we need to make sure that all static nodes
* inside a block also inherit the DOM element from the previous tree so that
* HMR updates (which are full updates) can retrieve the element for patching.
*
* #2080
* Inside keyed `template` fragment static children, if a fragment is moved,
* the children will always be moved. Therefore, in order to ensure correct move
* position, el should be inherited from previous nodes.
/**
* #1156
* When a component is HMR-enabled, we need to make sure that all static nodes
* inside a block also inherit the DOM element from the previous tree so that
* HMR updates (which are full updates) can retrieve the element for patching.
*
* #2080
* Inside keyed `template` fragment static children, if a fragment is moved,
* the children will always be moved. Therefore, in order to ensure correct move
* position, el should be inherited from previous nodes.
*/
......@@ -6569,21 +6575,21 @@ var Static = Symbol(undefined); // Since v-if and v-for are the two possible way
var blockStack = [];
var currentBlock = null;
/**
* Open a block.
* This must be called before `createBlock`. It cannot be part of `createBlock`
* because the children of the block are evaluated before `createBlock` itself
* is called. The generated code typically looks like this:
*
* ```js
* function render() {
* return (openBlock(),createBlock('div', null, [...]))
* }
* ```
* disableTracking is true when creating a v-for fragment block, since a v-for
* fragment always diffs its children.
*
* @private
/**
* Open a block.
* This must be called before `createBlock`. It cannot be part of `createBlock`
* because the children of the block are evaluated before `createBlock` itself
* is called. The generated code typically looks like this:
*
* ```js
* function render() {
* return (openBlock(),createBlock('div', null, [...]))
* }
* ```
* disableTracking is true when creating a v-for fragment block, since a v-for
* fragment always diffs its children.
*
* @private
*/
function openBlock() {
......@@ -6601,21 +6607,21 @@ function closeBlock() {
var isBlockTreeEnabled = 1;
/**
* Block tracking sometimes needs to be disabled, for example during the
* creation of a tree that needs to be cached by v-once. The compiler generates
* code like this:
*
* ``` js
* _cache[1] || (
* setBlockTracking(-1),
* _cache[1] = createVNode(...),
* setBlockTracking(1),
* _cache[1]
* )
* ```
*
* @private
/**
* Block tracking sometimes needs to be disabled, for example during the
* creation of a tree that needs to be cached by v-once. The compiler generates
* code like this:
*
* ``` js
* _cache[1] || (
* setBlockTracking(-1),
* _cache[1] = createVNode(...),
* setBlockTracking(1),
* _cache[1]
* )
* ```
*
* @private
*/
function setBlockTracking(value) {
......@@ -6635,8 +6641,8 @@ function setupBlock(vnode) {
return vnode;
}
/**
* @private
/**
* @private
*/
......@@ -6645,12 +6651,12 @@ function createElementBlock(type, props, children, patchFlag, dynamicProps, shap
/* isBlock */
));
}
/**
* Create a block root vnode. Takes the same exact arguments as `createVNode`.
* A block root keeps track of dynamic nodes within the block in the
* `dynamicChildren` array.
*
* @private
/**
* Create a block root vnode. Takes the same exact arguments as `createVNode`.
* A block root keeps track of dynamic nodes within the block in the
* `dynamicChildren` array.
*
* @private
*/
......@@ -6667,11 +6673,11 @@ function isVNode(value) {
function isSameVNodeType(n1, n2) {
return n1.type === n2.type && n1.key === n2.key;
}
/**
* Internal API for registering an arguments transform for createVNode
* used for creating stubs in the test-utils
* It is *internal* but needs to be exposed for test-utils to pick up proper
* typings
/**
* Internal API for registering an arguments transform for createVNode
* used for creating stubs in the test-utils
* It is *internal* but needs to be exposed for test-utils to pick up proper
* typings
*/
......@@ -6920,8 +6926,8 @@ function cloneVNode(vnode, extraProps) {
};
return cloned;
}
/**
* @private
/**
* @private
*/
......@@ -6930,8 +6936,8 @@ function createTextVNode() {
var flag = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
return createVNode(Text, null, text, flag);
}
/**
* @private
/**
* @private
*/
......@@ -6942,8 +6948,8 @@ function createStaticVNode(content, numberOfNodes) {
vnode.staticCount = numberOfNodes;
return vnode;
}
/**
* @private
/**
* @private
*/
......@@ -7295,9 +7301,9 @@ function handleSetupResult(instance, setupResult, isSSR) {
var compile;
var installWithProxy;
/**
* For runtime-dom to register the compiler.
* Note the exported method uses any to avoid d.ts relying on the compiler types.
/**
* For runtime-dom to register the compiler.
* Note the exported method uses any to avoid d.ts relying on the compiler types.
*/
function registerRuntimeCompiler(_compile) {
......@@ -7462,38 +7468,38 @@ function defineProps() {
function defineEmits() {
return null;
}
/**
* Vue `<script setup>` compiler macro for declaring a component's exposed
* instance properties when it is accessed by a parent component via template
* refs.
*
* `<script setup>` components are closed by default - i.e. variables inside
* the `<script setup>` scope is not exposed to parent unless explicitly exposed
* via `defineExpose`.
*
* This is only usable inside `<script setup>`, is compiled away in the
* output and should **not** be actually called at runtime.
/**
* Vue `<script setup>` compiler macro for declaring a component's exposed
* instance properties when it is accessed by a parent component via template
* refs.
*
* `<script setup>` components are closed by default - i.e. variables inside
* the `<script setup>` scope is not exposed to parent unless explicitly exposed
* via `defineExpose`.
*
* This is only usable inside `<script setup>`, is compiled away in the
* output and should **not** be actually called at runtime.
*/
function defineExpose(exposed) {}
/**
* Vue `<script setup>` compiler macro for providing props default values when
* using type-based `defineProps` declaration.
*
* Example usage:
* ```ts
* withDefaults(defineProps<{
* size?: number
* labels?: string[]
* }>(), {
* size: 3,
* labels: () => ['default label']
* })
* ```
*
* This is only usable inside `<script setup>`, is compiled away in the output
* and should **not** be actually called at runtime.
/**
* Vue `<script setup>` compiler macro for providing props default values when
* using type-based `defineProps` declaration.
*
* Example usage:
* ```ts
* withDefaults(defineProps<{
* size?: number
* labels?: string[]
* }>(), {
* size: 3,
* labels: () => ['default label']
* })
* ```
*
* This is only usable inside `<script setup>`, is compiled away in the output
* and should **not** be actually called at runtime.
*/
......@@ -7513,10 +7519,10 @@ function getContext() {
var i = getCurrentInstance();
return i.setupContext || (i.setupContext = createSetupContext(i));
}
/**
* Runtime helper for merging default declarations. Imported by compiled code
* only.
* @internal
/**
* Runtime helper for merging default declarations. Imported by compiled code
* only.
* @internal
*/
......@@ -7544,10 +7550,10 @@ function mergeDefaults(raw, defaults) {
return props;
}
/**
* Used to create a proxy for the rest element when destructuring props with
* defineProps().
* @internal
/**
* Used to create a proxy for the rest element when destructuring props with
* defineProps().
* @internal
*/
......@@ -7569,23 +7575,23 @@ function createPropsRestProxy(props, excludedKeys) {
return ret;
}
/**
* `<script setup>` helper for persisting the current instance context over
* async/await flows.
*
* `@vue/compiler-sfc` converts the following:
*
* ```ts
* const x = await foo()
* ```
*
* into:
*
* ```ts
* let __temp, __restore
* const x = (([__temp, __restore] = withAsyncContext(() => foo())),__temp=await __temp,__restore(),__temp)
* ```
* @internal
/**
* `<script setup>` helper for persisting the current instance context over
* async/await flows.
*
* `@vue/compiler-sfc` converts the following:
*
* ```ts
* const x = await foo()
* ```
*
* into:
*
* ```ts
* let __temp, __restore
* const x = (([__temp, __restore] = withAsyncContext(() => foo())),__temp=await __temp,__restore(),__temp)
* ```
* @internal
*/
......@@ -7688,7 +7694,7 @@ function isMemoSame(cached, memo) {
} // Core API ------------------------------------------------------------------
var version = "3.2.40";
var version = "3.2.41";
var _ssrUtils = {
createComponentInstance,
setupComponent,
......@@ -7697,19 +7703,19 @@ var _ssrUtils = {
isVNode,
normalizeVNode
};
/**
* SSR utils for \@vue/server-renderer. Only exposed in ssr-possible builds.
* @internal
/**
* SSR utils for \@vue/server-renderer. Only exposed in ssr-possible builds.
* @internal
*/
var ssrUtils = _ssrUtils;
/**
* @internal only exposed in compat builds
/**
* @internal only exposed in compat builds
*/
var resolveFilter = null;
/**
* @internal only exposed in compat builds.
/**
* @internal only exposed in compat builds.
*/
var compatUtils = null;
......@@ -8032,9 +8038,9 @@ function useCssModule() {
return mod;
}
}
/**
* Runtime helper for SFC's CSS variable injection feature.
* @private
/**
* Runtime helper for SFC's CSS variable injection feature.
* @private
*/
......@@ -8132,9 +8138,9 @@ var DOMTransitionPropsValidators = {
leaveToClass: String
};
var TransitionPropsValidators = Transition.props = /*#__PURE__*/extend({}, BaseTransition.props, DOMTransitionPropsValidators);
/**
* #3227 Incoming hooks may be merged into arrays when wrapping Transition
* with custom HOCs.
/**
* #3227 Incoming hooks may be merged into arrays when wrapping Transition
* with custom HOCs.
*/
var callHook$1 = function (hook) {
......@@ -8146,9 +8152,9 @@ var callHook$1 = function (hook) {
hook(...args);
}
};
/**
* Check if a hook expects a callback (2nd arg), which means the user
* intends to explicitly control the end of the transition.
/**
* Check if a hook expects a callback (2nd arg), which means the user
* intends to explicitly control the end of the transition.
*/
......@@ -8638,8 +8644,8 @@ var modifierGuards = {
right: e => 'button' in e && e.button !== 2,
exact: (e, modifiers) => systemModifiers.some(m => e["".concat(m, "Key")] && !modifiers.includes(m))
};
/**
* @private
/**
* @private
*/
var withModifiers = (fn, modifiers) => {
......@@ -8672,8 +8678,8 @@ var keyNames = {
down: 'arrow-down',
delete: 'backspace'
};
/**
* @private
/**
* @private
*/
var withKeys = (fn, modifiers) => {
......
......@@ -30,6 +30,6 @@
"@dcloudio/uni-push": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-stat": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40"
"@vue/shared": "3.2.41"
}
}
......@@ -31,11 +31,11 @@
"@intlify/shared": "9.1.9",
"@intlify/vue-devtools": "9.1.9",
"@rollup/pluginutils": "^4.2.0",
"@vue/compiler-core": "3.2.40",
"@vue/compiler-dom": "3.2.40",
"@vue/compiler-sfc": "3.2.40",
"@vue/server-renderer": "3.2.40",
"@vue/shared": "3.2.40",
"@vue/compiler-core": "3.2.41",
"@vue/compiler-dom": "3.2.41",
"@vue/compiler-sfc": "3.2.41",
"@vue/server-renderer": "3.2.41",
"@vue/shared": "3.2.41",
"autoprefixer": "^10.4.12",
"base64url": "^3.0.1",
"chokidar": "^3.5.3",
......@@ -76,6 +76,6 @@
"@types/sass": "^1.43.1",
"@types/stylus": "^0.48.36",
"postcss": "^8.4.16",
"vue": "3.2.40"
"vue": "3.2.41"
}
}
......@@ -23,7 +23,7 @@
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-i18n": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40",
"@vue/shared": "3.2.41",
"fast-glob": "^3.2.11"
}
}
......@@ -22,10 +22,10 @@
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@rollup/pluginutils": "^4.2.0",
"@vue/compiler-dom": "3.2.40",
"@vue/compiler-sfc": "3.2.40",
"@vue/server-renderer": "3.2.40",
"@vue/shared": "3.2.40",
"@vue/compiler-dom": "3.2.41",
"@vue/compiler-sfc": "3.2.41",
"@vue/server-renderer": "3.2.41",
"@vue/shared": "3.2.41",
"debug": "^4.3.3",
"fs-extra": "^10.0.0",
"mime": "^3.0.0",
......@@ -37,8 +37,8 @@
"@types/mime": "^2.0.3",
"@types/module-alias": "^2.0.1",
"@types/resolve": "^1.20.2",
"@vue/compiler-core": "3.2.40",
"@vue/compiler-core": "3.2.41",
"esbuild": "^0.15.9",
"vue": "3.2.40"
"vue": "3.2.41"
}
}
......@@ -33,8 +33,8 @@
"@dcloudio/uni-h5-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-i18n": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/server-renderer": "3.2.40",
"@vue/shared": "3.2.40",
"@vue/server-renderer": "3.2.41",
"@vue/shared": "3.2.41",
"localstorage-polyfill": "^1.0.1",
"safe-area-insets": "^1.4.1",
"vue-router": "^4.1.5",
......@@ -49,6 +49,6 @@
"acorn-loose": "^8.2.1",
"acorn-walk": "^8.2.0",
"estree-walker": "^2.0.2",
"vue": "3.2.40"
"vue": "3.2.41"
}
}
......@@ -30,7 +30,7 @@
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/compiler-core": "3.2.40",
"@vue/shared": "3.2.40"
"@vue/compiler-core": "3.2.41",
"@vue/shared": "3.2.41"
}
}
......@@ -32,7 +32,7 @@
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/compiler-core": "3.2.40",
"@vue/shared": "3.2.40"
"@vue/compiler-core": "3.2.41",
"@vue/shared": "3.2.41"
}
}
......@@ -24,14 +24,14 @@
"@babel/types": "^7.17.0",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/compiler-core": "3.2.40",
"@vue/compiler-dom": "3.2.40",
"@vue/shared": "3.2.40",
"@vue/compiler-core": "3.2.41",
"@vue/compiler-dom": "3.2.41",
"@vue/shared": "3.2.41",
"estree-walker": "^2.0.2"
},
"devDependencies": {
"@types/babel__generator": "^7.6.4",
"@vue/compiler-sfc": "3.2.40",
"@vue/compiler-sfc": "3.2.41",
"source-map": "^0.6.1"
}
}
......@@ -32,7 +32,7 @@
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/compiler-core": "3.2.40",
"@vue/shared": "3.2.40"
"@vue/compiler-core": "3.2.41",
"@vue/shared": "3.2.41"
}
}
......@@ -32,7 +32,7 @@
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/compiler-core": "3.2.40",
"@vue/shared": "3.2.40"
"@vue/compiler-core": "3.2.41",
"@vue/shared": "3.2.41"
}
}
......@@ -28,14 +28,14 @@
"devDependencies": {
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3060720221014001",
"@types/fs-extra": "^9.0.13",
"@vue/compiler-core": "3.2.40"
"@vue/compiler-core": "3.2.41"
},
"dependencies": {
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40",
"@vue/shared": "3.2.41",
"fs-extra": "^10.0.0"
}
}
......@@ -31,7 +31,7 @@
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40",
"@vue/compiler-core": "3.2.40"
"@vue/shared": "3.2.41",
"@vue/compiler-core": "3.2.41"
}
}
......@@ -22,8 +22,8 @@
"@dcloudio/uni-mp-compiler": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/compiler-sfc": "3.2.40",
"@vue/shared": "3.2.40",
"@vue/compiler-sfc": "3.2.41",
"@vue/shared": "3.2.41",
"debug": "^4.3.3",
"magic-string": "^0.26.3"
},
......
......@@ -20,7 +20,7 @@
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40"
"@vue/shared": "3.2.41"
},
"devDependencies": {
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001"
......
......@@ -26,13 +26,13 @@
},
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"devDependencies": {
"@vue/compiler-core": "3.2.40"
"@vue/compiler-core": "3.2.41"
},
"dependencies": {
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40"
"@vue/shared": "3.2.41"
}
}
......@@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@vue/shared": "3.2.40",
"@vue/shared": "3.2.41",
"parse-css-font": "^4.0.0",
"postcss": "^8.4.16"
}
......
......@@ -26,13 +26,13 @@
},
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"devDependencies": {
"@vue/compiler-core": "3.2.40"
"@vue/compiler-core": "3.2.41"
},
"dependencies": {
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3060720221014001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
"@vue/shared": "3.2.40"
"@vue/shared": "3.2.41"
}
}
......@@ -20,9 +20,9 @@
},
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"devDependencies": {
"@vue/runtime-core": "3.2.40"
"@vue/runtime-core": "3.2.41"
},
"dependencies": {
"@vue/shared": "3.2.40"
"@vue/shared": "3.2.41"
}
}
......@@ -34,10 +34,10 @@
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/compiler-core": "3.2.40",
"@vue/compiler-dom": "3.2.40",
"@vue/compiler-sfc": "3.2.40",
"@vue/shared": "3.2.40",
"@vue/compiler-core": "3.2.41",
"@vue/compiler-dom": "3.2.41",
"@vue/compiler-sfc": "3.2.41",
"@vue/shared": "3.2.41",
"cac": "6.7.9",
"debug": "^4.3.3",
"estree-walker": "^2.0.2",
......@@ -58,7 +58,7 @@
"@vue/babel-plugin-jsx": "^1.1.1",
"chokidar": "^3.5.3",
"vite": "3.1.8",
"vue": "3.2.40"
"vue": "3.2.41"
},
"peerDependencies": {
"vite": "3.1.8"
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册