@inpageedit/core 0.13.0-alpha.1 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-C_BIsubQ.js → index-BuYNq7f3.js} +2 -2
- package/dist/{index-C_BIsubQ.js.map → index-BuYNq7f3.js.map} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/services/index.js +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Context, Events as Events$1, ForkScope, Inject, Inject as Inject$1, Service } from "@cordisjs/core";
|
|
2
2
|
import * as _inpageedit_logger0 from "@inpageedit/logger";
|
|
3
3
|
import { Logger } from "@inpageedit/logger";
|
|
4
|
-
import * as
|
|
4
|
+
import * as wiki_saikou0 from "wiki-saikou";
|
|
5
5
|
import { FexiosConfigs, MwApiParams } from "wiki-saikou";
|
|
6
6
|
import { FexiosFinalContext, MediaWikiApi, MwApi, MwApiParams as MwApiParams$1, MwApiResponse } from "wiki-saikou/browser";
|
|
7
7
|
import { IPEModal, IPEModalEvent, IPEModalOptions } from "@inpageedit/modal";
|
|
@@ -1499,7 +1499,7 @@ declare class PluginQuickEdit extends BasePlugin {
|
|
|
1499
1499
|
constructor(ctx: InPageEdit);
|
|
1500
1500
|
protected start(): Promise<void> | void;
|
|
1501
1501
|
showModal(payload?: string | Partial<QuickEditOptions>): Promise<void>;
|
|
1502
|
-
handleSubmit(payload: QuickEditSubmitPayload): Promise<Required<
|
|
1502
|
+
handleSubmit(payload: QuickEditSubmitPayload): Promise<Required<wiki_saikou0.FexiosContext<wiki_saikou0.MwApiResponse<{
|
|
1503
1503
|
success: boolean;
|
|
1504
1504
|
}>>>>;
|
|
1505
1505
|
static readonly BUILT_IN_FONT_OPTIONS: string[];
|
|
@@ -1555,7 +1555,7 @@ declare class PluginQuickMove extends BasePlugin {
|
|
|
1555
1555
|
protected start(): Promise<void> | void;
|
|
1556
1556
|
private injectToolbox;
|
|
1557
1557
|
showModal(options?: Partial<QuickMoveOptions>): Promise<CustomIPEModal>;
|
|
1558
|
-
movePage(options: MovePageOptions): Promise<Required<
|
|
1558
|
+
movePage(options: MovePageOptions): Promise<Required<wiki_saikou0.FexiosContext<wiki_saikou0.MwApiResponse<{
|
|
1559
1559
|
success: boolean;
|
|
1560
1560
|
}>>>>;
|
|
1561
1561
|
}
|
|
@@ -1636,7 +1636,7 @@ declare class PluginQuickRedirect extends BasePlugin {
|
|
|
1636
1636
|
protected start(): Promise<void> | void;
|
|
1637
1637
|
protected stop(): Promise<void> | void;
|
|
1638
1638
|
showModal(options?: Partial<QuickRedirectOptions>): Promise<CustomIPEModal>;
|
|
1639
|
-
redirectPage(options: RedirectPageOptions): Promise<Required<
|
|
1639
|
+
redirectPage(options: RedirectPageOptions): Promise<Required<wiki_saikou0.FexiosContext<wiki_saikou0.MwApiResponse<{
|
|
1640
1640
|
success: boolean;
|
|
1641
1641
|
}>>>>;
|
|
1642
1642
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as s } from "./index-
|
|
2
|
-
import { m as l, $ as g, S as m } from "./index-
|
|
1
|
+
import { I as s } from "./index-BuYNq7f3.js";
|
|
2
|
+
import { m as l, $ as g, S as m } from "./index-BuYNq7f3.js";
|
|
3
3
|
import { E as r } from "./endpoints-DgyuoRZd.js";
|
|
4
4
|
import { I as L, S as P, a as U } from "./endpoints-DgyuoRZd.js";
|
|
5
5
|
import { B as S } from "./BasePlugin-Bf2UuIHF.js";
|
package/dist/services/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as r, C as i, b as s, N as c, P as o, M as v, c as S, R as t, a as d, W as P, d as M, e as l } from "../index-
|
|
1
|
+
import { A as r, C as i, b as s, N as c, P as o, M as v, c as S, R as t, a as d, W as P, d as M, e as l } from "../index-BuYNq7f3.js";
|
|
2
2
|
export {
|
|
3
3
|
r as ApiService,
|
|
4
4
|
i as CurrentPageService,
|