@nocobase/client 2.0.0-alpha.6 → 2.0.0-alpha.8

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.
@@ -660,6 +660,8 @@ module.exports = {
660
660
  "Parent popup record": "Parent popup record",
661
661
  "Associated records": "Associated records",
662
662
  "Parent record": "Parent record",
663
+ "Current popup parent record": "Current popup parent record",
664
+ "Popup uid": "Popup UID",
663
665
  "Current time": "Current time",
664
666
  "System variables": "System variables",
665
667
  "Date variables": "Date variables",
@@ -956,9 +958,7 @@ module.exports = {
956
958
  "Stay on the current popup or page": "Stay on the current popup or page",
957
959
  "Return to the previous popup or page": "Return to the previous popup or page",
958
960
  "Actions column": "Actions column",
959
- "Data Source Key": "Data Source Key",
960
- "Enter data source key": "Enter data source key",
961
- "Collection Name": "Collection Name",
961
+ "Data source key": "Data source key",
962
962
  "Enter collection name": "Enter collection name",
963
963
  "Edit page size": "Edit page size",
964
964
  "Set data scope": "Set data scope",
@@ -992,5 +992,10 @@ module.exports = {
992
992
  "No form available for reset.": "No form available for reset.",
993
993
  "No form available for submission.": "No form available for submission.",
994
994
  "Collapse button": "Collapse",
995
- "Expand button": "Expand"
995
+ "Expand button": "Expand",
996
+ "No assigned fields configured": "No assigned fields configured",
997
+ "Current popup": "Current popup",
998
+ "Parent popup": "Parent popup",
999
+ "No parent popup": "No parent popup",
1000
+ "Popup record": "Popup record"
996
1001
  };
@@ -687,6 +687,8 @@ module.exports = {
687
687
  "Parent popup record": "\u4E0A\u7EA7\u5F39\u7A97\u8BB0\u5F55",
688
688
  "Associated records": "\u5173\u8054\u8BB0\u5F55",
689
689
  "Parent record": "\u4E0A\u7EA7\u8BB0\u5F55",
690
+ "Current popup parent record": "\u5F53\u524D\u5F39\u7A97\u4E0A\u7EA7\u8BB0\u5F55",
691
+ "Popup uid": "\u5F39\u7A97UID",
690
692
  "Current time": "\u5F53\u524D\u65F6\u95F4",
691
693
  Now: "\u73B0\u5728",
692
694
  "Message popup close method": "\u6D88\u606F\u5F39\u7A97\u5173\u95ED\u65B9\u5F0F",
@@ -1285,9 +1287,7 @@ module.exports = {
1285
1287
  "Timeout config": "\u8D85\u65F6\u914D\u7F6E",
1286
1288
  "Response type": "\u54CD\u5E94\u7C7B\u578B",
1287
1289
  "Actions column": "\u64CD\u4F5C\u5217",
1288
- "Data Source Key": "\u6570\u636E\u6E90\u952E",
1289
- "Enter data source key": "\u8F93\u5165\u6570\u636E\u6E90\u952E",
1290
- "Collection Name": "\u6570\u636E\u8868\u540D\u79F0",
1290
+ "Data source key": "\u6570\u636E\u6E90\u952E",
1291
1291
  "Enter collection name": "\u8F93\u5165\u6570\u636E\u8868\u540D\u79F0",
1292
1292
  "Edit page size": "\u7F16\u8F91\u9875\u9762\u5927\u5C0F",
1293
1293
  "Set data scope": "\u8BBE\u7F6E\u6570\u636E\u8303\u56F4",
@@ -1392,5 +1392,19 @@ module.exports = {
1392
1392
  "Expand button": "\u5C55\u5F00",
1393
1393
  "Collapse settings": "\u6298\u53E0\u8BBE\u7F6E",
1394
1394
  "Upload file settings": "\u6587\u4EF6\u4E0A\u4F20\u8BBE\u7F6E",
1395
- "Allow selection of existing file": "\u5141\u8BB8\u9009\u62E9\u5DF2\u6709\u6587\u4EF6"
1395
+ "Allow selection of existing file": "\u5141\u8BB8\u9009\u62E9\u5DF2\u6709\u6587\u4EF6",
1396
+ "No assigned fields configured": "\u672A\u914D\u7F6E\u5B57\u6BB5",
1397
+ "Current device type": "\u5F53\u524D\u8BBE\u5907\u7C7B\u578B",
1398
+ Computer: "\u7535\u8111",
1399
+ Mobile: "\u624B\u673A",
1400
+ Tablet: "\u5E73\u677F",
1401
+ SmartTv: "\u667A\u80FD\u7535\u89C6",
1402
+ Console: "\u6E38\u620F\u673A",
1403
+ Wearable: "\u53EF\u7A7F\u6234\u8BBE\u5907",
1404
+ Embedded: "\u5D4C\u5165\u5F0F\u8BBE\u5907",
1405
+ "Hidden text": "\u9690\u85CF\u6587\u5B57",
1406
+ "Current popup": "\u5F53\u524D\u5F39\u7A97",
1407
+ "Parent popup": "\u4E0A\u7EA7\u5F39\u7A97",
1408
+ "No parent popup": "\u65E0\u4E0A\u7EA7\u5F39\u7A97",
1409
+ "Popup record": "\u5F39\u7A97\u8BB0\u5F55"
1396
1410
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.8",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -28,10 +28,10 @@
28
28
  "@formily/reactive-react": "^2.2.27",
29
29
  "@formily/shared": "^2.2.27",
30
30
  "@formily/validator": "^2.2.27",
31
- "@nocobase/evaluators": "2.0.0-alpha.6",
32
- "@nocobase/flow-engine": "2.0.0-alpha.6",
33
- "@nocobase/sdk": "2.0.0-alpha.6",
34
- "@nocobase/utils": "2.0.0-alpha.6",
31
+ "@nocobase/evaluators": "2.0.0-alpha.8",
32
+ "@nocobase/flow-engine": "2.0.0-alpha.8",
33
+ "@nocobase/sdk": "2.0.0-alpha.8",
34
+ "@nocobase/utils": "2.0.0-alpha.8",
35
35
  "@tanstack/react-table": "^8.21.3",
36
36
  "@types/tabulator-tables": "^6.2.6",
37
37
  "ahooks": "^3.7.2",
@@ -92,5 +92,5 @@
92
92
  "dumi": "2.2.14",
93
93
  "dumi-theme-nocobase": "^0.2.32"
94
94
  },
95
- "gitHead": "276a65c0656bbace2df7593be0f53c96b7b0725b"
95
+ "gitHead": "ff91246a3914c72dc1f4000d85df10a16798ff78"
96
96
  }
@@ -1,19 +0,0 @@
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
- export declare function loadOne(ref: string): Promise<string>;
10
- export declare function loadSnippets(snipastes: Record<string, any>): Promise<Record<string, any>>;
11
- export type LoadedSnippetEntry = {
12
- name: string;
13
- prefix?: string;
14
- description?: string;
15
- body: string;
16
- ref: string;
17
- group?: string;
18
- };
19
- export declare function loadSnippetsForContext(ctxClassName: string, version?: string): Promise<LoadedSnippetEntry[]>;