monkey-style-guide 21.2.19 → 21.2.20

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "21.2.19",
3
+ "version": "21.2.20",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.2.4",
6
6
  "@angular/cdk": "^21.2.2",
@@ -1003,6 +1003,7 @@ declare class MonkeyFilterBarComponent {
1003
1003
  private lastMovingSlot;
1004
1004
  private withFlip;
1005
1005
  private scheduleRemeasure;
1006
+ protected onSlotSettled(event: Event): void;
1006
1007
  protected operatorLabel(operator: MonkeyFilterCondition): string;
1007
1008
  protected isOpen(rowKey: string, part: OpenPanel['part']): boolean;
1008
1009
  protected isFilterActive(optionKey: string): boolean;
Binary file