@ones-editor/editor 0.0.9-beta.8 → 0.0.9-beta.9
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.
|
@@ -11,7 +11,7 @@ export declare class TextColorItem extends TypedEmitter<ColorPaletteEvents> impl
|
|
|
11
11
|
children: CommandItem[];
|
|
12
12
|
element: HTMLButtonElement;
|
|
13
13
|
colorPaletteItem: ColorPaletteItem;
|
|
14
|
-
|
|
14
|
+
latestColors: [number | null, number | null];
|
|
15
15
|
constructor(editor: OnesEditor);
|
|
16
16
|
destroy(): void;
|
|
17
17
|
handlePaletteClick: (type: 'color' | 'backgroundColor' | 'clearColor', value: number) => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export * from '../@ones-editor/misc';
|
|
|
15
15
|
export * from '../@ones-editor/versions';
|
|
16
16
|
export * from '../@ones-editor/misc';
|
|
17
17
|
export * from '../@ones-editor/block-locker';
|
|
18
|
-
export { Popup, ManualMenu, OnesEditorAutoSuggest, tippy, ManualToolbar, ManualCloseDialog } from '../@ones-editor/ui-base';
|
|
18
|
+
export { Popup, ManualMenu, OnesEditorAutoSuggest, tippy, ManualToolbar, ManualCloseDialog, TextColorItem } from '../@ones-editor/ui-base';
|
|
19
19
|
export * from '../@ones-editor/drawio-embed';
|
|
20
20
|
export * from '../@ones-editor/block-resizer';
|
|
21
21
|
export { editorAddComment } from '../@ones-editor/comments';
|
package/dist/index.js
CHANGED
|
@@ -73422,6 +73422,7 @@ ${data.flowchartText}
|
|
|
73422
73422
|
exports2.TableShortcuts = TableShortcuts;
|
|
73423
73423
|
exports2.TextBlock = TextBlock;
|
|
73424
73424
|
exports2.TextBox = TextBox;
|
|
73425
|
+
exports2.TextColorItem = TextColorItem;
|
|
73425
73426
|
exports2.TextStyleShortcuts = TextStyleShortcuts;
|
|
73426
73427
|
exports2.TocEmbed = TocEmbed;
|
|
73427
73428
|
exports2.ZERO_WIDTH_SPACE_CHAR = ZERO_WIDTH_SPACE_CHAR;
|