@nocobase/client 1.3.16-beta → 1.3.18-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.
- package/es/api-client/APIClient.d.ts +1 -0
- package/es/application/Application.d.ts +2 -2
- package/es/data-source/data-block/DataBlockProvider.d.ts +3 -0
- package/es/index.mjs +2880 -2708
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +13 -2
- package/es/schema-component/antd/association-field/hooks.d.ts +12 -2
- package/es/schema-component/antd/date-picker/DatePicker.d.ts +1 -1
- package/es/schema-component/antd/form-item/hooks/useLinkageRulesForSubTableOrSubForm.d.ts +12 -0
- package/es/schema-component/antd/quick-edit/QuickEdit.d.ts +1 -1
- package/es/schema-component/common/utils/uitls.d.ts +7 -2
- package/es/schema-component/hooks/useDesignable.d.ts +2 -2
- package/es/{schema-component/antd/form-v2/utils.d.ts → schema-settings/LinkageRules/bindLinkageRulesToFiled.d.ts} +21 -3
- package/es/schema-settings/LinkageRules/forEachLinkageRule.d.ts +9 -0
- package/es/schema-settings/LinkageRules/index.d.ts +1 -2
- package/lib/index.js +68 -71
- package/lib/locale/en_US.js +3 -1
- package/lib/locale/zh-CN.js +3 -1
- package/package.json +6 -6
package/lib/locale/en_US.js
CHANGED
|
@@ -838,5 +838,7 @@ module.exports = {
|
|
|
838
838
|
"Open in new window": "Open in new window",
|
|
839
839
|
"Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
|
|
840
840
|
"is none of": "is none of",
|
|
841
|
-
"is any of": "is any of"
|
|
841
|
+
"is any of": "is any of",
|
|
842
|
+
"Plugin dependency version mismatch": "Plugin dependency version mismatch",
|
|
843
|
+
"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?": "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?"
|
|
842
844
|
};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -972,5 +972,7 @@ module.exports = {
|
|
|
972
972
|
"Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
|
|
973
973
|
"Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
|
|
974
974
|
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u5728\u5206\u9875\u65F6\u8DF3\u8FC7\u83B7\u53D6\u8868\u8BB0\u5F55\u603B\u6570\uFF0C\u4EE5\u52A0\u5FEB\u52A0\u8F7D\u901F\u5EA6\uFF0C\u5EFA\u8BAE\u5BF9\u6709\u5927\u91CF\u6570\u636E\u7684\u6570\u636E\u8868\u5F00\u542F\u6B64\u9009\u9879",
|
|
975
|
-
'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': '\u5F53\u524D\u7528\u6237\u53EA\u6709 UI \u914D\u7F6E\u6743\u9650\uFF0C\u4F46\u6CA1\u6709\u6570\u636E\u8868 "{{name}}" \u67E5\u770B\u6743\u9650\u3002'
|
|
975
|
+
'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': '\u5F53\u524D\u7528\u6237\u53EA\u6709 UI \u914D\u7F6E\u6743\u9650\uFF0C\u4F46\u6CA1\u6709\u6570\u636E\u8868 "{{name}}" \u67E5\u770B\u6743\u9650\u3002',
|
|
976
|
+
"Plugin dependency version mismatch": "\u63D2\u4EF6\u4F9D\u8D56\u7248\u672C\u4E0D\u4E00\u81F4",
|
|
977
|
+
"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?": "\u5F53\u524D\u63D2\u4EF6\u7684\u4F9D\u8D56\u7248\u672C\u4E0E\u5E94\u7528\u7684\u7248\u672C\u4E0D\u4E00\u81F4\uFF0C\u53EF\u80FD\u65E0\u6CD5\u6B63\u5E38\u5DE5\u4F5C\u3002\u60A8\u786E\u5B9A\u8981\u7EE7\u7EED\u6FC0\u6D3B\u63D2\u4EF6\u5417\uFF1F"
|
|
976
978
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.18-beta",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@formily/reactive-react": "^2.2.27",
|
|
27
27
|
"@formily/shared": "^2.2.27",
|
|
28
28
|
"@formily/validator": "^2.2.27",
|
|
29
|
-
"@nocobase/evaluators": "1.3.
|
|
30
|
-
"@nocobase/sdk": "1.3.
|
|
31
|
-
"@nocobase/utils": "1.3.
|
|
29
|
+
"@nocobase/evaluators": "1.3.18-beta",
|
|
30
|
+
"@nocobase/sdk": "1.3.18-beta",
|
|
31
|
+
"@nocobase/utils": "1.3.18-beta",
|
|
32
32
|
"ahooks": "^3.7.2",
|
|
33
33
|
"antd": "^5.12.8",
|
|
34
34
|
"antd-style": "3.4.5",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-i18next": "^11.15.1",
|
|
58
58
|
"react-iframe": "~1.8.5",
|
|
59
59
|
"react-image-lightbox": "^5.1.4",
|
|
60
|
-
"react-intersection-observer": "9.
|
|
60
|
+
"react-intersection-observer": "9.13.0",
|
|
61
61
|
"react-js-cron": "^3.1.0",
|
|
62
62
|
"react-quill": "^2.0.0",
|
|
63
63
|
"react-router-dom": "^6.11.2",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"dumi": "2.2.14",
|
|
80
80
|
"dumi-theme-nocobase": "^0.2.28"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "84081ea2f40744581b75f23a2f01b36f97818648"
|
|
83
83
|
}
|