1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Bundled output for commit 232618aba6

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

[skip ci]
This commit is contained in:
flarum-bot
2023-05-07 21:24:30 +00:00
parent 232618aba6
commit 715b8c39ae
3 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ import GlobalSearchState from './states/GlobalSearchState';
import NotificationListState from './states/NotificationListState';
import PostStreamState from './states/PostStreamState';
import SearchState from './states/SearchState';
import UserSecurityPageState from './states/UserSecurityPageState';
import AffixedSidebar from './components/AffixedSidebar';
import DiscussionPage from './components/DiscussionPage';
import DiscussionListPane from './components/DiscussionListPane';
@@ -42,6 +43,7 @@ import UserPage from './components/UserPage';
import PostUser from './components/PostUser';
import UserCard from './components/UserCard';
import UsersSearchSource from './components/UsersSearchSource';
import UserSecurityPage from './components/UserSecurityPage';
import NotificationGrid from './components/NotificationGrid';
import PostPreview from './components/PostPreview';
import EventPost from './components/EventPost';
@@ -218,6 +220,7 @@ declare const _default: {
'states/NotificationListState': typeof NotificationListState;
'states/PostStreamState': typeof PostStreamState;
'states/SearchState': typeof SearchState;
'states/UserSecurityPageState': typeof UserSecurityPageState;
'components/AffixedSidebar': typeof AffixedSidebar;
'components/DiscussionPage': typeof DiscussionPage;
'components/DiscussionListPane': typeof DiscussionListPane;
@@ -250,6 +253,7 @@ declare const _default: {
'components/PostUser': typeof PostUser;
'components/UserCard': typeof UserCard;
'components/UsersSearchSource': typeof UsersSearchSource;
'components/UserSecurityPage': typeof UserSecurityPage;
'components/NotificationGrid': typeof NotificationGrid;
'components/PostPreview': typeof PostPreview;
'components/EventPost': typeof EventPost;

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