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
|
@@ -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
|