@lvce-editor/test-with-playwright 2.24.0 → 2.25.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/api.d.ts +12 -5
- package/package.json +2 -2
package/api.d.ts
CHANGED
|
@@ -187,11 +187,14 @@ declare const focusFirst$4: () => Promise<void>;
|
|
|
187
187
|
declare const focusNext$6: () => Promise<void>;
|
|
188
188
|
declare const focusPrevious$4: () => Promise<void>;
|
|
189
189
|
declare const focusLast$4: () => Promise<void>;
|
|
190
|
+
declare const show$1: () => Promise<void>;
|
|
191
|
+
declare const handleFilterInput: (text: string) => Promise<void>;
|
|
192
|
+
declare const selectChannel: (channelId: string) => Promise<void>;
|
|
190
193
|
declare const open$2: (id: string) => Promise<void>;
|
|
191
194
|
declare const getNodePath: () => Promise<string>;
|
|
192
195
|
declare const isFirefox: () => boolean;
|
|
193
|
-
declare const show$
|
|
194
|
-
declare const handleFilterInput: (text: string) => Promise<void>;
|
|
196
|
+
declare const show$2: () => Promise<void>;
|
|
197
|
+
declare const handleFilterInput$1: (text: string) => Promise<void>;
|
|
195
198
|
declare const copyMessage: () => Promise<void>;
|
|
196
199
|
declare const focusIndex$1: (index: number) => Promise<void>;
|
|
197
200
|
declare const handleArrowLeft$1: () => Promise<void>;
|
|
@@ -245,7 +248,7 @@ declare const togglePreserveCase: () => Promise<void>;
|
|
|
245
248
|
declare const toggleUseRegularExpression: () => Promise<void>;
|
|
246
249
|
declare const toggleReplace: () => Promise<void>;
|
|
247
250
|
declare const update: (settings: any) => Promise<void>;
|
|
248
|
-
declare const show$
|
|
251
|
+
declare const show$3: () => Promise<void>;
|
|
249
252
|
declare const handleInput$2: (searchValue: string) => Promise<void>;
|
|
250
253
|
declare const usePreviousSearchValue: () => Promise<void>;
|
|
251
254
|
declare const useNextSearchValue: () => Promise<void>;
|
|
@@ -345,6 +348,9 @@ declare namespace KeyBoard {
|
|
|
345
348
|
declare namespace Main {
|
|
346
349
|
export { closeActiveEditor, closeAllEditors, closeOthers, closeTabsLeft, closeTabsRight, focusFirst$4 as focusFirst, focusLast$4 as focusLast, focusNext$6 as focusNext, focusPrevious$4 as focusPrevious, openKeyBindings, openUri, splitRight };
|
|
347
350
|
}
|
|
351
|
+
declare namespace Output {
|
|
352
|
+
export { handleFilterInput, selectChannel, show$1 as show };
|
|
353
|
+
}
|
|
348
354
|
declare namespace Panel {
|
|
349
355
|
export { open$2 as open };
|
|
350
356
|
}
|
|
@@ -352,7 +358,7 @@ declare namespace Platform {
|
|
|
352
358
|
export { getNodePath, isFirefox };
|
|
353
359
|
}
|
|
354
360
|
declare namespace Problems {
|
|
355
|
-
export { copyMessage, focusIndex$1 as focusIndex, handleArrowLeft$1 as handleArrowLeft, handleArrowRight, handleClickAt$1 as handleClickAt, handleFilterInput, handleIconThemeChange, show$
|
|
361
|
+
export { copyMessage, focusIndex$1 as focusIndex, handleArrowLeft$1 as handleArrowLeft, handleArrowRight, handleClickAt$1 as handleClickAt, handleFilterInput$1 as handleFilterInput, handleIconThemeChange, show$2 as show, viewAsList, viewAsTable };
|
|
356
362
|
}
|
|
357
363
|
declare namespace QuickPick {
|
|
358
364
|
export { executeCommand, focusFirst$5 as focusFirst, focusIndex$2 as focusIndex, focusLast$5 as focusLast, focusNext$7 as focusNext, focusPrevious$5 as focusPrevious, handleClickAt$2 as handleClickAt, handleInput$1 as handleInput, open$3 as open, selectCurrentIndex$1 as selectCurrentIndex, selectIndex$2 as selectIndex, selectItem$1 as selectItem, setValue$1 as setValue };
|
|
@@ -367,7 +373,7 @@ declare namespace Settings {
|
|
|
367
373
|
export { update };
|
|
368
374
|
}
|
|
369
375
|
declare namespace SettingsView {
|
|
370
|
-
export { clear, handleInput$2 as handleInput, handleScroll$1 as handleScroll, selectExtensions, selectTab$1 as selectTab, selectTextEditor, selectWorkspace, show$
|
|
376
|
+
export { clear, handleInput$2 as handleInput, handleScroll$1 as handleScroll, selectExtensions, selectTab$1 as selectTab, selectTextEditor, selectWorkspace, show$3 as show, useNextSearchValue, usePreviousSearchValue };
|
|
371
377
|
}
|
|
372
378
|
declare namespace SideBar {
|
|
373
379
|
export { hide, open$4 as open };
|
|
@@ -408,6 +414,7 @@ export interface TestApi {
|
|
|
408
414
|
readonly KeyBindingsEditor: typeof KeyBindingsEditor,
|
|
409
415
|
readonly KeyBoard: typeof KeyBoard,
|
|
410
416
|
readonly Main: typeof Main,
|
|
417
|
+
readonly Output: typeof Output,
|
|
411
418
|
readonly Panel: typeof Panel,
|
|
412
419
|
readonly Platform: typeof Platform,
|
|
413
420
|
readonly Problems: typeof Problems,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/test-with-playwright",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@lvce-editor/json-rpc": "^6.2.0",
|
|
20
20
|
"@lvce-editor/verror": "^1.7.0",
|
|
21
21
|
"minimist": "^1.2.8",
|
|
22
|
-
"@lvce-editor/test-with-playwright-worker": "2.
|
|
22
|
+
"@lvce-editor/test-with-playwright-worker": "2.25.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/jest": "^30.0.0",
|