@seelen-ui/lib 2.4.6 → 2.4.7

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.
Files changed (39) hide show
  1. package/esm/gen/types/AppExtraFlag.d.ts +6 -5
  2. package/esm/gen/types/AppExtraFlag.d.ts.map +1 -1
  3. package/esm/gen/types/AppExtraFlag.js +6 -5
  4. package/esm/gen/types/SeelenCommandArgument.d.ts +0 -3
  5. package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  6. package/esm/gen/types/SeelenCommandReturn.d.ts +0 -2
  7. package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  8. package/esm/gen/types/mod.d.ts +0 -1
  9. package/esm/gen/types/mod.d.ts.map +1 -1
  10. package/esm/gen/types/mod.js +0 -1
  11. package/esm/src/constants/mod.d.ts +194 -196
  12. package/esm/src/constants/mod.d.ts.map +1 -1
  13. package/esm/src/constants/mod.js +52 -61
  14. package/esm/src/handlers/commands.d.ts +0 -1
  15. package/esm/src/handlers/commands.d.ts.map +1 -1
  16. package/esm/src/handlers/commands.js +0 -1
  17. package/package.json +1 -1
  18. package/script/gen/types/AppExtraFlag.d.ts +6 -5
  19. package/script/gen/types/AppExtraFlag.d.ts.map +1 -1
  20. package/script/gen/types/AppExtraFlag.js +6 -5
  21. package/script/gen/types/SeelenCommandArgument.d.ts +0 -3
  22. package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  23. package/script/gen/types/SeelenCommandReturn.d.ts +0 -2
  24. package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  25. package/script/gen/types/mod.d.ts +0 -1
  26. package/script/gen/types/mod.d.ts.map +1 -1
  27. package/script/gen/types/mod.js +0 -1
  28. package/script/src/constants/mod.d.ts +194 -196
  29. package/script/src/constants/mod.d.ts.map +1 -1
  30. package/script/src/constants/mod.js +52 -61
  31. package/script/src/handlers/commands.d.ts +0 -1
  32. package/script/src/handlers/commands.d.ts.map +1 -1
  33. package/script/src/handlers/commands.js +0 -1
  34. package/esm/gen/types/SeelenCommandTranslateTextArgs.d.ts +0 -6
  35. package/esm/gen/types/SeelenCommandTranslateTextArgs.d.ts.map +0 -1
  36. package/esm/gen/types/SeelenCommandTranslateTextArgs.js +0 -2
  37. package/script/gen/types/SeelenCommandTranslateTextArgs.d.ts +0 -6
  38. package/script/gen/types/SeelenCommandTranslateTextArgs.d.ts.map +0 -1
  39. package/script/gen/types/SeelenCommandTranslateTextArgs.js +0 -3
@@ -22,7 +22,6 @@ var SeelenCommand;
22
22
  SeelenCommand["RequestToUserInputShortcut"] = "request_to_user_input_shortcut";
23
23
  SeelenCommand["CheckForUpdates"] = "check_for_updates";
24
24
  SeelenCommand["InstallLastAvailableUpdate"] = "install_last_available_update";
25
- SeelenCommand["TranslateText"] = "translate_text";
26
25
  SeelenCommand["SystemGetForegroundWindowColor"] = "get_foreground_window_color";
27
26
  SeelenCommand["SystemGetMonitors"] = "get_connected_monitors";
28
27
  SeelenCommand["SystemGetColors"] = "get_system_colors";
@@ -1,6 +0,0 @@
1
- export type SeelenCommandTranslateTextArgs = {
2
- source: string;
3
- sourceLang: string;
4
- targetLang: string;
5
- };
6
- //# sourceMappingURL=SeelenCommandTranslateTextArgs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SeelenCommandTranslateTextArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandTranslateTextArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,8BAA8B,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
- export {};
@@ -1,6 +0,0 @@
1
- export type SeelenCommandTranslateTextArgs = {
2
- source: string;
3
- sourceLang: string;
4
- targetLang: string;
5
- };
6
- //# sourceMappingURL=SeelenCommandTranslateTextArgs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SeelenCommandTranslateTextArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandTranslateTextArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,8BAA8B,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
- Object.defineProperty(exports, "__esModule", { value: true });