@nocobase/plugin-client 0.12.0-alpha.3 → 0.12.0-alpha.5
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/dist/locale/en_US.d.ts
CHANGED
|
@@ -182,6 +182,9 @@ declare const _default: {
|
|
|
182
182
|
"Action type": string;
|
|
183
183
|
Actions: string;
|
|
184
184
|
Insert: string;
|
|
185
|
+
"Insert if not exists": string;
|
|
186
|
+
"Insert if not exists, or update": string;
|
|
187
|
+
"Determine whether a record exists by the following fields": string;
|
|
185
188
|
Update: string;
|
|
186
189
|
View: string;
|
|
187
190
|
"View record": string;
|
|
@@ -251,6 +254,7 @@ declare const _default: {
|
|
|
251
254
|
"Link to description": string;
|
|
252
255
|
"Sub-table": string;
|
|
253
256
|
"Sub-details": string;
|
|
257
|
+
"Sub-form(Popover)": string;
|
|
254
258
|
"System info": string;
|
|
255
259
|
"Created at": string;
|
|
256
260
|
"Last updated at": string;
|
package/dist/locale/en_US.js
CHANGED
|
@@ -188,6 +188,9 @@ var _default = {
|
|
|
188
188
|
"Action type": "Action type",
|
|
189
189
|
"Actions": "Actions",
|
|
190
190
|
"Insert": "Insert",
|
|
191
|
+
"Insert if not exists": "Insert if not exists",
|
|
192
|
+
"Insert if not exists, or update": "Insert if not exists, or update",
|
|
193
|
+
"Determine whether a record exists by the following fields": "Determine whether a record exists by the following fields",
|
|
191
194
|
"Update": "Update",
|
|
192
195
|
"View": "View",
|
|
193
196
|
"View record": "View record",
|
|
@@ -257,6 +260,7 @@ var _default = {
|
|
|
257
260
|
"Link to description": "Used to create collection relationships quickly and compatible with most common scenarios. Suitable for non-developer use. When present as a field, it is a drop-down selection used to select records from the target collection. Once created, it will simultaneously generate the associated fields of the current collection in the target collection.",
|
|
258
261
|
"Sub-table": "Sub-table",
|
|
259
262
|
"Sub-details": "Sub-details",
|
|
263
|
+
"Sub-form(Popover)": "Sub-form(Popover)",
|
|
260
264
|
"System info": "System info",
|
|
261
265
|
"Created at": "Created at",
|
|
262
266
|
"Last updated at": "Last updated at",
|
package/dist/locale/ja_JP.d.ts
CHANGED
package/dist/locale/ja_JP.js
CHANGED
|
@@ -228,6 +228,7 @@ var _default = {
|
|
|
228
228
|
"Link to": "リンク",
|
|
229
229
|
"Link to description": "コレクションの関連付けを素早く作成するためにしようされ、ほとんどの一般的なシナリオに対応しています。開発者以外の方のしようにも適しています。フィールドとして存在する場合、参照元コレクションのレコードを選択するために使用されるドロップダウンです。一度作成されると、参照先コレクションに現在のコレクションの関連フィールドが同時に生成されます。",
|
|
230
230
|
"Sub-table": "サブテーブル",
|
|
231
|
+
"Sub-form(Popover)": "サブフォーム(ポップアップ窓)",
|
|
231
232
|
"System info": "システム情報",
|
|
232
233
|
"Created at": "作成日",
|
|
233
234
|
"Last updated at": "最終更新日",
|
package/dist/locale/zh_CN.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": string;
|
|
3
|
+
"Page number": string;
|
|
4
|
+
"Page size": string;
|
|
3
5
|
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": string;
|
|
4
6
|
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": string;
|
|
5
7
|
"{{count}} filter items": string;
|
|
@@ -314,6 +316,7 @@ declare const _default: {
|
|
|
314
316
|
"Select file": string;
|
|
315
317
|
Subtable: string;
|
|
316
318
|
"Sub-form": string;
|
|
319
|
+
"Sub-form(Popover)": string;
|
|
317
320
|
"Sub-details": string;
|
|
318
321
|
"Record picker": string;
|
|
319
322
|
"Toggles the subfield mode": string;
|
|
@@ -699,6 +702,8 @@ declare const _default: {
|
|
|
699
702
|
Constant: string;
|
|
700
703
|
'Select a variable': string;
|
|
701
704
|
Insert: string;
|
|
705
|
+
"Insert if not exists": string;
|
|
706
|
+
"Insert if not exists, or update": string;
|
|
702
707
|
'System variables': string;
|
|
703
708
|
'Date variables': string;
|
|
704
709
|
'Double click to choose entire object': string;
|
|
@@ -767,5 +772,6 @@ declare const _default: {
|
|
|
767
772
|
"Sync successfully": string;
|
|
768
773
|
"Sync from form fields": string;
|
|
769
774
|
"Select all": string;
|
|
775
|
+
"Determine whether a record exists by the following fields": string;
|
|
770
776
|
};
|
|
771
777
|
export default _default;
|
package/dist/locale/zh_CN.js
CHANGED
|
@@ -6,6 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _default = {
|
|
8
8
|
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "每页显示 <1><0>10</0><1>20</1><2>50</2><3>100</3></1> 条",
|
|
9
|
+
"Page number": "页码",
|
|
10
|
+
"Page size": "每页条数",
|
|
9
11
|
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "满足组内 <1><0>全部</0><1>任意</1></1> 条件",
|
|
10
12
|
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "在 <1><0>对话框</0><1>抽屉</1><2>窗口</2></1> 内打开",
|
|
11
13
|
"{{count}} filter items": "{{count}} 个筛选项",
|
|
@@ -320,6 +322,7 @@ var _default = {
|
|
|
320
322
|
"Select file": "选择文件",
|
|
321
323
|
"Subtable": "子表格",
|
|
322
324
|
"Sub-form": "子表单",
|
|
325
|
+
"Sub-form(Popover)": "子表单(弹窗)",
|
|
323
326
|
"Sub-details": "子详情",
|
|
324
327
|
"Record picker": "数据选择器",
|
|
325
328
|
"Toggles the subfield mode": "切换子字段模式",
|
|
@@ -706,6 +709,8 @@ var _default = {
|
|
|
706
709
|
'Constant': '常量',
|
|
707
710
|
'Select a variable': '选择变量',
|
|
708
711
|
"Insert": "插入",
|
|
712
|
+
"Insert if not exists": "不存在时插入",
|
|
713
|
+
"Insert if not exists, or update": "不存在时插入,否则更新",
|
|
709
714
|
'System variables': '系统变量',
|
|
710
715
|
'Date variables': '日期变量',
|
|
711
716
|
'Double click to choose entire object': '双击选择整个对象',
|
|
@@ -773,6 +778,7 @@ var _default = {
|
|
|
773
778
|
"Tag color field": "标签颜色字段",
|
|
774
779
|
"Sync successfully": "同步成功",
|
|
775
780
|
"Sync from form fields": "同步表单字段",
|
|
776
|
-
"Select all": "全选"
|
|
781
|
+
"Select all": "全选",
|
|
782
|
+
"Determine whether a record exists by the following fields": "通过以下字段判断记录是否存在"
|
|
777
783
|
};
|
|
778
784
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "WEB 客户端",
|
|
5
5
|
"description": "",
|
|
6
6
|
"description.zh-CN": "",
|
|
7
|
-
"version": "0.12.0-alpha.
|
|
7
|
+
"version": "0.12.0-alpha.5",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"license": "AGPL-3.0",
|
|
10
10
|
"devDependencies": {
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@nocobase/test": "0.x",
|
|
21
21
|
"@nocobase/utils": "0.x"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "689cc16e83361c4d0b91907e0deac30bdb907692"
|
|
24
24
|
}
|