@ibiz-template/runtime 0.7.3 → 0.7.4
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/index.esm.js
CHANGED
|
@@ -37882,10 +37882,7 @@ var MDViewEngine = class extends ViewEngineBase {
|
|
|
37882
37882
|
* @return {*} {Promise<void>}
|
|
37883
37883
|
*/
|
|
37884
37884
|
async onXDataActive(event) {
|
|
37885
|
-
|
|
37886
|
-
if (!res.cancel) {
|
|
37887
|
-
this.refresh();
|
|
37888
|
-
}
|
|
37885
|
+
await this.openData(event);
|
|
37889
37886
|
}
|
|
37890
37887
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
37891
37888
|
async call(key, args) {
|