@kengic/vue 0.0.2-beta.15 → 0.0.2-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* 动画样式 */
|
|
2
2
|
|
|
3
3
|
.ant-layout-sider,
|
|
4
4
|
.ant-layout-has-sider > div,
|
|
@@ -30,21 +30,13 @@
|
|
|
30
30
|
.zoom-out-leave-active,
|
|
31
31
|
.zoom-fade-enter-active,
|
|
32
32
|
.zoom-fade-leave-active,
|
|
33
|
-
.collapse-transition
|
|
33
|
+
.collapse-transition,
|
|
34
|
+
.transition-default-enter-active,
|
|
35
|
+
.transition-default-leave-active,
|
|
36
|
+
.transition-default-move {
|
|
34
37
|
transition: none !important;
|
|
35
38
|
}
|
|
36
39
|
|
|
37
|
-
.transition-default() {
|
|
38
|
-
&-enter-active,
|
|
39
|
-
&-leave-active {
|
|
40
|
-
transition: none !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&-move {
|
|
44
|
-
transition: none !important;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
40
|
.zoom-big-enter,
|
|
49
41
|
.zoom-big-leave,
|
|
50
42
|
.zoom-enter,
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.17",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"publish:all:beta": "npm run bump-version:beta && npm run publish:all",
|
|
7
7
|
"publish:all:major": "npm run bump-version:major && npm run publish:all",
|
|
8
8
|
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
|
9
9
|
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
|
10
|
+
"bump-version-to-projects:luotao.wms-vue3": "tsx ./scripts/bump-version-to-projects.luotao.wms-vue3.ts",
|
|
10
11
|
"--------------------": "",
|
|
11
12
|
"bump-version:beta": "tsx scripts/bump-version.ts beta",
|
|
12
13
|
"bump-version:major": "tsx scripts/bump-version.ts major",
|
|
@@ -44,7 +45,8 @@
|
|
|
44
45
|
".": {
|
|
45
46
|
"import": "./dist/index.js"
|
|
46
47
|
},
|
|
47
|
-
"./dist/index.css": "./dist/index.css"
|
|
48
|
+
"./dist/index.css": "./dist/index.css",
|
|
49
|
+
"./dist/css/transition.css": "./dist/css/transition.css"
|
|
48
50
|
},
|
|
49
51
|
"prettier": {
|
|
50
52
|
"endOfLine": "auto",
|
package/dist/less/theme.less
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
// 主题变量
|
package/public/less/theme.less
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
// 主题变量
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
// 动画样式
|
|
2
|
-
|
|
3
|
-
.ant-layout-sider,
|
|
4
|
-
.ant-layout-has-sider > div,
|
|
5
|
-
.ant-drawer-content-wrapper,
|
|
6
|
-
.ant-drawer-left.ant-drawer-open,
|
|
7
|
-
.ant-drawer-right.ant-drawer-open,
|
|
8
|
-
.ant-drawer-mask,
|
|
9
|
-
.ant-dropdown-menu-item,
|
|
10
|
-
.ant-dropdown-menu-submenu-title,
|
|
11
|
-
.ant-tabs-content-animated,
|
|
12
|
-
.jeecg-app-logo,
|
|
13
|
-
.jeecg-menu-menu-popover .jeecg-menu-item,
|
|
14
|
-
.jeecg-menu-menu-popover .jeecg-menu-submenu-title,
|
|
15
|
-
.jeecg-menu-submenu-title-icon,
|
|
16
|
-
.jeecg-simple-menu-sub-title,
|
|
17
|
-
.jeecg-basic-arrow,
|
|
18
|
-
.jeecg-layout-multiple-header,
|
|
19
|
-
.fade-enter-active,
|
|
20
|
-
.fade-leave-active,
|
|
21
|
-
.fade-slide-leave-active,
|
|
22
|
-
.fade-slide-enter-active,
|
|
23
|
-
.fade-bottom-enter-active,
|
|
24
|
-
.fade-bottom-leave-active,
|
|
25
|
-
.fade-scale-leave-active,
|
|
26
|
-
.fade-scale-enter-active,
|
|
27
|
-
.fade-top-enter-active,
|
|
28
|
-
.fade-top-leave-active,
|
|
29
|
-
.zoom-out-enter-active,
|
|
30
|
-
.zoom-out-leave-active,
|
|
31
|
-
.zoom-fade-enter-active,
|
|
32
|
-
.zoom-fade-leave-active,
|
|
33
|
-
.collapse-transition {
|
|
34
|
-
transition: none !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.transition-default() {
|
|
38
|
-
&-enter-active,
|
|
39
|
-
&-leave-active {
|
|
40
|
-
transition: none !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&-move {
|
|
44
|
-
transition: none !important;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.zoom-big-enter,
|
|
49
|
-
.zoom-big-leave,
|
|
50
|
-
.zoom-enter,
|
|
51
|
-
.zoom-leave,
|
|
52
|
-
.fade-enter,
|
|
53
|
-
.fade-leave,
|
|
54
|
-
.ant-slide-up-enter,
|
|
55
|
-
.ant-slide-up-leave,
|
|
56
|
-
.ant-slide-down-enter,
|
|
57
|
-
.ant-slide-down-leave,
|
|
58
|
-
.ant-drawer.ant-drawer-open .ant-drawer-mask {
|
|
59
|
-
animation: none !important;
|
|
60
|
-
}
|