@widget-js/core 24.1.1-beta.72 → 24.1.1-beta.73

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
@@ -2930,6 +2930,13 @@ var ApiConstants = class {
2930
2930
  static CONFIG_GRID_CELL_SIZE = "cn.widgetjs.config.grid.size";
2931
2931
  static SHORTCUT_PIN_DESKTOP_WIDGETS = "cn.widgetjs.config.shortcut.pin_desktop_widgets";
2932
2932
  };
2933
+ var AppEvent = class {
2934
+ static LANGUAGE_CHANGED = "event::cn.widgetjs.core.app.language.changed";
2935
+ };
2936
+ var AppConfig = class {
2937
+ static LANGUAGE = "cn.widgetjs.config.app.language";
2938
+ static LAUNCH_AT_STARTUP = "CONFIG_LAUNCH_AT_STARTUP";
2939
+ };
2933
2940
 
2934
2941
  // src/api/interface/IShortcutApi.ts
2935
2942
  var ShortcutApiEvent = /* @__PURE__ */ ((ShortcutApiEvent2) => {
@@ -3402,6 +3409,8 @@ exports.ApiConstants = ApiConstants;
3402
3409
  exports.AppApi = AppApi;
3403
3410
  exports.AppApiConstants = AppApiConstants;
3404
3411
  exports.AppApiEvent = AppApiEvent;
3412
+ exports.AppConfig = AppConfig;
3413
+ exports.AppEvent = AppEvent;
3405
3414
  exports.AppNotification = AppNotification;
3406
3415
  exports.AppReminderNotification = AppReminderNotification;
3407
3416
  exports.BackgroundWidget = BackgroundWidget;