@nocobase/client 2.0.0-alpha.30 → 2.0.0-alpha.32
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
CHANGED
|
@@ -9613,7 +9613,7 @@ function addAppVersion(e, t) {
|
|
|
9613
9613
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
9614
9614
|
}), e;
|
|
9615
9615
|
}
|
|
9616
|
-
const name = "@nocobase/client", version = "2.0.0-alpha.
|
|
9616
|
+
const name = "@nocobase/client", version = "2.0.0-alpha.32", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
9617
9617
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
9618
9618
|
"@ant-design/cssinjs": "^1.11.1",
|
|
9619
9619
|
"@ant-design/icons": "^5.6.1",
|
|
@@ -9636,10 +9636,10 @@ const name = "@nocobase/client", version = "2.0.0-alpha.30", license = "AGPL-3.0
|
|
|
9636
9636
|
"@formily/reactive-react": "^2.2.27",
|
|
9637
9637
|
"@formily/shared": "^2.2.27",
|
|
9638
9638
|
"@formily/validator": "^2.2.27",
|
|
9639
|
-
"@nocobase/evaluators": "2.0.0-alpha.
|
|
9640
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
9641
|
-
"@nocobase/sdk": "2.0.0-alpha.
|
|
9642
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
9639
|
+
"@nocobase/evaluators": "2.0.0-alpha.32",
|
|
9640
|
+
"@nocobase/flow-engine": "2.0.0-alpha.32",
|
|
9641
|
+
"@nocobase/sdk": "2.0.0-alpha.32",
|
|
9642
|
+
"@nocobase/utils": "2.0.0-alpha.32",
|
|
9643
9643
|
"@tanstack/react-table": "^8.21.3",
|
|
9644
9644
|
"@types/tabulator-tables": "^6.2.6",
|
|
9645
9645
|
"acorn-jsx": "^5.3.2",
|
|
@@ -30043,7 +30043,7 @@ const useStyles$a = genStyleHook("nb-markdown", (e, { isDarkTheme: t }) => {
|
|
|
30043
30043
|
}, t ? i : r)
|
|
30044
30044
|
};
|
|
30045
30045
|
}), parseMarkdown$1 = _.memoize((e) => O(void 0, null, function* () {
|
|
30046
|
-
return e && (yield import("./md-
|
|
30046
|
+
return e && (yield import("./md-BbvRKckr.mjs")).default.render(e);
|
|
30047
30047
|
}));
|
|
30048
30048
|
function useParseMarkdown$1(e) {
|
|
30049
30049
|
const [t, o] = useState(""), [n, r] = useState(!0);
|
|
@@ -66244,8 +66244,7 @@ const getKey = (e) => `${e.params.viewUid}_${e.index}`, FlowRoute = () => {
|
|
|
66244
66244
|
);
|
|
66245
66245
|
return () => {
|
|
66246
66246
|
m == null || m(), l.current.forEach((h) => {
|
|
66247
|
-
|
|
66248
|
-
(x = (g = a.current[getKey(h)]) == null ? void 0 : g.close) == null || x.call(g, !0), t.removeModel(h.params.viewUid), delete a.current[getKey(h)];
|
|
66247
|
+
t.removeModel(h.params.viewUid), delete a.current[getKey(h)];
|
|
66249
66248
|
}), l.current = [];
|
|
66250
66249
|
};
|
|
66251
66250
|
}, [t, r, p]), /* @__PURE__ */ jsx("div", { ref: e });
|
|
@@ -67511,7 +67510,7 @@ BlockGridModel.registerFlow({
|
|
|
67511
67510
|
}
|
|
67512
67511
|
});
|
|
67513
67512
|
const parseMarkdown = _.memoize((e) => O(void 0, null, function* () {
|
|
67514
|
-
return e && (yield import("./md-
|
|
67513
|
+
return e && (yield import("./md-oH2RssNY.mjs")).default.render(e);
|
|
67515
67514
|
}));
|
|
67516
67515
|
function useParseMarkdown(e) {
|
|
67517
67516
|
const [t, o] = useState(""), [n, r] = useState(!0);
|
|
@@ -71053,7 +71052,7 @@ class FormBlockModel extends CollectionBlockModel {
|
|
|
71053
71052
|
var p, m, h, g, x;
|
|
71054
71053
|
const u = (h = (m = (p = this.subModels.grid) == null ? void 0 : p.subModels) == null ? void 0 : m.items) != null ? h : [], d = /* @__PURE__ */ new Set();
|
|
71055
71054
|
for (const b of u) {
|
|
71056
|
-
const
|
|
71055
|
+
const y = (x = (g = b == null ? void 0 : b.getStepParams) == null ? void 0 : g.call(b, "fieldSettings", "init")) == null ? void 0 : x.fieldPath, C = y == null ? void 0 : y.toString().split(".")[0];
|
|
71057
71056
|
C && d.add(C);
|
|
71058
71057
|
}
|
|
71059
71058
|
return d;
|