@univerjs/docs-ui 0.10.7-nightly.202509090319 → 0.10.7-nightly.202509130618
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 +9 -9
- package/lib/es/index.js +714 -699
- package/lib/index.js +714 -699
- package/lib/types/controllers/menu/menu.d.ts +1 -1
- package/lib/umd/index.js +11 -11
- package/package.json +8 -8
|
@@ -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;
|