@salesforcedevs/dx-components 0.10.1-alpha.129 → 0.10.1-alpha.132

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": "0.10.1-alpha.129",
3
+ "version": "0.10.1-alpha.132",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -37,6 +37,7 @@ export default class SidebarSearch extends LightningElement {
37
37
  return this._coveoAdvancedQueryConfig;
38
38
  }
39
39
  set coveoAdvancedQueryConfig(value) {
40
+ console.log('set coveoAdvancedQueryConfig', value)
40
41
  this._coveoAdvancedQueryConfig = toJson(value);
41
42
  }
42
43
 
@@ -117,6 +118,7 @@ export default class SidebarSearch extends LightningElement {
117
118
  }
118
119
 
119
120
  const queryConfigValue = JSON.stringify(this.coveoAdvancedQueryConfig);
121
+ console.log('query config value', queryConfigValue);
120
122
  if (this.queryConfigValue !== queryConfigValue) {
121
123
  if (this.queryConfigValue && this.engine) {
122
124
  console.log('setting query config again')