@lvce-editor/file-search-worker 3.8.0 → 3.9.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.
@@ -877,6 +877,9 @@ const state$5 = {
877
877
  const getAll = () => {
878
878
  return state$5.menuEntries;
879
879
  };
880
+ const add = menuEntries => {
881
+ state$5.menuEntries = [...state$5.menuEntries, ...menuEntries];
882
+ };
880
883
 
881
884
  const Hide = 'hide';
882
885
  const KeepOpen = '';
@@ -3823,6 +3826,7 @@ const commandMap = {
3823
3826
  'QuickPick.selectIndex': wrapCommand(selectIndex),
3824
3827
  'QuickPick.selectItem': wrapCommand(selectItem),
3825
3828
  'QuickPick.setDeltaY': wrapCommand(setDeltaY),
3829
+ 'QuickPick.addMenuEntries': add,
3826
3830
  'SearchFile.filter': filterQuickPickItems,
3827
3831
  'SearchFile.searchFile': searchFile$1,
3828
3832
  'SearchFile.searchFileWithFetch': searchFile$4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/file-search-worker",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "text-search"