barsa-develop-components 2.1.11 → 2.1.12

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.
@@ -3513,9 +3513,9 @@ class ColumnChipComponent extends ColumnRendererComponent {
3513
3513
  }
3514
3514
  }
3515
3515
  _setStateField(mo) {
3516
- const { State, StateField } = this.parameters;
3517
- if (State || StateField) {
3518
- const x = this._columnValueOfParametersPipe.transform(this.allColumns, mo, StateField, this.parameters.State, true);
3516
+ const { State$Caption, StateField } = this.parameters;
3517
+ if (State$Caption || StateField) {
3518
+ const x = this._columnValueOfParametersPipe.transform(this.allColumns, mo, StateField, State$Caption, true);
3519
3519
  if (x !== this.state()) {
3520
3520
  this.state.set(x);
3521
3521
  }