@nocobase/client 1.3.6-beta → 1.3.8-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/index.mjs +12 -6
- package/lib/index.js +4 -4
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -4083,7 +4083,7 @@ function addAppVersion(e, t) {
|
|
|
4083
4083
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
4084
4084
|
}), e;
|
|
4085
4085
|
}
|
|
4086
|
-
const name = "@nocobase/client", version$1 = "1.3.
|
|
4086
|
+
const name = "@nocobase/client", version$1 = "1.3.8-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
4087
4087
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
4088
4088
|
"@ant-design/cssinjs": "^1.11.1",
|
|
4089
4089
|
"@ant-design/icons": "^5.1.4",
|
|
@@ -4104,9 +4104,9 @@ const name = "@nocobase/client", version$1 = "1.3.6-beta", license = "AGPL-3.0",
|
|
|
4104
4104
|
"@formily/reactive-react": "^2.2.27",
|
|
4105
4105
|
"@formily/shared": "^2.2.27",
|
|
4106
4106
|
"@formily/validator": "^2.2.27",
|
|
4107
|
-
"@nocobase/evaluators": "1.3.
|
|
4108
|
-
"@nocobase/sdk": "1.3.
|
|
4109
|
-
"@nocobase/utils": "1.3.
|
|
4107
|
+
"@nocobase/evaluators": "1.3.8-beta",
|
|
4108
|
+
"@nocobase/sdk": "1.3.8-beta",
|
|
4109
|
+
"@nocobase/utils": "1.3.8-beta",
|
|
4110
4110
|
ahooks: "^3.7.2",
|
|
4111
4111
|
antd: "^5.12.8",
|
|
4112
4112
|
"antd-style": "3.4.5",
|
|
@@ -26008,7 +26008,7 @@ function SchemaSettingsRenderEngine() {
|
|
|
26008
26008
|
options: r,
|
|
26009
26009
|
value: e.decoratorProps.engine || "string",
|
|
26010
26010
|
onChange: (i) => {
|
|
26011
|
-
t["x-decorator-props"].engine = i, e.decoratorProps.engine = i, n.emit("patch", {
|
|
26011
|
+
t["x-decorator-props"] = t["x-decorator-props"] || {}, t["x-decorator-props"].engine = i, e.decoratorProps.engine = i, n.emit("patch", {
|
|
26012
26012
|
schema: {
|
|
26013
26013
|
"x-uid": t["x-uid"],
|
|
26014
26014
|
"x-decorator-props": t["x-decorator-props"]
|
|
@@ -38912,7 +38912,7 @@ const MarkdownEditor = (e) => {
|
|
|
38912
38912
|
/* @__PURE__ */ jsx("a", { href: "https://handlebarsjs.com/guide/", target: "_blank", rel: "noreferrer", children: "Handlebars.js" })
|
|
38913
38913
|
] }),
|
|
38914
38914
|
/* @__PURE__ */ jsx("div", { style: { position: "absolute", top: 21, right: 1 }, children: /* @__PURE__ */ jsx(VariableSelect, { options: a, setOptions: l, onInsert: d }) }),
|
|
38915
|
-
/* @__PURE__ */ jsxs(Space$1, { style: { position: "absolute", bottom:
|
|
38915
|
+
/* @__PURE__ */ jsxs(Space$1, { style: { position: "absolute", bottom: 30, right: 5 }, children: [
|
|
38916
38916
|
/* @__PURE__ */ jsx(
|
|
38917
38917
|
Button,
|
|
38918
38918
|
{
|
|
@@ -56370,6 +56370,9 @@ const SelectActionInitializer = (e) => {
|
|
|
56370
56370
|
type: "void",
|
|
56371
56371
|
"x-editable": !1,
|
|
56372
56372
|
"x-decorator": "FormItem",
|
|
56373
|
+
"x-decorator-props": {
|
|
56374
|
+
engine: "handlebars"
|
|
56375
|
+
},
|
|
56373
56376
|
// 'x-designer': 'Markdown.Void.Designer',
|
|
56374
56377
|
"x-toolbar": "FormItemSchemaToolbar",
|
|
56375
56378
|
"x-settings": "blockSettings:markdown",
|
|
@@ -57478,6 +57481,9 @@ const commonOptions$e = {
|
|
|
57478
57481
|
type: "void",
|
|
57479
57482
|
"x-editable": !1,
|
|
57480
57483
|
"x-decorator": "FormItem",
|
|
57484
|
+
"x-decorator-props": {
|
|
57485
|
+
engine: "handlebars"
|
|
57486
|
+
},
|
|
57481
57487
|
// 'x-designer': 'Markdown.Void.Designer',
|
|
57482
57488
|
"x-toolbar": "FormItemSchemaToolbar",
|
|
57483
57489
|
"x-settings": "blockSettings:markdown",
|