antd-mobile 5.42.0 → 5.42.1
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/2x/bundle/antd-mobile.cjs.development.js +4 -1
- package/2x/bundle/antd-mobile.cjs.js +1 -1
- package/2x/bundle/antd-mobile.es.development.js +4 -1
- package/2x/bundle/antd-mobile.es.js +4 -1
- package/2x/bundle/antd-mobile.umd.development.js +4 -1
- package/2x/bundle/antd-mobile.umd.js +1 -1
- package/2x/cjs/components/number-keyboard/number-keyboard.js +5 -1
- package/2x/es/components/number-keyboard/number-keyboard.js +5 -1
- package/2x/package.json +1 -1
- package/bundle/antd-mobile.cjs.development.js +4 -1
- package/bundle/antd-mobile.cjs.js +1 -1
- package/bundle/antd-mobile.compatible.umd.js +1 -1
- package/bundle/antd-mobile.es.development.js +4 -1
- package/bundle/antd-mobile.es.js +4 -1
- package/bundle/antd-mobile.umd.development.js +4 -1
- package/bundle/antd-mobile.umd.js +1 -1
- package/cjs/components/number-keyboard/number-keyboard.js +5 -1
- package/es/components/number-keyboard/number-keyboard.js +5 -1
- package/package.json +1 -1
- package/umd/antd-mobile.js +1 -1
|
@@ -23286,7 +23286,10 @@ const NumberKeyboard = (p) => {
|
|
|
23286
23286
|
forceRender: props.forceRender
|
|
23287
23287
|
}, withNativeProps(props, React__default.createElement("div", {
|
|
23288
23288
|
ref: keyboardRef,
|
|
23289
|
-
className: classPrefix$x
|
|
23289
|
+
className: classPrefix$x,
|
|
23290
|
+
onMouseDown: (e2) => {
|
|
23291
|
+
e2.preventDefault();
|
|
23292
|
+
}
|
|
23290
23293
|
}, renderHeader(), React__default.createElement("div", {
|
|
23291
23294
|
className: `${classPrefix$x}-wrapper`
|
|
23292
23295
|
}, React__default.createElement("div", {
|
|
@@ -16630,7 +16630,10 @@ const Se = "adm-number-keyboard", Yy = {
|
|
|
16630
16630
|
forceRender: e.forceRender
|
|
16631
16631
|
}, H(e, s.createElement("div", {
|
|
16632
16632
|
ref: d,
|
|
16633
|
-
className: Se
|
|
16633
|
+
className: Se,
|
|
16634
|
+
onMouseDown: (k) => {
|
|
16635
|
+
k.preventDefault();
|
|
16636
|
+
}
|
|
16634
16637
|
}, p(), s.createElement("div", {
|
|
16635
16638
|
className: `${Se}-wrapper`
|
|
16636
16639
|
}, s.createElement("div", {
|
|
@@ -23304,7 +23304,10 @@ Please add \`${key}Action\` when creating your handler.`);
|
|
|
23304
23304
|
forceRender: props.forceRender
|
|
23305
23305
|
}, withNativeProps(props, React$3.createElement("div", {
|
|
23306
23306
|
ref: keyboardRef,
|
|
23307
|
-
className: classPrefix$x
|
|
23307
|
+
className: classPrefix$x,
|
|
23308
|
+
onMouseDown: (e2) => {
|
|
23309
|
+
e2.preventDefault();
|
|
23310
|
+
}
|
|
23308
23311
|
}, renderHeader(), React$3.createElement("div", {
|
|
23309
23312
|
className: `${classPrefix$x}-wrapper`
|
|
23310
23313
|
}, React$3.createElement("div", {
|