@univerjs-pro/sheets-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.4
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 +5 -3
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +21 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/command-util.d.ts +0 -11
- package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
- package/lib/types/const.d.ts +3 -1
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/controllers/shape-update.controller.d.ts +1 -0
- package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
- package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
- package/lib/types/controllers/sheet-shape-render.controller.d.ts +9 -3
- package/lib/types/index.d.ts +1 -7
- package/lib/types/locale/en-US.d.ts +18 -33
- package/lib/types/menu/object-list.menu.d.ts +4 -0
- package/lib/types/services/shape-text-editing.service.d.ts +8 -0
- package/lib/types/utils/shape-text-document.d.ts +1 -11
- package/lib/types/view-model/drawing-shape.d.ts +6 -2
- package/lib/types/views/ShapePicker.d.ts +2 -0
- package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -19
- package/lib/types/commands/command/set-shape-text-align.command.d.ts +0 -5
- package/lib/types/commands/command/set-shape-text-style.command.d.ts +0 -7
- package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +0 -5
- package/lib/types/commands/command/shape-doc-align.command.d.ts +0 -10
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +0 -19
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +0 -6
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +0 -10
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +0 -10
- package/lib/types/view-model/shape-data-model.d.ts +0 -6
- package/lib/types/views/shape-editor-panel/index.d.ts +0 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
- /package/lib/types/commands/operations/{actvie-drawing-operation.d.ts → active-drawing-operation.d.ts} +0 -0
package/lib/types/const.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const SHEET_SHAPE_EDIT_PANEL_KEY = "sheet.shape.edit.panel";
|
|
2
|
+
export declare const SHEET_SHAPE_OBJECT_LIST_PANEL_KEY = "sheet.shape.object-list.panel";
|
|
2
3
|
export declare const SHEET_SHAPE_FLOATING_TOOLBAR_KEY = "sheet.shape.floating-toolbar";
|
|
3
4
|
export declare const DOCS_SHAPE_EDITOR_UNIT_ID_KEY: string;
|
|
4
|
-
export declare const
|
|
5
|
+
export declare const SHAPE_TEXT_FLOAT_MENU_COMPONENT_KEY = "sheet.shape.text.float-menu";
|
|
6
|
+
export declare const ShapeTextEditorContainer = "SheetShapeTextEditorContainer";
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Disposable } from '@univerjs/core';
|
|
2
|
-
import { ComponentManager } from '@univerjs/ui';
|
|
2
|
+
import { ComponentManager, IconManager } from '@univerjs/ui';
|
|
3
3
|
export declare class ComponentsController extends Disposable {
|
|
4
4
|
private readonly _componentManager;
|
|
5
|
-
|
|
5
|
+
private readonly _iconManager;
|
|
6
|
+
constructor(_componentManager: ComponentManager, _iconManager: IconManager);
|
|
7
|
+
private _registerIcons;
|
|
6
8
|
private _registerComponents;
|
|
7
9
|
}
|
|
@@ -3,7 +3,6 @@ import type { IRenderContext } from '@univerjs/engine-render';
|
|
|
3
3
|
import { ShapeTextFloatMenuRenderControllerBase } from '@univerjs-pro/shape-editor-ui';
|
|
4
4
|
import { DocSelectionManagerService } from '@univerjs/docs';
|
|
5
5
|
import { DocCanvasPopManagerService, DocSelectionRenderService } from '@univerjs/docs-ui';
|
|
6
|
-
import { ComponentManager } from '@univerjs/ui';
|
|
7
6
|
export declare class ShapeTextFloatMenuRenderController extends ShapeTextFloatMenuRenderControllerBase {
|
|
8
|
-
constructor(context: IRenderContext<DocumentDataModel>, docSelectionManagerService: DocSelectionManagerService, docCanvasPopManagerService: DocCanvasPopManagerService,
|
|
7
|
+
constructor(context: IRenderContext<DocumentDataModel>, docSelectionManagerService: DocSelectionManagerService, docCanvasPopManagerService: DocCanvasPopManagerService, docSelectionRenderService: DocSelectionRenderService);
|
|
9
8
|
}
|
|
@@ -10,6 +10,7 @@ export declare class ShapeUpdateController extends Disposable {
|
|
|
10
10
|
private readonly _currentUniverService;
|
|
11
11
|
private readonly _drawingRenderService;
|
|
12
12
|
private readonly _sheetDrawingShapeRenderController;
|
|
13
|
+
private readonly _insertingShapeKeys;
|
|
13
14
|
constructor(_commandService: ICommandService, _renderManagerService: IRenderManagerService, _drawingManagerService: IDrawingManagerService, _currentUniverService: IUniverInstanceService, _drawingRenderService: DrawingRenderService, _sheetDrawingShapeRenderController: SheetDrawingShapeRenderController);
|
|
14
15
|
private _initialize;
|
|
15
16
|
private _drawingAddListener;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
1
|
+
import type { IRenderModule } from '@univerjs/engine-render';
|
|
3
2
|
import { SheetsShapeService } from '@univerjs-pro/sheets-shape';
|
|
4
|
-
import { Disposable, ICommandService,
|
|
3
|
+
import { Disposable, ICommandService, IUniverInstanceService } from '@univerjs/core';
|
|
5
4
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
5
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
7
6
|
import { SheetDrawingShapeRenderController } from './sheet-shape-render.controller';
|
|
8
7
|
export declare class SheetShapeAdjustController extends Disposable implements IRenderModule {
|
|
9
|
-
private readonly _context;
|
|
10
|
-
private readonly _contextService;
|
|
11
8
|
private _drawingManagerService;
|
|
12
9
|
private _sheetsShapeService;
|
|
13
10
|
private readonly _renderManagerService;
|
|
@@ -29,7 +26,7 @@ export declare class SheetShapeAdjustController extends Disposable implements IR
|
|
|
29
26
|
private _adjHandlerPointerMove;
|
|
30
27
|
private _adjHandlerPointerUp;
|
|
31
28
|
private _isShouldShowDrawingShapeAdjust;
|
|
32
|
-
constructor(
|
|
29
|
+
constructor(_drawingManagerService: IDrawingManagerService, _sheetsShapeService: SheetsShapeService, _renderManagerService: IRenderManagerService, _sheetDrawingShapeRenderController: SheetDrawingShapeRenderController, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService);
|
|
33
30
|
private _getShapeAdjustPointListById;
|
|
34
31
|
clearAdjustControls(): void;
|
|
35
32
|
refreshAdjustControls(): void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Disposable } from '@univerjs/core';
|
|
2
|
+
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
3
|
+
import { SheetPrintInterceptorService } from '@univerjs/sheets-ui';
|
|
4
|
+
import { SheetDrawingShapeRenderController } from './sheet-shape-render.controller';
|
|
5
|
+
/** Adds visible sheet shapes to the isolated print scene and tracks their async fills. */
|
|
6
|
+
export declare class SheetShapePrintingController extends Disposable {
|
|
7
|
+
private readonly _sheetPrintInterceptorService;
|
|
8
|
+
private readonly _drawingManagerService;
|
|
9
|
+
private readonly _shapeRenderController;
|
|
10
|
+
constructor(_sheetPrintInterceptorService: SheetPrintInterceptorService, _drawingManagerService: IDrawingManagerService, _shapeRenderController: SheetDrawingShapeRenderController);
|
|
11
|
+
private _initPrinting;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { IDrawingShapeData } from '@univerjs-pro/sheets-shape';
|
|
2
2
|
import type { Scene } from '@univerjs/engine-render';
|
|
3
3
|
import { SheetsShapeService } from '@univerjs-pro/sheets-shape';
|
|
4
|
-
import { Disposable, IURLImageService, LocaleService } from '@univerjs/core';
|
|
5
|
-
import { IDrawingManagerService
|
|
4
|
+
import { Disposable, IImageIoService, IURLImageService, LocaleService } from '@univerjs/core';
|
|
5
|
+
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
6
|
import { DrawingShape } from '../view-model/drawing-shape';
|
|
7
7
|
export declare class SheetDrawingShapeRenderController extends Disposable {
|
|
8
8
|
private readonly _drawingManagerService;
|
|
@@ -11,7 +11,13 @@ export declare class SheetDrawingShapeRenderController extends Disposable {
|
|
|
11
11
|
private readonly _imageIoService;
|
|
12
12
|
private readonly _urlImageService;
|
|
13
13
|
constructor(_drawingManagerService: IDrawingManagerService, _sheetsShapeService: SheetsShapeService, _localeService: LocaleService, _imageIoService: IImageIoService, _urlImageService: IURLImageService);
|
|
14
|
-
|
|
14
|
+
/** The optional collector lets print callers wait for asynchronous picture fills. */
|
|
15
|
+
renderDrawingShape(drawingShapeParam: IDrawingShapeData, scene: Scene, options?: {
|
|
16
|
+
resourceCollector?: {
|
|
17
|
+
add: (resource: Promise<unknown>) => void;
|
|
18
|
+
};
|
|
19
|
+
}): DrawingShape[] | undefined;
|
|
20
|
+
refreshShapeFillImage(shape: DrawingShape): void;
|
|
15
21
|
/**
|
|
16
22
|
* If the shape has PictureFill, resolve the image (from cache or network) and
|
|
17
23
|
* inject it into the DrawingShape so that _draw() can pass it to renderOption.
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
1
|
import './global.css';
|
|
2
|
-
export {
|
|
3
|
-
export { SetShapeTextFontSizeCommand, SetShapeTextFontSizeDecreaseCommand, SetShapeTextFontSizeIncreaseCommand } from './commands/command/set-shape-text-style.command';
|
|
4
|
-
export { SetShapeTextVerticalAlignCommand } from './commands/command/set-shape-text-vertical-align.command';
|
|
5
|
-
export { ShapeDocAlignCommand } from './commands/command/shape-doc-align.command';
|
|
6
|
-
export { UpdateShapeDataCommand } from './commands/command/update-shape-data.command';
|
|
7
|
-
export type { IUniverSheetsShapeUIConfig } from './config/config';
|
|
8
|
-
export { SheetsShapeUIController } from './controllers/ui.controller';
|
|
2
|
+
export { menuSchema as SheetsShapeUIMenuSchema } from './menu/schema';
|
|
9
3
|
export { UniverSheetsShapeUIPlugin } from './plugin';
|
|
@@ -1,38 +1,5 @@
|
|
|
1
1
|
declare const locale: {
|
|
2
2
|
'sheets-shape-ui': {
|
|
3
|
-
align: {
|
|
4
|
-
top: string;
|
|
5
|
-
middle: string;
|
|
6
|
-
bottom: string;
|
|
7
|
-
left: string;
|
|
8
|
-
center: string;
|
|
9
|
-
right: string;
|
|
10
|
-
};
|
|
11
|
-
toolbar: {
|
|
12
|
-
verticalAlignMode: {
|
|
13
|
-
main: string;
|
|
14
|
-
};
|
|
15
|
-
horizontalAlignMode: {
|
|
16
|
-
main: string;
|
|
17
|
-
};
|
|
18
|
-
fillColor: {
|
|
19
|
-
main: string;
|
|
20
|
-
};
|
|
21
|
-
fontSize: string;
|
|
22
|
-
fontSizeIncrease: string;
|
|
23
|
-
fontSizeDecrease: string;
|
|
24
|
-
alignLeft: string;
|
|
25
|
-
alignCenter: string;
|
|
26
|
-
alignRight: string;
|
|
27
|
-
alignJustify: string;
|
|
28
|
-
bold: string;
|
|
29
|
-
italic: string;
|
|
30
|
-
underline: string;
|
|
31
|
-
strikethrough: string;
|
|
32
|
-
textColor: string;
|
|
33
|
-
textBackgroundColor: string;
|
|
34
|
-
resetColor: string;
|
|
35
|
-
};
|
|
36
3
|
imagePanel: {
|
|
37
4
|
crop: {
|
|
38
5
|
shape: string;
|
|
@@ -54,6 +21,24 @@ declare const locale: {
|
|
|
54
21
|
rotateRight90: string;
|
|
55
22
|
rotateLeft90: string;
|
|
56
23
|
toggleTextVertical: string;
|
|
24
|
+
objectListPanel: {
|
|
25
|
+
title: string;
|
|
26
|
+
open: string;
|
|
27
|
+
empty: string;
|
|
28
|
+
showAll: string;
|
|
29
|
+
hideAll: string;
|
|
30
|
+
show: string;
|
|
31
|
+
hide: string;
|
|
32
|
+
moveForward: string;
|
|
33
|
+
moveBackward: string;
|
|
34
|
+
close: string;
|
|
35
|
+
name: string;
|
|
36
|
+
nameInput: string;
|
|
37
|
+
description: string;
|
|
38
|
+
descriptionPlaceholder: string;
|
|
39
|
+
details: string;
|
|
40
|
+
noSelection: string;
|
|
41
|
+
};
|
|
57
42
|
};
|
|
58
43
|
};
|
|
59
44
|
export default locale;
|
|
@@ -17,4 +17,12 @@ export declare class ShapeTextEditingService extends Disposable {
|
|
|
17
17
|
setEditing(params: Nullable<IEditingParams>): void;
|
|
18
18
|
setOnSavingEditorData(params: Nullable<boolean>): void;
|
|
19
19
|
getEditing(): Nullable<IEditingParams>;
|
|
20
|
+
/**
|
|
21
|
+
* Keep the session mounted for one frame after raising the save signal.
|
|
22
|
+
* The shared shape-text editor persists its document while that signal is true;
|
|
23
|
+
* clearing the session first would discard newly entered text on external click.
|
|
24
|
+
*/
|
|
25
|
+
completeEditing(_event?: PointerEvent): void;
|
|
26
|
+
/** Cancel without raising the save signal, for example when Escape is pressed. */
|
|
27
|
+
cancelEditing(): void;
|
|
20
28
|
}
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import type { HorizontalAlign, IDocumentData, VerticalAlign } from '@univerjs/core';
|
|
3
|
-
interface IPrepareShapeTextDocumentOptions {
|
|
4
|
-
isHorizontal: boolean;
|
|
5
|
-
textRect: IShapeRect;
|
|
6
|
-
verticalAlign?: VerticalAlign;
|
|
7
|
-
horizontalAlign?: HorizontalAlign;
|
|
8
|
-
}
|
|
9
|
-
export declare function prepareShapeTextDocumentData(documentData: IDocumentData, options: IPrepareShapeTextDocumentOptions): IDocumentData;
|
|
10
|
-
export declare function stripShapeTextDocumentLayout(documentData: IDocumentData): IDocumentData;
|
|
11
|
-
export {};
|
|
1
|
+
export { prepareShapeTextDocumentData, stripShapeTextDocumentLayout, } from '@univerjs-pro/shape-editor-ui';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ShapeModel } from '@univerjs-pro/engine-shape';
|
|
2
|
-
import type { IDrawingParam, ISrcRect, LocaleService, Nullable } from '@univerjs/core';
|
|
1
|
+
import type { ICustomShapeTextData, IShapeData, ShapeModel } from '@univerjs-pro/engine-shape';
|
|
2
|
+
import type { IDocumentData, IDrawingParam, ISrcRect, LocaleService, Nullable } from '@univerjs/core';
|
|
3
3
|
import type { IShapeProps, IViewportInfo, UniverRenderingContext, Vector2 } from '@univerjs/engine-render';
|
|
4
4
|
import { DrawingTypeEnum } from '@univerjs/core';
|
|
5
5
|
import { RENDER_CLASS_TYPE, Shape, Transform } from '@univerjs/engine-render';
|
|
@@ -47,6 +47,10 @@ export interface IDrawingShapeData extends IDrawingParam {
|
|
|
47
47
|
*/
|
|
48
48
|
prstGeom?: Nullable<string>;
|
|
49
49
|
}
|
|
50
|
+
export declare function resolveDrawingShapeTextRenderPolicy(shapeData: IShapeData, customTextData: ICustomShapeTextData, documentData?: IDocumentData): {
|
|
51
|
+
clip: boolean;
|
|
52
|
+
wrapStrategy: import("@univerjs/core").WrapStrategy;
|
|
53
|
+
};
|
|
50
54
|
export declare class DrawingShape extends Shape<IDrawingShapeProps> {
|
|
51
55
|
protected _props: IDrawingShapeProps;
|
|
52
56
|
private _transformCalculateSrcRect;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export declare const SHAPE_PICKER_COMPONENT = "sheet.shape.picker.component";
|
|
2
|
+
export declare const SHEET_IMAGE_CLIP_SHAPE_PICKER_COMPONENT = "sheet.image-clip.shape-picker.component";
|
|
2
3
|
export declare function ImageClipShapePicker(): import("react").JSX.Element;
|
|
4
|
+
export declare function ImageClipShapePickerBridge(): import("react").JSX.Element | null;
|
|
3
5
|
export declare function ShapePicker(): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function SheetDrawingObjectListPanel(): import("react").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { IShapeData } from '@univerjs-pro/engine-shape';
|
|
2
|
-
import { getInitialShapeFillType } from '@univerjs-pro/shape-editor-ui';
|
|
3
2
|
interface IShapeFillProps {
|
|
4
3
|
unitId: string;
|
|
5
4
|
subUnitId: string;
|
|
@@ -8,5 +7,5 @@ interface IShapeFillProps {
|
|
|
8
7
|
isLineShape: boolean;
|
|
9
8
|
disableShapeOption: boolean;
|
|
10
9
|
}
|
|
11
|
-
export { getInitialShapeFillType };
|
|
12
10
|
export declare function ShapeFillEditor(props: IShapeFillProps): import("react").JSX.Element;
|
|
11
|
+
export {};
|