chore: 升级全局依赖
This commit is contained in:
parent
60533e021d
commit
95751c826d
@ -21,10 +21,10 @@
|
|||||||
"@layui/layui-vue": "workspace:*",
|
"@layui/layui-vue": "workspace:*",
|
||||||
"@layui/icons-vue": "workspace:*",
|
"@layui/icons-vue": "workspace:*",
|
||||||
"@layui/layer-vue": "workspace:*",
|
"@layui/layer-vue": "workspace:*",
|
||||||
"vue": "^3.2.31"
|
"vue": "^3.2.33"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^3.2.31"
|
"vue": "^3.2.33"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^16.2.1",
|
"@commitlint/cli": "^16.2.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.0.4-alpha.5",
|
"version": "1.0.4",
|
||||||
"author": "就眠儀式",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
@ -30,9 +30,9 @@
|
|||||||
"build:types": "rimraf types && tsc -d"
|
"build:types": "rimraf types && tsc -d"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@layui/icons-vue": "^1.0.7",
|
"@layui/icons-vue": "^1.0.8",
|
||||||
"@layui/layer-vue": "^1.3.12",
|
"@layui/layer-vue": "^1.3.13",
|
||||||
"@vueuse/core": "^7.6.2",
|
"@vueuse/core": "^8.3.0",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"async-validator": "^4.0.7",
|
"async-validator": "^4.0.7",
|
||||||
"cropperjs": "^1.5.12",
|
"cropperjs": "^1.5.12",
|
||||||
@ -49,13 +49,13 @@
|
|||||||
"@rollup/plugin-babel": "^5.3.0",
|
"@rollup/plugin-babel": "^5.3.0",
|
||||||
"@types/node": "^16.11.9",
|
"@types/node": "^16.11.9",
|
||||||
"@vitejs/plugin-vue": "^2.3.1",
|
"@vitejs/plugin-vue": "^2.3.1",
|
||||||
"@vue/compiler-sfc": "^3.2.31",
|
"@vue/compiler-sfc": "^3.2.33",
|
||||||
"@vue/server-renderer": "^3.2.31",
|
"@vue/server-renderer": "^3.2.33",
|
||||||
"less": "^4.1.2",
|
"less": "^4.1.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1"
|
"vite": "2.9.2"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
@ -89,7 +89,7 @@ const sub = function () {
|
|||||||
if (childrens.value[i].props.id === active.value) {
|
if (childrens.value[i].props.id === active.value) {
|
||||||
if (i === 0) {
|
if (i === 0) {
|
||||||
active.value = childrens.value[slots.length - 1].props.id;
|
active.value = childrens.value[slots.length - 1].props.id;
|
||||||
}else{
|
} else {
|
||||||
active.value = childrens.value[i - 1].props.id;
|
active.value = childrens.value[i - 1].props.id;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -103,7 +103,7 @@ const add = function () {
|
|||||||
if (childrens.value[i].props.id === active.value) {
|
if (childrens.value[i].props.id === active.value) {
|
||||||
if (i === childrens.value.length - 1) {
|
if (i === childrens.value.length - 1) {
|
||||||
active.value = childrens.value[0].props.id;
|
active.value = childrens.value[0].props.id;
|
||||||
}else{
|
} else {
|
||||||
active.value = childrens.value[i + 1].props.id;
|
active.value = childrens.value[i + 1].props.id;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -117,7 +117,7 @@ const autoplay = () => {
|
|||||||
if (childrens.value[i].props.id === active.value) {
|
if (childrens.value[i].props.id === active.value) {
|
||||||
if (i === childrens.value.length - 1) {
|
if (i === childrens.value.length - 1) {
|
||||||
active.value = childrens.value[0].props.id;
|
active.value = childrens.value[0].props.id;
|
||||||
}else{
|
} else {
|
||||||
active.value = childrens.value[i + 1].props.id;
|
active.value = childrens.value[i + 1].props.id;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -4,27 +4,46 @@
|
|||||||
:style="{ background, height: `${height}px` }"
|
:style="{ background, height: `${height}px` }"
|
||||||
v-show="!isMode"
|
v-show="!isMode"
|
||||||
>
|
>
|
||||||
<div class="layui-notice-bar-warp" :style="{ color, fontSize: `${size}px` }">
|
<div
|
||||||
|
class="layui-notice-bar-warp"
|
||||||
|
:style="{ color, fontSize: `${size}px` }"
|
||||||
|
>
|
||||||
<lay-icon
|
<lay-icon
|
||||||
v-if="leftIcon"
|
v-if="leftIcon"
|
||||||
class="layui-notice-bar-warp-left-icon"
|
class="layui-notice-bar-warp-left-icon"
|
||||||
:type="leftIcon"
|
:type="leftIcon"
|
||||||
></lay-icon>
|
></lay-icon>
|
||||||
<div class="layui-notice-bar-warp-text-box" ref="noticeBarWarpRef" :style="'--textWidth--:'+ text.length+'em'">
|
<div
|
||||||
|
class="layui-notice-bar-warp-text-box"
|
||||||
|
ref="noticeBarWarpRef"
|
||||||
|
:style="'--textWidth--:' + text.length + 'em'"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class="layui-notice-bar-warp-text"
|
class="layui-notice-bar-warp-text"
|
||||||
ref="noticeBarTextRef"
|
ref="noticeBarTextRef"
|
||||||
v-if="!scrollable"
|
v-if="!scrollable"
|
||||||
>{{ text }}
|
>
|
||||||
|
{{ text }}
|
||||||
|
</div>
|
||||||
|
<div class="layui-notice-bar-warp-slot" v-else>
|
||||||
|
<lay-carousel
|
||||||
|
v-model="active"
|
||||||
|
indicator="none"
|
||||||
|
anim="updown"
|
||||||
|
arrow="none"
|
||||||
|
:style="{ height: `40px` }"
|
||||||
|
>
|
||||||
|
<lay-carousel-item
|
||||||
|
v-for="item in textlist"
|
||||||
|
:key="item.id"
|
||||||
|
:id="item.id"
|
||||||
|
class="layui-anim layui-anim-up"
|
||||||
|
>
|
||||||
|
{{ item.text }}
|
||||||
|
</lay-carousel-item>
|
||||||
|
</lay-carousel>
|
||||||
|
<!-- <slot /> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-notice-bar-warp-slot " v-else>
|
|
||||||
<lay-carousel v-model="active" indicator="none" anim="updown" arrow="none" :style="{height:`40px`}">
|
|
||||||
<lay-carousel-item v-for="(item) in textlist" :key="item.id" :id="item.id" class="layui-anim layui-anim-up">
|
|
||||||
{{item.text}}
|
|
||||||
</lay-carousel-item>
|
|
||||||
</lay-carousel>
|
|
||||||
<!-- <slot /> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<lay-icon
|
<lay-icon
|
||||||
:type="rightIcon"
|
:type="rightIcon"
|
||||||
@ -45,10 +64,10 @@ import {
|
|||||||
onMounted,
|
onMounted,
|
||||||
nextTick,
|
nextTick,
|
||||||
} from "vue";
|
} from "vue";
|
||||||
import LayCarousel from '../carousel/index.vue'
|
import LayCarousel from "../carousel/index.vue";
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: "LayNoticeBar",
|
name: "LayNoticeBar",
|
||||||
components: {
|
components: {
|
||||||
LayCarousel,
|
LayCarousel,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@ -113,8 +132,8 @@ export default defineComponent({
|
|||||||
setup(props, { emit }) {
|
setup(props, { emit }) {
|
||||||
const noticeBarWarpRef = ref();
|
const noticeBarWarpRef = ref();
|
||||||
const noticeBarTextRef = ref();
|
const noticeBarTextRef = ref();
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
const active = ref(props.textlist[0]?.id)
|
const active = ref(props.textlist[0]?.id);
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
order: 1,
|
order: 1,
|
||||||
oneTime: 0,
|
oneTime: 0,
|
||||||
@ -122,7 +141,7 @@ export default defineComponent({
|
|||||||
warpOWidth: 0,
|
warpOWidth: 0,
|
||||||
textOWidth: 0,
|
textOWidth: 0,
|
||||||
isMode: false,
|
isMode: false,
|
||||||
height : 40,
|
height: 40,
|
||||||
});
|
});
|
||||||
// 初始化 animation 各项参数
|
// 初始化 animation 各项参数
|
||||||
const initAnimation = () => {
|
const initAnimation = () => {
|
||||||
@ -182,7 +201,7 @@ export default defineComponent({
|
|||||||
noticeBarTextRef,
|
noticeBarTextRef,
|
||||||
onRightIconClick,
|
onRightIconClick,
|
||||||
...toRefs(state),
|
...toRefs(state),
|
||||||
active
|
active,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
@ -208,36 +227,48 @@ export default defineComponent({
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.layui-notice-bar .layui-notice-bar-warp .layui-notice-bar-warp-text-box .layui-notice-bar-warp-text {
|
.layui-notice-bar
|
||||||
|
.layui-notice-bar-warp
|
||||||
|
.layui-notice-bar-warp-text-box
|
||||||
|
.layui-notice-bar-warp-text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes around1 {
|
@keyframes around1 {
|
||||||
from {
|
from {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
left: calc(0px - var(--textWidth--));
|
left: calc(0px - var(--textWidth--));
|
||||||
/* left: -100%; */
|
/* left: -100%; */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes around2 {
|
@keyframes around2 {
|
||||||
from {
|
from {
|
||||||
left: calc(var(--textWidth--));
|
left: calc(var(--textWidth--));
|
||||||
/* left: 100%; */
|
/* left: 100%; */
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
/* left: calc(0px - var(--textWidth--) - 10px); */
|
/* left: calc(0px - var(--textWidth--) - 10px); */
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layui-notice-bar .layui-notice-bar-warp .layui-notice-bar-warp-text-box .layui-notice-bar-warp-slot {
|
.layui-notice-bar
|
||||||
|
.layui-notice-bar-warp
|
||||||
|
.layui-notice-bar-warp-text-box
|
||||||
|
.layui-notice-bar-warp-slot {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.layui-notice-bar .layui-notice-bar-warp .layui-notice-bar-warp-text-box .layui-notice-bar-warp-slot .layui-carousel >[carousel-item] * {
|
.layui-notice-bar
|
||||||
|
.layui-notice-bar-warp
|
||||||
|
.layui-notice-bar-warp-text-box
|
||||||
|
.layui-notice-bar-warp-slot
|
||||||
|
.layui-carousel
|
||||||
|
> [carousel-item]
|
||||||
|
* {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -251,7 +282,9 @@ export default defineComponent({
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: inherit !important;
|
font-size: inherit !important;
|
||||||
}
|
}
|
||||||
.layui-notice-bar .layui-notice-bar-warp .layui-notice-bar-warp-right-icon:hover {
|
.layui-notice-bar
|
||||||
|
.layui-notice-bar-warp
|
||||||
|
.layui-notice-bar-warp-right-icon:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -8,10 +8,11 @@ export default {
|
|||||||
import { StringOrNumber } from "./tree.type";
|
import { StringOrNumber } from "./tree.type";
|
||||||
import LayIcon from "../icon";
|
import LayIcon from "../icon";
|
||||||
import LayCheckbox from "../checkbox";
|
import LayCheckbox from "../checkbox";
|
||||||
import { Ref } from "vue";
|
import { Ref, useSlots } from "vue";
|
||||||
import { Tree } from "./tree";
|
import { Tree } from "./tree";
|
||||||
import { Nullable } from "../../types";
|
import { Nullable } from "../../types";
|
||||||
import LayTransition from "../transition/index.vue";
|
import LayTransition from "../transition/index.vue";
|
||||||
|
|
||||||
type CustomKey = string | number;
|
type CustomKey = string | number;
|
||||||
type CustomString = (() => string) | string;
|
type CustomString = (() => string) | string;
|
||||||
|
|
||||||
@ -41,6 +42,7 @@ interface TreeNodeEmits {
|
|||||||
(e: "node-click", node: TreeData): void;
|
(e: "node-click", node: TreeData): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const slots = useSlots();
|
||||||
const props = defineProps<TreeNodeProps>();
|
const props = defineProps<TreeNodeProps>();
|
||||||
const emit = defineEmits<TreeNodeEmits>();
|
const emit = defineEmits<TreeNodeEmits>();
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ const components: Record<string, Component> = {
|
|||||||
LayTransition,
|
LayTransition,
|
||||||
LayUpload,
|
LayUpload,
|
||||||
LayRipple,
|
LayRipple,
|
||||||
LayNoticeBar
|
LayNoticeBar,
|
||||||
};
|
};
|
||||||
|
|
||||||
const install = (app: App, options?: InstallOptions): void => {
|
const install = (app: App, options?: InstallOptions): void => {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue-router": "^4.0.12",
|
"vue-router": "^4.0.12",
|
||||||
"vue-i18n": "^9.2.0-beta.34",
|
"vue-i18n": "^9.2.0-beta.34",
|
||||||
"@vueuse/core": "^7.6.2",
|
"@vueuse/core": "^8.3.0",
|
||||||
"pinia": "^2.0.9",
|
"pinia": "^2.0.9",
|
||||||
"pinia-plugin-persist": "^1.0.0"
|
"pinia-plugin-persist": "^1.0.0"
|
||||||
},
|
},
|
||||||
@ -26,8 +26,8 @@
|
|||||||
"@types/node": "^16.11.9",
|
"@types/node": "^16.11.9",
|
||||||
"@types/prettier": "^2.4.4",
|
"@types/prettier": "^2.4.4",
|
||||||
"@vitejs/plugin-vue": "^2.3.1",
|
"@vitejs/plugin-vue": "^2.3.1",
|
||||||
"@vue/compiler-sfc": "^3.2.31",
|
"@vue/compiler-sfc": "^3.2.33",
|
||||||
"@vue/server-renderer": "^3.2.31",
|
"@vue/server-renderer": "^3.2.33",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
"less": "^4.1.2",
|
"less": "^4.1.2",
|
||||||
"markdown-it-container": "^3.0.0",
|
"markdown-it-container": "^3.0.0",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1",
|
"vite": "2.9.2",
|
||||||
"vite-plugin-md": "^0.12.4"
|
"vite-plugin-md": "^0.12.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -77,41 +77,6 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: title 滑入滑出
|
|
||||||
:::
|
|
||||||
|
|
||||||
::: demo 使用 `lay-transition` 标签, 为元素提供过渡动画
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<lay-button @click="changeVisible2">开始</lay-button>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<lay-transition type="slide">
|
|
||||||
<lay-card title="标题" v-if="visible2">内容</lay-card>
|
|
||||||
</lay-transition>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import { ref } from 'vue'
|
|
||||||
|
|
||||||
export default {
|
|
||||||
setup() {
|
|
||||||
|
|
||||||
const visible2 = ref(true);
|
|
||||||
|
|
||||||
const changeVisible2 = () => {
|
|
||||||
visible2.value = !visible2.value;
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
|
||||||
changeVisible2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
::: title Transition 属性
|
::: title Transition 属性
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -12,17 +12,19 @@
|
|||||||
<lay-timeline>
|
<lay-timeline>
|
||||||
<lay-timeline-item title="1.0.x">
|
<lay-timeline-item title="1.0.x">
|
||||||
<ul>
|
<ul>
|
||||||
<a name="1-0-3"> </a>
|
<a name="1-0-4"> </a>
|
||||||
<li>
|
<li>
|
||||||
<h3>1.0.4 <span class="layui-badge-rim">2022-04-17</span></h3>
|
<h3>1.0.4 <span class="layui-badge-rim">2022-04-20</span></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>[新增] notice-bar 组件 scrollable 属性, 支持垂直方向滚动。 </li>
|
<li>[重构] notice-bar 通告栏。</li>
|
||||||
<li>[修复] carousel 组件 index 索引下标越界。</li>
|
<li>[修复] carousel 组件 index 下标越界。</li>
|
||||||
<li>[修复] checkbox 组件夜间模式下边框无法适配。</li>
|
<li>[修复] checkbox 组件夜间模式下边框无法适配。</li>
|
||||||
<li>[修复] 依赖项目 vite build 构建时产生的异常。</li>
|
|
||||||
<li>[修复] table 组件 columns 配置 width 属性不生效。</li>
|
<li>[修复] table 组件 columns 配置 width 属性不生效。</li>
|
||||||
<li>[优化] table 组件 columns 配置 width 未设置时自动分配宽度。</li>
|
<li>[优化] table 组件 columns 配置 width 未设置时自动分配宽度。</li>
|
||||||
<li>[优化] layer 方法 option callback 参数为可选。</li>
|
<li>[优化] layer 方法 option, callback 参数为可选。</li>
|
||||||
|
<li>[升级] vueuse 8.3.0 版本。</li>
|
||||||
|
<li>[升级] vue 3.2.33 版本。</li>
|
||||||
|
<li>[升级] vite 2.9.2 版本。</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -384,7 +384,8 @@ const zhCN = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/zh-CN/components/noticeBar",
|
path: "/zh-CN/components/noticeBar",
|
||||||
component: () => import("../document/zh-CN/components/noticeBar.md"),
|
component: () =>
|
||||||
|
import("../document/zh-CN/components/noticeBar.md"),
|
||||||
meta: { title: "通告栏" },
|
meta: { title: "通告栏" },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/icons-vue",
|
"name": "@layui/icons-vue",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"homepage": "http://www.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"module": "lib/icons-vue.es.js",
|
"module": "lib/icons-vue.es.js",
|
||||||
@ -33,13 +33,13 @@
|
|||||||
"@rollup/plugin-babel": "^5.3.0",
|
"@rollup/plugin-babel": "^5.3.0",
|
||||||
"@types/node": "^16.11.9",
|
"@types/node": "^16.11.9",
|
||||||
"@vitejs/plugin-vue": "^2.3.1",
|
"@vitejs/plugin-vue": "^2.3.1",
|
||||||
"@vue/compiler-sfc": "^3.2.31",
|
"@vue/compiler-sfc": "^3.2.33",
|
||||||
"@vue/server-renderer": "^3.2.31",
|
"@vue/server-renderer": "^3.2.33",
|
||||||
"less": "^4.1.2",
|
"less": "^4.1.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1"
|
"vite": "2.9.2"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layer-vue",
|
"name": "@layui/layer-vue",
|
||||||
"version": "1.3.12",
|
"version": "1.3.13",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"homepage": "http://www.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"module": "lib/layer-vue.es.js",
|
"module": "lib/layer-vue.es.js",
|
||||||
@ -30,13 +30,13 @@
|
|||||||
"@rollup/plugin-babel": "^5.3.0",
|
"@rollup/plugin-babel": "^5.3.0",
|
||||||
"@types/node": "^16.11.9",
|
"@types/node": "^16.11.9",
|
||||||
"@vitejs/plugin-vue": "^2.3.1",
|
"@vitejs/plugin-vue": "^2.3.1",
|
||||||
"@vue/compiler-sfc": "^3.2.31",
|
"@vue/compiler-sfc": "^3.2.33",
|
||||||
"@vue/server-renderer": "^3.2.31",
|
"@vue/server-renderer": "^3.2.33",
|
||||||
"less": "^4.1.2",
|
"less": "^4.1.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1"
|
"vite": "2.9.2"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
244
pnpm-lock.yaml
244
pnpm-lock.yaml
@ -19,12 +19,12 @@ importers:
|
|||||||
eslint-plugin-vue: ^8.2.0
|
eslint-plugin-vue: ^8.2.0
|
||||||
husky: ^7.0.4
|
husky: ^7.0.4
|
||||||
prettier: ^2.5.1
|
prettier: ^2.5.1
|
||||||
vue: ^3.2.31
|
vue: ^3.2.33
|
||||||
dependencies:
|
dependencies:
|
||||||
'@layui/icons-vue': link:package/icons
|
'@layui/icons-vue': link:package/icons
|
||||||
'@layui/layer-vue': link:package/layer
|
'@layui/layer-vue': link:package/layer
|
||||||
'@layui/layui-vue': link:package/component
|
'@layui/layui-vue': link:package/component
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@commitlint/cli': 16.2.3
|
'@commitlint/cli': 16.2.3
|
||||||
'@commitlint/config-conventional': 16.2.1
|
'@commitlint/config-conventional': 16.2.1
|
||||||
@ -44,14 +44,14 @@ importers:
|
|||||||
'@babel/core': ^7.15.8
|
'@babel/core': ^7.15.8
|
||||||
'@babel/preset-env': ^7.15.8
|
'@babel/preset-env': ^7.15.8
|
||||||
'@babel/preset-typescript': ^7.15.0
|
'@babel/preset-typescript': ^7.15.0
|
||||||
'@layui/icons-vue': ^1.0.7
|
'@layui/icons-vue': ^1.0.8
|
||||||
'@layui/layer-vue': ^1.3.12
|
'@layui/layer-vue': ^1.3.13
|
||||||
'@rollup/plugin-babel': ^5.3.0
|
'@rollup/plugin-babel': ^5.3.0
|
||||||
'@types/node': ^16.11.9
|
'@types/node': ^16.11.9
|
||||||
'@vitejs/plugin-vue': ^2.3.1
|
'@vitejs/plugin-vue': ^2.3.1
|
||||||
'@vue/compiler-sfc': ^3.2.31
|
'@vue/compiler-sfc': ^3.2.33
|
||||||
'@vue/server-renderer': ^3.2.31
|
'@vue/server-renderer': ^3.2.33
|
||||||
'@vueuse/core': ^7.6.2
|
'@vueuse/core': ^8.3.0
|
||||||
animate.css: ^4.1.1
|
animate.css: ^4.1.1
|
||||||
async-validator: ^4.0.7
|
async-validator: ^4.0.7
|
||||||
cropperjs: ^1.5.12
|
cropperjs: ^1.5.12
|
||||||
@ -63,12 +63,12 @@ importers:
|
|||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.6.3
|
typescript: ^4.6.3
|
||||||
uuid: ^8.3.2
|
uuid: ^8.3.2
|
||||||
vite: 2.9.1
|
vite: 2.9.2
|
||||||
vue-i18n: ^9.2.0-beta.34
|
vue-i18n: ^9.2.0-beta.34
|
||||||
dependencies:
|
dependencies:
|
||||||
'@layui/icons-vue': link:../icons
|
'@layui/icons-vue': link:../icons
|
||||||
'@layui/layer-vue': link:../layer
|
'@layui/layer-vue': link:../layer
|
||||||
'@vueuse/core': 7.7.1_vue@3.2.31
|
'@vueuse/core': 8.3.0_vue@3.2.33
|
||||||
animate.css: 4.1.1
|
animate.css: 4.1.1
|
||||||
async-validator: 4.0.7
|
async-validator: 4.0.7
|
||||||
cropperjs: 1.5.12
|
cropperjs: 1.5.12
|
||||||
@ -76,21 +76,21 @@ importers:
|
|||||||
dayjs: 1.11.0
|
dayjs: 1.11.0
|
||||||
evtd: 0.2.3
|
evtd: 0.2.3
|
||||||
uuid: 8.3.2
|
uuid: 8.3.2
|
||||||
vue-i18n: 9.2.0-beta.34_vue@3.2.31
|
vue-i18n: 9.2.0-beta.34_vue@3.2.33
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
||||||
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
|
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
|
||||||
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
|
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
|
'@vitejs/plugin-vue': 2.3.1_vite@2.9.2+vue@3.2.33
|
||||||
'@vue/compiler-sfc': 3.2.31
|
'@vue/compiler-sfc': 3.2.33
|
||||||
'@vue/server-renderer': 3.2.31_vue@3.2.31
|
'@vue/server-renderer': 3.2.33_vue@3.2.33
|
||||||
less: 4.1.2
|
less: 4.1.2
|
||||||
rimraf: 3.0.2
|
rimraf: 3.0.2
|
||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.2_less@4.1.2
|
||||||
|
|
||||||
package/document:
|
package/document:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -103,9 +103,9 @@ importers:
|
|||||||
'@types/node': ^16.11.9
|
'@types/node': ^16.11.9
|
||||||
'@types/prettier': ^2.4.4
|
'@types/prettier': ^2.4.4
|
||||||
'@vitejs/plugin-vue': ^2.3.1
|
'@vitejs/plugin-vue': ^2.3.1
|
||||||
'@vue/compiler-sfc': ^3.2.31
|
'@vue/compiler-sfc': ^3.2.33
|
||||||
'@vue/server-renderer': ^3.2.31
|
'@vue/server-renderer': ^3.2.33
|
||||||
'@vueuse/core': ^7.6.2
|
'@vueuse/core': ^8.3.0
|
||||||
escape-html: ^1.0.3
|
escape-html: ^1.0.3
|
||||||
less: ^4.1.2
|
less: ^4.1.2
|
||||||
markdown-it-container: ^3.0.0
|
markdown-it-container: ^3.0.0
|
||||||
@ -115,16 +115,16 @@ importers:
|
|||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.6.3
|
typescript: ^4.6.3
|
||||||
vite: 2.9.1
|
vite: 2.9.2
|
||||||
vite-plugin-md: ^0.12.4
|
vite-plugin-md: ^0.12.4
|
||||||
vue-i18n: ^9.2.0-beta.34
|
vue-i18n: ^9.2.0-beta.34
|
||||||
vue-router: ^4.0.12
|
vue-router: ^4.0.12
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 7.7.1_vue@3.2.31
|
'@vueuse/core': 8.3.0_vue@3.2.33
|
||||||
pinia: 2.0.13_typescript@4.6.3+vue@3.2.31
|
pinia: 2.0.13_typescript@4.6.3+vue@3.2.33
|
||||||
pinia-plugin-persist: 1.0.0_pinia@2.0.13+vue@3.2.31
|
pinia-plugin-persist: 1.0.0_pinia@2.0.13+vue@3.2.33
|
||||||
vue-i18n: 9.2.0-beta.34_vue@3.2.31
|
vue-i18n: 9.2.0-beta.34_vue@3.2.33
|
||||||
vue-router: 4.0.14_vue@3.2.31
|
vue-router: 4.0.14_vue@3.2.33
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
||||||
@ -134,9 +134,9 @@ importers:
|
|||||||
'@types/markdown-it-container': 2.0.5
|
'@types/markdown-it-container': 2.0.5
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@types/prettier': registry.npmmirror.com/@types/prettier/2.6.0
|
'@types/prettier': registry.npmmirror.com/@types/prettier/2.6.0
|
||||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
|
'@vitejs/plugin-vue': 2.3.1_vite@2.9.2+vue@3.2.33
|
||||||
'@vue/compiler-sfc': 3.2.31
|
'@vue/compiler-sfc': 3.2.33
|
||||||
'@vue/server-renderer': 3.2.31_vue@3.2.31
|
'@vue/server-renderer': 3.2.33_vue@3.2.33
|
||||||
escape-html: 1.0.3
|
escape-html: 1.0.3
|
||||||
less: 4.1.2
|
less: 4.1.2
|
||||||
markdown-it-container: 3.0.0
|
markdown-it-container: 3.0.0
|
||||||
@ -144,8 +144,8 @@ importers:
|
|||||||
rimraf: 3.0.2
|
rimraf: 3.0.2
|
||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.2_less@4.1.2
|
||||||
vite-plugin-md: 0.12.4_vite@2.9.1
|
vite-plugin-md: 0.12.4_vite@2.9.2
|
||||||
|
|
||||||
package/icons:
|
package/icons:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -155,27 +155,27 @@ importers:
|
|||||||
'@rollup/plugin-babel': ^5.3.0
|
'@rollup/plugin-babel': ^5.3.0
|
||||||
'@types/node': ^16.11.9
|
'@types/node': ^16.11.9
|
||||||
'@vitejs/plugin-vue': ^2.3.1
|
'@vitejs/plugin-vue': ^2.3.1
|
||||||
'@vue/compiler-sfc': ^3.2.31
|
'@vue/compiler-sfc': ^3.2.33
|
||||||
'@vue/server-renderer': ^3.2.31
|
'@vue/server-renderer': ^3.2.33
|
||||||
less: ^4.1.2
|
less: ^4.1.2
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.6.3
|
typescript: ^4.6.3
|
||||||
vite: 2.9.1
|
vite: 2.9.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
||||||
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
|
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
|
||||||
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
|
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
|
'@vitejs/plugin-vue': 2.3.1_vite@2.9.2+vue@3.2.33
|
||||||
'@vue/compiler-sfc': 3.2.31
|
'@vue/compiler-sfc': 3.2.33
|
||||||
'@vue/server-renderer': 3.2.31_vue@3.2.31
|
'@vue/server-renderer': 3.2.33_vue@3.2.33
|
||||||
less: 4.1.2
|
less: 4.1.2
|
||||||
rimraf: 3.0.2
|
rimraf: 3.0.2
|
||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.2_less@4.1.2
|
||||||
|
|
||||||
package/layer:
|
package/layer:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -185,27 +185,27 @@ importers:
|
|||||||
'@rollup/plugin-babel': ^5.3.0
|
'@rollup/plugin-babel': ^5.3.0
|
||||||
'@types/node': ^16.11.9
|
'@types/node': ^16.11.9
|
||||||
'@vitejs/plugin-vue': ^2.3.1
|
'@vitejs/plugin-vue': ^2.3.1
|
||||||
'@vue/compiler-sfc': ^3.2.31
|
'@vue/compiler-sfc': ^3.2.33
|
||||||
'@vue/server-renderer': ^3.2.31
|
'@vue/server-renderer': ^3.2.33
|
||||||
less: ^4.1.2
|
less: ^4.1.2
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.6.3
|
typescript: ^4.6.3
|
||||||
vite: 2.9.1
|
vite: 2.9.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
||||||
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
|
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
|
||||||
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
|
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.8+rollup@2.70.1
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
|
'@vitejs/plugin-vue': 2.3.1_vite@2.9.2+vue@3.2.33
|
||||||
'@vue/compiler-sfc': 3.2.31
|
'@vue/compiler-sfc': 3.2.33
|
||||||
'@vue/server-renderer': 3.2.31_vue@3.2.31
|
'@vue/server-renderer': 3.2.33_vue@3.2.33
|
||||||
less: 4.1.2
|
less: 4.1.2
|
||||||
rimraf: 3.0.2
|
rimraf: 3.0.2
|
||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.2_less@4.1.2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -1880,61 +1880,61 @@ packages:
|
|||||||
eslint-visitor-keys: 3.3.0
|
eslint-visitor-keys: 3.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue/2.3.1_vite@2.9.1+vue@3.2.31:
|
/@vitejs/plugin-vue/2.3.1_vite@2.9.2+vue@3.2.33:
|
||||||
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==}
|
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.5.10
|
vite: ^2.5.10
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.2_less@4.1.2
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vue/compiler-core/3.2.31:
|
/@vue/compiler-core/3.2.33:
|
||||||
resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==}
|
resolution: {integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.17.8
|
'@babel/parser': 7.17.8
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
|
|
||||||
/@vue/compiler-dom/3.2.31:
|
/@vue/compiler-dom/3.2.33:
|
||||||
resolution: {integrity: sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg==}
|
resolution: {integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-core': 3.2.31
|
'@vue/compiler-core': 3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
|
|
||||||
/@vue/compiler-sfc/3.2.31:
|
/@vue/compiler-sfc/3.2.33:
|
||||||
resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==}
|
resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.17.8
|
'@babel/parser': 7.17.8
|
||||||
'@vue/compiler-core': 3.2.31
|
'@vue/compiler-core': 3.2.33
|
||||||
'@vue/compiler-dom': 3.2.31
|
'@vue/compiler-dom': 3.2.33
|
||||||
'@vue/compiler-ssr': 3.2.31
|
'@vue/compiler-ssr': 3.2.33
|
||||||
'@vue/reactivity-transform': 3.2.31
|
'@vue/reactivity-transform': 3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
magic-string: 0.25.9
|
magic-string: 0.25.9
|
||||||
postcss: 8.4.12
|
postcss: 8.4.12
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
|
|
||||||
/@vue/compiler-ssr/3.2.31:
|
/@vue/compiler-ssr/3.2.33:
|
||||||
resolution: {integrity: sha512-mjN0rqig+A8TVDnsGPYJM5dpbjlXeHUm2oZHZwGyMYiGT/F4fhJf/cXy8QpjnLQK4Y9Et4GWzHn9PS8AHUnSkw==}
|
resolution: {integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.2.31
|
'@vue/compiler-dom': 3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
|
|
||||||
/@vue/devtools-api/6.1.4:
|
/@vue/devtools-api/6.1.4:
|
||||||
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
|
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vue/reactivity-transform/3.2.31:
|
/@vue/reactivity-transform/3.2.33:
|
||||||
resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==}
|
resolution: {integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.17.8
|
'@babel/parser': 7.17.8
|
||||||
'@vue/compiler-core': 3.2.31
|
'@vue/compiler-core': 3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
magic-string: 0.25.9
|
magic-string: 0.25.9
|
||||||
|
|
||||||
@ -1942,35 +1942,54 @@ packages:
|
|||||||
resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==}
|
resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.31
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@vue/reactivity/3.2.33:
|
||||||
|
resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==}
|
||||||
|
dependencies:
|
||||||
|
'@vue/shared': 3.2.33
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@vue/runtime-core/3.2.31:
|
/@vue/runtime-core/3.2.31:
|
||||||
resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==}
|
resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.2.31
|
'@vue/reactivity': 3.2.31
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.31
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@vue/runtime-dom/3.2.31:
|
/@vue/runtime-core/3.2.33:
|
||||||
resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==}
|
resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/runtime-core': 3.2.31
|
'@vue/reactivity': 3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/@vue/runtime-dom/3.2.33:
|
||||||
|
resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==}
|
||||||
|
dependencies:
|
||||||
|
'@vue/runtime-core': 3.2.33
|
||||||
|
'@vue/shared': 3.2.33
|
||||||
csstype: 2.6.20
|
csstype: 2.6.20
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vue/server-renderer/3.2.31_vue@3.2.31:
|
/@vue/server-renderer/3.2.33_vue@3.2.33:
|
||||||
resolution: {integrity: sha512-8CN3Zj2HyR2LQQBHZ61HexF5NReqngLT3oahyiVRfSSvak+oAvVmu8iNLSu6XR77Ili2AOpnAt1y8ywjjqtmkg==}
|
resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr': 3.2.31
|
'@vue/compiler-ssr': 3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
|
|
||||||
/@vue/shared/3.2.31:
|
/@vue/shared/3.2.31:
|
||||||
resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==}
|
resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@vueuse/core/7.7.1_vue@3.2.31:
|
/@vue/shared/3.2.33:
|
||||||
resolution: {integrity: sha512-PRRgbATMpoeUmkCEBtUeJgOwtew8s+4UsEd+Pm7MhkjL2ihCNrSqxNVtM6NFE4uP2sWnkGcZpCjPuNSxowJ1Ow==}
|
resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==}
|
||||||
|
|
||||||
|
/@vueuse/core/8.3.0_vue@3.2.33:
|
||||||
|
resolution: {integrity: sha512-GDHM0vr/E3mw1fbh3yj4DJCJ/KvTXtOtT0OR2kCKuEUOo0Btk45MDGI6MdIqsHMjI0OXBJl8jH8WFv64KU2mOQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.1.0
|
'@vue/composition-api': ^1.1.0
|
||||||
vue: ^2.6.0 || ^3.2.0
|
vue: ^2.6.0 || ^3.2.0
|
||||||
@ -1980,13 +1999,18 @@ packages:
|
|||||||
vue:
|
vue:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/shared': 7.7.1_vue@3.2.31
|
'@vueuse/metadata': 8.3.0
|
||||||
vue: 3.2.31
|
'@vueuse/shared': 8.3.0_vue@3.2.33
|
||||||
vue-demi: 0.12.5_vue@3.2.31
|
vue: 3.2.33
|
||||||
|
vue-demi: 0.12.5_vue@3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vueuse/shared/7.7.1_vue@3.2.31:
|
/@vueuse/metadata/8.3.0:
|
||||||
resolution: {integrity: sha512-rN2qd22AUl7VdBxihagWyhUNHCyVk9IpvBTTfHoLH9G7rGE552X1f+zeCfehuno0zXif13jPw+icW/wn2a0rnQ==}
|
resolution: {integrity: sha512-7R/LNPQWp1r/owa2e71l3dFlJ21p89YE3ks14ZclP2VOTvhC6AzDRcpk+ChISNetv8spsFbWZj/Z7sFjbFZfuw==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/@vueuse/shared/8.3.0_vue@3.2.33:
|
||||||
|
resolution: {integrity: sha512-xehtLfevPw9nsVIGFe/tWMtFvbvZjeAfXh7DT9Fptt/6/C5rLwpJtxsVguIBtPybjwobO4KCpQYS78aa9fg5Sw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.1.0
|
'@vue/composition-api': ^1.1.0
|
||||||
vue: ^2.6.0 || ^3.2.0
|
vue: ^2.6.0 || ^3.2.0
|
||||||
@ -1996,8 +2020,8 @@ packages:
|
|||||||
vue:
|
vue:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
vue-demi: 0.12.5_vue@3.2.31
|
vue-demi: 0.12.5_vue@3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/JSONStream/1.3.5:
|
/JSONStream/1.3.5:
|
||||||
@ -3982,7 +4006,7 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/pinia-plugin-persist/1.0.0_pinia@2.0.13+vue@3.2.31:
|
/pinia-plugin-persist/1.0.0_pinia@2.0.13+vue@3.2.33:
|
||||||
resolution: {integrity: sha512-M4hBBd8fz/GgNmUPaaUsC29y1M09lqbXrMAHcusVoU8xlQi1TqgkWnnhvMikZwr7Le/hVyMx8KUcumGGrR6GVw==}
|
resolution: {integrity: sha512-M4hBBd8fz/GgNmUPaaUsC29y1M09lqbXrMAHcusVoU8xlQi1TqgkWnnhvMikZwr7Le/hVyMx8KUcumGGrR6GVw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.0.0
|
'@vue/composition-api': ^1.0.0
|
||||||
@ -3992,12 +4016,12 @@ packages:
|
|||||||
'@vue/composition-api':
|
'@vue/composition-api':
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
pinia: 2.0.13_typescript@4.6.3+vue@3.2.31
|
pinia: 2.0.13_typescript@4.6.3+vue@3.2.33
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
vue-demi: 0.12.5_vue@3.2.31
|
vue-demi: 0.12.5_vue@3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/pinia/2.0.13_typescript@4.6.3+vue@3.2.31:
|
/pinia/2.0.13_typescript@4.6.3+vue@3.2.33:
|
||||||
resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==}
|
resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.4.0
|
'@vue/composition-api': ^1.4.0
|
||||||
@ -4011,8 +4035,8 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.1.4
|
'@vue/devtools-api': 6.1.4
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
vue-demi: 0.12.5_vue@3.2.31
|
vue-demi: 0.12.5_vue@3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/postcss/8.4.12:
|
/postcss/8.4.12:
|
||||||
@ -4643,7 +4667,7 @@ packages:
|
|||||||
spdx-expression-parse: 3.0.1
|
spdx-expression-parse: 3.0.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-md/0.12.4_vite@2.9.1:
|
/vite-plugin-md/0.12.4_vite@2.9.2:
|
||||||
resolution: {integrity: sha512-qtkzpHAvdp/Zo/2ntmCpfph2JD4F0+tOl1vK3QVAZztpWyoO7Yi8Y2Dqu7Urrnh/fPH7PnIWlrrQy1XV/D92Pg==}
|
resolution: {integrity: sha512-qtkzpHAvdp/Zo/2ntmCpfph2JD4F0+tOl1vK3QVAZztpWyoO7Yi8Y2Dqu7Urrnh/fPH7PnIWlrrQy1XV/D92Pg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0
|
vite: ^2.0.0
|
||||||
@ -4654,11 +4678,11 @@ packages:
|
|||||||
'@vue/runtime-core': 3.2.31
|
'@vue/runtime-core': 3.2.31
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
markdown-it: 12.3.2
|
markdown-it: 12.3.2
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.2_less@4.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/2.9.1_less@4.1.2:
|
/vite/2.9.2_less@4.1.2:
|
||||||
resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==}
|
resolution: {integrity: sha512-ScbfYsiG1N/xE2TnZWYWJ8aOFBQovEl4VLU+0dktxqXvqdAvcTOEUM5YqwaBkmNHSHUGHLPd92tuXFQ35wDkVw==}
|
||||||
engines: {node: '>=12.2.0'}
|
engines: {node: '>=12.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -4682,7 +4706,7 @@ packages:
|
|||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vue-demi/0.12.5_vue@3.2.31:
|
/vue-demi/0.12.5_vue@3.2.33:
|
||||||
resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==}
|
resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -4694,7 +4718,7 @@ packages:
|
|||||||
'@vue/composition-api':
|
'@vue/composition-api':
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vue-eslint-parser/8.3.0_eslint@8.12.0:
|
/vue-eslint-parser/8.3.0_eslint@8.12.0:
|
||||||
@ -4715,7 +4739,7 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vue-i18n/9.2.0-beta.34_vue@3.2.31:
|
/vue-i18n/9.2.0-beta.34_vue@3.2.33:
|
||||||
resolution: {integrity: sha512-AKzOMn91OKBKHTPVWrDF+kBSbYYNGfBeeBhuihkxW2ZTXd1l8vp7WBqA6weV9kb9EDv7HO61Qhctqcr79TmHVw==}
|
resolution: {integrity: sha512-AKzOMn91OKBKHTPVWrDF+kBSbYYNGfBeeBhuihkxW2ZTXd1l8vp7WBqA6weV9kb9EDv7HO61Qhctqcr79TmHVw==}
|
||||||
engines: {node: '>= 12'}
|
engines: {node: '>= 12'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -4725,26 +4749,26 @@ packages:
|
|||||||
'@intlify/shared': 9.2.0-beta.34
|
'@intlify/shared': 9.2.0-beta.34
|
||||||
'@intlify/vue-devtools': 9.2.0-beta.34
|
'@intlify/vue-devtools': 9.2.0-beta.34
|
||||||
'@vue/devtools-api': 6.1.4
|
'@vue/devtools-api': 6.1.4
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vue-router/4.0.14_vue@3.2.31:
|
/vue-router/4.0.14_vue@3.2.33:
|
||||||
resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==}
|
resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.2.0
|
vue: ^3.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.1.4
|
'@vue/devtools-api': 6.1.4
|
||||||
vue: 3.2.31
|
vue: 3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vue/3.2.31:
|
/vue/3.2.33:
|
||||||
resolution: {integrity: sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw==}
|
resolution: {integrity: sha512-si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7ZQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.2.31
|
'@vue/compiler-dom': 3.2.33
|
||||||
'@vue/compiler-sfc': 3.2.31
|
'@vue/compiler-sfc': 3.2.33
|
||||||
'@vue/runtime-dom': 3.2.31
|
'@vue/runtime-dom': 3.2.33
|
||||||
'@vue/server-renderer': 3.2.31_vue@3.2.31
|
'@vue/server-renderer': 3.2.33_vue@3.2.33
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.33
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/which/1.3.1:
|
/which/1.3.1:
|
||||||
|
Loading…
Reference in New Issue
Block a user