@cniot/android-pda-components 2.0.0-beta.26 → 2.0.0-beta.27
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/README.md +4 -0
- package/es/index.cjs.js +7 -7
- package/es/index.es.js +1 -1
- package/package.json +1 -1
package/es/index.es.js
CHANGED
|
@@ -18672,7 +18672,7 @@ class ImageUploader extends Component {
|
|
|
18672
18672
|
if (agentFlag) {
|
|
18673
18673
|
if (selectMode) {
|
|
18674
18674
|
const handler = Dialog.show({
|
|
18675
|
-
title: "\u9009\u62E9\u6A21\u5F0F",
|
|
18675
|
+
title: i18n.get("\u9009\u62E9\u6A21\u5F0F"),
|
|
18676
18676
|
content: /* @__PURE__ */ React__default.createElement("div", {
|
|
18677
18677
|
className: "op-pda-confirm-v2-content"
|
|
18678
18678
|
}, /* @__PURE__ */ React__default.createElement(ButtonV2.Group, null, /* @__PURE__ */ React__default.createElement(ButtonV2, {
|