@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.
- package/esm/gen/types/AppExtraFlag.d.ts +6 -5
- package/esm/gen/types/AppExtraFlag.d.ts.map +1 -1
- package/esm/gen/types/AppExtraFlag.js +6 -5
- package/esm/gen/types/SeelenCommandArgument.d.ts +0 -3
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandReturn.d.ts +0 -2
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/mod.d.ts +0 -1
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +0 -1
- package/esm/src/constants/mod.d.ts +194 -196
- package/esm/src/constants/mod.d.ts.map +1 -1
- package/esm/src/constants/mod.js +52 -61
- package/esm/src/handlers/commands.d.ts +0 -1
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +0 -1
- package/package.json +1 -1
- package/script/gen/types/AppExtraFlag.d.ts +6 -5
- package/script/gen/types/AppExtraFlag.d.ts.map +1 -1
- package/script/gen/types/AppExtraFlag.js +6 -5
- package/script/gen/types/SeelenCommandArgument.d.ts +0 -3
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandReturn.d.ts +0 -2
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/mod.d.ts +0 -1
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +0 -1
- package/script/src/constants/mod.d.ts +194 -196
- package/script/src/constants/mod.d.ts.map +1 -1
- package/script/src/constants/mod.js +52 -61
- package/script/src/handlers/commands.d.ts +0 -1
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +0 -1
- package/esm/gen/types/SeelenCommandTranslateTextArgs.d.ts +0 -6
- package/esm/gen/types/SeelenCommandTranslateTextArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandTranslateTextArgs.js +0 -2
- package/script/gen/types/SeelenCommandTranslateTextArgs.d.ts +0 -6
- package/script/gen/types/SeelenCommandTranslateTextArgs.d.ts.map +0 -1
- 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 +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 +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"}
|