mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
Bundled output for commit 232618aba6
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
4
framework/core/js/dist-typings/forum/compat.d.ts
generated
vendored
4
framework/core/js/dist-typings/forum/compat.d.ts
generated
vendored
@@ -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
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