@univerjs-pro/boards-ui 1.0.0-alpha.3
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/README.md +46 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/es/shape-preset-labels-092BdVw3.js +1 -0
- package/lib/index.css +1229 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/shape-preset-labels-092BdVw3.js +1 -0
- package/lib/types/commands/operations/board-container-child-contextmenu.operation.d.ts +18 -0
- package/lib/types/commands/operations/board-container-contextmenu.operation.d.ts +18 -0
- package/lib/types/commands/operations/board-selection.operation.d.ts +14 -0
- package/lib/types/commands/operations/board-swimlane-contextmenu.operation.d.ts +23 -0
- package/lib/types/common/board-shortcuts.d.ts +98 -0
- package/lib/types/common/connector-presets.d.ts +22 -0
- package/lib/types/common/connector-routing-preference.d.ts +11 -0
- package/lib/types/common/settings-actions.d.ts +26 -0
- package/lib/types/common/shape-presets.d.ts +58 -0
- package/lib/types/common/sticky-colors.d.ts +4 -0
- package/lib/types/common/theme-presets.d.ts +2 -0
- package/lib/types/common/toolbar-tools.d.ts +17 -0
- package/lib/types/components/object-list-panel/board-object-list-state.d.ts +27 -0
- package/lib/types/config/config.d.ts +92 -0
- package/lib/types/const.d.ts +26 -0
- package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +25 -0
- package/lib/types/controllers/board-connector-floating-toolbar.render-controller.d.ts +30 -0
- package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +158 -0
- package/lib/types/controllers/board-container-membership.render-controller.d.ts +27 -0
- package/lib/types/controllers/board-element-selection.controller.d.ts +63 -0
- package/lib/types/controllers/board-element-transform.controller.d.ts +52 -0
- package/lib/types/controllers/board-element-transformer-config.util.d.ts +27 -0
- package/lib/types/controllers/board-grid.render-controller.d.ts +14 -0
- package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +20 -0
- package/lib/types/controllers/board-history-shortcut.controller.d.ts +16 -0
- package/lib/types/controllers/board-ink-interaction.render-controller.d.ts +124 -0
- package/lib/types/controllers/board-layout-shortcut.controller.d.ts +20 -0
- package/lib/types/controllers/board-mermaid-import.controller.d.ts +9 -0
- package/lib/types/controllers/board-order-shortcut.controller.d.ts +16 -0
- package/lib/types/controllers/board-pending-insert.render-controller.d.ts +27 -0
- package/lib/types/controllers/board-render-object-cleanup.util.d.ts +7 -0
- package/lib/types/controllers/board-render.controller.d.ts +36 -0
- package/lib/types/controllers/board-selection-overlay.render-controller.d.ts +30 -0
- package/lib/types/controllers/board-selection-shortcut.controller.d.ts +20 -0
- package/lib/types/controllers/board-settings-shortcut.controller.d.ts +20 -0
- package/lib/types/controllers/board-shape-adjust.render-controller.d.ts +68 -0
- package/lib/types/controllers/board-shape-floating-toolbar.render-controller.d.ts +29 -0
- package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +9 -0
- package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +23 -0
- package/lib/types/controllers/board-swimlane-resize.render-controller.d.ts +33 -0
- package/lib/types/controllers/board-text-editing.render-controller.d.ts +46 -0
- package/lib/types/controllers/board-theme-follow-univer.controller.d.ts +10 -0
- package/lib/types/controllers/board-tool-shortcut.controller.d.ts +22 -0
- package/lib/types/controllers/board-ui.controller.d.ts +9 -0
- package/lib/types/controllers/board-view-shortcut.controller.d.ts +29 -0
- package/lib/types/controllers/board-viewport-input.render-controller.d.ts +27 -0
- package/lib/types/index.d.ts +27 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +659 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/shared/shape-preset-labels.d.ts +153 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/menu/board-container-child-contextmenu.menu.d.ts +5 -0
- package/lib/types/menu/board-container-child-contextmenu.schema.d.ts +2 -0
- package/lib/types/menu/board-container-contextmenu.menu.d.ts +9 -0
- package/lib/types/menu/board-container-contextmenu.schema.d.ts +2 -0
- package/lib/types/menu/board-contextmenu.d.ts +7 -0
- package/lib/types/menu/board-swimlane-contextmenu.menu.d.ts +8 -0
- package/lib/types/menu/board-swimlane-contextmenu.schema.d.ts +2 -0
- package/lib/types/plugin.d.ts +21 -0
- package/lib/types/render-adapters/board-element-render-adapter.d.ts +63 -0
- package/lib/types/render-objects/board-adjust-point-object.d.ts +27 -0
- package/lib/types/render-objects/board-connector-affordance-object.d.ts +21 -0
- package/lib/types/render-objects/board-connector-endpoint-object.d.ts +29 -0
- package/lib/types/render-objects/board-connector-object.d.ts +58 -0
- package/lib/types/render-objects/board-connector-quick-connect-preview-object.d.ts +22 -0
- package/lib/types/render-objects/board-connector-snap-object.d.ts +16 -0
- package/lib/types/render-objects/board-connector-waypoint-object.d.ts +51 -0
- package/lib/types/render-objects/board-container-membership-object.d.ts +19 -0
- package/lib/types/render-objects/board-document-text-render.util.d.ts +61 -0
- package/lib/types/render-objects/board-grid-object.d.ts +17 -0
- package/lib/types/render-objects/board-guide-object.d.ts +29 -0
- package/lib/types/render-objects/board-image-object.d.ts +16 -0
- package/lib/types/render-objects/board-ink-draft-object.d.ts +16 -0
- package/lib/types/render-objects/board-ink-eraser-draft-object.d.ts +18 -0
- package/lib/types/render-objects/board-ink-pen-editor-object.d.ts +39 -0
- package/lib/types/render-objects/board-ink-stage-action-button-object.d.ts +32 -0
- package/lib/types/render-objects/board-ink-tool-cursor-object.d.ts +19 -0
- package/lib/types/render-objects/board-pending-insert-object.d.ts +35 -0
- package/lib/types/render-objects/board-selection-marquee-object.d.ts +28 -0
- package/lib/types/render-objects/board-shape-object.d.ts +75 -0
- package/lib/types/render-objects/board-swimlane-resize-object.d.ts +33 -0
- package/lib/types/services/board-canvas-pop-manager.service.d.ts +22 -0
- package/lib/types/services/board-clipboard-resource-adapter.service.d.ts +54 -0
- package/lib/types/services/board-clipboard.service.d.ts +54 -0
- package/lib/types/services/board-connector-tool.service.d.ts +11 -0
- package/lib/types/services/board-container-rename.service.d.ts +20 -0
- package/lib/types/services/board-container-tool.service.d.ts +12 -0
- package/lib/types/services/board-dom-layer.service.d.ts +31 -0
- package/lib/types/services/board-element-edit.service.d.ts +124 -0
- package/lib/types/services/board-element-insert.service.d.ts +40 -0
- package/lib/types/services/board-element-state.service.d.ts +83 -0
- package/lib/types/services/board-find.service.d.ts +22 -0
- package/lib/types/services/board-image-insert.service.d.ts +23 -0
- package/lib/types/services/board-ink-edit.service.d.ts +33 -0
- package/lib/types/services/board-ink-pen-adapter.service.d.ts +22 -0
- package/lib/types/services/board-mermaid-import.service.d.ts +82 -0
- package/lib/types/services/board-render-scene.service.d.ts +9 -0
- package/lib/types/services/board-selection-overlay.service.d.ts +13 -0
- package/lib/types/services/board-selection.service.d.ts +18 -0
- package/lib/types/services/board-settings-action.service.d.ts +21 -0
- package/lib/types/services/board-settings.service.d.ts +13 -0
- package/lib/types/services/board-shape-intrinsic-size.service.d.ts +34 -0
- package/lib/types/services/board-side-panel.service.d.ts +37 -0
- package/lib/types/services/board-swimlane-lane-rename.service.d.ts +18 -0
- package/lib/types/services/board-text-editing.service.d.ts +45 -0
- package/lib/types/services/board-tool.service.d.ts +85 -0
- package/lib/types/services/board-ui-state.service.d.ts +98 -0
- package/lib/types/services/board-viewport.service.d.ts +15 -0
- package/lib/types/utils/board-alignment-guides.util.d.ts +27 -0
- package/lib/types/utils/board-clipboard.util.d.ts +40 -0
- package/lib/types/utils/board-connector-adjacency.util.d.ts +7 -0
- package/lib/types/utils/board-connector-affordance.util.d.ts +15 -0
- package/lib/types/utils/board-connector-hit-test.util.d.ts +14 -0
- package/lib/types/utils/board-connector-label.util.d.ts +17 -0
- package/lib/types/utils/board-connector-marker-anchor.util.d.ts +17 -0
- package/lib/types/utils/board-connector-marker.util.d.ts +13 -0
- package/lib/types/utils/board-connector-move.util.d.ts +8 -0
- package/lib/types/utils/board-connector-quick-connect.util.d.ts +22 -0
- package/lib/types/utils/board-connector-render-bounds.util.d.ts +11 -0
- package/lib/types/utils/board-connector-router.util.d.ts +62 -0
- package/lib/types/utils/board-connector-routing.util.d.ts +53 -0
- package/lib/types/utils/board-connector-selection.util.d.ts +10 -0
- package/lib/types/utils/board-connector-snap-highlight.util.d.ts +10 -0
- package/lib/types/utils/board-connector-snap.util.d.ts +25 -0
- package/lib/types/utils/board-connector-waypoint.util.d.ts +71 -0
- package/lib/types/utils/board-container-membership-overlay.util.d.ts +19 -0
- package/lib/types/utils/board-container-membership-update.util.d.ts +10 -0
- package/lib/types/utils/board-container-spatial-index.util.d.ts +16 -0
- package/lib/types/utils/board-container-target.util.d.ts +17 -0
- package/lib/types/utils/board-container-title-label.util.d.ts +20 -0
- package/lib/types/utils/board-container-toolbar.util.d.ts +40 -0
- package/lib/types/utils/board-draft-insert-position.util.d.ts +13 -0
- package/lib/types/utils/board-find.util.d.ts +25 -0
- package/lib/types/utils/board-floating-toolbar-anchor.util.d.ts +2 -0
- package/lib/types/utils/board-free-polyline-draft.util.d.ts +24 -0
- package/lib/types/utils/board-grid.util.d.ts +21 -0
- package/lib/types/utils/board-image-file.util.d.ts +11 -0
- package/lib/types/utils/board-image.util.d.ts +31 -0
- package/lib/types/utils/board-insert-config.util.d.ts +32 -0
- package/lib/types/utils/board-insert.util.d.ts +23 -0
- package/lib/types/utils/board-interaction-config.util.d.ts +19 -0
- package/lib/types/utils/board-mermaid-preview.util.d.ts +4 -0
- package/lib/types/utils/board-render-dirty.util.d.ts +8 -0
- package/lib/types/utils/board-render-page.util.d.ts +19 -0
- package/lib/types/utils/board-scene-input-lock.util.d.ts +7 -0
- package/lib/types/utils/board-selection-delete.util.d.ts +20 -0
- package/lib/types/utils/board-selection-geometry.util.d.ts +31 -0
- package/lib/types/utils/board-selection-hit-test.util.d.ts +17 -0
- package/lib/types/utils/board-selection-interaction.util.d.ts +23 -0
- package/lib/types/utils/board-selection-move.util.d.ts +17 -0
- package/lib/types/utils/board-selection-normalize.util.d.ts +3 -0
- package/lib/types/utils/board-selection-overlay.util.d.ts +15 -0
- package/lib/types/utils/board-selection-resize.util.d.ts +6 -0
- package/lib/types/utils/board-shape-editor.util.d.ts +9 -0
- package/lib/types/utils/board-shape-outline.util.d.ts +53 -0
- package/lib/types/utils/board-shape-text-document.util.d.ts +20 -0
- package/lib/types/utils/board-shape-theme.util.d.ts +4 -0
- package/lib/types/utils/board-shortcut-preconditions.util.d.ts +3 -0
- package/lib/types/utils/board-snap-session.util.d.ts +62 -0
- package/lib/types/utils/board-spacing-guides.util.d.ts +24 -0
- package/lib/types/utils/board-swimlane-focus.util.d.ts +11 -0
- package/lib/types/utils/board-swimlane-resize.util.d.ts +25 -0
- package/lib/types/utils/board-view-shortcut.util.d.ts +40 -0
- package/lib/types/utils/board-viewport-input.util.d.ts +35 -0
- package/lib/types/utils/board-viewport.util.d.ts +45 -0
- package/lib/types/views/BoardCanvasView.d.ts +1 -0
- package/lib/types/views/BoardConnectorFloatingToolbar.d.ts +17 -0
- package/lib/types/views/BoardConnectorQuickShapeMenu.d.ts +12 -0
- package/lib/types/views/BoardContainerRenamePopup.d.ts +6 -0
- package/lib/types/views/BoardDomLayerView.d.ts +8 -0
- package/lib/types/views/BoardFloatingPanelLayer.d.ts +1 -0
- package/lib/types/views/BoardFloatingToolPanel.d.ts +98 -0
- package/lib/types/views/BoardLeftToolbar.d.ts +1 -0
- package/lib/types/views/BoardMermaidImportDialog.d.ts +1 -0
- package/lib/types/views/BoardMindMapTemplateThumbnailIcon.d.ts +8 -0
- package/lib/types/views/BoardObjectListPanel.d.ts +1 -0
- package/lib/types/views/BoardSettingsMenu.d.ts +2 -0
- package/lib/types/views/BoardShapeFloatingToolbar.d.ts +16 -0
- package/lib/types/views/BoardShapePanel.d.ts +1 -0
- package/lib/types/views/BoardShapeTextEditorContainer.d.ts +24 -0
- package/lib/types/views/BoardShapeTextFloatToolbar.d.ts +1 -0
- package/lib/types/views/BoardShortcutHelpDrawer.d.ts +1 -0
- package/lib/types/views/BoardSwimlaneLaneRenamePopup.d.ts +6 -0
- package/lib/types/views/BoardTableSizePicker.d.ts +18 -0
- package/lib/types/views/BoardWorkbench.d.ts +1 -0
- package/lib/types/views/BoardZoomControls.d.ts +1 -0
- package/lib/types/views/board-floating-panel-layout.d.ts +33 -0
- package/lib/types/views/use-board-palette-pending-insert-drag.d.ts +9 -0
- package/lib/types/views/use-board-panel-outside-pointer-down.d.ts +5 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +97 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import './global.css';
|
|
2
|
+
export { BoardCopySelectionOperation, BoardCutSelectionOperation, BoardDeleteSelectionOperation, } from './commands/operations/board-selection.operation';
|
|
3
|
+
export { BOARD_SHORTCUT_BINDINGS } from './common/board-shortcuts';
|
|
4
|
+
export { BOARDS_UI_PLUGIN_CONFIG_KEY } from './config/config';
|
|
5
|
+
export type { BoardToolbarToolConfig, IUniverBoardsUIConfig, } from './config/config';
|
|
6
|
+
export { BOARD_RENDER_LAYER_INDEX, BOARD_RENDER_OBJECT_Z_INDEX, } from './const';
|
|
7
|
+
export { BOARD_MAIN_VIEWPORT_KEY } from './controllers/board-render.controller';
|
|
8
|
+
export { UniverBoardsUIPlugin } from './plugin';
|
|
9
|
+
export { BOARD_ELEMENT_RENDER_ADAPTERS, createBoardElementRenderObject, getBoardElementRenderObjectKey, parseBoardElementRenderObjectKey, syncBoardElementRenderObject, } from './render-adapters/board-element-render-adapter';
|
|
10
|
+
export type { IBoardElementRenderAdapter, IBoardElementRenderAdapterContext } from './render-adapters/board-element-render-adapter';
|
|
11
|
+
export { registerBoardDocumentTextExtension } from './render-objects/board-document-text-render.util';
|
|
12
|
+
export type { BoardDocumentTextExtensionFactory, IBoardDocumentTextExtensionContext, } from './render-objects/board-document-text-render.util';
|
|
13
|
+
export { BoardCanvasPopManagerService } from './services/board-canvas-pop-manager.service';
|
|
14
|
+
export { BoardClipboardResourceAdapterService, IBoardClipboardResourceAdapterService, } from './services/board-clipboard-resource-adapter.service';
|
|
15
|
+
export type { IBoardClipboardPreparedResourcePaste, IBoardClipboardResourceAdapter, } from './services/board-clipboard-resource-adapter.service';
|
|
16
|
+
export { BoardDomLayerService } from './services/board-dom-layer.service';
|
|
17
|
+
export type { IBoardDomLayerItem, IBoardDomLayerRect } from './services/board-dom-layer.service';
|
|
18
|
+
export { IBoardElementStateService } from './services/board-element-state.service';
|
|
19
|
+
export type { IBoardElementStateSnapshot } from './services/board-element-state.service';
|
|
20
|
+
export { BoardShapeIntrinsicSizeService } from './services/board-shape-intrinsic-size.service';
|
|
21
|
+
export type { IBoardShapeIntrinsicSizeHostUpdateContext, IBoardShapeIntrinsicSizeProvider, } from './services/board-shape-intrinsic-size.service';
|
|
22
|
+
export { BoardSidePanelService, IBoardSidePanelService } from './services/board-side-panel.service';
|
|
23
|
+
export type { BoardSidePanelCloseReason, IBoardSidePanelComponentDescriptor, IBoardSidePanelDescriptor, } from './services/board-side-panel.service';
|
|
24
|
+
export { BoardTextEditingService } from './services/board-text-editing.service';
|
|
25
|
+
export { IBoardUIStateService } from './services/board-ui-state.service';
|
|
26
|
+
export { resolveRotatedBoardObjectAnchorBound } from './utils/board-floating-toolbar-anchor.util';
|
|
27
|
+
export { BOARD_TOP_RIGHT_MENU_LEADING_PART } from './views/BoardSettingsMenu';
|
|
@@ -0,0 +1,659 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
'boards-ui': {
|
|
3
|
+
line: {
|
|
4
|
+
title: string;
|
|
5
|
+
};
|
|
6
|
+
contextMenu: {
|
|
7
|
+
container: {
|
|
8
|
+
rename: string;
|
|
9
|
+
fitToContent: string;
|
|
10
|
+
selectContents: string;
|
|
11
|
+
enableAutoResize: string;
|
|
12
|
+
disableAutoResize: string;
|
|
13
|
+
lockMembership: string;
|
|
14
|
+
unlockMembership: string;
|
|
15
|
+
disband: string;
|
|
16
|
+
delete: string;
|
|
17
|
+
};
|
|
18
|
+
containerChild: {
|
|
19
|
+
moveOut: string;
|
|
20
|
+
selectParent: string;
|
|
21
|
+
fitParent: string;
|
|
22
|
+
};
|
|
23
|
+
swimlaneLane: {
|
|
24
|
+
add: string;
|
|
25
|
+
addBelow: string;
|
|
26
|
+
addRight: string;
|
|
27
|
+
remove: string;
|
|
28
|
+
removeAndMovePrevious: string;
|
|
29
|
+
removeAndPromote: string;
|
|
30
|
+
removeAndDeleteContent: string;
|
|
31
|
+
removeAndMoveNext: string;
|
|
32
|
+
rename: string;
|
|
33
|
+
movePrevious: string;
|
|
34
|
+
moveNext: string;
|
|
35
|
+
expand: string;
|
|
36
|
+
collapse: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
popup: {
|
|
40
|
+
containerName: string;
|
|
41
|
+
laneName: string;
|
|
42
|
+
cancel: string;
|
|
43
|
+
rename: string;
|
|
44
|
+
};
|
|
45
|
+
ink: {
|
|
46
|
+
finishEditing: string;
|
|
47
|
+
enterEditing: string;
|
|
48
|
+
};
|
|
49
|
+
mindMap: {
|
|
50
|
+
description: string;
|
|
51
|
+
descriptionPlaceholder: string;
|
|
52
|
+
saveDescription: string;
|
|
53
|
+
};
|
|
54
|
+
panel: {
|
|
55
|
+
moreShapes: string;
|
|
56
|
+
more: string;
|
|
57
|
+
back: string;
|
|
58
|
+
close: string;
|
|
59
|
+
stickyNote: string;
|
|
60
|
+
lineColor: string;
|
|
61
|
+
lineWidth: string;
|
|
62
|
+
reverseMarkers: string;
|
|
63
|
+
searchShapes: string;
|
|
64
|
+
container: string;
|
|
65
|
+
swimlane: string;
|
|
66
|
+
verticalSwimlane: string;
|
|
67
|
+
horizontalSwimlane: string;
|
|
68
|
+
vertical: string;
|
|
69
|
+
horizontal: string;
|
|
70
|
+
tableCustomSize: string;
|
|
71
|
+
tableRows: string;
|
|
72
|
+
tableColumns: string;
|
|
73
|
+
tableInsert: string;
|
|
74
|
+
customContainer: string;
|
|
75
|
+
containerRatio16By9: string;
|
|
76
|
+
containerRatio4By3: string;
|
|
77
|
+
containerRatio1By1: string;
|
|
78
|
+
containerA4: string;
|
|
79
|
+
mindMapGroupMindMap: string;
|
|
80
|
+
mindMapGroupTree: string;
|
|
81
|
+
mindMapGroupTimeline: string;
|
|
82
|
+
mindMapRight: string;
|
|
83
|
+
mindMapLeft: string;
|
|
84
|
+
mindMapHorizontal: string;
|
|
85
|
+
mindMapVertical: string;
|
|
86
|
+
mindMapTreeRight: string;
|
|
87
|
+
mindMapTreeLeft: string;
|
|
88
|
+
mindMapTreeAlternate: string;
|
|
89
|
+
mindMapTimelineHorizontal: string;
|
|
90
|
+
mindMapTimelineVertical: string;
|
|
91
|
+
mindMapNodeText: string;
|
|
92
|
+
};
|
|
93
|
+
settings: {
|
|
94
|
+
collaboratorCursors: string;
|
|
95
|
+
find: string;
|
|
96
|
+
grid: string;
|
|
97
|
+
preciseSelection: string;
|
|
98
|
+
quickAdd: string;
|
|
99
|
+
theme: string;
|
|
100
|
+
themeOption: string;
|
|
101
|
+
themePreviewStart: string;
|
|
102
|
+
themePreviewData: string;
|
|
103
|
+
undo: string;
|
|
104
|
+
redo: string;
|
|
105
|
+
settings: string;
|
|
106
|
+
objects: string;
|
|
107
|
+
findBoardElements: string;
|
|
108
|
+
noMatches: string;
|
|
109
|
+
showDimensions: string;
|
|
110
|
+
showToolbar: string;
|
|
111
|
+
translateInto: string;
|
|
112
|
+
import: string;
|
|
113
|
+
export: string;
|
|
114
|
+
};
|
|
115
|
+
objectListPanel: {
|
|
116
|
+
title: string;
|
|
117
|
+
empty: string;
|
|
118
|
+
showAll: string;
|
|
119
|
+
hideAll: string;
|
|
120
|
+
moveForward: string;
|
|
121
|
+
moveBackward: string;
|
|
122
|
+
close: string;
|
|
123
|
+
nameInput: string;
|
|
124
|
+
hide: string;
|
|
125
|
+
show: string;
|
|
126
|
+
lock: string;
|
|
127
|
+
unlock: string;
|
|
128
|
+
details: string;
|
|
129
|
+
locate: string;
|
|
130
|
+
expand: string;
|
|
131
|
+
collapse: string;
|
|
132
|
+
dragToReorder: string;
|
|
133
|
+
search: string;
|
|
134
|
+
filterAll: string;
|
|
135
|
+
filterHidden: string;
|
|
136
|
+
filterLocked: string;
|
|
137
|
+
sectionCanvas: string;
|
|
138
|
+
sectionFloating: string;
|
|
139
|
+
name: string;
|
|
140
|
+
description: string;
|
|
141
|
+
descriptionPlaceholder: string;
|
|
142
|
+
noSelection: string;
|
|
143
|
+
elementTypes: {
|
|
144
|
+
object: string;
|
|
145
|
+
connector: string;
|
|
146
|
+
container: string;
|
|
147
|
+
group: string;
|
|
148
|
+
image: string;
|
|
149
|
+
chart: string;
|
|
150
|
+
page: string;
|
|
151
|
+
placeholder: string;
|
|
152
|
+
shape: string;
|
|
153
|
+
table: string;
|
|
154
|
+
text: string;
|
|
155
|
+
smartArt: string;
|
|
156
|
+
video: string;
|
|
157
|
+
unit: string;
|
|
158
|
+
dom: string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
find: {
|
|
162
|
+
lanePosition: string;
|
|
163
|
+
tableCellPosition: string;
|
|
164
|
+
elementTypes: {
|
|
165
|
+
connector: string;
|
|
166
|
+
container: string;
|
|
167
|
+
group: string;
|
|
168
|
+
image: string;
|
|
169
|
+
page: string;
|
|
170
|
+
placeholder: string;
|
|
171
|
+
shape: string;
|
|
172
|
+
table: string;
|
|
173
|
+
text: string;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
themePresets: {
|
|
177
|
+
default: string;
|
|
178
|
+
classic: string;
|
|
179
|
+
vintage: string;
|
|
180
|
+
gray: string;
|
|
181
|
+
vibrant: string;
|
|
182
|
+
blue: string;
|
|
183
|
+
};
|
|
184
|
+
toolbar: {
|
|
185
|
+
resetColor: string;
|
|
186
|
+
shape: string;
|
|
187
|
+
text: string;
|
|
188
|
+
stickyNote: string;
|
|
189
|
+
line: string;
|
|
190
|
+
container: string;
|
|
191
|
+
swimlane: string;
|
|
192
|
+
table: string;
|
|
193
|
+
chart: string;
|
|
194
|
+
pen: string;
|
|
195
|
+
mindMap: string;
|
|
196
|
+
resources: string;
|
|
197
|
+
image: string;
|
|
198
|
+
import: string;
|
|
199
|
+
wrapInContainer: string;
|
|
200
|
+
addSwimlaneLane: string;
|
|
201
|
+
swimlaneMenu: string;
|
|
202
|
+
swimlaneLaneMenu: string;
|
|
203
|
+
editBrushPath: string;
|
|
204
|
+
arrange: string;
|
|
205
|
+
bringToFront: string;
|
|
206
|
+
bringForward: string;
|
|
207
|
+
sendBackward: string;
|
|
208
|
+
sendToBack: string;
|
|
209
|
+
more: string;
|
|
210
|
+
};
|
|
211
|
+
mermaidImport: {
|
|
212
|
+
cancel: string;
|
|
213
|
+
containerName: string;
|
|
214
|
+
defaultContainerName: string;
|
|
215
|
+
converting: string;
|
|
216
|
+
emptyPreview: string;
|
|
217
|
+
diagnostics: {
|
|
218
|
+
emptyDraft: string;
|
|
219
|
+
expandedBounds: string;
|
|
220
|
+
invalidElement: string;
|
|
221
|
+
renderElementFailed: string;
|
|
222
|
+
previewPaused: string;
|
|
223
|
+
};
|
|
224
|
+
errors: {
|
|
225
|
+
emptyCode: string;
|
|
226
|
+
exchangeUnavailable: string;
|
|
227
|
+
insertFailed: string;
|
|
228
|
+
invalidDraft: string;
|
|
229
|
+
};
|
|
230
|
+
help: string;
|
|
231
|
+
insert: string;
|
|
232
|
+
renderPreview: string;
|
|
233
|
+
inserting: string;
|
|
234
|
+
types: {
|
|
235
|
+
classDiagram: string;
|
|
236
|
+
erDiagram: string;
|
|
237
|
+
flowchart: string;
|
|
238
|
+
mindMap: string;
|
|
239
|
+
sequenceDiagram: string;
|
|
240
|
+
stateDiagram: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
shapePresets: {
|
|
244
|
+
roundedRectangle: string;
|
|
245
|
+
oval: string;
|
|
246
|
+
diamond: string;
|
|
247
|
+
rectangle: string;
|
|
248
|
+
circle: string;
|
|
249
|
+
cylinder: string;
|
|
250
|
+
chevron: string;
|
|
251
|
+
rightArrowBlock: string;
|
|
252
|
+
parallelogram: string;
|
|
253
|
+
trapezoid: string;
|
|
254
|
+
speechBubble: string;
|
|
255
|
+
roundedCallout: string;
|
|
256
|
+
rightTriangle: string;
|
|
257
|
+
triangle: string;
|
|
258
|
+
star: string;
|
|
259
|
+
hexagon: string;
|
|
260
|
+
pentagon: string;
|
|
261
|
+
octagon: string;
|
|
262
|
+
leftArrow: string;
|
|
263
|
+
rightArrow: string;
|
|
264
|
+
leftRightArrow: string;
|
|
265
|
+
cloud: string;
|
|
266
|
+
leftBrace: string;
|
|
267
|
+
rightBrace: string;
|
|
268
|
+
plus: string;
|
|
269
|
+
actor: string;
|
|
270
|
+
boundary: string;
|
|
271
|
+
control: string;
|
|
272
|
+
entity: string;
|
|
273
|
+
collection: string;
|
|
274
|
+
dataFlowRoundedRectangle: string;
|
|
275
|
+
dataFlowCircle: string;
|
|
276
|
+
dataFlowRoundedSquare: string;
|
|
277
|
+
dataStorage1: string;
|
|
278
|
+
dataStorage2: string;
|
|
279
|
+
dataStorage3: string;
|
|
280
|
+
lineNone: string;
|
|
281
|
+
lineDashedNone: string;
|
|
282
|
+
lineOpenArrow: string;
|
|
283
|
+
lineDoubleOpenArrow: string;
|
|
284
|
+
actorLifeline: string;
|
|
285
|
+
boundaryLifeline: string;
|
|
286
|
+
controlLifeline: string;
|
|
287
|
+
entityLifeline: string;
|
|
288
|
+
collectionLifeline: string;
|
|
289
|
+
objectLifeline: string;
|
|
290
|
+
magneticDiskLifeline: string;
|
|
291
|
+
directAccessStorageLifeline: string;
|
|
292
|
+
activationBar: string;
|
|
293
|
+
sequenceFragment: string;
|
|
294
|
+
sequenceAlternativeFragment: string;
|
|
295
|
+
umlClass: string;
|
|
296
|
+
umlInterface: string;
|
|
297
|
+
umlInterfaceShape: string;
|
|
298
|
+
umlClassifier: string;
|
|
299
|
+
umlHollowDiamondConnector: string;
|
|
300
|
+
umlFilledDiamondConnector: string;
|
|
301
|
+
umlFilledArrowConnector: string;
|
|
302
|
+
umlDashedOpenArrowConnector: string;
|
|
303
|
+
umlDashedFilledArrowConnector: string;
|
|
304
|
+
erdEntity: string;
|
|
305
|
+
erdKeyField: string;
|
|
306
|
+
erdFieldType: string;
|
|
307
|
+
erdFull: string;
|
|
308
|
+
initialState: string;
|
|
309
|
+
finalState: string;
|
|
310
|
+
stateBar: string;
|
|
311
|
+
requiredInterface: string;
|
|
312
|
+
assemblyConnector: string;
|
|
313
|
+
providedInterface: string;
|
|
314
|
+
componentBox: string;
|
|
315
|
+
component: string;
|
|
316
|
+
snip1Rect: "Single snip corner rectangle";
|
|
317
|
+
snip2SameRect: "Same-side snip corner rectangle";
|
|
318
|
+
snip2DiagRect: "Diagonal snip corner rectangle";
|
|
319
|
+
snipRoundRect: "Snip and round corner rectangle";
|
|
320
|
+
round1Rect: "Single round corner rectangle";
|
|
321
|
+
round2SameRect: "Same-side round corner rectangle";
|
|
322
|
+
round2DiagRect: "Diagonal round corner rectangle";
|
|
323
|
+
heptagon: "Heptagon";
|
|
324
|
+
decagon: "Decagon";
|
|
325
|
+
dodecagon: "Dodecagon";
|
|
326
|
+
pie: "Pie";
|
|
327
|
+
chord: "Chord";
|
|
328
|
+
teardrop: "Teardrop";
|
|
329
|
+
frame: "Frame";
|
|
330
|
+
halfFrame: "Half frame";
|
|
331
|
+
corner: "Corner";
|
|
332
|
+
diagStripe: "Diagonal stripe";
|
|
333
|
+
plaque: "Plaque";
|
|
334
|
+
cube: "Cube";
|
|
335
|
+
bevel: "Bevel";
|
|
336
|
+
donut: "Donut";
|
|
337
|
+
noSmoking: "No symbol";
|
|
338
|
+
blockArc: "Block arc";
|
|
339
|
+
foldedCorner: "Folded corner";
|
|
340
|
+
smileyFace: "Smiley face";
|
|
341
|
+
heart: "Heart";
|
|
342
|
+
lightningBolt: "Lightning bolt";
|
|
343
|
+
sun: "Sun";
|
|
344
|
+
moon: "Moon";
|
|
345
|
+
arc: "Arc";
|
|
346
|
+
bracketPair: "Bracket pair";
|
|
347
|
+
bracePair: "Brace pair";
|
|
348
|
+
leftBracket: "Left bracket";
|
|
349
|
+
rightBracket: "Right bracket";
|
|
350
|
+
upArrow: "Up arrow";
|
|
351
|
+
downArrow: "Down arrow";
|
|
352
|
+
upDownArrow: "Up-down arrow";
|
|
353
|
+
quadArrow: "Four-way arrow";
|
|
354
|
+
leftRightUpArrow: "Left-right-up arrow";
|
|
355
|
+
bentArrow: "Bent arrow";
|
|
356
|
+
uturnArrow: "U-turn arrow";
|
|
357
|
+
leftUpArrow: "Left-up arrow";
|
|
358
|
+
bentUpArrow: "Bent-up arrow";
|
|
359
|
+
curvedRightArrow: "Curved right arrow";
|
|
360
|
+
curvedLeftArrow: "Curved left arrow";
|
|
361
|
+
curvedUpArrow: "Curved up arrow";
|
|
362
|
+
curvedDownArrow: "Curved down arrow";
|
|
363
|
+
stripedRightArrow: "Striped right arrow";
|
|
364
|
+
notchedRightArrow: "Notched right arrow";
|
|
365
|
+
rightArrowCallout: "Right arrow callout";
|
|
366
|
+
downArrowCallout: "Down arrow callout";
|
|
367
|
+
leftArrowCallout: "Left arrow callout";
|
|
368
|
+
upArrowCallout: "Up arrow callout";
|
|
369
|
+
leftRightArrowCallout: "Left-right arrow callout";
|
|
370
|
+
quadArrowCallout: "Four-way arrow callout";
|
|
371
|
+
circularArrow: "Circular arrow";
|
|
372
|
+
mathMinus: "Minus";
|
|
373
|
+
mathMultiply: "Multiply";
|
|
374
|
+
mathDivide: "Divide";
|
|
375
|
+
mathEqual: "Equal";
|
|
376
|
+
mathNotEqual: "Not equal";
|
|
377
|
+
flowChartProcess: "Process";
|
|
378
|
+
flowChartAlternateProcess: "Alternate process";
|
|
379
|
+
flowChartDecision: "Decision";
|
|
380
|
+
flowChartInputOutput: "Input/output";
|
|
381
|
+
flowChartPredefinedProcess: "Predefined process";
|
|
382
|
+
flowChartInternalStorage: "Internal storage";
|
|
383
|
+
flowChartDocument: "Document";
|
|
384
|
+
flowChartMultidocument: "Multiple documents";
|
|
385
|
+
flowChartTerminator: "Terminator";
|
|
386
|
+
flowChartPreparation: "Preparation";
|
|
387
|
+
flowChartManualInput: "Manual input";
|
|
388
|
+
flowChartManualOperation: "Manual operation";
|
|
389
|
+
flowChartConnector: "Connector";
|
|
390
|
+
flowChartOffpageConnector: "Off-page connector";
|
|
391
|
+
flowChartPunchedCard: "Punched card";
|
|
392
|
+
flowChartPunchedTape: "Punched tape";
|
|
393
|
+
flowChartSummingJunction: "Summing junction";
|
|
394
|
+
flowChartOr: "Or";
|
|
395
|
+
flowChartCollate: "Collate";
|
|
396
|
+
flowChartSort: "Sort";
|
|
397
|
+
flowChartExtract: "Extract";
|
|
398
|
+
flowChartMerge: "Merge";
|
|
399
|
+
flowChartOnlineStorage: "Online storage";
|
|
400
|
+
flowChartDelay: "Delay";
|
|
401
|
+
flowChartMagneticTape: "Magnetic tape";
|
|
402
|
+
flowChartMagneticDisk: "Magnetic disk";
|
|
403
|
+
flowChartMagneticDrum: "Magnetic drum";
|
|
404
|
+
flowChartDisplay: "Display";
|
|
405
|
+
irregularSeal1: "Explosion 1";
|
|
406
|
+
irregularSeal2: "Explosion 2";
|
|
407
|
+
star4: "4-point star";
|
|
408
|
+
star6: "6-point star";
|
|
409
|
+
star7: "7-point star";
|
|
410
|
+
star8: "8-point star";
|
|
411
|
+
star10: "10-point star";
|
|
412
|
+
star12: "12-point star";
|
|
413
|
+
star16: "16-point star";
|
|
414
|
+
star24: "24-point star";
|
|
415
|
+
star32: "32-point star";
|
|
416
|
+
ribbon2: "Ribbon 2";
|
|
417
|
+
ribbon: "Ribbon";
|
|
418
|
+
ellipseRibbon2: "Ellipse ribbon 2";
|
|
419
|
+
ellipseRibbon: "Ellipse ribbon";
|
|
420
|
+
verticalScroll: "Vertical scroll";
|
|
421
|
+
horizontalScroll: "Horizontal scroll";
|
|
422
|
+
wave: "Wave";
|
|
423
|
+
doubleWave: "Double wave";
|
|
424
|
+
wedgeRectCallout: "Rectangular callout";
|
|
425
|
+
cloudCallout: "Cloud callout";
|
|
426
|
+
borderCallout1: "Border callout 1";
|
|
427
|
+
borderCallout2: "Border callout 2";
|
|
428
|
+
borderCallout3: "Border callout 3";
|
|
429
|
+
accentCallout1: "Accent callout 1";
|
|
430
|
+
accentCallout2: "Accent callout 2";
|
|
431
|
+
accentCallout3: "Accent callout 3";
|
|
432
|
+
callout1: "Callout 1";
|
|
433
|
+
callout2: "Callout 2";
|
|
434
|
+
callout3: "Callout 3";
|
|
435
|
+
accentBorderCallout1: "Accent border callout 1";
|
|
436
|
+
accentBorderCallout2: "Accent border callout 2";
|
|
437
|
+
accentBorderCallout3: "Accent border callout 3";
|
|
438
|
+
leftCircularArrow: "Left circular arrow";
|
|
439
|
+
leftRightCircularArrow: "Left-right circular arrow";
|
|
440
|
+
swooshArrow: "Swoosh arrow";
|
|
441
|
+
leftRightRibbon: "Left-right ribbon";
|
|
442
|
+
pieWedge: "Pie wedge";
|
|
443
|
+
funnel: "Funnel";
|
|
444
|
+
gear6: "Gear 6";
|
|
445
|
+
gear9: "Gear 9";
|
|
446
|
+
cornerTabs: "Corner tabs";
|
|
447
|
+
actionButtonBackPrevious: "Back or previous button";
|
|
448
|
+
actionButtonForwardNext: "Forward or next button";
|
|
449
|
+
actionButtonBeginning: "Beginning button";
|
|
450
|
+
actionButtonEnd: "End button";
|
|
451
|
+
actionButtonHome: "Home button";
|
|
452
|
+
actionButtonInformation: "Information button";
|
|
453
|
+
actionButtonReturn: "Return button";
|
|
454
|
+
actionButtonMovie: "Movie button";
|
|
455
|
+
actionButtonDocument: "Document button";
|
|
456
|
+
actionButtonSound: "Sound button";
|
|
457
|
+
actionButtonHelp: "Help button";
|
|
458
|
+
actionButtonBlank: "Blank button";
|
|
459
|
+
chartPlus: "Chart plus";
|
|
460
|
+
chartStar: "Chart star";
|
|
461
|
+
chartX: "Chart X";
|
|
462
|
+
flowChartOfflineStorage: "Offline storage";
|
|
463
|
+
lineInv: "Inverse line";
|
|
464
|
+
plaqueTabs: "Plaque tabs";
|
|
465
|
+
squareTabs: "Square tabs";
|
|
466
|
+
upDownArrowCallout: "Up-down arrow callout";
|
|
467
|
+
};
|
|
468
|
+
shapeCategories: {
|
|
469
|
+
basics: string;
|
|
470
|
+
basicShapes: {
|
|
471
|
+
rectangle: string;
|
|
472
|
+
basicShape: string;
|
|
473
|
+
blockArrow: string;
|
|
474
|
+
equationShape: string;
|
|
475
|
+
flowchart: string;
|
|
476
|
+
starAndBanner: string;
|
|
477
|
+
callout: string;
|
|
478
|
+
actionButton: string;
|
|
479
|
+
other: string;
|
|
480
|
+
};
|
|
481
|
+
classDiagram: string;
|
|
482
|
+
dataFlowDiagram: string;
|
|
483
|
+
line: string;
|
|
484
|
+
entityRelationshipDiagram: string;
|
|
485
|
+
umlCustomShapes: string;
|
|
486
|
+
umlSequenceDiagram: string;
|
|
487
|
+
statusDiagram: string;
|
|
488
|
+
componentDiagram: string;
|
|
489
|
+
};
|
|
490
|
+
connector: {
|
|
491
|
+
toolbar: {
|
|
492
|
+
sourceMarker: string;
|
|
493
|
+
swapMarkers: string;
|
|
494
|
+
targetMarker: string;
|
|
495
|
+
lineColor: string;
|
|
496
|
+
lineWidth: string;
|
|
497
|
+
opacityPercent: string;
|
|
498
|
+
settings: string;
|
|
499
|
+
smoothElbow: string;
|
|
500
|
+
bridge: string;
|
|
501
|
+
insertText: string;
|
|
502
|
+
more: string;
|
|
503
|
+
};
|
|
504
|
+
routing: {
|
|
505
|
+
straight: string;
|
|
506
|
+
elbow: string;
|
|
507
|
+
polyline: string;
|
|
508
|
+
curve: string;
|
|
509
|
+
};
|
|
510
|
+
strokeWidth: {
|
|
511
|
+
thin: string;
|
|
512
|
+
regular: string;
|
|
513
|
+
medium: string;
|
|
514
|
+
bold: string;
|
|
515
|
+
};
|
|
516
|
+
dash: {
|
|
517
|
+
solid: string;
|
|
518
|
+
dashed: string;
|
|
519
|
+
dotted: string;
|
|
520
|
+
dashDot: string;
|
|
521
|
+
};
|
|
522
|
+
marker: {
|
|
523
|
+
none: string;
|
|
524
|
+
arrow: string;
|
|
525
|
+
filledArrow: string;
|
|
526
|
+
openArrow: string;
|
|
527
|
+
triangle: string;
|
|
528
|
+
filledTriangle: string;
|
|
529
|
+
hollowTriangle: string;
|
|
530
|
+
diamond: string;
|
|
531
|
+
hollowDiamond: string;
|
|
532
|
+
filledDiamond: string;
|
|
533
|
+
circle: string;
|
|
534
|
+
filledCircle: string;
|
|
535
|
+
bar: string;
|
|
536
|
+
doubleBar: string;
|
|
537
|
+
crowFoot: string;
|
|
538
|
+
crowsFoot: string;
|
|
539
|
+
barCrowsFoot: string;
|
|
540
|
+
circleCrowsFoot: string;
|
|
541
|
+
circleBar: string;
|
|
542
|
+
x: string;
|
|
543
|
+
cross: string;
|
|
544
|
+
plus: string;
|
|
545
|
+
zeroOrOne: string;
|
|
546
|
+
zeroOrMany: string;
|
|
547
|
+
oneOrMany: string;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
zoom: {
|
|
551
|
+
dragMode: string;
|
|
552
|
+
fitContent: string;
|
|
553
|
+
zoomOut: string;
|
|
554
|
+
resetZoom: string;
|
|
555
|
+
zoomIn: string;
|
|
556
|
+
help: string;
|
|
557
|
+
};
|
|
558
|
+
shortcutHelp: {
|
|
559
|
+
title: string;
|
|
560
|
+
close: string;
|
|
561
|
+
sections: {
|
|
562
|
+
tools: string;
|
|
563
|
+
navigator: string;
|
|
564
|
+
view: string;
|
|
565
|
+
selection: string;
|
|
566
|
+
editing: string;
|
|
567
|
+
grouping: string;
|
|
568
|
+
swimlane: string;
|
|
569
|
+
mindMap: string;
|
|
570
|
+
layout: string;
|
|
571
|
+
font: string;
|
|
572
|
+
};
|
|
573
|
+
items: {
|
|
574
|
+
showMoreShapes: string;
|
|
575
|
+
roundedRectangle: string;
|
|
576
|
+
rectangle: string;
|
|
577
|
+
oval: string;
|
|
578
|
+
diamond: string;
|
|
579
|
+
text: string;
|
|
580
|
+
elbowConnector: string;
|
|
581
|
+
line: string;
|
|
582
|
+
stickyNote: string;
|
|
583
|
+
search: string;
|
|
584
|
+
zoomWheel: string;
|
|
585
|
+
zoomPinch: string;
|
|
586
|
+
zoomTo100: string;
|
|
587
|
+
zoomToSelection: string;
|
|
588
|
+
zoomToFit: string;
|
|
589
|
+
enterFullScreen: string;
|
|
590
|
+
exitFullScreen: string;
|
|
591
|
+
selectShape: string;
|
|
592
|
+
selectAll: string;
|
|
593
|
+
multipleSelect: string;
|
|
594
|
+
invertSelection: string;
|
|
595
|
+
preciseSelection: string;
|
|
596
|
+
deepSelect: string;
|
|
597
|
+
editShape: string;
|
|
598
|
+
copy: string;
|
|
599
|
+
copyAsImage: string;
|
|
600
|
+
paste: string;
|
|
601
|
+
cut: string;
|
|
602
|
+
makeCopy: string;
|
|
603
|
+
scale: string;
|
|
604
|
+
copyStyle: string;
|
|
605
|
+
pasteStyle: string;
|
|
606
|
+
moveAxisLocked: string;
|
|
607
|
+
flipHorizontal: string;
|
|
608
|
+
flipVertical: string;
|
|
609
|
+
undo: string;
|
|
610
|
+
redo: string;
|
|
611
|
+
toggleQuickAdd: string;
|
|
612
|
+
hideCollaboratorsCursors: string;
|
|
613
|
+
toggleToolbar: string;
|
|
614
|
+
delete: string;
|
|
615
|
+
group: string;
|
|
616
|
+
ungroup: string;
|
|
617
|
+
selectUpperLayerGroups: string;
|
|
618
|
+
selectShapesToGroup: string;
|
|
619
|
+
swimlaneLaneRename: string;
|
|
620
|
+
swimlaneLaneToggleCollapsed: string;
|
|
621
|
+
swimlaneLaneMovePrevious: string;
|
|
622
|
+
swimlaneLaneMoveNext: string;
|
|
623
|
+
swimlaneLaneRemove: string;
|
|
624
|
+
addSiblingNode: string;
|
|
625
|
+
addChildNode: string;
|
|
626
|
+
addParentNode: string;
|
|
627
|
+
foldChildNodes: string;
|
|
628
|
+
collapseAllNodes: string;
|
|
629
|
+
addDescription: string;
|
|
630
|
+
editCurrentNode: string;
|
|
631
|
+
bringToFront: string;
|
|
632
|
+
sendToBack: string;
|
|
633
|
+
alignLeft: string;
|
|
634
|
+
alignRight: string;
|
|
635
|
+
alignTop: string;
|
|
636
|
+
alignBottom: string;
|
|
637
|
+
alignMiddle: string;
|
|
638
|
+
alignCenter: string;
|
|
639
|
+
distributeHorizontally: string;
|
|
640
|
+
distributeVertically: string;
|
|
641
|
+
disableObjectAlignment: string;
|
|
642
|
+
increaseFontSize: string;
|
|
643
|
+
decreaseFontSize: string;
|
|
644
|
+
bold: string;
|
|
645
|
+
strikethrough: string;
|
|
646
|
+
italic: string;
|
|
647
|
+
underline: string;
|
|
648
|
+
link: string;
|
|
649
|
+
numberedList: string;
|
|
650
|
+
bulletedList: string;
|
|
651
|
+
quote: string;
|
|
652
|
+
alignTextLeft: string;
|
|
653
|
+
alignTextRight: string;
|
|
654
|
+
alignTextCenter: string;
|
|
655
|
+
};
|
|
656
|
+
};
|
|
657
|
+
};
|
|
658
|
+
};
|
|
659
|
+
export default locale;
|