@lvce-editor/quick-pick-worker 4.9.0 → 4.11.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.
@@ -4588,6 +4588,7 @@ const showQuickInput = async ({
4588
4588
  ignoreFocusOut,
4589
4589
  initialItems = [],
4590
4590
  initialValue,
4591
+ placeholder,
4591
4592
  waitUntil
4592
4593
  }) => {
4593
4594
  const customItemsId = add(initialItems);
@@ -4598,6 +4599,7 @@ const showQuickInput = async ({
4598
4599
  ignoreFocusOut,
4599
4600
  initialValue,
4600
4601
  mode: 'quickInput',
4602
+ placeholder,
4601
4603
  quickInputId: id,
4602
4604
  waitUntil
4603
4605
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/quick-pick-worker",
3
- "version": "4.9.0",
3
+ "version": "4.11.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/quick-pick-worker.git"