@seelen-ui/lib 2.6.9 → 2.7.0
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/ContextMenuItem.d.ts +1 -0
- package/esm/gen/types/ContextMenuItem.d.ts.map +1 -1
- package/esm/gen/types/Dialog.d.ts +10 -0
- package/esm/gen/types/Dialog.d.ts.map +1 -0
- package/esm/gen/types/{SluPopupContent.d.ts → DialogContent.d.ts} +11 -10
- package/esm/gen/types/DialogContent.d.ts.map +1 -0
- package/esm/gen/types/ImeState.d.ts +151 -0
- package/esm/gen/types/ImeState.d.ts.map +1 -0
- package/esm/gen/types/KeyboardLayout.d.ts +3 -2
- package/esm/gen/types/KeyboardLayout.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandArgument.d.ts +13 -13
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandDeleteUserCustomAppIconArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandDeleteUserCustomAppIconArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandRegisterUserCustomAppIconArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandRegisterUserCustomAppIconArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts +10 -10
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSetSelfZOrderArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSetSelfZOrderArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSetSelfZOrderArgs.js +1 -0
- package/esm/gen/types/SeelenCommandTriggerDialogArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandTriggerDialogArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandTriggerDialogArgs.js +1 -0
- package/esm/gen/types/SeelenEventPayload.d.ts +6 -3
- package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/gen/types/UserAppWindow.d.ts +6 -0
- package/esm/gen/types/UserAppWindow.d.ts.map +1 -1
- package/esm/gen/types/WallpaperCollection.d.ts +1 -0
- package/esm/gen/types/WallpaperCollection.d.ts.map +1 -1
- package/esm/gen/types/WidgetDebugInfo.d.ts +1 -0
- package/esm/gen/types/WidgetDebugInfo.d.ts.map +1 -1
- package/esm/gen/types/ZOrder.d.ts +7 -0
- package/esm/gen/types/ZOrder.d.ts.map +1 -0
- package/esm/gen/types/ZOrder.js +8 -0
- package/esm/gen/types/mod.d.ts +280 -279
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +280 -279
- package/esm/src/handlers/commands.d.ts +5 -5
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +5 -5
- package/esm/src/handlers/events.d.ts +3 -2
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +2 -1
- package/esm/src/state/icon_pack.d.ts +7 -26
- package/esm/src/state/icon_pack.d.ts.map +1 -1
- package/esm/src/state/icon_pack.js +23 -36
- package/esm/src/state/widget/mod.d.ts.map +1 -1
- package/esm/src/state/widget/mod.js +1 -1
- package/package.json +1 -1
- package/script/gen/types/ContextMenuItem.d.ts +1 -0
- package/script/gen/types/ContextMenuItem.d.ts.map +1 -1
- package/script/gen/types/Dialog.d.ts +10 -0
- package/script/gen/types/Dialog.d.ts.map +1 -0
- package/script/gen/types/{SluPopupContent.d.ts → DialogContent.d.ts} +11 -10
- package/script/gen/types/DialogContent.d.ts.map +1 -0
- package/script/gen/types/ImeState.d.ts +151 -0
- package/script/gen/types/ImeState.d.ts.map +1 -0
- package/script/gen/types/KeyboardLayout.d.ts +3 -2
- package/script/gen/types/KeyboardLayout.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandArgument.d.ts +13 -13
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandDeleteUserCustomAppIconArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandDeleteUserCustomAppIconArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandRegisterUserCustomAppIconArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandRegisterUserCustomAppIconArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandReturn.d.ts +10 -10
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSetSelfZOrderArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSetSelfZOrderArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSetSelfZOrderArgs.js +2 -0
- package/script/gen/types/SeelenCommandTriggerDialogArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandTriggerDialogArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandTriggerDialogArgs.js +2 -0
- package/script/gen/types/SeelenEventPayload.d.ts +6 -3
- package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/gen/types/UserAppWindow.d.ts +6 -0
- package/script/gen/types/UserAppWindow.d.ts.map +1 -1
- package/script/gen/types/WallpaperCollection.d.ts +1 -0
- package/script/gen/types/WallpaperCollection.d.ts.map +1 -1
- package/script/gen/types/WidgetDebugInfo.d.ts +1 -0
- package/script/gen/types/WidgetDebugInfo.d.ts.map +1 -1
- package/script/gen/types/ZOrder.d.ts +7 -0
- package/script/gen/types/ZOrder.d.ts.map +1 -0
- package/script/gen/types/ZOrder.js +11 -0
- package/script/gen/types/mod.d.ts +280 -279
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +280 -279
- package/script/src/handlers/commands.d.ts +5 -5
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +5 -5
- package/script/src/handlers/events.d.ts +3 -2
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +2 -1
- package/script/src/state/icon_pack.d.ts +7 -26
- package/script/src/state/icon_pack.d.ts.map +1 -1
- package/script/src/state/icon_pack.js +23 -36
- package/script/src/state/widget/mod.d.ts.map +1 -1
- package/script/src/state/widget/mod.js +1 -1
- package/esm/gen/types/ImeStatus.d.ts +0 -5
- package/esm/gen/types/ImeStatus.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandClosePopupArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandClosePopupArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandClosePopupArgs.js +0 -2
- package/esm/gen/types/SeelenCommandCreatePopupArgs.d.ts +0 -5
- package/esm/gen/types/SeelenCommandCreatePopupArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandGetPopupConfigArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandGetPopupConfigArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandGetPopupConfigArgs.js +0 -2
- package/esm/gen/types/SeelenCommandUpdatePopupArgs.d.ts +0 -6
- package/esm/gen/types/SeelenCommandUpdatePopupArgs.d.ts.map +0 -1
- package/esm/gen/types/SluPopupConfig.d.ts +0 -9
- package/esm/gen/types/SluPopupConfig.d.ts.map +0 -1
- package/esm/gen/types/SluPopupContent.d.ts.map +0 -1
- package/script/gen/types/ImeStatus.d.ts +0 -5
- package/script/gen/types/ImeStatus.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandClosePopupArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandClosePopupArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandClosePopupArgs.js +0 -3
- package/script/gen/types/SeelenCommandCreatePopupArgs.d.ts +0 -5
- package/script/gen/types/SeelenCommandCreatePopupArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandGetPopupConfigArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandGetPopupConfigArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandGetPopupConfigArgs.js +0 -3
- package/script/gen/types/SeelenCommandUpdatePopupArgs.d.ts +0 -6
- package/script/gen/types/SeelenCommandUpdatePopupArgs.d.ts.map +0 -1
- package/script/gen/types/SluPopupConfig.d.ts +0 -9
- package/script/gen/types/SluPopupConfig.d.ts.map +0 -1
- package/script/gen/types/SluPopupContent.d.ts.map +0 -1
- /package/esm/gen/types/{SeelenCommandCreatePopupArgs.js → Dialog.js} +0 -0
- /package/esm/gen/types/{SeelenCommandUpdatePopupArgs.js → DialogContent.js} +0 -0
- /package/esm/gen/types/{ImeStatus.js → ImeState.js} +0 -0
- /package/esm/gen/types/{SluPopupConfig.js → SeelenCommandDeleteUserCustomAppIconArgs.js} +0 -0
- /package/esm/gen/types/{SluPopupContent.js → SeelenCommandRegisterUserCustomAppIconArgs.js} +0 -0
- /package/script/gen/types/{SeelenCommandCreatePopupArgs.js → Dialog.js} +0 -0
- /package/script/gen/types/{SeelenCommandUpdatePopupArgs.js → DialogContent.js} +0 -0
- /package/script/gen/types/{ImeStatus.js → ImeState.js} +0 -0
- /package/script/gen/types/{SluPopupConfig.js → SeelenCommandDeleteUserCustomAppIconArgs.js} +0 -0
- /package/script/gen/types/{SluPopupContent.js → SeelenCommandRegisterUserCustomAppIconArgs.js} +0 -0
|
@@ -30,5 +30,11 @@ export type UserAppWindow = {
|
|
|
30
30
|
* rect of the window without shadow, in screen coordinates
|
|
31
31
|
*/
|
|
32
32
|
rect: Rect | null;
|
|
33
|
+
/**
|
|
34
|
+
* unix timestamp (ms) of the last time this window was brought to the foreground;
|
|
35
|
+
* 0 means it has never been focused since tracking started.
|
|
36
|
+
* clients that want z-order-like sorting should sort descending by this field.
|
|
37
|
+
*/
|
|
38
|
+
lastForegroundAt: number;
|
|
33
39
|
};
|
|
34
40
|
//# sourceMappingURL=UserAppWindow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserAppWindow.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UserAppWindow.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,aAAa,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,YAAY,EAAE,OAAO,CAAC;IAC5J;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC;IAC5B;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"UserAppWindow.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UserAppWindow.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,aAAa,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,YAAY,EAAE,OAAO,CAAC;IAC5J;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC;IAC5B;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WallpaperCollection.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WallpaperCollection.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"WallpaperCollection.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WallpaperCollection.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAAC,MAAM,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WidgetDebugInfo.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetDebugInfo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,EAAE,YAAY,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"WidgetDebugInfo.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetDebugInfo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,EAAE,YAAY,CAAC;IAAC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ZOrder.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ZOrder.ts"],"names":[],"mappings":"AAEA,oBAAY,MAAM;IAAG,SAAS,YAAY;IAAE,WAAW,cAAc;IAAE,KAAK,QAAQ;IAAE,QAAQ,WAAW;CAAE"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
2
|
+
export var ZOrder;
|
|
3
|
+
(function (ZOrder) {
|
|
4
|
+
ZOrder["TopMost"] = "TopMost";
|
|
5
|
+
ZOrder["NoTopMost"] = "NoTopMost";
|
|
6
|
+
ZOrder["Top"] = "Top";
|
|
7
|
+
ZOrder["Bottom"] = "Bottom";
|
|
8
|
+
})(ZOrder || (ZOrder = {}));
|