@opendesign-plus-test/components 0.0.1-rc.49 → 0.0.1-rc.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.49",
3
+ "version": "0.0.1-rc.51",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -31,8 +31,8 @@
31
31
  "dayjs": "^1.11.13",
32
32
  "video.js": "^8.23.7",
33
33
  "vue-dompurify-html": "^3.1.2",
34
- "@opendesign-plus/styles": "0.0.1-rc.2",
35
- "@opendesign-plus/composables": "0.0.1-rc.8"
34
+ "@opendesign-plus/composables": "0.0.1-rc.8",
35
+ "@opendesign-plus/styles": "0.0.1-rc.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@opensig/opendesign": ">=1.0.0"
@@ -189,8 +189,9 @@ const runSearch = async () => {
189
189
  history.push(keyword);
190
190
  }
191
191
 
192
- isShowDrawer.value = false;
193
192
  emit('search', { keyword, imageUrl: imageUrl || undefined });
193
+ inputRef.value?.blur?.();
194
+ isShowDrawer.value = false;
194
195
 
195
196
  if (props.searchUrl) {
196
197
  const params = new URLSearchParams();