@widget-js/core 0.10.6 → 0.10.13

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.cjs CHANGED
@@ -1241,6 +1241,7 @@ var Channel = /* @__PURE__ */ ((Channel2) => {
1241
1241
  Channel2["MOUSE"] = "channel::cn.widgetjs.core.mouse";
1242
1242
  Channel2["KEYBOARD"] = "channel::cn.widgetjs.core.keyboard";
1243
1243
  Channel2["STORE"] = "channel::cn.widgetjs.core.store";
1244
+ Channel2["PROCESS"] = "channel::cn.widgetjs.core.process";
1244
1245
  return Channel2;
1245
1246
  })(Channel || {});
1246
1247
 
@@ -1893,6 +1894,9 @@ var AppApiConstants = /* @__PURE__ */ ((AppApiConstants2) => {
1893
1894
  return AppApiConstants2;
1894
1895
  })(AppApiConstants || {});
1895
1896
  var AppApiImpl = class extends BaseApi {
1897
+ getAppPath() {
1898
+ return this.invokeMethod("getAppPath");
1899
+ }
1896
1900
  async getIconFile() {
1897
1901
  return this.invokeMethod("getIconFile");
1898
1902
  }