bkui-vue 0.0.2-beta.124 → 0.0.2-beta.126
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 +2 -2
- package/dist/index.esm.js +4 -5
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/input/index.js +3 -1
- package/lib/search-select/search-select.css +1 -1
- package/lib/search-select/search-select.less +9 -9
- package/lib/search-select/search-select.variable.css +1 -1
- package/lib/styles/themes/themes.less +4 -2
- package/lib/table/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7464,7 +7464,9 @@ const J8 = {
|
|
7464
7464
|
return ((se = g.value) == null ? void 0 : se.scrollWidth) > ((re = g.value) == null ? void 0 : re.clientWidth) + 2;
|
7465
7465
|
}
|
7466
7466
|
function le() {
|
7467
|
-
|
7467
|
+
setTimeout(() => {
|
7468
|
+
b.value = U();
|
7469
|
+
});
|
7468
7470
|
}
|
7469
7471
|
function B() {
|
7470
7472
|
if (e.disabled)
|
@@ -14178,10 +14180,7 @@ const MN = (e, t, n, a, i, s, l) => {
|
|
14178
14180
|
[`${c}-column-${P}`]: !1,
|
14179
14181
|
column_fixed: !!S.fixed,
|
14180
14182
|
column_fixed_left: !!S.fixed,
|
14181
|
-
column_fixed_right: S.fixed === "right"
|
14182
|
-
...S.className ? {
|
14183
|
-
[`${S.className}`]: !0
|
14184
|
-
} : {}
|
14183
|
+
column_fixed_right: S.fixed === "right"
|
14185
14184
|
}), J = (S, P) => ({
|
14186
14185
|
...T(S, P)
|
14187
14186
|
}), R = (S, P, A, $) => {
|