shineout 1.10.13 → 1.10.14
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/css/Form/styles/form.css +2 -2
- package/css/Select/More.js +1 -1
- package/css/index.d.ts +1 -1
- package/css/index.js +1 -1
- package/dist/shineout.js +2 -2
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/theme.antd.css +1 -1
- package/dist/theme.antd2.css +1 -1
- package/dist/theme.default.css +1 -1
- package/dist/theme.shineout.css +1 -1
- package/es/Form/styles/form.less +2 -2
- package/es/Select/More.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/Form/styles/form.less +2 -2
- package/lib/Select/More.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/css/Form/styles/form.css
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
}
|
|
149
149
|
.so-form-disabled .so-input .so-input-disabled:hover,
|
|
150
150
|
.so-form-disabled .so-input input {
|
|
151
|
-
background:
|
|
151
|
+
background: rgba(255, 255, 255, 0);
|
|
152
152
|
}
|
|
153
153
|
.so-form.so-form-rtl {
|
|
154
154
|
direction: rtl;
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
color: var(--input-disabled-color, #999DA8);
|
|
631
631
|
}
|
|
632
632
|
.so-input-disabled input {
|
|
633
|
-
background:
|
|
633
|
+
background: rgba(255, 255, 255, 0);
|
|
634
634
|
}
|
|
635
635
|
.so-input-disabled .so-input-disabled:hover {
|
|
636
636
|
background: transparent;
|
package/css/Select/More.js
CHANGED
package/css/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Created by scripts/src-index.js.
|
|
2
2
|
import * as utils from './utils'
|
|
3
3
|
|
|
4
|
-
export default { utils, version: '1.10.
|
|
4
|
+
export default { utils, version: '1.10.14' }
|
|
5
5
|
export { utils }
|
|
6
6
|
export { setLocale } from './locale'
|
|
7
7
|
export { color, style } from './utils/expose'
|
package/css/index.js
CHANGED
package/dist/shineout.js
CHANGED
|
@@ -36101,7 +36101,7 @@ function getResetMore(onFilter, container, doms) {
|
|
|
36101
36101
|
} // at least show one
|
|
36102
36102
|
|
|
36103
36103
|
|
|
36104
|
-
if (num === 0 && itemWidthArr[0]
|
|
36104
|
+
if (num === 0 && itemWidthArr[0]) {
|
|
36105
36105
|
num = 1;
|
|
36106
36106
|
}
|
|
36107
36107
|
|
|
@@ -61557,7 +61557,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
61557
61557
|
|
|
61558
61558
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
61559
61559
|
utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
|
|
61560
|
-
version: '1.10.
|
|
61560
|
+
version: '1.10.14'
|
|
61561
61561
|
});
|
|
61562
61562
|
|
|
61563
61563
|
|