vxe-pc-ui 4.4.7 → 4.4.8
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/es/date-picker/src/date-picker.js +2 -2
- package/es/icon/style.css +1 -1
- package/es/input/src/input.js +34 -16
- package/es/input/style.css +27 -4
- package/es/input/style.min.css +1 -1
- package/es/language/ar-EG.js +3 -0
- package/es/language/de-DE.js +3 -0
- package/es/language/en-US.js +3 -0
- package/es/language/es-ES.js +3 -0
- package/es/language/fr-FR.js +3 -0
- package/es/language/hu-HU.js +3 -0
- package/es/language/hy-AM.js +3 -0
- package/es/language/id-ID.js +3 -0
- package/es/language/it-IT.js +3 -0
- package/es/language/ja-JP.js +3 -0
- package/es/language/ko-KR.js +3 -0
- package/es/language/nb-NO.js +3 -0
- package/es/language/pt-BR.js +3 -0
- package/es/language/ru-RU.js +3 -0
- package/es/language/th-TH.js +3 -0
- package/es/language/ug-CN.js +3 -0
- package/es/language/uk-UA.js +3 -0
- package/es/language/vi-VN.js +3 -0
- package/es/language/zh-CHT.js +3 -0
- package/es/language/zh-CN.js +3 -0
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-input/style.css +27 -4
- package/es/vxe-input/style.min.css +1 -1
- package/lib/date-picker/src/date-picker.js +2 -2
- package/lib/date-picker/src/date-picker.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +33 -17
- package/lib/index.umd.min.js +1 -1
- package/lib/input/src/input.js +26 -13
- package/lib/input/src/input.min.js +1 -1
- package/lib/input/style/style.css +27 -4
- package/lib/input/style/style.min.css +1 -1
- package/lib/language/ar-EG.js +3 -0
- package/lib/language/ar-EG.min.js +1 -1
- package/lib/language/de-DE.js +3 -0
- package/lib/language/de-DE.min.js +1 -1
- package/lib/language/en-US.js +3 -0
- package/lib/language/en-US.min.js +1 -1
- package/lib/language/en-US.umd.js +3 -0
- package/lib/language/es-ES.js +3 -0
- package/lib/language/es-ES.min.js +1 -1
- package/lib/language/es-ES.umd.js +3 -0
- package/lib/language/fr-FR.js +3 -0
- package/lib/language/fr-FR.min.js +1 -1
- package/lib/language/hu-HU.js +3 -0
- package/lib/language/hu-HU.min.js +1 -1
- package/lib/language/hu-HU.umd.js +3 -0
- package/lib/language/hy-AM.js +3 -0
- package/lib/language/hy-AM.min.js +1 -1
- package/lib/language/id-ID.js +3 -0
- package/lib/language/id-ID.min.js +1 -1
- package/lib/language/it-IT.js +3 -0
- package/lib/language/it-IT.min.js +1 -1
- package/lib/language/ja-JP.js +3 -0
- package/lib/language/ja-JP.min.js +1 -1
- package/lib/language/ja-JP.umd.js +3 -0
- package/lib/language/ko-KR.js +3 -0
- package/lib/language/ko-KR.min.js +1 -1
- package/lib/language/ko-KR.umd.js +3 -0
- package/lib/language/nb-NO.js +3 -0
- package/lib/language/nb-NO.min.js +1 -1
- package/lib/language/pt-BR.js +3 -0
- package/lib/language/pt-BR.min.js +1 -1
- package/lib/language/pt-BR.umd.js +3 -0
- package/lib/language/ru-RU.js +3 -0
- package/lib/language/ru-RU.min.js +1 -1
- package/lib/language/ru-RU.umd.js +3 -0
- package/lib/language/th-TH.js +3 -0
- package/lib/language/th-TH.min.js +1 -1
- package/lib/language/ug-CN.js +3 -0
- package/lib/language/ug-CN.min.js +1 -1
- package/lib/language/uk-UA.js +3 -0
- package/lib/language/uk-UA.min.js +1 -1
- package/lib/language/uk-UA.umd.js +3 -0
- package/lib/language/vi-VN.js +3 -0
- package/lib/language/vi-VN.min.js +1 -1
- package/lib/language/zh-CHT.js +3 -0
- package/lib/language/zh-CHT.min.js +1 -1
- package/lib/language/zh-CN.js +3 -0
- package/lib/language/zh-CN.min.js +1 -1
- package/lib/language/zh-CN.umd.js +3 -0
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-input/style/style.css +27 -4
- package/lib/vxe-input/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/date-picker/src/date-picker.ts +2 -2
- package/packages/input/src/input.ts +35 -16
- package/packages/language/ar-EG.ts +3 -0
- package/packages/language/de-DE.ts +3 -0
- package/packages/language/en-US.ts +3 -0
- package/packages/language/es-ES.ts +3 -0
- package/packages/language/fr-FR.ts +3 -0
- package/packages/language/hu-HU.ts +3 -0
- package/packages/language/hy-AM.ts +3 -0
- package/packages/language/id-ID.ts +3 -0
- package/packages/language/it-IT.ts +3 -0
- package/packages/language/ja-JP.ts +3 -0
- package/packages/language/ko-KR.ts +3 -0
- package/packages/language/nb-NO.ts +3 -0
- package/packages/language/pt-BR.ts +3 -0
- package/packages/language/ru-RU.ts +3 -0
- package/packages/language/th-TH.ts +3 -0
- package/packages/language/ug-CN.ts +3 -0
- package/packages/language/uk-UA.ts +3 -0
- package/packages/language/vi-VN.ts +3 -0
- package/packages/language/zh-CHT.ts +3 -0
- package/packages/language/zh-CN.ts +3 -0
- package/styles/components/input.scss +16 -1
- /package/es/icon/{iconfont.1741345300345.ttf → iconfont.1741427391009.ttf} +0 -0
- /package/es/icon/{iconfont.1741345300345.woff → iconfont.1741427391009.woff} +0 -0
- /package/es/icon/{iconfont.1741345300345.woff2 → iconfont.1741427391009.woff2} +0 -0
- /package/es/{iconfont.1741345300345.ttf → iconfont.1741427391009.ttf} +0 -0
- /package/es/{iconfont.1741345300345.woff → iconfont.1741427391009.woff} +0 -0
- /package/es/{iconfont.1741345300345.woff2 → iconfont.1741427391009.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1741345300345.ttf → iconfont.1741427391009.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1741345300345.woff → iconfont.1741427391009.woff} +0 -0
- /package/lib/icon/style/{iconfont.1741345300345.woff2 → iconfont.1741427391009.woff2} +0 -0
- /package/lib/{iconfont.1741345300345.ttf → iconfont.1741427391009.ttf} +0 -0
- /package/lib/{iconfont.1741345300345.woff → iconfont.1741427391009.woff} +0 -0
- /package/lib/{iconfont.1741345300345.woff2 → iconfont.1741427391009.woff2} +0 -0
|
@@ -298,7 +298,11 @@
|
|
|
298
298
|
margin-right: 0.5em;
|
|
299
299
|
}
|
|
300
300
|
.vxe-input--time-picker-btn {
|
|
301
|
+
display: flex;
|
|
301
302
|
flex-shrink: 0;
|
|
303
|
+
&:active {
|
|
304
|
+
transform: scale(0.9);
|
|
305
|
+
}
|
|
302
306
|
}
|
|
303
307
|
.vxe-input--time-picker-confirm,
|
|
304
308
|
.vxe-input--date-picker-confirm {
|
|
@@ -371,6 +375,14 @@
|
|
|
371
375
|
}
|
|
372
376
|
}
|
|
373
377
|
}
|
|
378
|
+
.vxe-input--date-picker-btns {
|
|
379
|
+
.vxe-input--date-picker-btn {
|
|
380
|
+
margin-left: 0.6em;
|
|
381
|
+
&:first-child {
|
|
382
|
+
margin-left: 0;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
374
386
|
.vxe-input--date-picker-body {
|
|
375
387
|
border-radius: var(--vxe-ui-base-border-radius);
|
|
376
388
|
border: 1px solid var(--vxe-ui-base-popup-border-color);
|
|
@@ -709,6 +721,9 @@
|
|
|
709
721
|
.vxe-input--date-picker-btn-wrapper {
|
|
710
722
|
.vxe-input--date-picker-btn {
|
|
711
723
|
margin-left: 9px - $sizeIndex;
|
|
724
|
+
&:active {
|
|
725
|
+
transform: scale(0.9);
|
|
726
|
+
}
|
|
712
727
|
}
|
|
713
728
|
.vxe-input--date-picker-prev-btn,
|
|
714
729
|
.vxe-input--date-picker-current-btn,
|
|
@@ -720,7 +735,7 @@
|
|
|
720
735
|
}
|
|
721
736
|
.vxe-input--date-picker-type-wrapper {
|
|
722
737
|
.vxe-input--date-picker-label,
|
|
723
|
-
.vxe-input--date-picker-
|
|
738
|
+
.vxe-input--date-picker-btns {
|
|
724
739
|
padding: 0 10px - $sizeIndex;
|
|
725
740
|
}
|
|
726
741
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|