@nocobase/plugin-action-bulk-update 1.3.24-beta → 1.3.25-beta

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.
@@ -10,11 +10,11 @@
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
12
  "@formily/shared": "2.3.0",
13
- "@nocobase/client": "1.3.24-beta",
13
+ "@nocobase/client": "1.3.25-beta",
14
14
  "react-i18next": "11.18.6",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.3.24-beta",
16
+ "@nocobase/utils": "1.3.25-beta",
17
17
  "antd": "5.12.8",
18
- "@nocobase/server": "1.3.24-beta",
19
- "@nocobase/test": "1.3.24-beta"
18
+ "@nocobase/server": "1.3.25-beta",
19
+ "@nocobase/test": "1.3.25-beta"
20
20
  };
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ /**
10
+ * This file is part of the NocoBase (R) project.
11
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
12
+ * Authors: NocoBase Team.
13
+ *
14
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
15
+ * For more information, please refer to: https://www.nocobase.com/agreement.
16
+ */
17
+ declare const _default: {
18
+ "Bulk update": string;
19
+ "After successful bulk update": string;
20
+ "Please select the records to be updated": string;
21
+ "Entire collection": string;
22
+ };
23
+ export default _default;
@@ -0,0 +1,37 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ var __defProp = Object.defineProperty;
11
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
+ var __getOwnPropNames = Object.getOwnPropertyNames;
13
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
14
+ var __export = (target, all) => {
15
+ for (var name in all)
16
+ __defProp(target, name, { get: all[name], enumerable: true });
17
+ };
18
+ var __copyProps = (to, from, except, desc) => {
19
+ if (from && typeof from === "object" || typeof from === "function") {
20
+ for (let key of __getOwnPropNames(from))
21
+ if (!__hasOwnProp.call(to, key) && key !== except)
22
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
+ }
24
+ return to;
25
+ };
26
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
+ var ja_JP_exports = {};
28
+ __export(ja_JP_exports, {
29
+ default: () => ja_JP_default
30
+ });
31
+ module.exports = __toCommonJS(ja_JP_exports);
32
+ var ja_JP_default = {
33
+ "Bulk update": "\u4E00\u62EC\u66F4\u65B0",
34
+ "After successful bulk update": "\u4E00\u62EC\u66F4\u65B0\u304C\u5B8C\u4E86\u3057\u307E\u3057\u305F",
35
+ "Please select the records to be updated": "\u66F4\u65B0\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",
36
+ "Entire collection": "\u5168\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3"
37
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-update",
3
- "version": "1.3.24-beta",
3
+ "version": "1.3.25-beta",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
@@ -14,7 +14,7 @@
14
14
  "@nocobase/server": "1.x",
15
15
  "@nocobase/test": "1.x"
16
16
  },
17
- "gitHead": "d575eb932c5651c2fa8dbef70e5c356efc6bf271",
17
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
18
18
  "keywords": [
19
19
  "Actions"
20
20
  ]