mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Bundled output for commit c2b91ba1cd
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
4
framework/core/js/dist-typings/common/query/IGambit.d.ts
generated
vendored
4
framework/core/js/dist-typings/common/query/IGambit.d.ts
generated
vendored
@@ -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
2
framework/core/js/dist/admin.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/admin.js.map
generated
vendored
2
framework/core/js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user