bkui-vue 2.0.1-beta.25 → 2.0.1-beta.26
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 +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/date-picker/index.js +2 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/date-picker/index.js
CHANGED
@@ -4644,7 +4644,8 @@ function date_picker_objectSpread(e) { for (var r = 1; r < arguments.length; r++
|
|
4644
4644
|
if (visualValue !== null && visualValue !== void 0 && visualValue.value) {
|
4645
4645
|
state.showClose = true;
|
4646
4646
|
}
|
4647
|
-
state.internalValue = state.tmpValue;
|
4647
|
+
// state.internalValue = state.tmpValue;
|
4648
|
+
// console.error('enterenterenterenterenterenterenterenter', e, state.internalValue);
|
4648
4649
|
};
|
4649
4650
|
var handleInputMouseleave = function handleInputMouseleave(_e) {
|
4650
4651
|
// if (e.toElement?.classList.contains('clear-action')) {
|
package/lib/index.js
CHANGED