@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/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, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cniot/android-pda-components",
3
- "version": "2.0.0-beta.26",
3
+ "version": "2.0.0-beta.27",
4
4
  "description": "",
5
5
  "main": "./es/index.cjs.js",
6
6
  "module": "./es/index.es.js",