@nocobase/client 2.1.0-alpha.4 → 2.1.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/es/index.mjs +8 -8
- package/lib/index.js +4 -4
- package/package.json +6 -6
package/es/index.mjs
CHANGED
|
@@ -9939,7 +9939,7 @@ function addAppVersion(e, t) {
|
|
|
9939
9939
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
9940
9940
|
}), e;
|
|
9941
9941
|
}
|
|
9942
|
-
const name = "@nocobase/client", version = "2.1.0-alpha.
|
|
9942
|
+
const name = "@nocobase/client", version = "2.1.0-alpha.5", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
9943
9943
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
9944
9944
|
"@ant-design/cssinjs": "^1.11.1",
|
|
9945
9945
|
"@ant-design/icons": "^5.6.1",
|
|
@@ -9962,10 +9962,10 @@ const name = "@nocobase/client", version = "2.1.0-alpha.4", license = "AGPL-3.0"
|
|
|
9962
9962
|
"@formily/reactive-react": "^2.2.27",
|
|
9963
9963
|
"@formily/shared": "^2.2.27",
|
|
9964
9964
|
"@formily/validator": "^2.2.27",
|
|
9965
|
-
"@nocobase/evaluators": "2.1.0-alpha.
|
|
9966
|
-
"@nocobase/flow-engine": "2.1.0-alpha.
|
|
9967
|
-
"@nocobase/sdk": "2.1.0-alpha.
|
|
9968
|
-
"@nocobase/utils": "2.1.0-alpha.
|
|
9965
|
+
"@nocobase/evaluators": "2.1.0-alpha.5",
|
|
9966
|
+
"@nocobase/flow-engine": "2.1.0-alpha.5",
|
|
9967
|
+
"@nocobase/sdk": "2.1.0-alpha.5",
|
|
9968
|
+
"@nocobase/utils": "2.1.0-alpha.5",
|
|
9969
9969
|
"@tanstack/react-table": "^8.21.3",
|
|
9970
9970
|
"@types/tabulator-tables": "^6.2.6",
|
|
9971
9971
|
"acorn-jsx": "^5.3.2",
|
|
@@ -30509,7 +30509,7 @@ const useStyles$a = genStyleHook("nb-markdown", (e, { isDarkTheme: t }) => {
|
|
|
30509
30509
|
}, t ? i : r)
|
|
30510
30510
|
};
|
|
30511
30511
|
}), parseMarkdown$1 = _.memoize((e) => V(void 0, null, function* () {
|
|
30512
|
-
return e && (yield import("./md-
|
|
30512
|
+
return e && (yield import("./md-BbvRKckr.mjs")).default.render(e);
|
|
30513
30513
|
}));
|
|
30514
30514
|
function useParseMarkdown$1(e) {
|
|
30515
30515
|
const [t, o] = useState(""), [n, r] = useState(!0);
|
|
@@ -71730,7 +71730,7 @@ BlockGridModel.registerFlow({
|
|
|
71730
71730
|
}
|
|
71731
71731
|
});
|
|
71732
71732
|
const parseMarkdown = _.memoize((e) => V(void 0, null, function* () {
|
|
71733
|
-
return e && (yield import("./md-
|
|
71733
|
+
return e && (yield import("./md-oH2RssNY.mjs")).default.render(e);
|
|
71734
71734
|
}));
|
|
71735
71735
|
function useParseMarkdown(e) {
|
|
71736
71736
|
const [t, o] = useState(""), [n, r] = useState(!0);
|
|
@@ -101318,7 +101318,7 @@ const SettingsMenu = () => {
|
|
|
101318
101318
|
label: /* @__PURE__ */ jsx(
|
|
101319
101319
|
"a",
|
|
101320
101320
|
{
|
|
101321
|
-
href: n ? "https://docs
|
|
101321
|
+
href: n ? "https://v2.docs.nocobase.com/cn/guide/" : "https://v2.docs.nocobase.com/guide/",
|
|
101322
101322
|
target: "_blank",
|
|
101323
101323
|
rel: "noreferrer",
|
|
101324
101324
|
children: e("Handbook")
|