@salesforcedevs/dx-components 1.28.7-alpha.10 → 1.28.7-alpha.11
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": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.28.7-alpha.
|
|
3
|
+
"version": "1.28.7-alpha.11",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"luxon": "3.4.4",
|
|
45
45
|
"msw": "^2.12.4"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "1117b067f08b4b59779429c7d50fabee1c0f060b"
|
|
48
48
|
}
|
|
@@ -164,6 +164,7 @@ export default class SidebarSearch extends LightningElement {
|
|
|
164
164
|
private onClickRecentSearch(e: CustomEvent) {
|
|
165
165
|
this.value = e.detail;
|
|
166
166
|
this.dispatchSidebarSearchChange(this.value);
|
|
167
|
+
this.dispatchOnLoading(true);
|
|
167
168
|
this.submitSearch(true);
|
|
168
169
|
}
|
|
169
170
|
|