1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 04:44:08 +02:00

Bundled output for commit b74ecbfacf

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-28 10:16:18 +00:00
parent b74ecbfacf
commit 94991862ed
110 changed files with 602 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
import type Mithril from 'mithril';
import Component, { type ComponentAttrs } from 'flarum/common/Component';
import { type SettingsComponentOptions } from '@flarum/core/src/admin/components/AdminPage';
import { type SettingsComponentOptions } from 'flarum/admin/components/AdminPage';
import { type CommonFieldOptions } from 'flarum/common/components/FormGroup';
import type ItemList from 'flarum/common/utils/ItemList';
import Stream from 'flarum/common/utils/Stream';

View File

@@ -1,5 +1,6 @@
/// <reference path="../../../../../framework/core/js/src/@types/translator-icu-rich.d.ts" />
/// <reference types="mithril" />
/// <reference types="@flarum/core/dist-typings/@types/translator-icu-rich" />
/// <reference types="flarum/@types/translator-icu-rich" />
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';
import Task from '../models/Task';
interface TaskOutputModalAttrs extends IInternalModalAttrs {

View File

@@ -1,4 +1,5 @@
/// <reference types="@flarum/core/dist-typings/@types/translator-icu-rich" />
/// <reference path="../../../../../framework/core/js/src/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
import type Mithril from 'mithril';
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';
export interface WhyNotModalAttrs extends IInternalModalAttrs {

View File

@@ -1,2 +1,2 @@
declare const _default: any[];
declare const _default: import("flarum/common/extenders/Admin").default[];
export default _default;