bkui-vue 0.0.2-beta.70 → 0.0.2-beta.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +53 -53
- package/dist/index.esm.js +6625 -6618
- package/dist/index.umd.js +53 -53
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/backtop/backtop.css +8 -8
- package/lib/backtop/backtop.less +3 -1
- package/lib/backtop/backtop.variable.css +8 -8
- package/lib/breadcrumb/breadcrumb.css +4 -4
- package/lib/breadcrumb/breadcrumb.variable.css +4 -4
- package/lib/card/card.css +4 -4
- package/lib/card/card.variable.css +4 -4
- package/lib/cascader/cascader.css +4 -4
- package/lib/cascader/cascader.variable.css +4 -4
- package/lib/container/container.css +4 -4
- package/lib/container/container.variable.css +4 -4
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +16 -4
- package/lib/input/input.less +16 -0
- package/lib/input/input.variable.css +16 -4
- package/lib/loading/loading.css +4 -4
- package/lib/loading/loading.variable.css +4 -4
- package/lib/menu/menu.css +4 -4
- package/lib/menu/menu.variable.css +4 -4
- package/lib/message/message.css +16 -2
- package/lib/message/message.less +14 -2
- package/lib/message/message.variable.css +16 -2
- package/lib/progress/progress.css +4 -4
- package/lib/progress/progress.variable.css +4 -4
- package/lib/search-select/search-select.css +11 -11
- package/lib/search-select/search-select.less +13 -9
- package/lib/search-select/search-select.variable.css +11 -11
- package/lib/select/common.d.ts +1 -0
- package/lib/select/index.d.ts +26 -3
- package/lib/select/index.js +1 -1
- package/lib/select/select.css +4 -4
- package/lib/select/select.d.ts +12 -1
- package/lib/select/select.variable.css +4 -4
- package/lib/styles/mixins/mixins.css +4 -4
- package/lib/styles/mixins/mixins.variable.css +4 -4
- package/lib/switcher/switcher.css +4 -4
- package/lib/switcher/switcher.variable.css +4 -4
- package/lib/tag-input/tag-input.css +3 -0
- package/lib/tag-input/tag-input.less +4 -0
- package/lib/tag-input/tag-input.variable.css +3 -0
- package/lib/upload/upload.css +4 -4
- package/lib/upload/upload.variable.css +4 -4
- package/package.json +1 -1
- package/lib/styles/mixins/animate.css +0 -21
- package/lib/styles/mixins/animate.less +0 -27
- package/lib/styles/mixins/animate.variable.css +0 -21
@@ -11,12 +11,12 @@
|
|
11
11
|
background-color: transparent;
|
12
12
|
}
|
13
13
|
}
|
14
|
-
.bk-
|
15
|
-
.bk-
|
14
|
+
.bk-transition .bk-fade-enter-active,
|
15
|
+
.bk-transition .bk-fade-leave-active {
|
16
16
|
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
17
|
}
|
18
|
-
.bk-
|
19
|
-
.bk-
|
18
|
+
.bk-transition .bk-fade-enter,
|
19
|
+
.bk-transition .bk-fade-leave-to {
|
20
20
|
opacity: 0;
|
21
21
|
}
|
22
22
|
.clearfix-style::after {
|
@@ -11,12 +11,12 @@
|
|
11
11
|
background-color: transparent;
|
12
12
|
}
|
13
13
|
}
|
14
|
-
.bk-
|
15
|
-
.bk-
|
14
|
+
.bk-transition .bk-fade-enter-active,
|
15
|
+
.bk-transition .bk-fade-leave-active {
|
16
16
|
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
17
|
}
|
18
|
-
.bk-
|
19
|
-
.bk-
|
18
|
+
.bk-transition .bk-fade-enter,
|
19
|
+
.bk-transition .bk-fade-leave-to {
|
20
20
|
opacity: 0;
|
21
21
|
}
|
22
22
|
.clearfix-style::after {
|
@@ -133,12 +133,12 @@
|
|
133
133
|
background-color: transparent;
|
134
134
|
}
|
135
135
|
}
|
136
|
-
.bk-
|
137
|
-
.bk-
|
136
|
+
.bk-transition .bk-fade-enter-active,
|
137
|
+
.bk-transition .bk-fade-leave-active {
|
138
138
|
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
139
139
|
}
|
140
|
-
.bk-
|
141
|
-
.bk-
|
140
|
+
.bk-transition .bk-fade-enter,
|
141
|
+
.bk-transition .bk-fade-leave-to {
|
142
142
|
opacity: 0;
|
143
143
|
}
|
144
144
|
.clearfix-style::after {
|
@@ -191,6 +191,9 @@
|
|
191
191
|
border-radius: 2px;
|
192
192
|
box-sizing: border-box;
|
193
193
|
}
|
194
|
+
.bk-tag-input .bk-tag-input-trigger .tag-list .text:hover {
|
195
|
+
background-color: #dcdee5;
|
196
|
+
}
|
194
197
|
.bk-tag-input .bk-tag-input-trigger .tag-list .tag-input {
|
195
198
|
width: 10px;
|
196
199
|
height: 22px;
|
package/lib/upload/upload.css
CHANGED
@@ -11,12 +11,12 @@
|
|
11
11
|
background-color: transparent;
|
12
12
|
}
|
13
13
|
}
|
14
|
-
.bk-
|
15
|
-
.bk-
|
14
|
+
.bk-transition .bk-fade-enter-active,
|
15
|
+
.bk-transition .bk-fade-leave-active {
|
16
16
|
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
17
|
}
|
18
|
-
.bk-
|
19
|
-
.bk-
|
18
|
+
.bk-transition .bk-fade-enter,
|
19
|
+
.bk-transition .bk-fade-leave-to {
|
20
20
|
opacity: 0;
|
21
21
|
}
|
22
22
|
.clearfix-style::after {
|
@@ -133,12 +133,12 @@
|
|
133
133
|
background-color: transparent;
|
134
134
|
}
|
135
135
|
}
|
136
|
-
.bk-
|
137
|
-
.bk-
|
136
|
+
.bk-transition .bk-fade-enter-active,
|
137
|
+
.bk-transition .bk-fade-leave-active {
|
138
138
|
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
139
139
|
}
|
140
|
-
.bk-
|
141
|
-
.bk-
|
140
|
+
.bk-transition .bk-fade-enter,
|
141
|
+
.bk-transition .bk-fade-leave-to {
|
142
142
|
opacity: 0;
|
143
143
|
}
|
144
144
|
.clearfix-style::after {
|
package/package.json
CHANGED
@@ -1,21 +0,0 @@
|
|
1
|
-
@keyframes loading-scale-animate {
|
2
|
-
0% {
|
3
|
-
transform: scale(1);
|
4
|
-
}
|
5
|
-
100% {
|
6
|
-
transform: scale(0.6);
|
7
|
-
}
|
8
|
-
}
|
9
|
-
@keyframes fade {
|
10
|
-
100% {
|
11
|
-
background-color: transparent;
|
12
|
-
}
|
13
|
-
}
|
14
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
-
}
|
18
|
-
.bk-fade-transtion .bk-fade-enter,
|
19
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
-
opacity: 0;
|
21
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
@keyframes loading-scale-animate {
|
2
|
-
0% {
|
3
|
-
transform: scale(1);
|
4
|
-
}
|
5
|
-
|
6
|
-
100% {
|
7
|
-
transform: scale(.6);
|
8
|
-
}
|
9
|
-
}
|
10
|
-
|
11
|
-
@keyframes fade {
|
12
|
-
100% {
|
13
|
-
background-color: transparent;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
.bk-fade-transtion {
|
18
|
-
.bk-fade-enter-active,
|
19
|
-
.bk-fade-leave-active {
|
20
|
-
transition: all .3s cubic-bezier(.55, 0, .1, 1);
|
21
|
-
}
|
22
|
-
|
23
|
-
.bk-fade-enter,
|
24
|
-
.bk-fade-leave-to {
|
25
|
-
opacity: 0;
|
26
|
-
}
|
27
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
@keyframes loading-scale-animate {
|
2
|
-
0% {
|
3
|
-
transform: scale(1);
|
4
|
-
}
|
5
|
-
100% {
|
6
|
-
transform: scale(0.6);
|
7
|
-
}
|
8
|
-
}
|
9
|
-
@keyframes fade {
|
10
|
-
100% {
|
11
|
-
background-color: transparent;
|
12
|
-
}
|
13
|
-
}
|
14
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
-
}
|
18
|
-
.bk-fade-transtion .bk-fade-enter,
|
19
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
-
opacity: 0;
|
21
|
-
}
|