acud 1.0.3 → 1.0.4
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/acud.css +4 -1
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +273 -3788
- package/dist/acud.js.map +1 -1
- package/dist/acud.min.css +1 -1
- package/dist/acud.min.css.map +1 -1
- package/dist/acud.min.js +8 -10
- package/dist/acud.min.js.map +1 -1
- package/es/_util/hooks/useCombinedRefs.d.ts +2 -0
- package/es/_util/hooks/useCombinedRefs.js +22 -0
- package/es/input/Input.js +1 -23
- package/es/input/TextArea.js +2 -4
- package/es/search/Search.js +7 -5
- package/es/search/style/index.css +3 -0
- package/es/search/style/index.less +3 -0
- package/lib/_util/hooks/useCombinedRefs.d.ts +2 -0
- package/lib/_util/hooks/useCombinedRefs.js +34 -0
- package/lib/input/Input.js +3 -25
- package/lib/input/TextArea.js +2 -4
- package/lib/search/Search.js +8 -5
- package/lib/search/style/index.css +3 -0
- package/lib/search/style/index.less +3 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -187
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.0.
|
|
1
|
+
/*! acud v1.0.4 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -19309,6 +19309,9 @@ span.acud-radio-button {
|
|
|
19309
19309
|
/* 垂直 */
|
|
19310
19310
|
/* 序号水平 */
|
|
19311
19311
|
/* 序号垂直 */
|
|
19312
|
+
::-webkit-search-cancel-button {
|
|
19313
|
+
display: none;
|
|
19314
|
+
}
|
|
19312
19315
|
.acud-input-search-multiple .acud-input {
|
|
19313
19316
|
padding-left: 0;
|
|
19314
19317
|
}
|