@woven-canvas/vue 0.1.10 → 0.1.12
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/build/EditingPlugin.d.ts +11 -0
- package/build/EditingPlugin.d.ts.map +1 -0
- package/build/arrowHeads.d.ts +10 -0
- package/build/arrowHeads.d.ts.map +1 -0
- package/build/components/ActionBar.vue.d.ts +3 -0
- package/build/components/ActionBar.vue.d.ts.map +1 -0
- package/build/components/BackToContentButton.vue.d.ts +3 -0
- package/build/components/BackToContentButton.vue.d.ts.map +1 -0
- package/build/components/CanvasBackground.vue.d.ts +7 -0
- package/build/components/CanvasBackground.vue.d.ts.map +1 -0
- package/build/components/EditableText.vue.d.ts +25 -0
- package/build/components/EditableText.vue.d.ts.map +1 -0
- package/build/components/FileDropZone.vue.d.ts +8 -0
- package/build/components/FileDropZone.vue.d.ts.map +1 -0
- package/build/components/FloatingMenu.vue.d.ts +13 -0
- package/build/components/FloatingMenu.vue.d.ts.map +1 -0
- package/build/components/FloatingMenuBar.vue.d.ts +43 -0
- package/build/components/FloatingMenuBar.vue.d.ts.map +1 -0
- package/build/components/LoadingOverlay.vue.d.ts +6 -0
- package/build/components/LoadingOverlay.vue.d.ts.map +1 -0
- package/build/components/OfflineIndicator.vue.d.ts +6 -0
- package/build/components/OfflineIndicator.vue.d.ts.map +1 -0
- package/build/components/Toolbar.vue.d.ts +15 -0
- package/build/components/Toolbar.vue.d.ts.map +1 -0
- package/build/components/ToolbarButton.vue.d.ts +22 -0
- package/build/components/ToolbarButton.vue.d.ts.map +1 -0
- package/build/components/UserCursors.vue.d.ts +13 -0
- package/build/components/UserCursors.vue.d.ts.map +1 -0
- package/build/components/UserPresence.vue.d.ts +7 -0
- package/build/components/UserPresence.vue.d.ts.map +1 -0
- package/build/components/VersionMismatch.vue.d.ts +6 -0
- package/build/components/VersionMismatch.vue.d.ts.map +1 -0
- package/build/components/WovenCanvas.vue.d.ts +69 -0
- package/build/components/WovenCanvas.vue.d.ts.map +1 -0
- package/build/components/blocks/ArcArrow.vue.d.ts +4 -0
- package/build/components/blocks/ArcArrow.vue.d.ts.map +1 -0
- package/build/components/blocks/ArrowHandle.vue.d.ts +3 -0
- package/build/components/blocks/ArrowHandle.vue.d.ts.map +1 -0
- package/build/components/blocks/ArrowHead.vue.d.ts +13 -0
- package/build/components/blocks/ArrowHead.vue.d.ts.map +1 -0
- package/build/components/blocks/ArrowTerminal.vue.d.ts +3 -0
- package/build/components/blocks/ArrowTerminal.vue.d.ts.map +1 -0
- package/build/components/blocks/ElbowArrow.vue.d.ts +4 -0
- package/build/components/blocks/ElbowArrow.vue.d.ts.map +1 -0
- package/build/components/blocks/Eraser.vue.d.ts +7 -0
- package/build/components/blocks/Eraser.vue.d.ts.map +1 -0
- package/build/components/blocks/ImageBlock.vue.d.ts +4 -0
- package/build/components/blocks/ImageBlock.vue.d.ts.map +1 -0
- package/build/components/blocks/PenStroke.vue.d.ts +4 -0
- package/build/components/blocks/PenStroke.vue.d.ts.map +1 -0
- package/build/components/blocks/SelectionBox.vue.d.ts +3 -0
- package/build/components/blocks/SelectionBox.vue.d.ts.map +1 -0
- package/build/components/blocks/ShapeBlock.vue.d.ts +4 -0
- package/build/components/blocks/ShapeBlock.vue.d.ts.map +1 -0
- package/build/components/blocks/StickyNote.vue.d.ts +4 -0
- package/build/components/blocks/StickyNote.vue.d.ts.map +1 -0
- package/build/components/blocks/TextBlock.vue.d.ts +4 -0
- package/build/components/blocks/TextBlock.vue.d.ts.map +1 -0
- package/build/components/blocks/TransformBox.vue.d.ts +3 -0
- package/build/components/blocks/TransformBox.vue.d.ts.map +1 -0
- package/build/components/blocks/TransformHandle.vue.d.ts +3 -0
- package/build/components/blocks/TransformHandle.vue.d.ts.map +1 -0
- package/build/components/buttons/ArrowHeadButton.vue.d.ts +9 -0
- package/build/components/buttons/ArrowHeadButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ArrowThicknessButton.vue.d.ts +7 -0
- package/build/components/buttons/ArrowThicknessButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ColorBubbles.vue.d.ts +17 -0
- package/build/components/buttons/ColorBubbles.vue.d.ts.map +1 -0
- package/build/components/buttons/ColorButton.vue.d.ts +7 -0
- package/build/components/buttons/ColorButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ColorInput.vue.d.ts +10 -0
- package/build/components/buttons/ColorInput.vue.d.ts.map +1 -0
- package/build/components/buttons/ColorPicker.vue.d.ts +11 -0
- package/build/components/buttons/ColorPicker.vue.d.ts.map +1 -0
- package/build/components/buttons/ColorSlider.vue.d.ts +14 -0
- package/build/components/buttons/ColorSlider.vue.d.ts.map +1 -0
- package/build/components/buttons/MenuButton.vue.d.ts +20 -0
- package/build/components/buttons/MenuButton.vue.d.ts.map +1 -0
- package/build/components/buttons/MenuDropdown.vue.d.ts +35 -0
- package/build/components/buttons/MenuDropdown.vue.d.ts.map +1 -0
- package/build/components/buttons/MenuTooltip.vue.d.ts +3 -0
- package/build/components/buttons/MenuTooltip.vue.d.ts.map +1 -0
- package/build/components/buttons/PenStrokeThicknessButton.vue.d.ts +7 -0
- package/build/components/buttons/PenStrokeThicknessButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ShapeFillColorButton.vue.d.ts +7 -0
- package/build/components/buttons/ShapeFillColorButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ShapeKindButton.vue.d.ts +7 -0
- package/build/components/buttons/ShapeKindButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ShapeStrokeColorButton.vue.d.ts +7 -0
- package/build/components/buttons/ShapeStrokeColorButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ShapeStrokeStyleButton.vue.d.ts +7 -0
- package/build/components/buttons/ShapeStrokeStyleButton.vue.d.ts.map +1 -0
- package/build/components/buttons/ShapeStrokeWidthButton.vue.d.ts +7 -0
- package/build/components/buttons/ShapeStrokeWidthButton.vue.d.ts.map +1 -0
- package/build/components/buttons/StrokeStyleOptions.vue.d.ts +12 -0
- package/build/components/buttons/StrokeStyleOptions.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextAlignmentButton.vue.d.ts +7 -0
- package/build/components/buttons/text/TextAlignmentButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextBoldButton.vue.d.ts +7 -0
- package/build/components/buttons/text/TextBoldButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextButtonGroup.vue.d.ts +8 -0
- package/build/components/buttons/text/TextButtonGroup.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextColorButton.vue.d.ts +7 -0
- package/build/components/buttons/text/TextColorButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextFontFamilyButton.vue.d.ts +12 -0
- package/build/components/buttons/text/TextFontFamilyButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextFontSizeButton.vue.d.ts +7 -0
- package/build/components/buttons/text/TextFontSizeButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextItalicButton.vue.d.ts +7 -0
- package/build/components/buttons/text/TextItalicButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/TextUnderlineButton.vue.d.ts +7 -0
- package/build/components/buttons/text/TextUnderlineButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/VerticalAlignButton.vue.d.ts +7 -0
- package/build/components/buttons/text/VerticalAlignButton.vue.d.ts.map +1 -0
- package/build/components/buttons/text/index.d.ts +11 -0
- package/build/components/buttons/text/index.d.ts.map +1 -0
- package/build/components/icons/IconChevronDown.vue.d.ts +3 -0
- package/build/components/icons/IconChevronDown.vue.d.ts.map +1 -0
- package/build/components/tools/ArcArrowTool.vue.d.ts +3 -0
- package/build/components/tools/ArcArrowTool.vue.d.ts.map +1 -0
- package/build/components/tools/ElbowArrowTool.vue.d.ts +3 -0
- package/build/components/tools/ElbowArrowTool.vue.d.ts.map +1 -0
- package/build/components/tools/EraserTool.vue.d.ts +3 -0
- package/build/components/tools/EraserTool.vue.d.ts.map +1 -0
- package/build/components/tools/HandTool.vue.d.ts +3 -0
- package/build/components/tools/HandTool.vue.d.ts.map +1 -0
- package/build/components/tools/ImageTool.vue.d.ts +3 -0
- package/build/components/tools/ImageTool.vue.d.ts.map +1 -0
- package/build/components/tools/PenTool.vue.d.ts +3 -0
- package/build/components/tools/PenTool.vue.d.ts.map +1 -0
- package/build/components/tools/SelectTool.vue.d.ts +3 -0
- package/build/components/tools/SelectTool.vue.d.ts.map +1 -0
- package/build/components/tools/ShapeTool.vue.d.ts +3 -0
- package/build/components/tools/ShapeTool.vue.d.ts.map +1 -0
- package/build/components/tools/StickyNoteTool.vue.d.ts +3 -0
- package/build/components/tools/StickyNoteTool.vue.d.ts.map +1 -0
- package/build/components/tools/TextTool.vue.d.ts +3 -0
- package/build/components/tools/TextTool.vue.d.ts.map +1 -0
- package/build/composables/index.d.ts +13 -0
- package/build/composables/index.d.ts.map +1 -0
- package/build/composables/useComponent.d.ts +9 -0
- package/build/composables/useComponent.d.ts.map +1 -0
- package/build/composables/useComponents.d.ts +9 -0
- package/build/composables/useComponents.d.ts.map +1 -0
- package/build/composables/useEditorContext.d.ts +7 -0
- package/build/composables/useEditorContext.d.ts.map +1 -0
- package/build/composables/useFonts.d.ts +10 -0
- package/build/composables/useFonts.d.ts.map +1 -0
- package/build/composables/useImageCreation.d.ts +13 -0
- package/build/composables/useImageCreation.d.ts.map +1 -0
- package/build/composables/useQuery.d.ts +14 -0
- package/build/composables/useQuery.d.ts.map +1 -0
- package/build/composables/useSingleton.d.ts +9 -0
- package/build/composables/useSingleton.d.ts.map +1 -0
- package/build/composables/useTextBatchController.d.ts +28 -0
- package/build/composables/useTextBatchController.d.ts.map +1 -0
- package/build/composables/useTextEditorController.d.ts +30 -0
- package/build/composables/useTextEditorController.d.ts.map +1 -0
- package/build/composables/useTextFormatting.d.ts +30 -0
- package/build/composables/useTextFormatting.d.ts.map +1 -0
- package/build/composables/useTextStretchBehavior.d.ts +19 -0
- package/build/composables/useTextStretchBehavior.d.ts.map +1 -0
- package/build/composables/useToolbar.d.ts +10 -0
- package/build/composables/useToolbar.d.ts.map +1 -0
- package/build/composables/useTooltipSingleton.d.ts +5 -0
- package/build/composables/useTooltipSingleton.d.ts.map +1 -0
- package/build/cursors.d.ts +9 -0
- package/build/cursors.d.ts.map +1 -0
- package/build/index.d.ts +64 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +0 -4
- package/build/index.umd.cjs +17 -17
- package/build/injection/dropdown.d.ts +4 -0
- package/build/injection/dropdown.d.ts.map +1 -0
- package/build/injection/floatingMenu.d.ts +8 -0
- package/build/injection/floatingMenu.d.ts.map +1 -0
- package/build/injection/index.d.ts +6 -0
- package/build/injection/index.d.ts.map +1 -0
- package/build/injection/toolbar.d.ts +11 -0
- package/build/injection/toolbar.d.ts.map +1 -0
- package/build/injection/tooltip.d.ts +15 -0
- package/build/injection/tooltip.d.ts.map +1 -0
- package/build/injection/wovenCanvas.d.ts +16 -0
- package/build/injection/wovenCanvas.d.ts.map +1 -0
- package/build/shapes.d.ts +2 -0
- package/build/shapes.d.ts.map +1 -0
- package/build/singletons/BlockPlacementState.d.ts +4 -0
- package/build/singletons/BlockPlacementState.d.ts.map +1 -0
- package/build/singletons/index.d.ts +2 -0
- package/build/singletons/index.d.ts.map +1 -0
- package/build/systems/blockPlacementSystem.d.ts +2 -0
- package/build/systems/blockPlacementSystem.d.ts.map +1 -0
- package/build/systems/index.d.ts +3 -0
- package/build/systems/index.d.ts.map +1 -0
- package/build/systems/undoRedoSystem.d.ts +2 -0
- package/build/systems/undoRedoSystem.d.ts.map +1 -0
- package/build/types.d.ts +26 -0
- package/build/types.d.ts.map +1 -0
- package/build/utils/blockDimensions.d.ts +17 -0
- package/build/utils/blockDimensions.d.ts.map +1 -0
- package/build/utils/color.d.ts +21 -0
- package/build/utils/color.d.ts.map +1 -0
- package/build/utils/computeCommonComponents.d.ts +5 -0
- package/build/utils/computeCommonComponents.d.ts.map +1 -0
- package/build/utils/index.d.ts +4 -0
- package/build/utils/index.d.ts.map +1 -0
- package/package.json +9 -9
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type EditorPlugin, type FontFamilyInput } from '@woven-canvas/core';
|
|
2
|
+
import type { CanvasStore } from '@woven-ecs/canvas-store';
|
|
3
|
+
export interface EditingPluginResources {
|
|
4
|
+
store: CanvasStore;
|
|
5
|
+
}
|
|
6
|
+
export interface EditingPluginOptions {
|
|
7
|
+
store: CanvasStore;
|
|
8
|
+
}
|
|
9
|
+
export declare const DEFAULT_FONTS: FontFamilyInput[];
|
|
10
|
+
export declare function EditingPlugin(options: EditingPluginOptions): EditorPlugin;
|
|
11
|
+
//# sourceMappingURL=EditingPlugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EditingPlugin.d.ts","sourceRoot":"","sources":["../src/EditingPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAmB,MAAM,oBAAoB,CAAA;AAE7F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,WAAW,CAAA;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,WAAW,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,eAAe,EAyB1C,CAAA;AAMD,wBAAgB,aAAa,CAAC,OAAO,EAAE,oBAAoB,GAAG,YAAY,CAczE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ArrowHeadKind } from '@woven-canvas/plugin-arrows';
|
|
2
|
+
export interface ArrowHeadDef {
|
|
3
|
+
kind: ArrowHeadKind;
|
|
4
|
+
label: string;
|
|
5
|
+
gap: number;
|
|
6
|
+
svg: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ARROW_HEADS: ArrowHeadDef[];
|
|
9
|
+
export declare function getArrowHead(kind: ArrowHeadKind): ArrowHeadDef | undefined;
|
|
10
|
+
//# sourceMappingURL=arrowHeads.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrowHeads.d.ts","sourceRoot":"","sources":["../src/arrowHeads.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAA;AAE3D,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,aAAa,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;CACZ;AAOD,eAAO,MAAM,WAAW,EAAE,YAAY,EA+BrC,CAAA;AAKD,wBAAgB,YAAY,CAAC,IAAI,EAAE,aAAa,GAAG,YAAY,GAAG,SAAS,CAE1E"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ActionBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ActionBar.vue"],"names":[],"mappings":";AAyRA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=BackToContentButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BackToContentButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/BackToContentButton.vue"],"names":[],"mappings":";AAoTA,wBAKG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BackgroundOptions } from "../types";
|
|
2
|
+
interface Props {
|
|
3
|
+
background: BackgroundOptions;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=CanvasBackground.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CanvasBackground.vue.d.ts","sourceRoot":"","sources":["../../src/components/CanvasBackground.vue"],"names":[],"mappings":"AA8WA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD,UAAU,KAAK;IACb,UAAU,EAAE,iBAAiB,CAAC;CAC/B;;AA6XD,wBAMG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { BlockData } from "../types";
|
|
2
|
+
interface Props extends BlockData {
|
|
3
|
+
blockElement: HTMLElement | null;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {
|
|
6
|
+
editableTextRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
editEnd: (data: {
|
|
9
|
+
content: string;
|
|
10
|
+
width: number;
|
|
11
|
+
height: number;
|
|
12
|
+
left: number;
|
|
13
|
+
top: number;
|
|
14
|
+
}) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
|
+
onEditEnd?: ((data: {
|
|
17
|
+
content: string;
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
left: number;
|
|
21
|
+
top: number;
|
|
22
|
+
}) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=EditableText.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EditableText.vue.d.ts","sourceRoot":"","sources":["../../src/components/EditableText.vue"],"names":[],"mappings":"AA2XA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAK1C,UAAU,KAAM,SAAQ,SAAS;IAE/B,YAAY,EAAE,WAAW,GAAG,IAAI,CAAC;CAClC;;;;;iBAQc,MAAM;eACR,MAAM;gBACL,MAAM;cACR,MAAM;aACP,MAAM;;;;iBAJF,MAAM;eACR,MAAM;gBACL,MAAM;cACR,MAAM;aACP,MAAM;;;AA+UjB,wBAQG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
maxSize?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
maxSize: number;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=FileDropZone.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileDropZone.vue.d.ts","sourceRoot":"","sources":["../../src/components/FileDropZone.vue"],"names":[],"mappings":"AA0NA,KAAK,WAAW,GAAG;IAEf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;;aADU,MAAM;;AAiOpB,wBAOG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare var __VLS_5: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_5) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=FloatingMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/FloatingMenu.vue"],"names":[],"mappings":"AAmhBA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB/C,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare var __VLS_2: `button:${string}`, __VLS_3: {
|
|
2
|
+
entityIds: number[];
|
|
3
|
+
}, __VLS_5: {
|
|
4
|
+
entityIds: number[];
|
|
5
|
+
}, __VLS_10: {
|
|
6
|
+
entityIds: number[];
|
|
7
|
+
}, __VLS_21: {
|
|
8
|
+
entityIds: number[];
|
|
9
|
+
}, __VLS_26: {
|
|
10
|
+
entityIds: number[];
|
|
11
|
+
}, __VLS_31: {
|
|
12
|
+
entityIds: number[];
|
|
13
|
+
}, __VLS_36: {
|
|
14
|
+
entityIds: number[];
|
|
15
|
+
}, __VLS_41: {
|
|
16
|
+
entityIds: number[];
|
|
17
|
+
};
|
|
18
|
+
type __VLS_Slots = {} & {
|
|
19
|
+
[K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
|
|
20
|
+
} & {
|
|
21
|
+
'button:color'?: (props: typeof __VLS_5) => any;
|
|
22
|
+
} & {
|
|
23
|
+
'button:shape'?: (props: typeof __VLS_10) => any;
|
|
24
|
+
} & {
|
|
25
|
+
'button:penStroke'?: (props: typeof __VLS_21) => any;
|
|
26
|
+
} & {
|
|
27
|
+
'button:arrowThickness'?: (props: typeof __VLS_26) => any;
|
|
28
|
+
} & {
|
|
29
|
+
'button:arrowHeadStart'?: (props: typeof __VLS_31) => any;
|
|
30
|
+
} & {
|
|
31
|
+
'button:arrowHeadEnd'?: (props: typeof __VLS_36) => any;
|
|
32
|
+
} & {
|
|
33
|
+
'button:text'?: (props: typeof __VLS_41) => any;
|
|
34
|
+
};
|
|
35
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=FloatingMenuBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingMenuBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/FloatingMenuBar.vue"],"names":[],"mappings":"AA2XA,QAAA,IAAI,OAAO,oBAAU,EAAE,OAAO;;CAAU,EAAE,OAAO;;CAAU,EAAE,QAAQ;;CAAU,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AAC3L,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG;CAAE,GACvE;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACpD;IAAE,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACxD;IAAE,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7D;IAAE,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7D;IAAE,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3D;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA+BtD,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isLoading: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=LoadingOverlay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingOverlay.vue.d.ts","sourceRoot":"","sources":["../../src/components/LoadingOverlay.vue"],"names":[],"mappings":"AAkEA,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;;AAwEF,wBAMG"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isOnline: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=OfflineIndicator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfflineIndicator.vue.d.ts","sourceRoot":"","sources":["../../src/components/OfflineIndicator.vue"],"names":[],"mappings":"AA0BA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;;AAsCF,wBAMG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var __VLS_4: {}, __VLS_17: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_4) => any;
|
|
4
|
+
} & {
|
|
5
|
+
default?: (props: typeof __VLS_17) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Toolbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toolbar.vue.d.ts","sourceRoot":"","sources":["../../src/components/Toolbar.vue"],"names":[],"mappings":"AAwyBA,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAkChD,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
name: string;
|
|
3
|
+
tooltip?: string;
|
|
4
|
+
dragOutSnapshot?: string;
|
|
5
|
+
placementSnapshot?: string;
|
|
6
|
+
cursor?: string;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
cursor: string;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=ToolbarButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/ToolbarButton.vue"],"names":[],"mappings":"AA6GA,KAAK,WAAW,GAAG;IAEf,IAAI,EAAE,MAAM,CAAC;IAEb,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAuEJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;YAtGR,MAAM;6EA6GjB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { UserData } from "../injection";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
users: UserData[];
|
|
4
|
+
currentSessionId: string;
|
|
5
|
+
camera: {
|
|
6
|
+
left: number;
|
|
7
|
+
top: number;
|
|
8
|
+
zoom: number;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=UserCursors.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserCursors.vue.d.ts","sourceRoot":"","sources":["../../src/components/UserCursors.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAM7C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;CACrD,CAAC;;AA+EF,wBAMG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { UserData } from "../injection";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
users: UserData[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=UserPresence.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserPresence.vue.d.ts","sourceRoot":"","sources":["../../src/components/UserPresence.vue"],"names":[],"mappings":"AAwMA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAE7C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB,CAAC;;AAuJF,wBAMG"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
versionMismatch: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=VersionMismatch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionMismatch.vue.d.ts","sourceRoot":"","sources":["../../src/components/VersionMismatch.vue"],"names":[],"mappings":"AAgEA,KAAK,WAAW,GAAG;IACjB,eAAe,EAAE,OAAO,CAAC;CAC1B,CAAC;;AAsDF,wBAMG"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { Editor, type ControlsOptionsInput, type EditorOptionsInput } from "@woven-canvas/core";
|
|
2
|
+
import { CanvasStore, type CanvasStoreOptions } from "@woven-ecs/canvas-store";
|
|
3
|
+
import { type AssetProvider } from "@woven-canvas/asset-sync";
|
|
4
|
+
import { type CanvasControlsOptionsInput } from "@woven-canvas/plugin-canvas-controls";
|
|
5
|
+
import { type SelectionPluginOptionsInput } from "@woven-canvas/plugin-selection";
|
|
6
|
+
import { type EraserPluginOptions } from "@woven-canvas/plugin-eraser";
|
|
7
|
+
import { type ArrowsPluginOptions } from "@woven-canvas/plugin-arrows";
|
|
8
|
+
import { type UserData } from "../injection";
|
|
9
|
+
import type { BlockData, BackgroundOptions } from "../types";
|
|
10
|
+
export interface WovenCanvasProps {
|
|
11
|
+
store?: CanvasStoreOptions;
|
|
12
|
+
editor?: EditorOptionsInput;
|
|
13
|
+
background?: BackgroundOptions;
|
|
14
|
+
assetProvider?: AssetProvider;
|
|
15
|
+
pluginOptions?: {
|
|
16
|
+
controls?: CanvasControlsOptionsInput | false;
|
|
17
|
+
selection?: SelectionPluginOptionsInput | false;
|
|
18
|
+
eraser?: EraserPluginOptions | false;
|
|
19
|
+
pen?: false;
|
|
20
|
+
arrows?: ArrowsPluginOptions | false;
|
|
21
|
+
};
|
|
22
|
+
controls?: ControlsOptionsInput;
|
|
23
|
+
}
|
|
24
|
+
type __VLS_Slots = {
|
|
25
|
+
default?: () => any;
|
|
26
|
+
loading?: (props: {
|
|
27
|
+
isLoading: boolean;
|
|
28
|
+
}) => any;
|
|
29
|
+
background?: (props: {
|
|
30
|
+
background: BackgroundOptions;
|
|
31
|
+
}) => any;
|
|
32
|
+
"floating-menu"?: () => any;
|
|
33
|
+
toolbar?: () => any;
|
|
34
|
+
"user-cursors"?: (props: {
|
|
35
|
+
users: UserData[];
|
|
36
|
+
currentSessionId: string;
|
|
37
|
+
camera: {
|
|
38
|
+
left: number;
|
|
39
|
+
top: number;
|
|
40
|
+
zoom: number;
|
|
41
|
+
};
|
|
42
|
+
}) => any;
|
|
43
|
+
"user-presence"?: (props: {
|
|
44
|
+
users: UserData[];
|
|
45
|
+
}) => any;
|
|
46
|
+
"offline-indicator"?: (props: {
|
|
47
|
+
isOnline: boolean;
|
|
48
|
+
}) => any;
|
|
49
|
+
"version-mismatch"?: (props: {
|
|
50
|
+
versionMismatch: boolean;
|
|
51
|
+
}) => any;
|
|
52
|
+
"back-to-content"?: () => any;
|
|
53
|
+
"file-drop-zone"?: () => any;
|
|
54
|
+
} & {
|
|
55
|
+
[slotName: `block:${string}`]: (props: BlockData) => any;
|
|
56
|
+
};
|
|
57
|
+
declare const __VLS_component: import("vue").DefineComponent<WovenCanvasProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
|
+
ready: (editor: Editor, store: CanvasStore) => any;
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<WovenCanvasProps> & Readonly<{
|
|
60
|
+
onReady?: ((editor: Editor, store: CanvasStore) => any) | undefined;
|
|
61
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
62
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
//# sourceMappingURL=WovenCanvas.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WovenCanvas.vue.d.ts","sourceRoot":"","sources":["../../src/components/WovenCanvas.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=ArcArrow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArcArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ArcArrow.vue"],"names":[],"mappings":"AAqSA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAgV7C,wBAMG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ArrowHandle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowHandle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ArrowHandle.vue"],"names":[],"mappings":";AA2GA,wBAKG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Vec2 } from "@woven-canvas/math";
|
|
2
|
+
import { ArrowHeadKind } from "@woven-canvas/plugin-arrows";
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
position: Vec2;
|
|
5
|
+
direction: Vec2;
|
|
6
|
+
thickness: number | string;
|
|
7
|
+
color: string;
|
|
8
|
+
arrowThickness: number;
|
|
9
|
+
kind: ArrowHeadKind;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=ArrowHead.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowHead.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ArrowHead.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,IAAI,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,aAAa,CAAC;CACrB,CAAC;;AAkMF,wBAMG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ArrowTerminal.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowTerminal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ArrowTerminal.vue"],"names":[],"mappings":";AAgFA,wBAKG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=ElbowArrow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElbowArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ElbowArrow.vue"],"names":[],"mappings":"AAqSA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AA2U7C,wBAMG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type EntityId } from "@woven-canvas/core";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
entityId: EntityId;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=Eraser.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Eraser.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Eraser.vue"],"names":[],"mappings":"AAwIA,OAAO,EAAS,KAAK,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAK1D,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;;AA2IF,wBAMG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=ImageBlock.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ImageBlock.vue"],"names":[],"mappings":"AA4LA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAgL7C,wBAMG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=PenStroke.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PenStroke.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PenStroke.vue"],"names":[],"mappings":"AAuMA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAoM7C,wBAMG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SelectionBox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectionBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/SelectionBox.vue"],"names":[],"mappings":";AAqEA,wBAKG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=ShapeBlock.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShapeBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ShapeBlock.vue"],"names":[],"mappings":"AA6IA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AA+J7C,wBAMG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=StickyNote.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StickyNote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/StickyNote.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AA8F7C,wBAMG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { BlockData } from "../../types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BlockData, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BlockData> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=TextBlock.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TextBlock.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAkF7C,wBAMG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=TransformBox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransformBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TransformBox.vue"],"names":[],"mappings":";AAkEA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=TransformHandle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransformHandle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TransformHandle.vue"],"names":[],"mappings":";AAwDA,wBAKG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type EntityId } from "@woven-canvas/core";
|
|
2
|
+
type ArrowSide = "start" | "end";
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
entityIds: EntityId[];
|
|
5
|
+
side: ArrowSide;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=ArrowHeadButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowHeadButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ArrowHeadButton.vue"],"names":[],"mappings":"AAgJA,OAAO,EAAgB,KAAK,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAYjE,KAAK,SAAS,GAAG,OAAO,GAAG,KAAK,CAAC;AAEjC,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;;AA8KF,wBAMG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type EntityId } from "@woven-canvas/core";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
entityIds: EntityId[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=ArrowThicknessButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowThicknessButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ArrowThicknessButton.vue"],"names":[],"mappings":"AAyGA,OAAO,EAAgB,KAAK,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAajE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,CAAC;;AA4JF,wBAMG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type ColorData } from "../../utils/color";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
currentColor?: string;
|
|
4
|
+
palette?: string[];
|
|
5
|
+
hideHighlight?: boolean;
|
|
6
|
+
withPicker?: boolean;
|
|
7
|
+
withOpacity?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
change: (color: ColorData) => any;
|
|
11
|
+
"picker-open": (open: boolean) => any;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
+
onChange?: ((color: ColorData) => any) | undefined;
|
|
14
|
+
"onPicker-open"?: ((open: boolean) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=ColorBubbles.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorBubbles.vue.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ColorBubbles.vue"],"names":[],"mappings":"AAiLA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE7D,KAAK,WAAW,GAAG;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;;;;;;;;AAoLF,wBAOG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { EntityId } from "@woven-canvas/core";
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
entityIds: EntityId[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=ColorButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ColorButton.vue"],"names":[],"mappings":"AA+GA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAUnD,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,CAAC;;AAiJF,wBAMG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (color: string) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((color: string) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=ColorInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ColorInput.vue"],"names":[],"mappings":"AAwHA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;;;;;;AA6HF,wBAOG"}
|