monkey-style-guide 21.2.26 → 21.2.27
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
|
@@ -1113,10 +1113,6 @@ declare class MonkeyFilterBarComponent {
|
|
|
1113
1113
|
protected readonly triggerIcon: i0.Signal<"filter" | "add-plus">;
|
|
1114
1114
|
protected readonly triggerFlipId: i0.Signal<"trigger-text" | "trigger-icon">;
|
|
1115
1115
|
constructor();
|
|
1116
|
-
/**
|
|
1117
|
-
* A field with a single condition has nothing to ask: the answer to "which
|
|
1118
|
-
* condition" is already known, so it is taken rather than put to the user.
|
|
1119
|
-
*/
|
|
1120
1116
|
private autoCondition;
|
|
1121
1117
|
private askForAnswer;
|
|
1122
1118
|
private seedDraft;
|
|
Binary file
|