@lingxiteam/ebe-utils 0.2.25 → 0.2.27

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.
@@ -49,6 +49,7 @@ const RemoteComponent: LingXiFC<MyRemoteComponentProps> = props => {
49
49
  <Component
50
50
  {...restProps}
51
51
  {...customProps}
52
+ getEngineApis={getEngineApis}
52
53
  $lxApi={{
53
54
  form: dynamicDataContext.form,
54
55
  formCode: formContext.formCode,
@@ -146,6 +146,7 @@ const useFormatCell = (props: useFormatCellProps) => {
146
146
  if (modal) {
147
147
  const {
148
148
  pageId,
149
+ pagePath,
149
150
  compStates = {},
150
151
  } = modal;
151
152
 
@@ -154,6 +155,7 @@ const useFormatCell = (props: useFormatCellProps) => {
154
155
  if (engineApis?.openModal) {
155
156
  engineApis.openModal({
156
157
  pageId,
158
+ pagePath,
157
159
  params: newCompStates,
158
160
  });
159
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/ebe-utils",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -19,7 +19,7 @@
19
19
  "@babel/types": "^7.12.12",
20
20
  "cac": "^6.7.14",
21
21
  "fs-extra": "9.x",
22
- "@lingxiteam/ebe": "0.2.25"
22
+ "@lingxiteam/ebe": "0.2.27"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"