@seelen-ui/lib 2.6.10 → 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 +8 -7
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +8 -7
- 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 +8 -7
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +8 -7
- 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
|
@@ -133,33 +133,8 @@ class IconPackManager {
|
|
|
133
133
|
}
|
|
134
134
|
};
|
|
135
135
|
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
*
|
|
139
|
-
* The search for icons follows this priority order:
|
|
140
|
-
* 1. UMID (App User Model Id)
|
|
141
|
-
* 2. Full path
|
|
142
|
-
* 3. Filename (this is only used to match executable files like .exe)
|
|
143
|
-
* 4. Extension
|
|
144
|
-
*
|
|
145
|
-
* @param {Object} args - Arguments for retrieving the icon path.
|
|
146
|
-
* @param {string} [args.path] - The full path to the app or file.
|
|
147
|
-
* @param {string} [args.umid] - The UMID of the app.
|
|
148
|
-
* @returns {string | null} - The path to the icon, or `null` if no icon is found.
|
|
149
|
-
*
|
|
150
|
-
* @example
|
|
151
|
-
* // Example 1: Get icon by full path
|
|
152
|
-
* const iconPath = instance.getIconPath({
|
|
153
|
-
* path: "C:\\Program Files\\Steam\\steam.exe"
|
|
154
|
-
* });
|
|
155
|
-
*
|
|
156
|
-
* // Example 2: Get icon by UMID
|
|
157
|
-
* const iconPath = instance.getIconPath({
|
|
158
|
-
* umid: "Seelen.SeelenUI_p6yyn03m1894e!App"
|
|
159
|
-
* });
|
|
160
|
-
*/
|
|
161
|
-
getIconPath(args) {
|
|
162
|
-
const { path, umid, __seen = new Set() } = args;
|
|
136
|
+
getIconEntry(args) {
|
|
137
|
+
const { path, umid, __seen = new Set(), } = args;
|
|
163
138
|
// If neither path nor UMID is provided, return null
|
|
164
139
|
if (!path && !umid) {
|
|
165
140
|
return null;
|
|
@@ -169,7 +144,7 @@ class IconPackManager {
|
|
|
169
144
|
// to avoid treating directory names without dots as extensions.
|
|
170
145
|
const lastDot = lowerPath?.lastIndexOf(".");
|
|
171
146
|
const lastSlash = lowerPath?.lastIndexOf("\\") ?? -1;
|
|
172
|
-
const extension =
|
|
147
|
+
const extension = lastDot !== undefined && lastDot > lastSlash ? lowerPath.slice(lastDot + 1) : undefined;
|
|
173
148
|
// Add the starting path to __seen so that direct A→B→A cycles are caught in 2 hops.
|
|
174
149
|
if (lowerPath) {
|
|
175
150
|
__seen.add(lowerPath);
|
|
@@ -205,10 +180,10 @@ class IconPackManager {
|
|
|
205
180
|
return null;
|
|
206
181
|
}
|
|
207
182
|
__seen.add(entry.redirect);
|
|
208
|
-
return this.
|
|
183
|
+
return this.getIconEntry({ path: entry.redirect, __seen });
|
|
209
184
|
}
|
|
210
185
|
if (entry.icon) {
|
|
211
|
-
return entry
|
|
186
|
+
return entry;
|
|
212
187
|
}
|
|
213
188
|
}
|
|
214
189
|
}
|
|
@@ -217,16 +192,20 @@ class IconPackManager {
|
|
|
217
192
|
return null;
|
|
218
193
|
}
|
|
219
194
|
for (const pack of this.activeIconPacks) {
|
|
220
|
-
const
|
|
195
|
+
const entry = pack.entries.find((e) => {
|
|
221
196
|
return e.type === "shared" && e.extension === extension;
|
|
222
197
|
});
|
|
223
|
-
if (
|
|
224
|
-
return
|
|
198
|
+
if (entry) {
|
|
199
|
+
return entry;
|
|
225
200
|
}
|
|
226
201
|
}
|
|
227
202
|
// If no icon is found in any icon pack, return null
|
|
228
203
|
return null;
|
|
229
204
|
}
|
|
205
|
+
getIconPath(args) {
|
|
206
|
+
const entry = this.getIconEntry(args);
|
|
207
|
+
return entry?.icon || null;
|
|
208
|
+
}
|
|
230
209
|
getIcon({ path, umid }) {
|
|
231
210
|
const iconPath = this.getIconPath({ path, umid });
|
|
232
211
|
return iconPath ? resolveAsSrc(iconPath) : null;
|
|
@@ -252,18 +231,26 @@ class IconPackManager {
|
|
|
252
231
|
return iconPath ? resolveAsSrc(iconPath) : null;
|
|
253
232
|
}
|
|
254
233
|
/**
|
|
255
|
-
* Will return the specific icon
|
|
234
|
+
* Will return the specific icon entry from the highest priority icon pack.
|
|
256
235
|
* If no icon pack haves the searched icon, will return null.
|
|
257
236
|
*/
|
|
258
|
-
|
|
237
|
+
getCustomIconEntry(name) {
|
|
259
238
|
for (const pack of this.activeIconPacks) {
|
|
260
239
|
const entry = pack.entries.find((e) => e.type === "custom" && e.key === name);
|
|
261
240
|
if (entry) {
|
|
262
|
-
return entry
|
|
241
|
+
return entry;
|
|
263
242
|
}
|
|
264
243
|
}
|
|
265
244
|
return null;
|
|
266
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* Will return the specific icon path from the highest priority icon pack.
|
|
248
|
+
* If no icon pack haves the searched icon, will return null.
|
|
249
|
+
*/
|
|
250
|
+
getCustomIconPath(name) {
|
|
251
|
+
const entry = this.getCustomIconEntry(name);
|
|
252
|
+
return entry?.icon || null;
|
|
253
|
+
}
|
|
267
254
|
/**
|
|
268
255
|
* Will return the specific icon SRC from the highest priority icon pack.
|
|
269
256
|
* If no icon pack haves the searched icon, will return null.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/src/state/widget/mod.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,IAAI,EACT,KAAK,wBAAwB,EAC7B,KAAK,MAAM,IAAI,OAAO,EAEtB,KAAK,QAAQ,EAIb,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAOnC,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEhG,OAAO,EAAqB,KAAK,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,EAAoB,KAAK,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAUvE;;GAEG;AACH,qBAAa,MAAM;IACjB;;;OAGG;IACH,MAAM,CAAC,UAAU,IAAI,MAAM;IAU3B,iCAAiC;IACjC,MAAM,KAAK,IAAI,IAAI,MAAM,CAExB;IAED,gBAAgB;IAChB,SAAgB,EAAE,EAAE,QAAQ,CAAC;IAC7B,wBAAwB;IACxB,SAAgB,GAAG,EAAE,OAAO,CAAC;IAC7B,0CAA0C;IAC1C,SAAgB,OAAO,EAAE,iBAAiB,CAAC;IAC3C,kDAAkD;IAClD,SAAgB,OAAO,EAAE,OAAO,CAAC;IACjC,iDAAiD;IACjD,SAAgB,MAAM,EAAE,MAAM,CAAC;IAE/B,OAAO,CAAC,SAAS,CAAC,CAAkB;IACpC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,YAAY,CAKlB;IAEF,OAAO;IAkBP,kDAAkD;IAClD,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,kFAAkF;IAC3E,gBAAgB,IAAI,wBAAwB;IAQnD,+DAA+D;IAC/D,OAAO,CAAC,kBAAkB;IAE1B,gEAAgE;IAChE,OAAO,CAAC,kBAAkB;IAE1B,6DAA6D;IAC7D,OAAO,CAAC,gBAAgB;IAiBxB,OAAO,CAAC,eAAe;IAqBvB;;;OAGG;YACW,sBAAsB;YAwCtB,yBAAyB;IAavC;;;;OAIG;IACU,IAAI,CAAC,OAAO,GAAE,iBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IA0DjE;;;;;OAKG;IACU,KAAK,CAAC,OAAO,GAAE,kBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAwB5D,SAAS,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,GAAG,IAAI;IAMnD,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;IAiBxE;;;OAGG;IACU,oBAAoB,CAC/B,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,EACzB,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,GACxB,OAAO,CAAC,IAAI,CAAC;IAyBH,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAMtC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAKlC,uCAAuC;IAC1B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAQ5B,IAAI,IAAI,IAAI;CAMpB;AAWD,eAAO,MAAM,sBAAsB,EAAE,QAAyC,CAAC;AAC/E,eAAO,MAAM,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/src/state/widget/mod.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,IAAI,EACT,KAAK,wBAAwB,EAC7B,KAAK,MAAM,IAAI,OAAO,EAEtB,KAAK,QAAQ,EAIb,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAOnC,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEhG,OAAO,EAAqB,KAAK,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,EAAoB,KAAK,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAUvE;;GAEG;AACH,qBAAa,MAAM;IACjB;;;OAGG;IACH,MAAM,CAAC,UAAU,IAAI,MAAM;IAU3B,iCAAiC;IACjC,MAAM,KAAK,IAAI,IAAI,MAAM,CAExB;IAED,gBAAgB;IAChB,SAAgB,EAAE,EAAE,QAAQ,CAAC;IAC7B,wBAAwB;IACxB,SAAgB,GAAG,EAAE,OAAO,CAAC;IAC7B,0CAA0C;IAC1C,SAAgB,OAAO,EAAE,iBAAiB,CAAC;IAC3C,kDAAkD;IAClD,SAAgB,OAAO,EAAE,OAAO,CAAC;IACjC,iDAAiD;IACjD,SAAgB,MAAM,EAAE,MAAM,CAAC;IAE/B,OAAO,CAAC,SAAS,CAAC,CAAkB;IACpC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,YAAY,CAKlB;IAEF,OAAO;IAkBP,kDAAkD;IAClD,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,kFAAkF;IAC3E,gBAAgB,IAAI,wBAAwB;IAQnD,+DAA+D;IAC/D,OAAO,CAAC,kBAAkB;IAE1B,gEAAgE;IAChE,OAAO,CAAC,kBAAkB;IAE1B,6DAA6D;IAC7D,OAAO,CAAC,gBAAgB;IAiBxB,OAAO,CAAC,eAAe;IAqBvB;;;OAGG;YACW,sBAAsB;YAwCtB,yBAAyB;IAavC;;;;OAIG;IACU,IAAI,CAAC,OAAO,GAAE,iBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IA0DjE;;;;;OAKG;IACU,KAAK,CAAC,OAAO,GAAE,kBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAwB5D,SAAS,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,GAAG,IAAI;IAMnD,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;IAiBxE;;;OAGG;IACU,oBAAoB,CAC/B,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,EACzB,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,GACxB,OAAO,CAAC,IAAI,CAAC;IAyBH,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAMtC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAKlC,uCAAuC;IAC1B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAQ5B,IAAI,IAAI,IAAI;CAMpB;AAWD,eAAO,MAAM,sBAAsB,EAAE,QAAyC,CAAC;AAC/E,eAAO,MAAM,mBAAmB,EAAE,QAAuC,CAAC;AAC1E,eAAO,MAAM,iBAAiB,EAAE,QAAoC,CAAC;AACrE,eAAO,MAAM,qBAAqB,EAAE,QAA8C,CAAC;AACnF,eAAO,MAAM,2BAA2B,EAAE,QAA+C,CAAC;AAC1F,eAAO,MAAM,kBAAkB,EAAE,QAAkD,CAAC"}
|
|
@@ -342,7 +342,7 @@ const debouncedClose = (0, async_js_1.debounce)(() => {
|
|
|
342
342
|
Widget.self.window.close();
|
|
343
343
|
}, 30_000);
|
|
344
344
|
exports.SeelenSettingsWidgetId = "@seelen/settings";
|
|
345
|
-
exports.SeelenPopupWidgetId = "@seelen/
|
|
345
|
+
exports.SeelenPopupWidgetId = "@seelen/dialog";
|
|
346
346
|
exports.SeelenWegWidgetId = "@seelen/weg";
|
|
347
347
|
exports.SeelenToolbarWidgetId = "@seelen/fancy-toolbar";
|
|
348
348
|
exports.SeelenWindowManagerWidgetId = "@seelen/window-manager";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImeStatus.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ImeStatus.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG;IAAE,cAAc,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandClosePopupArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandClosePopupArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,2BAA2B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandCreatePopupArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandCreatePopupArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,4BAA4B,GAAG;IAAE,MAAM,EAAE,cAAc,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandGetPopupConfigArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandGetPopupConfigArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,+BAA+B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandUpdatePopupArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandUpdatePopupArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,4BAA4B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,cAAc,CAAC;CAAE,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { SluPopupContent } from "./SluPopupContent.js";
|
|
2
|
-
export type SluPopupConfig = {
|
|
3
|
-
width: number;
|
|
4
|
-
height: number;
|
|
5
|
-
title: Array<SluPopupContent>;
|
|
6
|
-
content: Array<SluPopupContent>;
|
|
7
|
-
footer: Array<SluPopupContent>;
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=SluPopupConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SluPopupConfig.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SluPopupConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,OAAO,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SluPopupContent.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SluPopupContent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAC9G;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;IACvL;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImeStatus.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ImeStatus.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG;IAAE,cAAc,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandClosePopupArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandClosePopupArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,2BAA2B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandCreatePopupArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandCreatePopupArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,4BAA4B,GAAG;IAAE,MAAM,EAAE,cAAc,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandGetPopupConfigArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandGetPopupConfigArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,+BAA+B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandUpdatePopupArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandUpdatePopupArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,4BAA4B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,cAAc,CAAC;CAAE,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { SluPopupContent } from "./SluPopupContent.js";
|
|
2
|
-
export type SluPopupConfig = {
|
|
3
|
-
width: number;
|
|
4
|
-
height: number;
|
|
5
|
-
title: Array<SluPopupContent>;
|
|
6
|
-
content: Array<SluPopupContent>;
|
|
7
|
-
footer: Array<SluPopupContent>;
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=SluPopupConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SluPopupConfig.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SluPopupConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,OAAO,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SluPopupContent.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SluPopupContent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAC9G;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;IACvL;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/script/gen/types/{SluPopupContent.js → SeelenCommandRegisterUserCustomAppIconArgs.js}
RENAMED
|
File without changes
|