@acorex/components 4.2.62 → 4.2.63

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.
@@ -10254,7 +10254,7 @@ class AXSearchBarComponent {
10254
10254
  this.size = 'md';
10255
10255
  this.disabled = false;
10256
10256
  this.fitParent = false;
10257
- this.dropdownWidth = "600px";
10257
+ this.dropdownWidth = '600px';
10258
10258
  this.rtl = AXConfig.get('layout.rtl');
10259
10259
  this.onValueChange = new EventEmitter();
10260
10260
  this.onSearchValue = new EventEmitter();
@@ -10290,7 +10290,7 @@ class AXSearchBarComponent {
10290
10290
  this._defultValueCount = [];
10291
10291
  this._filterItems = [];
10292
10292
  this._filterItemsClone = [];
10293
- this.items = JSON.parse(JSON.stringify(this._items[0].items));
10293
+ this.items = this._items[0].items;
10294
10294
  }
10295
10295
  handleButtonClick() {
10296
10296
  this.dropdown.toggle();