@nocobase/client 1.3.36-beta → 1.3.37-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 CHANGED
@@ -3588,6 +3588,9 @@ const bp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3588
3588
  get useSortFields() {
3589
3589
  return useSortFields;
3590
3590
  },
3591
+ get useSourceId() {
3592
+ return useSourceId;
3593
+ },
3591
3594
  get useSourceIdFromParentRecord() {
3592
3595
  return useSourceIdFromParentRecord;
3593
3596
  },
@@ -4125,7 +4128,7 @@ function addAppVersion(e, t) {
4125
4128
  addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
4126
4129
  }), e;
4127
4130
  }
4128
- const name = "@nocobase/client", version$1 = "1.3.36-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
4131
+ const name = "@nocobase/client", version$1 = "1.3.37-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
4129
4132
  "@ahooksjs/use-url-state": "3.5.1",
4130
4133
  "@ant-design/cssinjs": "^1.11.1",
4131
4134
  "@ant-design/icons": "^5.1.4",
@@ -4146,9 +4149,9 @@ const name = "@nocobase/client", version$1 = "1.3.36-beta", license = "AGPL-3.0"
4146
4149
  "@formily/reactive-react": "^2.2.27",
4147
4150
  "@formily/shared": "^2.2.27",
4148
4151
  "@formily/validator": "^2.2.27",
4149
- "@nocobase/evaluators": "1.3.36-beta",
4150
- "@nocobase/sdk": "1.3.36-beta",
4151
- "@nocobase/utils": "1.3.36-beta",
4152
+ "@nocobase/evaluators": "1.3.37-beta",
4153
+ "@nocobase/sdk": "1.3.37-beta",
4154
+ "@nocobase/utils": "1.3.37-beta",
4152
4155
  ahooks: "^3.7.2",
4153
4156
  antd: "5.12.8",
4154
4157
  "antd-style": "3.4.5",
@@ -19557,20 +19560,17 @@ function WorkflowSelect(r) {
19557
19560
  function WorkflowConfig() {
19558
19561
  var u;
19559
19562
  const { dn: e } = useDesignable(), { t } = useTranslation(), o = useFieldSchema(), n = useCollection_deprecated(), r = useFormBlockContext(), i = (r == null ? void 0 : r.type) || o["x-action"], a = r == null ? void 0 : r.type, l = o["x-action"], c = {
19560
- submit: t(
19561
- "Workflow will be triggered before or after submitting succeeded based on workflow type (supports pre/post action event in local mode, and approval event).",
19562
- {
19563
- ns: "workflow"
19564
- }
19565
- ),
19563
+ submit: t("Support pre-action event (local mode), post-action event (local mode), and approval event here.", {
19564
+ ns: "workflow"
19565
+ }),
19566
19566
  "customize:save": t(
19567
- "Workflow will be triggered before or after submitting succeeded based on workflow type (supports pre/post action event in local mode, and approval event).",
19567
+ "Support pre-action event (local mode), post-action event (local mode), and approval event here.",
19568
19568
  {
19569
19569
  ns: "workflow"
19570
19570
  }
19571
19571
  ),
19572
19572
  "customize:update": t(
19573
- "Workflow will be triggered before or after submitting succeeded based on workflow type (supports pre/post action event in local mode, and approval event).",
19573
+ "Support pre-action event (local mode), post-action event (local mode), and approval event here.",
19574
19574
  { ns: "workflow" }
19575
19575
  ),
19576
19576
  "customize:triggerWorkflows": t(
@@ -60023,6 +60023,7 @@ export {
60023
60023
  useSchemaToolbar,
60024
60024
  useSchemaToolbarRender,
60025
60025
  useSortFields,
60026
+ useSourceId,
60026
60027
  useSourceIdFromParentRecord,
60027
60028
  useSourceIdFromRecord,
60028
60029
  useStyles$3 as useStyles,
@@ -9,3 +9,4 @@
9
9
  export * from './data-blocks/details-multi';
10
10
  export * from './data-blocks/details-single';
11
11
  export * from './useActionAvailable';
12
+ export * from './useSourceId';