@messaia/cdk 20.0.5 → 20.0.7
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/fesm2022/messaia-cdk.mjs
CHANGED
|
@@ -21615,7 +21615,7 @@ class VdChipsComponent extends AbstractMatFormField {
|
|
|
21615
21615
|
this.dataSource.pageIndex = 0;
|
|
21616
21616
|
}
|
|
21617
21617
|
/* Reset filters */
|
|
21618
|
-
delete this._params['filters'];
|
|
21618
|
+
delete this._params?.['filters'];
|
|
21619
21619
|
}
|
|
21620
21620
|
/**
|
|
21621
21621
|
* Filters the options based on the provided text input.
|