@kigi/components 1.19.2 → 1.19.3

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": "@kigi/components",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -138,7 +138,7 @@ export class MbgSelectMultiListController {
138
138
 
139
139
  searchNgModel() {
140
140
  this.$timeout(() => {
141
- const search = (this.selectOptionRight !== "all" ? this.selectOptionRight : this.label).split(',')
141
+ const search = (this.selectOptionRight !== "issuername" ? this.selectOptionRight : this.label).split(',')
142
142
  const keys = search.map((word) => word.trim())
143
143
  const dataModel = JSON.parse(JSON.stringify(this.ngModel))
144
144
  const options = {