stable
Clone or download
Read-only
part of: story #38627 : Choice of a new Rich Text Editor Toolbar now includes bullet_lists | ordered_lists When bullet list is activated, ordered list in disabled and vice versa Change-Id: I82a122cfbf5ad38be419c7c6fa79bd75e25e0db3
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/prose-mirror-editor-toolbar/po/fr_FR.po | +6 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/bullet-list.test.ts | +90 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/bullet-list.ts | +76 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/ordered-list.test.ts | +91 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/ordered-list.ts | +76 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor-toolbar/src/elements/toolbar-element.ts | +26 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/po/fr_FR.po | +0 | −6 | Go to diff View file |
D | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/BuildMenuItemWithCommand.test.ts | +0 | −64 | Go to diff View file |
D | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/BuildMenuItemWithCommand.ts | +0 | −41 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/MonoToolbarActionActivator.ts | +16 | −0 | Go to diff View file |
D | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/create-icon.ts | +0 | −24 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/toolbar-bus.ts | +15 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/index.ts | +4 | −8 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/keymap.ts | +4 | −3 | Go to diff View file |
R | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/is-list-checker.ts | Go to diff View file | ||
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/IsSelectionAListWithTypeChecker.ts | +37 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/ListInserter.test.ts | +62 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/ListInserter.ts | +43 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/ListState.ts | +39 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/ListStateBuilder.test.ts | +45 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/ListStateBuilder.ts | +43 | −0 | Go to diff View file |
D | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/list-menu-item-builder.ts | +0 | −76 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/stubs/IsSelectionAListChecker.ts | +29 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/list/stubs/IsSelectionAListWithTypeChecker.ts | +29 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/menu.ts | +2 | −32 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/mono-toolbar.ts | +27 | −0 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/toolbar/EditorToolbar.vue | +4 | −0 | Go to diff View file |