Skip to content

Commit

Permalink
Bundled output for commit 155d615
Browse files Browse the repository at this point in the history
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
  • Loading branch information
flarum-bot committed Nov 29, 2024
1 parent 155d615 commit b160a12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions js/dist-typings/forum/components/SolvedFilter.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import Component, { ComponentAttrs } from 'flarum/common/Component';
export interface SolvedFilterAttrs extends ComponentAttrs {
alwaysShow?: boolean;
}
export default class SolvedFilter extends Component<SolvedFilterAttrs> {
view(): any;
shouldShowFilter(): boolean;
}
2 changes: 2 additions & 0 deletions js/dist-typings/forum/components/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import SelectBestAnswerItem from './SelectBestAnswerItem';
import SelectBestAnswerNotification from './SelectBestAnswerNotification';
import SolutionSearchItem from './SolutionSearchItem';
import SolutionSearchSource from './SolutionSearchSource';
import SolvedFilter from './SolvedFilter';
export declare const components: {
SelectBestAnswerItem: typeof SelectBestAnswerItem;
SolutionSearchSource: typeof SolutionSearchSource;
Expand All @@ -15,4 +16,5 @@ export declare const components: {
BestAnswerInDiscussionNotification: typeof BestAnswerInDiscussionNotification;
SelectBestAnswerNotification: typeof SelectBestAnswerNotification;
SolutionSearchItem: typeof SolutionSearchItem;
SolvedFilter: typeof SolvedFilter;
};
Loading

0 comments on commit b160a12

Please sign in to comment.