@realtek/core-theme 0.0.187 → 0.0.188
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/dist-lib/index.cjs +5 -5
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +9 -1
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -7234,7 +7234,15 @@ function bp({ moduleName: e, action: t, clientId: n, region: i, formGroups: a, l
|
|
|
7234
7234
|
return;
|
|
7235
7235
|
}
|
|
7236
7236
|
if (f) {
|
|
7237
|
-
await f(t
|
|
7237
|
+
await f(t, {
|
|
7238
|
+
moduleName: e,
|
|
7239
|
+
groups: et,
|
|
7240
|
+
extraPayload: Tt ?? {},
|
|
7241
|
+
payload: {
|
|
7242
|
+
...Tt ?? {},
|
|
7243
|
+
...Fe(t, et, { module: e })
|
|
7244
|
+
}
|
|
7245
|
+
});
|
|
7238
7246
|
return;
|
|
7239
7247
|
}
|
|
7240
7248
|
if (!e) {
|