@nocobase/client 1.4.19 → 1.4.21
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/application/Application.d.ts +1 -0
- package/es/index.mjs +2528 -2470
- package/es/schema-component/antd/upload/placeholder.d.ts +1 -1
- package/es/schema-component/common/utils/uitls.d.ts +0 -6
- package/es/schema-settings/VariableInput/hooks/useRecordVariable.d.ts +7 -0
- package/lib/index.js +131 -134
- package/lib/locale/zh-CN.js +2 -0
- package/package.json +5 -5
package/lib/locale/zh-CN.js
CHANGED
|
@@ -274,6 +274,8 @@ module.exports = {
|
|
|
274
274
|
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js \u652F\u6301\u5927\u90E8\u5206 Mircrosoft Excel \u516C\u5F0F\u3002",
|
|
275
275
|
"String template": "\u5B57\u7B26\u4E32\u6A21\u677F",
|
|
276
276
|
"Simple string replacement, can be used to interpolate variables in a string.": "\u7B80\u5355\u7684\u5B57\u7B26\u4E32\u66FF\u6362\uFF0C\u53EF\u4EE5\u7528\u4E8E\u5728\u5B57\u7B26\u4E32\u4E2D\u63D2\u5165\u53D8\u91CF\u3002",
|
|
277
|
+
"https://docs.nocobase.com/handbook/calculation-engines/formula": "https://docs-cn.nocobase.com/handbook/calculation-engines/formula",
|
|
278
|
+
"https://docs.nocobase.com/handbook/calculation-engines/mathjs": "https://docs-cn.nocobase.com/handbook/calculation-engines/mathjs",
|
|
277
279
|
Choices: "\u9009\u62E9\u7C7B\u578B",
|
|
278
280
|
Checkbox: "\u52FE\u9009",
|
|
279
281
|
"Display <icon></icon> when unchecked": "\u672A\u52FE\u9009\u65F6\u663E\u793A <icon></icon>",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.21",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@formily/reactive-react": "^2.2.27",
|
|
28
28
|
"@formily/shared": "^2.2.27",
|
|
29
29
|
"@formily/validator": "^2.2.27",
|
|
30
|
-
"@nocobase/evaluators": "1.4.
|
|
31
|
-
"@nocobase/sdk": "1.4.
|
|
32
|
-
"@nocobase/utils": "1.4.
|
|
30
|
+
"@nocobase/evaluators": "1.4.21",
|
|
31
|
+
"@nocobase/sdk": "1.4.21",
|
|
32
|
+
"@nocobase/utils": "1.4.21",
|
|
33
33
|
"ahooks": "^3.7.2",
|
|
34
34
|
"antd": "5.12.8",
|
|
35
35
|
"antd-style": "3.7.1",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"dumi": "2.2.14",
|
|
82
82
|
"dumi-theme-nocobase": "^0.2.28"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "923b7d163381e85ce7ffefd14d24936d9dcd3caa"
|
|
85
85
|
}
|