@nocobase/client 2.0.0-alpha.56 → 2.0.0-alpha.59
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/.dumirc.ts +4 -0
- package/es/collection-manager/Configuration/components/CollectionCategory.d.ts +1 -1
- package/es/collection-manager/Configuration/components/CollectionFieldInterfaceTag.d.ts +1 -1
- package/es/collection-manager/Configuration/components/CollectionTemplateTag.d.ts +1 -1
- package/es/collection-manager/Configuration/components/Summary.d.ts +1 -1
- package/es/flow/FlowModelRepository.d.ts +2 -0
- package/es/flow/actions/openView.d.ts +2 -13
- package/es/flow/components/placeholders/BlockPlaceholder.d.ts +1 -0
- package/es/flow/models/base/ActionModel.d.ts +1 -1
- package/es/flow/models/base/BlockModel.d.ts +2 -0
- package/es/flow/models/base/CollectionBlockModel.d.ts +1 -0
- package/es/flow/models/base/GridModel.d.ts +1 -1
- package/es/flow/models/base/PageModel/PageTabModel.d.ts +1 -0
- package/es/flow/models/blocks/details/DetailsItemModel.d.ts +1 -1
- package/es/flow/models/blocks/filter-form/FilterFormItemModel.d.ts +1 -1
- package/es/flow/models/blocks/form/FormActionModel.d.ts +0 -1
- package/es/flow/models/blocks/form/FormItemModel.d.ts +1 -1
- package/es/flow/models/blocks/table/TableColumnModel.d.ts +8 -2
- package/es/flow/models/fields/AssociationFieldModel/SubTableFieldModel/SubTableColumnModel.d.ts +1 -1
- package/es/flow/models/fields/JsonFieldModel.d.ts +1 -1
- package/es/index.mjs +4988 -5144
- package/es/schema-component/antd/association-select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/filter/FilterItem.d.ts +1 -1
- package/es/schema-component/antd/linkageFilter/LinkageFilterItem.d.ts +1 -1
- package/es/schema-component/antd/table/Table.Column.ActionBar.d.ts +1 -1
- package/es/schema-component/antd/table-v2/Table.Column.ActionBar.d.ts +1 -1
- package/es/schema-settings/LinkageRules/LinkageRuleAction.d.ts +2 -2
- package/es/schema-settings/LinkageRules/components/BlockLinkageRuleAction.d.ts +1 -1
- package/es/schema-settings/LinkageRules/components/FieldStyleLinkageRuleAction.d.ts +1 -1
- package/lib/{index-C3fHjsMw-DmvAlAgD.js → index-C3fHjsMw-DzdIO9mJ.js} +268 -261
- package/lib/index.js +151 -144
- package/lib/locale/zh-CN.json +11 -3
- package/lib/locale/zh-TW.json +1 -1
- package/package.json +6 -6
package/lib/locale/zh-CN.json
CHANGED
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"Copy": "复制",
|
|
319
319
|
"Copy into the form and continue to fill in": "复制到表单并继续填写",
|
|
320
320
|
"Cover": "覆盖",
|
|
321
|
-
"Create": "
|
|
321
|
+
"Create": "新增",
|
|
322
322
|
"Create an account": "注册账号",
|
|
323
323
|
"Create calendar block": "创建日历区块",
|
|
324
324
|
"Create collection": "创建数据表",
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"Text input": "文本输入",
|
|
1328
1328
|
"Text only": "纯文本",
|
|
1329
1329
|
"The application is reloading, please do not close the page.": "应用正在重新加载,请勿关闭页面。",
|
|
1330
|
-
"The
|
|
1330
|
+
"The button is hidden and only visible when the UI Editor is active": "当前按钮已被隐藏,仅配置状态下显示",
|
|
1331
1331
|
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "当前插件的依赖版本与应用的版本不一致,可能无法正常工作。您确定要继续激活插件吗?",
|
|
1332
1332
|
"The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"": "当前用户只有 UI 配置权限,但没有数据表 \"{{name}}\"的 \"{{actionName}}\"权限。",
|
|
1333
1333
|
"The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"": "当前用户只有 UI 配置权限,但没有字段 \"{{name}}\"的 \"{{actionName}}\"权限。",
|
|
@@ -1556,5 +1556,13 @@
|
|
|
1556
1556
|
"Enable select action": "启用选择操作",
|
|
1557
1557
|
"Enable remove action": "启用移除操作",
|
|
1558
1558
|
"Multiple": "多选",
|
|
1559
|
-
"Custom column width": "自定义列宽度"
|
|
1559
|
+
"Custom column width": "自定义列宽度",
|
|
1560
|
+
"The block is hidden and only visible when the UI Editor is active": "当前区块已被隐藏,仅配置状态下显示",
|
|
1561
|
+
"The field is hidden and only visible when the UI Editor is active": "当前字段已被隐藏,仅配置状态下显示",
|
|
1562
|
+
"Destroy": "删除",
|
|
1563
|
+
"The current storage \"{{storageName}}\" does not support file uploads.": "当前存储 \"{{storageName}}\" 不支持上传文件。",
|
|
1564
|
+
"File type is not supported for previewing,": "文件类型不支持预览,",
|
|
1565
|
+
"download it to preview": "请下载后预览",
|
|
1566
|
+
"Your browser does not support the video tag.": "您的浏览器不支持视频标签。",
|
|
1567
|
+
"Your browser does not support the audio tag.": "您的浏览器不支持音频标签。"
|
|
1560
1568
|
}
|
package/lib/locale/zh-TW.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.59",
|
|
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.
|
|
32
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
33
|
-
"@nocobase/sdk": "2.0.0-alpha.
|
|
34
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
31
|
+
"@nocobase/evaluators": "2.0.0-alpha.59",
|
|
32
|
+
"@nocobase/flow-engine": "2.0.0-alpha.59",
|
|
33
|
+
"@nocobase/sdk": "2.0.0-alpha.59",
|
|
34
|
+
"@nocobase/utils": "2.0.0-alpha.59",
|
|
35
35
|
"@tanstack/react-table": "^8.21.3",
|
|
36
36
|
"@types/tabulator-tables": "^6.2.6",
|
|
37
37
|
"acorn-jsx": "^5.3.2",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"dumi": "2.2.14",
|
|
96
96
|
"dumi-theme-nocobase": "^0.2.32"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "ca9fca2a826b17735c6287bebf877b2da9a00e24"
|
|
99
99
|
}
|