@univerjs/docs-ui 0.10.7 → 0.10.8
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/lib/cjs/index.js +11 -11
- package/lib/es/index.js +1131 -1101
- package/lib/index.js +1131 -1101
- package/lib/types/controllers/menu/menu.d.ts +2 -2
- package/lib/umd/index.js +11 -11
- package/package.json +9 -9
|
@@ -11,7 +11,7 @@ export declare function SuperscriptMenuItemFactory(accessor: IAccessor): IMenuBu
|
|
|
11
11
|
export declare function FontFamilySelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
|
|
12
12
|
export declare function FontSizeSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<number>;
|
|
13
13
|
export declare function HeadingSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<number>;
|
|
14
|
-
export declare function TextColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
|
|
14
|
+
export declare function TextColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string, string | undefined>;
|
|
15
15
|
export declare function HeaderFooterMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|
|
16
16
|
export declare const TableIcon = "GridIcon";
|
|
17
17
|
export declare const TABLE_MENU_ID = "doc.menu.table";
|
|
@@ -27,6 +27,6 @@ export declare function BulletListMenuItemFactory(accessor: IAccessor): IMenuSel
|
|
|
27
27
|
export declare function CheckListMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|
|
28
28
|
export declare function DocSwitchModeMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|
|
29
29
|
export declare function ResetBackgroundColorMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|
|
30
|
-
export declare function BackgroundColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
|
|
30
|
+
export declare function BackgroundColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string, string | undefined>;
|
|
31
31
|
export declare function getParagraphStyleAtCursor(accessor: IAccessor): import('@univerjs/core').IParagraph | null | undefined;
|
|
32
32
|
export declare function PageSettingMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|