igniteui-angular 17.2.11 → 17.2.13
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/esm2022/lib/combo/combo-dropdown.component.mjs +2 -1
- package/esm2022/lib/combo/combo.common.mjs +2 -2
- package/esm2022/lib/drop-down/drop-down.base.mjs +5 -2
- package/esm2022/lib/grids/filtering/base/grid-filtering-row.component.mjs +12 -3
- package/esm2022/lib/query-builder/query-builder.component.mjs +17 -17
- package/esm2022/lib/simple-combo/simple-combo.component.mjs +13 -5
- package/fesm2022/igniteui-angular.mjs +45 -24
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/grids/filtering/base/grid-filtering-row.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -56,6 +56,7 @@ export declare class IgxGridFilteringRowComponent implements AfterViewInit, OnDe
|
|
|
56
56
|
private isKeyPressed;
|
|
57
57
|
private isComposing;
|
|
58
58
|
private _cancelChipClick;
|
|
59
|
+
private _value;
|
|
59
60
|
/** switch to icon buttons when width is below 432px */
|
|
60
61
|
private readonly NARROW_WIDTH_THRESHOLD;
|
|
61
62
|
private $destroyer;
|
package/package.json
CHANGED