@itwin/editor-frontend 4.0.0-dev.8 → 4.0.0-dev.81
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/CHANGELOG.md +44 -1
- package/lib/cjs/CreateElementTool.d.ts +100 -100
- package/lib/cjs/CreateElementTool.js +325 -327
- package/lib/cjs/CreateElementTool.js.map +1 -1
- package/lib/cjs/DeleteElementsTool.d.ts +13 -13
- package/lib/cjs/DeleteElementsTool.js +38 -38
- package/lib/cjs/DeleteElementsTool.js.map +1 -1
- package/lib/cjs/EditTool.d.ts +38 -38
- package/lib/cjs/EditTool.js +80 -81
- package/lib/cjs/EditTool.js.map +1 -1
- package/lib/cjs/EditToolIpc.d.ts +18 -18
- package/lib/cjs/EditToolIpc.js +28 -28
- package/lib/cjs/ElementGeometryTool.d.ts +147 -147
- package/lib/cjs/ElementGeometryTool.js +704 -709
- package/lib/cjs/ElementGeometryTool.js.map +1 -1
- package/lib/cjs/ModifyCurveTools.d.ts +139 -139
- package/lib/cjs/ModifyCurveTools.js +776 -784
- package/lib/cjs/ModifyCurveTools.js.map +1 -1
- package/lib/cjs/ModifyElementTool.d.ts +47 -47
- package/lib/cjs/ModifyElementTool.js +177 -177
- package/lib/cjs/ModifyElementTool.js.map +1 -1
- package/lib/cjs/ProjectLocation/ProjectExtentsDecoration.d.ts +135 -135
- package/lib/cjs/ProjectLocation/ProjectExtentsDecoration.js +822 -822
- package/lib/cjs/ProjectLocation/ProjectExtentsDecoration.js.map +1 -1
- package/lib/cjs/ProjectLocation/ProjectGeolocation.d.ts +135 -135
- package/lib/cjs/ProjectLocation/ProjectGeolocation.js +532 -532
- package/lib/cjs/ProjectLocation/ProjectGeolocation.js.map +1 -1
- package/lib/cjs/SketchTools.d.ts +304 -304
- package/lib/cjs/SketchTools.js +1704 -1705
- package/lib/cjs/SketchTools.js.map +1 -1
- package/lib/cjs/SolidModelingTools.d.ts +380 -380
- package/lib/cjs/SolidModelingTools.js +1452 -1462
- package/lib/cjs/SolidModelingTools.js.map +1 -1
- package/lib/cjs/SolidPrimitiveTools.d.ts +318 -318
- package/lib/cjs/SolidPrimitiveTools.js +1372 -1378
- package/lib/cjs/SolidPrimitiveTools.js.map +1 -1
- package/lib/cjs/TransformElementsTool.d.ts +164 -164
- package/lib/cjs/TransformElementsTool.js +652 -652
- package/lib/cjs/TransformElementsTool.js.map +1 -1
- package/lib/cjs/UndoRedoTool.d.ts +16 -16
- package/lib/cjs/UndoRedoTool.js +41 -42
- package/lib/cjs/UndoRedoTool.js.map +1 -1
- package/lib/cjs/editor-frontend.d.ts +17 -17
- package/lib/cjs/editor-frontend.js +37 -33
- package/lib/cjs/editor-frontend.js.map +1 -1
- package/lib/esm/CreateElementTool.d.ts +100 -100
- package/lib/esm/CreateElementTool.js +317 -319
- package/lib/esm/CreateElementTool.js.map +1 -1
- package/lib/esm/DeleteElementsTool.d.ts +13 -13
- package/lib/esm/DeleteElementsTool.js +35 -34
- package/lib/esm/DeleteElementsTool.js.map +1 -1
- package/lib/esm/EditTool.d.ts +38 -38
- package/lib/esm/EditTool.js +77 -77
- package/lib/esm/EditTool.js.map +1 -1
- package/lib/esm/EditToolIpc.d.ts +18 -18
- package/lib/esm/EditToolIpc.js +24 -24
- package/lib/esm/ElementGeometryTool.d.ts +147 -147
- package/lib/esm/ElementGeometryTool.js +696 -701
- package/lib/esm/ElementGeometryTool.js.map +1 -1
- package/lib/esm/ModifyCurveTools.d.ts +139 -139
- package/lib/esm/ModifyCurveTools.js +771 -775
- package/lib/esm/ModifyCurveTools.js.map +1 -1
- package/lib/esm/ModifyElementTool.d.ts +47 -47
- package/lib/esm/ModifyElementTool.js +172 -172
- package/lib/esm/ModifyElementTool.js.map +1 -1
- package/lib/esm/ProjectLocation/ProjectExtentsDecoration.d.ts +135 -135
- package/lib/esm/ProjectLocation/ProjectExtentsDecoration.js +818 -814
- package/lib/esm/ProjectLocation/ProjectExtentsDecoration.js.map +1 -1
- package/lib/esm/ProjectLocation/ProjectGeolocation.d.ts +135 -135
- package/lib/esm/ProjectLocation/ProjectGeolocation.js +529 -526
- package/lib/esm/ProjectLocation/ProjectGeolocation.js.map +1 -1
- package/lib/esm/SketchTools.d.ts +304 -304
- package/lib/esm/SketchTools.js +1700 -1695
- package/lib/esm/SketchTools.js.map +1 -1
- package/lib/esm/SolidModelingTools.d.ts +380 -380
- package/lib/esm/SolidModelingTools.js +1444 -1437
- package/lib/esm/SolidModelingTools.js.map +1 -1
- package/lib/esm/SolidPrimitiveTools.d.ts +318 -318
- package/lib/esm/SolidPrimitiveTools.js +1368 -1367
- package/lib/esm/SolidPrimitiveTools.js.map +1 -1
- package/lib/esm/TransformElementsTool.d.ts +164 -164
- package/lib/esm/TransformElementsTool.js +647 -644
- package/lib/esm/TransformElementsTool.js.map +1 -1
- package/lib/esm/UndoRedoTool.d.ts +16 -16
- package/lib/esm/UndoRedoTool.js +38 -36
- package/lib/esm/UndoRedoTool.js.map +1 -1
- package/lib/esm/editor-frontend.d.ts +17 -17
- package/lib/esm/editor-frontend.js +21 -21
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
# Change Log - @itwin/editor-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.7.1
|
|
11
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.7.0
|
|
16
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 3.6.3
|
|
21
|
+
Mon, 27 Mar 2023 16:26:47 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 3.6.2
|
|
26
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
29
|
+
|
|
30
|
+
## 3.6.1
|
|
31
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
34
|
+
|
|
35
|
+
## 3.6.0
|
|
36
|
+
Wed, 08 Feb 2023 14:58:40 GMT
|
|
37
|
+
|
|
38
|
+
### Updates
|
|
39
|
+
|
|
40
|
+
- add EditTools.busyRetry
|
|
41
|
+
- Added RegionBooleanTool to unite, subtract, or intersect planar regions.
|
|
42
|
+
|
|
43
|
+
## 3.5.6
|
|
44
|
+
Fri, 24 Feb 2023 16:02:47 GMT
|
|
45
|
+
|
|
46
|
+
_Version update only_
|
|
4
47
|
|
|
5
48
|
## 3.5.5
|
|
6
49
|
Thu, 26 Jan 2023 22:53:27 GMT
|
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
import { Id64String } from "@itwin/core-bentley";
|
|
2
|
-
import { Point3d, Range3d, Transform } from "@itwin/core-geometry";
|
|
3
|
-
import { ElementGeometryBuilderParams, FlatBufferGeometryStream, GeometricElementProps, JsonGeometryStream, PlacementProps } from "@itwin/core-common";
|
|
4
|
-
import { BeButtonEvent, DynamicsContext, EventHandled, IModelConnection, PrimitiveTool, RenderGraphicOwner, ToolAssistanceInstruction, Viewport } from "@itwin/core-frontend";
|
|
5
|
-
/** @alpha */
|
|
6
|
-
export declare function computeChordToleranceFromPoint(vp: Viewport, pt: Point3d, radius?: number): number;
|
|
7
|
-
/** @alpha */
|
|
8
|
-
export declare function computeChordToleranceFromRange(vp: Viewport, range: Range3d): number;
|
|
9
|
-
/** @alpha */
|
|
10
|
-
export declare class DynamicGraphicsProvider {
|
|
11
|
-
readonly iModel: IModelConnection;
|
|
12
|
-
readonly prefix: string;
|
|
13
|
-
graphic?: RenderGraphicOwner;
|
|
14
|
-
/** Current request for graphic */
|
|
15
|
-
private _graphicPromise?;
|
|
16
|
-
/** Optional element id generated graphics will be associated to */
|
|
17
|
-
elementId?: Id64String;
|
|
18
|
-
/** Optional model id generated graphics will be associated to */
|
|
19
|
-
modelId?: Id64String;
|
|
20
|
-
/** Chord tolerance to use to stroke the element's geometry in meters */
|
|
21
|
-
chordTolerance: number;
|
|
22
|
-
constructor(iModel: IModelConnection, prefix: string);
|
|
23
|
-
private getRequestId;
|
|
24
|
-
private getToleranceLog10;
|
|
25
|
-
private createRequest;
|
|
26
|
-
/** Call to request a RenderGraphic for the supplied geometry and placement.
|
|
27
|
-
* @see [[cleanupGraphic]] Must be called when the tool exits.
|
|
28
|
-
*/
|
|
29
|
-
createGraphic(categoryId: Id64String, placement: PlacementProps, geometry: JsonGeometryStream | FlatBufferGeometryStream): Promise<boolean>;
|
|
30
|
-
/** Call to request a RenderGraphic for the supplied geometry and trigger a dynamic update upon fulfillment.
|
|
31
|
-
* @note May be useful to update a dynamic preview outside of normal button and motion events, ex. modifier key change.
|
|
32
|
-
* @see [[cleanupGraphic]] Must be called when the tool exits.
|
|
33
|
-
*/
|
|
34
|
-
createGraphicAndUpdateDynamics(ev: BeButtonEvent, categoryId: Id64String, placement: PlacementProps, geometry: JsonGeometryStream | FlatBufferGeometryStream): void;
|
|
35
|
-
/** Call to dispose of [[RenderGraphic]] held by [[RenderGraphicOwner]].
|
|
36
|
-
* @note Must be called when the tool exits to avoid leaks of graphics memory or other webgl resources.
|
|
37
|
-
*/
|
|
38
|
-
cleanupGraphic(): void;
|
|
39
|
-
addGraphic(context: DynamicsContext, transform?: Transform): void;
|
|
40
|
-
}
|
|
41
|
-
/** @alpha Placement tool base class for creating new elements. */
|
|
42
|
-
export declare abstract class CreateElementTool extends PrimitiveTool {
|
|
43
|
-
get targetCategory(): Id64String;
|
|
44
|
-
get targetModelId(): Id64String;
|
|
45
|
-
isCompatibleViewport(vp: Viewport | undefined, isSelectedViewChange: boolean): boolean;
|
|
46
|
-
/** Whether [[setupAndPromptForNextAction]] should call [[AccuSnap.enableSnap]] for current tool phase.
|
|
47
|
-
* @return true to enable snapping to elements.
|
|
48
|
-
*/
|
|
49
|
-
protected get wantAccuSnap(): boolean;
|
|
50
|
-
/** Whether to automatically start element dynamics on button event.
|
|
51
|
-
* @return true if tool will implement [[InteractiveTool.onDynamicFrame]] to show element dynamics.
|
|
52
|
-
*/
|
|
53
|
-
protected get wantDynamics(): boolean;
|
|
54
|
-
/** Whether tool is ready to insert the new element.
|
|
55
|
-
* @return true to call [[createElement]].
|
|
56
|
-
*/
|
|
57
|
-
protected isComplete(_ev: BeButtonEvent): boolean;
|
|
58
|
-
/** Insert new element and call [[saveChanges]] */
|
|
59
|
-
protected abstract createElement(): Promise<void>;
|
|
60
|
-
/** Orchestrates advancing the internal state of the tool on a data button event.
|
|
61
|
-
* - Gather input: Initiates element dynamics and accepts additional points as required.
|
|
62
|
-
* - Complete operation: Create new element, restart or exit tool.
|
|
63
|
-
* @returns EventHandled.Yes if onReinitialize was called to restart or exit tool.
|
|
64
|
-
*/
|
|
65
|
-
protected processDataButton(ev: BeButtonEvent): Promise<EventHandled>;
|
|
66
|
-
onDataButtonDown(ev: BeButtonEvent): Promise<EventHandled>;
|
|
67
|
-
onResetButtonUp(_ev: BeButtonEvent): Promise<EventHandled>;
|
|
68
|
-
/** Setup initial tool state, prompts, etc. */
|
|
69
|
-
onPostInstall(): Promise<void>;
|
|
70
|
-
/** Restore tool assistance after no longer being suspended by either a [[ViewTool]] or [[InputCollector]]. */
|
|
71
|
-
onUnsuspend(): Promise<void>;
|
|
72
|
-
/** Setup auto-locate, AccuSnap, AccuDraw, and supply tool assistance. */
|
|
73
|
-
protected setupAndPromptForNextAction(): void;
|
|
74
|
-
/** Sub-classes should override to provide tool specific instructions. */
|
|
75
|
-
protected provideToolAssistance(mainInstrText?: string, additionalInstr?: ToolAssistanceInstruction[]): void;
|
|
76
|
-
}
|
|
77
|
-
/** @alpha Placement tool base class for creating new elements that use dynamics to show intermediate results. */
|
|
78
|
-
export declare abstract class CreateElementWithDynamicsTool extends CreateElementTool {
|
|
79
|
-
protected _graphicsProvider?: DynamicGraphicsProvider;
|
|
80
|
-
protected get wantAccuSnap(): boolean;
|
|
81
|
-
protected get wantDynamics(): boolean;
|
|
82
|
-
protected clearGraphics(): void;
|
|
83
|
-
protected createGraphics(ev: BeButtonEvent): Promise<void>;
|
|
84
|
-
onDynamicFrame(_ev: BeButtonEvent, context: DynamicsContext): void;
|
|
85
|
-
onMouseMotion(ev: BeButtonEvent): Promise<void>;
|
|
86
|
-
protected abstract getPlacementProps(): PlacementProps | undefined;
|
|
87
|
-
protected abstract getGeometryProps(placement: PlacementProps): JsonGeometryStream | FlatBufferGeometryStream | undefined;
|
|
88
|
-
protected abstract getElementProps(placement: PlacementProps): GeometricElementProps | undefined;
|
|
89
|
-
protected doCreateElement(_props: GeometricElementProps, _data?: ElementGeometryBuilderParams): Promise<void>;
|
|
90
|
-
protected updateElementData(_ev: BeButtonEvent, _isDynamics: boolean): Promise<void>;
|
|
91
|
-
protected updateDynamicData(ev: BeButtonEvent): Promise<boolean>;
|
|
92
|
-
protected createElement(): Promise<void>;
|
|
93
|
-
protected setupAccuDraw(): void;
|
|
94
|
-
protected setupAndPromptForNextAction(): void;
|
|
95
|
-
protected acceptPoint(ev: BeButtonEvent): Promise<boolean>;
|
|
96
|
-
onDataButtonDown(ev: BeButtonEvent): Promise<EventHandled>;
|
|
97
|
-
protected cancelPoint(_ev: BeButtonEvent): Promise<boolean>;
|
|
98
|
-
onResetButtonUp(ev: BeButtonEvent): Promise<EventHandled>;
|
|
99
|
-
onCleanup(): Promise<void>;
|
|
100
|
-
}
|
|
1
|
+
import { Id64String } from "@itwin/core-bentley";
|
|
2
|
+
import { Point3d, Range3d, Transform } from "@itwin/core-geometry";
|
|
3
|
+
import { ElementGeometryBuilderParams, FlatBufferGeometryStream, GeometricElementProps, JsonGeometryStream, PlacementProps } from "@itwin/core-common";
|
|
4
|
+
import { BeButtonEvent, DynamicsContext, EventHandled, IModelConnection, PrimitiveTool, RenderGraphicOwner, ToolAssistanceInstruction, Viewport } from "@itwin/core-frontend";
|
|
5
|
+
/** @alpha */
|
|
6
|
+
export declare function computeChordToleranceFromPoint(vp: Viewport, pt: Point3d, radius?: number): number;
|
|
7
|
+
/** @alpha */
|
|
8
|
+
export declare function computeChordToleranceFromRange(vp: Viewport, range: Range3d): number;
|
|
9
|
+
/** @alpha */
|
|
10
|
+
export declare class DynamicGraphicsProvider {
|
|
11
|
+
readonly iModel: IModelConnection;
|
|
12
|
+
readonly prefix: string;
|
|
13
|
+
graphic?: RenderGraphicOwner;
|
|
14
|
+
/** Current request for graphic */
|
|
15
|
+
private _graphicPromise?;
|
|
16
|
+
/** Optional element id generated graphics will be associated to */
|
|
17
|
+
elementId?: Id64String;
|
|
18
|
+
/** Optional model id generated graphics will be associated to */
|
|
19
|
+
modelId?: Id64String;
|
|
20
|
+
/** Chord tolerance to use to stroke the element's geometry in meters */
|
|
21
|
+
chordTolerance: number;
|
|
22
|
+
constructor(iModel: IModelConnection, prefix: string);
|
|
23
|
+
private getRequestId;
|
|
24
|
+
private getToleranceLog10;
|
|
25
|
+
private createRequest;
|
|
26
|
+
/** Call to request a RenderGraphic for the supplied geometry and placement.
|
|
27
|
+
* @see [[cleanupGraphic]] Must be called when the tool exits.
|
|
28
|
+
*/
|
|
29
|
+
createGraphic(categoryId: Id64String, placement: PlacementProps, geometry: JsonGeometryStream | FlatBufferGeometryStream): Promise<boolean>;
|
|
30
|
+
/** Call to request a RenderGraphic for the supplied geometry and trigger a dynamic update upon fulfillment.
|
|
31
|
+
* @note May be useful to update a dynamic preview outside of normal button and motion events, ex. modifier key change.
|
|
32
|
+
* @see [[cleanupGraphic]] Must be called when the tool exits.
|
|
33
|
+
*/
|
|
34
|
+
createGraphicAndUpdateDynamics(ev: BeButtonEvent, categoryId: Id64String, placement: PlacementProps, geometry: JsonGeometryStream | FlatBufferGeometryStream): void;
|
|
35
|
+
/** Call to dispose of [[RenderGraphic]] held by [[RenderGraphicOwner]].
|
|
36
|
+
* @note Must be called when the tool exits to avoid leaks of graphics memory or other webgl resources.
|
|
37
|
+
*/
|
|
38
|
+
cleanupGraphic(): void;
|
|
39
|
+
addGraphic(context: DynamicsContext, transform?: Transform): void;
|
|
40
|
+
}
|
|
41
|
+
/** @alpha Placement tool base class for creating new elements. */
|
|
42
|
+
export declare abstract class CreateElementTool extends PrimitiveTool {
|
|
43
|
+
get targetCategory(): Id64String;
|
|
44
|
+
get targetModelId(): Id64String;
|
|
45
|
+
isCompatibleViewport(vp: Viewport | undefined, isSelectedViewChange: boolean): boolean;
|
|
46
|
+
/** Whether [[setupAndPromptForNextAction]] should call [[AccuSnap.enableSnap]] for current tool phase.
|
|
47
|
+
* @return true to enable snapping to elements.
|
|
48
|
+
*/
|
|
49
|
+
protected get wantAccuSnap(): boolean;
|
|
50
|
+
/** Whether to automatically start element dynamics on button event.
|
|
51
|
+
* @return true if tool will implement [[InteractiveTool.onDynamicFrame]] to show element dynamics.
|
|
52
|
+
*/
|
|
53
|
+
protected get wantDynamics(): boolean;
|
|
54
|
+
/** Whether tool is ready to insert the new element.
|
|
55
|
+
* @return true to call [[createElement]].
|
|
56
|
+
*/
|
|
57
|
+
protected isComplete(_ev: BeButtonEvent): boolean;
|
|
58
|
+
/** Insert new element and call [[saveChanges]] */
|
|
59
|
+
protected abstract createElement(): Promise<void>;
|
|
60
|
+
/** Orchestrates advancing the internal state of the tool on a data button event.
|
|
61
|
+
* - Gather input: Initiates element dynamics and accepts additional points as required.
|
|
62
|
+
* - Complete operation: Create new element, restart or exit tool.
|
|
63
|
+
* @returns EventHandled.Yes if onReinitialize was called to restart or exit tool.
|
|
64
|
+
*/
|
|
65
|
+
protected processDataButton(ev: BeButtonEvent): Promise<EventHandled>;
|
|
66
|
+
onDataButtonDown(ev: BeButtonEvent): Promise<EventHandled>;
|
|
67
|
+
onResetButtonUp(_ev: BeButtonEvent): Promise<EventHandled>;
|
|
68
|
+
/** Setup initial tool state, prompts, etc. */
|
|
69
|
+
onPostInstall(): Promise<void>;
|
|
70
|
+
/** Restore tool assistance after no longer being suspended by either a [[ViewTool]] or [[InputCollector]]. */
|
|
71
|
+
onUnsuspend(): Promise<void>;
|
|
72
|
+
/** Setup auto-locate, AccuSnap, AccuDraw, and supply tool assistance. */
|
|
73
|
+
protected setupAndPromptForNextAction(): void;
|
|
74
|
+
/** Sub-classes should override to provide tool specific instructions. */
|
|
75
|
+
protected provideToolAssistance(mainInstrText?: string, additionalInstr?: ToolAssistanceInstruction[]): void;
|
|
76
|
+
}
|
|
77
|
+
/** @alpha Placement tool base class for creating new elements that use dynamics to show intermediate results. */
|
|
78
|
+
export declare abstract class CreateElementWithDynamicsTool extends CreateElementTool {
|
|
79
|
+
protected _graphicsProvider?: DynamicGraphicsProvider;
|
|
80
|
+
protected get wantAccuSnap(): boolean;
|
|
81
|
+
protected get wantDynamics(): boolean;
|
|
82
|
+
protected clearGraphics(): void;
|
|
83
|
+
protected createGraphics(ev: BeButtonEvent): Promise<void>;
|
|
84
|
+
onDynamicFrame(_ev: BeButtonEvent, context: DynamicsContext): void;
|
|
85
|
+
onMouseMotion(ev: BeButtonEvent): Promise<void>;
|
|
86
|
+
protected abstract getPlacementProps(): PlacementProps | undefined;
|
|
87
|
+
protected abstract getGeometryProps(placement: PlacementProps): JsonGeometryStream | FlatBufferGeometryStream | undefined;
|
|
88
|
+
protected abstract getElementProps(placement: PlacementProps): GeometricElementProps | undefined;
|
|
89
|
+
protected doCreateElement(_props: GeometricElementProps, _data?: ElementGeometryBuilderParams): Promise<void>;
|
|
90
|
+
protected updateElementData(_ev: BeButtonEvent, _isDynamics: boolean): Promise<void>;
|
|
91
|
+
protected updateDynamicData(ev: BeButtonEvent): Promise<boolean>;
|
|
92
|
+
protected createElement(): Promise<void>;
|
|
93
|
+
protected setupAccuDraw(): void;
|
|
94
|
+
protected setupAndPromptForNextAction(): void;
|
|
95
|
+
protected acceptPoint(ev: BeButtonEvent): Promise<boolean>;
|
|
96
|
+
onDataButtonDown(ev: BeButtonEvent): Promise<EventHandled>;
|
|
97
|
+
protected cancelPoint(_ev: BeButtonEvent): Promise<boolean>;
|
|
98
|
+
onResetButtonUp(ev: BeButtonEvent): Promise<EventHandled>;
|
|
99
|
+
onCleanup(): Promise<void>;
|
|
100
|
+
}
|
|
101
101
|
//# sourceMappingURL=CreateElementTool.d.ts.map
|