Bundled output for commit c2b91ba1cd

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot 2024-11-08 12:27:42 +00:00
parent c2b91ba1cd
commit 8ba9f14642
5 changed files with 7 additions and 5 deletions

View File

@ -59,7 +59,7 @@ export type KeyValueGambitSuggestion = {
hint: string;
};
export type GroupedGambitSuggestion = {
group: 'is' | 'has' | string;
group: 'is' | 'has' | 'allows' | string;
key: string | string[];
};
export declare abstract class BooleanGambit implements IGambit<GambitType.Grouped> {
@ -67,6 +67,8 @@ export declare abstract class BooleanGambit implements IGambit<GambitType.Groupe
predicates: boolean;
abstract key(): string | string[];
abstract filterKey(): string;
booleanKey(): 'is' | 'has' | 'allows';
groupKey(): string;
pattern(): string;
toFilter(_matches: string[], negate: boolean): Record<string, any>;
fromFilter(value: string, negate: boolean): string;

2
framework/core/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long