@nocobase/client 2.0.58 → 2.0.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/es/index.mjs +7 -7
- package/lib/index.js +3 -3
- package/package.json +6 -6
package/es/index.mjs
CHANGED
|
@@ -10045,7 +10045,7 @@ function addAppVersion(e, t) {
|
|
|
10045
10045
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
10046
10046
|
}), e;
|
|
10047
10047
|
}
|
|
10048
|
-
const name = "@nocobase/client", version = "2.0.
|
|
10048
|
+
const name = "@nocobase/client", version = "2.0.59", license = "Apache-2.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
10049
10049
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
10050
10050
|
"@ant-design/cssinjs": "^1.11.1",
|
|
10051
10051
|
"@ant-design/icons": "^5.6.1",
|
|
@@ -10068,10 +10068,10 @@ const name = "@nocobase/client", version = "2.0.58", license = "Apache-2.0", mai
|
|
|
10068
10068
|
"@formily/reactive-react": "^2.2.27",
|
|
10069
10069
|
"@formily/shared": "^2.2.27",
|
|
10070
10070
|
"@formily/validator": "^2.2.27",
|
|
10071
|
-
"@nocobase/evaluators": "2.0.
|
|
10072
|
-
"@nocobase/flow-engine": "2.0.
|
|
10073
|
-
"@nocobase/sdk": "2.0.
|
|
10074
|
-
"@nocobase/utils": "2.0.
|
|
10071
|
+
"@nocobase/evaluators": "2.0.59",
|
|
10072
|
+
"@nocobase/flow-engine": "2.0.59",
|
|
10073
|
+
"@nocobase/sdk": "2.0.59",
|
|
10074
|
+
"@nocobase/utils": "2.0.59",
|
|
10075
10075
|
"@tanstack/react-table": "^8.21.3",
|
|
10076
10076
|
"@types/tabulator-tables": "^6.2.6",
|
|
10077
10077
|
"acorn-jsx": "^5.3.2",
|
|
@@ -30686,7 +30686,7 @@ const useStyles$a = genStyleHook("nb-markdown", (e, { isDarkTheme: t }) => {
|
|
|
30686
30686
|
}, t ? i : r)
|
|
30687
30687
|
};
|
|
30688
30688
|
}), parseMarkdown$1 = _.memoize((e) => L(void 0, null, function* () {
|
|
30689
|
-
return e && (yield import("./md-
|
|
30689
|
+
return e && (yield import("./md-BbvRKckr.mjs")).default.render(e);
|
|
30690
30690
|
}));
|
|
30691
30691
|
function useParseMarkdown$1(e) {
|
|
30692
30692
|
const [t, o] = useState(""), [n, r] = useState(!0);
|
|
@@ -72470,7 +72470,7 @@ BlockGridModel.registerFlow({
|
|
|
72470
72470
|
}
|
|
72471
72471
|
});
|
|
72472
72472
|
const parseMarkdown = _.memoize((e) => L(void 0, null, function* () {
|
|
72473
|
-
return e && (yield import("./md-
|
|
72473
|
+
return e && (yield import("./md-oH2RssNY.mjs")).default.render(e);
|
|
72474
72474
|
}));
|
|
72475
72475
|
function useParseMarkdown(e) {
|
|
72476
72476
|
const [t, o] = useState(""), [n, r] = useState(!0);
|