@ones-editor/editor 1.1.0-beta.2 → 1.1.0-beta.4
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/@ones-editor/core/src/core/types.d.ts +1 -0
- package/@ones-editor/status/src/dom/create-status-tag.d.ts +1 -0
- package/@ones-editor/status/src/dom/overflow-tooltip-tag.d.ts +1 -0
- package/@ones-editor/status/src/locale/ja-jp.d.ts +2 -2
- package/@ones-editor/status/src/locale/zh-cn.d.ts +2 -2
- package/@ones-editor/status/src/status-box-editor.d.ts +1 -0
- package/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +126 -126
- package/package.json +1 -1
|
@@ -438,6 +438,7 @@ export type OnesEditorCustomCreator = (editor: OnesEditor) => OnesEditorCustom;
|
|
|
438
438
|
export interface CloneBlockResultInfo {
|
|
439
439
|
containerIdMap: Map<string, string>;
|
|
440
440
|
blockIdMap: Map<string, string>;
|
|
441
|
+
boxIdMap: Map<string, string>;
|
|
441
442
|
}
|
|
442
443
|
export interface OnesEditorDomEvents extends OnesEditorCustom {
|
|
443
444
|
addEventListener: <T = Event>(element: Element | Document | Window, eventName: string, eventHandler: (editor: OnesEditor, event: T) => void) => void;
|
|
@@ -4,4 +4,5 @@ import { StatusBoxData } from '../types';
|
|
|
4
4
|
export declare class CreateStatusTag {
|
|
5
5
|
static tagRef: Map<string, OverflowTooltipTag>;
|
|
6
6
|
static create(editor: OnesEditor, classes: string[], data: StatusBoxData, boxContent: BoxContentElement): OverflowTooltipTag | undefined;
|
|
7
|
+
static remove(id: string): void;
|
|
7
8
|
}
|
|
@@ -10,7 +10,7 @@ declare const _default: {
|
|
|
10
10
|
green: string;
|
|
11
11
|
blue: string;
|
|
12
12
|
purple: string;
|
|
13
|
-
|
|
13
|
+
grey: string;
|
|
14
14
|
};
|
|
15
15
|
colorDefaultTitle: {
|
|
16
16
|
red: string;
|
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
|
18
18
|
green: string;
|
|
19
19
|
blue: string;
|
|
20
20
|
purple: string;
|
|
21
|
-
|
|
21
|
+
grey: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -10,7 +10,7 @@ declare const _default: {
|
|
|
10
10
|
green: string;
|
|
11
11
|
blue: string;
|
|
12
12
|
purple: string;
|
|
13
|
-
|
|
13
|
+
grey: string;
|
|
14
14
|
};
|
|
15
15
|
colorDefaultTitle: {
|
|
16
16
|
red: string;
|
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
|
18
18
|
green: string;
|
|
19
19
|
blue: string;
|
|
20
20
|
purple: string;
|
|
21
|
-
|
|
21
|
+
grey: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
};
|