blockly 12.0.0-beta.4 → 12.0.0-beta.6
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/blockly.min.js +715 -664
- package/blockly.mjs +11 -1
- package/blockly_compressed.js +679 -661
- package/blockly_compressed.js.map +1 -1
- package/blocks_compressed.js +3 -3
- package/blocks_compressed.js.map +1 -1
- package/core/block.d.ts +1 -16
- package/core/block_svg.d.ts +19 -31
- package/core/blockly.d.ts +15 -7
- package/core/bubbles/bubble.d.ts +22 -3
- package/core/bubbles/textinput_bubble.d.ts +3 -5
- package/core/comments/rendered_workspace_comment.d.ts +11 -0
- package/core/common.d.ts +19 -7
- package/core/connection.d.ts +3 -2
- package/core/contextmenu_registry.d.ts +11 -9
- package/core/dialog.d.ts +36 -16
- package/core/events/events.d.ts +0 -2
- package/core/events/predicates.d.ts +0 -3
- package/core/events/utils.d.ts +1 -5
- package/core/field.d.ts +28 -30
- package/core/field_dropdown.d.ts +17 -3
- package/core/field_image.d.ts +0 -2
- package/core/field_input.d.ts +9 -0
- package/core/field_variable.d.ts +0 -2
- package/core/flyout_base.d.ts +25 -1
- package/core/flyout_button.d.ts +15 -13
- package/core/flyout_item.d.ts +3 -9
- package/core/flyout_navigator.d.ts +11 -0
- package/core/flyout_separator.d.ts +20 -1
- package/core/focus_manager.d.ts +86 -14
- package/core/icons/comment_icon.d.ts +3 -0
- package/core/icons/icon.d.ts +13 -0
- package/core/icons/mutator_icon.d.ts +3 -0
- package/core/icons/warning_icon.d.ts +3 -0
- package/core/interfaces/i_autohideable.d.ts +2 -0
- package/core/interfaces/i_bubble.d.ts +2 -1
- package/core/interfaces/i_flyout.d.ts +2 -1
- package/core/interfaces/i_focusable_node.d.ts +71 -8
- package/core/interfaces/i_focusable_tree.d.ts +67 -0
- package/core/interfaces/i_has_bubble.d.ts +13 -0
- package/core/interfaces/i_icon.d.ts +2 -1
- package/core/interfaces/i_navigation_policy.d.ts +63 -0
- package/core/interfaces/i_selectable.d.ts +7 -1
- package/core/interfaces/i_toolbox.d.ts +2 -1
- package/core/interfaces/i_toolbox_item.d.ts +2 -1
- package/core/keyboard_nav/block_navigation_policy.d.ts +59 -0
- package/core/keyboard_nav/connection_navigation_policy.d.ts +67 -0
- package/core/keyboard_nav/field_navigation_policy.d.ts +56 -0
- package/core/keyboard_nav/flyout_button_navigation_policy.d.ts +56 -0
- package/core/keyboard_nav/flyout_navigation_policy.d.ts +65 -0
- package/core/keyboard_nav/flyout_separator_navigation_policy.d.ts +33 -0
- package/core/keyboard_nav/line_cursor.d.ts +24 -185
- package/core/keyboard_nav/marker.d.ts +17 -29
- package/core/keyboard_nav/workspace_navigation_policy.d.ts +56 -0
- package/core/layer_manager.d.ts +3 -2
- package/core/marker_manager.d.ts +0 -26
- package/core/navigator.d.ts +65 -0
- package/core/rendered_connection.d.ts +24 -1
- package/core/renderers/common/block_rendering.d.ts +1 -2
- package/core/renderers/common/drawer.d.ts +1 -1
- package/core/renderers/common/i_path_object.d.ts +1 -25
- package/core/renderers/common/path_object.d.ts +1 -26
- package/core/renderers/common/renderer.d.ts +0 -11
- package/core/renderers/zelos/drawer.d.ts +1 -1
- package/core/renderers/zelos/renderer.d.ts +0 -11
- package/core/renderers/zelos/zelos.d.ts +1 -2
- package/core/shortcut_registry.d.ts +7 -2
- package/core/toast.d.ts +74 -0
- package/core/toolbox/toolbox.d.ts +25 -1
- package/core/toolbox/toolbox_item.d.ts +11 -0
- package/core/utils/aria.d.ts +5 -2
- package/core/utils/object.d.ts +3 -0
- package/core/variable_map.d.ts +11 -6
- package/core/variables.d.ts +3 -1
- package/core/workspace.d.ts +11 -11
- package/core/workspace_dragger.d.ts +5 -0
- package/core/workspace_svg.d.ts +99 -48
- package/index.mjs +11 -1
- package/msg/ab.js +33 -0
- package/msg/ab.mjs +33 -0
- package/msg/ace.js +33 -0
- package/msg/ace.mjs +33 -0
- package/msg/af.js +33 -0
- package/msg/af.mjs +33 -0
- package/msg/am.js +33 -0
- package/msg/am.mjs +33 -0
- package/msg/ar.js +33 -0
- package/msg/ar.mjs +33 -0
- package/msg/ast.js +33 -0
- package/msg/ast.mjs +33 -0
- package/msg/az.js +33 -0
- package/msg/az.mjs +33 -0
- package/msg/ba.js +33 -0
- package/msg/ba.mjs +33 -0
- package/msg/bcc.js +33 -0
- package/msg/bcc.mjs +33 -0
- package/msg/be-tarask.js +33 -0
- package/msg/be-tarask.mjs +33 -0
- package/msg/be.js +33 -0
- package/msg/be.mjs +33 -0
- package/msg/bg.js +33 -0
- package/msg/bg.mjs +33 -0
- package/msg/bn.js +33 -0
- package/msg/bn.mjs +33 -0
- package/msg/br.js +33 -0
- package/msg/br.mjs +33 -0
- package/msg/bs.js +33 -0
- package/msg/bs.mjs +33 -0
- package/msg/ca.js +33 -0
- package/msg/ca.mjs +33 -0
- package/msg/cdo.js +33 -0
- package/msg/cdo.mjs +33 -0
- package/msg/ce.js +33 -0
- package/msg/ce.mjs +33 -0
- package/msg/cs.js +33 -0
- package/msg/cs.mjs +33 -0
- package/msg/da.js +33 -0
- package/msg/da.mjs +33 -0
- package/msg/de.js +33 -0
- package/msg/de.mjs +33 -0
- package/msg/diq.js +33 -0
- package/msg/diq.mjs +33 -0
- package/msg/dtp.js +33 -0
- package/msg/dtp.mjs +33 -0
- package/msg/dty.js +33 -0
- package/msg/dty.mjs +33 -0
- package/msg/ee.js +33 -0
- package/msg/ee.mjs +33 -0
- package/msg/el.js +33 -0
- package/msg/el.mjs +33 -0
- package/msg/en-gb.js +33 -0
- package/msg/en-gb.mjs +33 -0
- package/msg/en.js +33 -0
- package/msg/en.mjs +33 -0
- package/msg/eo.js +33 -0
- package/msg/eo.mjs +33 -0
- package/msg/es.js +33 -0
- package/msg/es.mjs +33 -0
- package/msg/et.js +33 -0
- package/msg/et.mjs +33 -0
- package/msg/eu.js +33 -0
- package/msg/eu.mjs +33 -0
- package/msg/fa.js +33 -0
- package/msg/fa.mjs +33 -0
- package/msg/fi.js +33 -0
- package/msg/fi.mjs +33 -0
- package/msg/fo.js +33 -0
- package/msg/fo.mjs +33 -0
- package/msg/fr.js +33 -0
- package/msg/fr.mjs +33 -0
- package/msg/frr.js +33 -0
- package/msg/frr.mjs +33 -0
- package/msg/gl.js +33 -0
- package/msg/gl.mjs +33 -0
- package/msg/gn.js +33 -0
- package/msg/gn.mjs +33 -0
- package/msg/gor.js +33 -0
- package/msg/gor.mjs +33 -0
- package/msg/ha.js +33 -0
- package/msg/ha.mjs +33 -0
- package/msg/hak.js +33 -0
- package/msg/hak.mjs +33 -0
- package/msg/he.js +33 -0
- package/msg/he.mjs +33 -0
- package/msg/hi.js +33 -0
- package/msg/hi.mjs +33 -0
- package/msg/hr.js +33 -0
- package/msg/hr.mjs +33 -0
- package/msg/hrx.js +33 -0
- package/msg/hrx.mjs +33 -0
- package/msg/hsb.js +33 -0
- package/msg/hsb.mjs +33 -0
- package/msg/hu.js +33 -0
- package/msg/hu.mjs +33 -0
- package/msg/hy.js +33 -0
- package/msg/hy.mjs +33 -0
- package/msg/ia.js +33 -0
- package/msg/ia.mjs +33 -0
- package/msg/id.js +33 -0
- package/msg/id.mjs +33 -0
- package/msg/ig.js +33 -0
- package/msg/ig.mjs +33 -0
- package/msg/inh.js +33 -0
- package/msg/inh.mjs +33 -0
- package/msg/is.js +33 -0
- package/msg/is.mjs +33 -0
- package/msg/it.js +33 -0
- package/msg/it.mjs +33 -0
- package/msg/ja.js +33 -0
- package/msg/ja.mjs +33 -0
- package/msg/ka.js +33 -0
- package/msg/ka.mjs +33 -0
- package/msg/kab.js +33 -0
- package/msg/kab.mjs +33 -0
- package/msg/kbd-cyrl.js +33 -0
- package/msg/kbd-cyrl.mjs +33 -0
- package/msg/km.js +33 -0
- package/msg/km.mjs +33 -0
- package/msg/kn.js +33 -0
- package/msg/kn.mjs +33 -0
- package/msg/ko.js +33 -0
- package/msg/ko.mjs +33 -0
- package/msg/ksh.js +33 -0
- package/msg/ksh.mjs +33 -0
- package/msg/ku-latn.js +33 -0
- package/msg/ku-latn.mjs +33 -0
- package/msg/ky.js +33 -0
- package/msg/ky.mjs +33 -0
- package/msg/la.js +33 -0
- package/msg/la.mjs +33 -0
- package/msg/lb.js +33 -0
- package/msg/lb.mjs +33 -0
- package/msg/lki.js +33 -0
- package/msg/lki.mjs +33 -0
- package/msg/lo.js +33 -0
- package/msg/lo.mjs +33 -0
- package/msg/lrc.js +33 -0
- package/msg/lrc.mjs +33 -0
- package/msg/lt.js +33 -0
- package/msg/lt.mjs +33 -0
- package/msg/lv.js +33 -0
- package/msg/lv.mjs +33 -0
- package/msg/mg.js +33 -0
- package/msg/mg.mjs +33 -0
- package/msg/mk.js +33 -0
- package/msg/mk.mjs +33 -0
- package/msg/ml.js +33 -0
- package/msg/ml.mjs +33 -0
- package/msg/mnw.js +33 -0
- package/msg/mnw.mjs +33 -0
- package/msg/ms.js +33 -0
- package/msg/ms.mjs +33 -0
- package/msg/my.js +33 -0
- package/msg/my.mjs +33 -0
- package/msg/mzn.js +33 -0
- package/msg/mzn.mjs +33 -0
- package/msg/nb.js +33 -0
- package/msg/nb.mjs +33 -0
- package/msg/ne.js +33 -0
- package/msg/ne.mjs +33 -0
- package/msg/nl.js +33 -0
- package/msg/nl.mjs +33 -0
- package/msg/oc.js +33 -0
- package/msg/oc.mjs +33 -0
- package/msg/olo.js +33 -0
- package/msg/olo.mjs +33 -0
- package/msg/pa.js +33 -0
- package/msg/pa.mjs +33 -0
- package/msg/pl.js +33 -0
- package/msg/pl.mjs +33 -0
- package/msg/pms.js +33 -0
- package/msg/pms.mjs +33 -0
- package/msg/ps.js +33 -0
- package/msg/ps.mjs +33 -0
- package/msg/pt-br.js +33 -0
- package/msg/pt-br.mjs +33 -0
- package/msg/pt.js +33 -0
- package/msg/pt.mjs +33 -0
- package/msg/ro.js +33 -0
- package/msg/ro.mjs +33 -0
- package/msg/ru.js +33 -0
- package/msg/ru.mjs +33 -0
- package/msg/sc.js +33 -0
- package/msg/sc.mjs +33 -0
- package/msg/sco.js +33 -0
- package/msg/sco.mjs +33 -0
- package/msg/sd.js +33 -0
- package/msg/sd.mjs +33 -0
- package/msg/shn.js +33 -0
- package/msg/shn.mjs +33 -0
- package/msg/si.js +33 -0
- package/msg/si.mjs +33 -0
- package/msg/sk.js +33 -0
- package/msg/sk.mjs +33 -0
- package/msg/skr-arab.js +33 -0
- package/msg/skr-arab.mjs +33 -0
- package/msg/sl.js +33 -0
- package/msg/sl.mjs +33 -0
- package/msg/smn.js +33 -0
- package/msg/smn.mjs +33 -0
- package/msg/sq.js +33 -0
- package/msg/sq.mjs +33 -0
- package/msg/sr-latn.js +33 -0
- package/msg/sr-latn.mjs +33 -0
- package/msg/sr.js +33 -0
- package/msg/sr.mjs +33 -0
- package/msg/sv.js +33 -0
- package/msg/sv.mjs +33 -0
- package/msg/sw.js +33 -0
- package/msg/sw.mjs +33 -0
- package/msg/ta.js +33 -0
- package/msg/ta.mjs +33 -0
- package/msg/tcy.js +33 -0
- package/msg/tcy.mjs +33 -0
- package/msg/tdd.js +33 -0
- package/msg/tdd.mjs +33 -0
- package/msg/te.js +33 -0
- package/msg/te.mjs +33 -0
- package/msg/th.js +33 -0
- package/msg/th.mjs +33 -0
- package/msg/ti.js +33 -0
- package/msg/ti.mjs +33 -0
- package/msg/tl.js +33 -0
- package/msg/tl.mjs +33 -0
- package/msg/tlh.js +33 -0
- package/msg/tlh.mjs +33 -0
- package/msg/tr.js +33 -0
- package/msg/tr.mjs +33 -0
- package/msg/ug-arab.js +33 -0
- package/msg/ug-arab.mjs +33 -0
- package/msg/uk.js +33 -0
- package/msg/uk.mjs +33 -0
- package/msg/ur.js +33 -0
- package/msg/ur.mjs +33 -0
- package/msg/uz.js +33 -0
- package/msg/uz.mjs +33 -0
- package/msg/vi.js +33 -0
- package/msg/vi.mjs +33 -0
- package/msg/xmf.js +33 -0
- package/msg/xmf.mjs +33 -0
- package/msg/yo.js +33 -0
- package/msg/yo.mjs +33 -0
- package/msg/zgh.js +33 -0
- package/msg/zgh.mjs +33 -0
- package/msg/zh-hans.js +33 -0
- package/msg/zh-hans.mjs +33 -0
- package/msg/zh-hant.js +33 -0
- package/msg/zh-hant.mjs +33 -0
- package/package.json +4 -4
- package/core/events/events_marker_move.d.ts +0 -69
- package/core/interfaces/i_ast_node_location.d.ts +0 -11
- package/core/interfaces/i_ast_node_location_svg.d.ts +0 -24
- package/core/interfaces/i_ast_node_location_with_block.d.ts +0 -19
- package/core/keyboard_nav/ast_node.d.ts +0 -297
- package/core/renderers/common/marker_svg.d.ts +0 -256
- package/core/renderers/zelos/marker_svg.d.ts +0 -49
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2020 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import type { IASTNodeLocation } from './i_ast_node_location.js';
|
|
7
|
-
/**
|
|
8
|
-
* An AST node location SVG interface.
|
|
9
|
-
*/
|
|
10
|
-
export interface IASTNodeLocationSvg extends IASTNodeLocation {
|
|
11
|
-
/**
|
|
12
|
-
* Add the marker SVG to this node's SVG group.
|
|
13
|
-
*
|
|
14
|
-
* @param markerSvg The SVG root of the marker to be added to the SVG group.
|
|
15
|
-
*/
|
|
16
|
-
setMarkerSvg(markerSvg: SVGElement | null): void;
|
|
17
|
-
/**
|
|
18
|
-
* Add the cursor SVG to this node's SVG group.
|
|
19
|
-
*
|
|
20
|
-
* @param cursorSvg The SVG root of the cursor to be added to the SVG group.
|
|
21
|
-
*/
|
|
22
|
-
setCursorSvg(cursorSvg: SVGElement | null): void;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=i_ast_node_location_svg.d.ts.map
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2020 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import type { Block } from '../block.js';
|
|
7
|
-
import type { IASTNodeLocation } from './i_ast_node_location.js';
|
|
8
|
-
/**
|
|
9
|
-
* An AST node location that has an associated block.
|
|
10
|
-
*/
|
|
11
|
-
export interface IASTNodeLocationWithBlock extends IASTNodeLocation {
|
|
12
|
-
/**
|
|
13
|
-
* Get the source block associated with this node.
|
|
14
|
-
*
|
|
15
|
-
* @returns The source block.
|
|
16
|
-
*/
|
|
17
|
-
getSourceBlock(): Block | null;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=i_ast_node_location_with_block.d.ts.map
|
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2019 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* The class representing an AST node.
|
|
8
|
-
* Used to traverse the Blockly AST.
|
|
9
|
-
*
|
|
10
|
-
* @class
|
|
11
|
-
*/
|
|
12
|
-
import { Block } from '../block.js';
|
|
13
|
-
import type { Connection } from '../connection.js';
|
|
14
|
-
import type { Field } from '../field.js';
|
|
15
|
-
import { FlyoutButton } from '../flyout_button.js';
|
|
16
|
-
import type { Input } from '../inputs/input.js';
|
|
17
|
-
import type { IASTNodeLocation } from '../interfaces/i_ast_node_location.js';
|
|
18
|
-
import { Coordinate } from '../utils/coordinate.js';
|
|
19
|
-
import type { Workspace } from '../workspace.js';
|
|
20
|
-
/**
|
|
21
|
-
* Class for an AST node.
|
|
22
|
-
* It is recommended that you use one of the createNode methods instead of
|
|
23
|
-
* creating a node directly.
|
|
24
|
-
*/
|
|
25
|
-
export declare class ASTNode {
|
|
26
|
-
/**
|
|
27
|
-
* True to navigate to all fields. False to only navigate to clickable fields.
|
|
28
|
-
*/
|
|
29
|
-
static NAVIGATE_ALL_FIELDS: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* The default y offset to use when moving the cursor from a stack to the
|
|
32
|
-
* workspace.
|
|
33
|
-
*/
|
|
34
|
-
private static readonly DEFAULT_OFFSET_Y;
|
|
35
|
-
private readonly type;
|
|
36
|
-
private readonly isConnectionLocation;
|
|
37
|
-
private readonly location;
|
|
38
|
-
/** The coordinate on the workspace. */
|
|
39
|
-
private wsCoordinate;
|
|
40
|
-
/**
|
|
41
|
-
* @param type The type of the location.
|
|
42
|
-
* Must be in ASTNode.types.
|
|
43
|
-
* @param location The position in the AST.
|
|
44
|
-
* @param opt_params Optional dictionary of options.
|
|
45
|
-
*/
|
|
46
|
-
constructor(type: string, location: IASTNodeLocation, opt_params?: Params);
|
|
47
|
-
/**
|
|
48
|
-
* Parse the optional parameters.
|
|
49
|
-
*
|
|
50
|
-
* @param params The user specified parameters.
|
|
51
|
-
*/
|
|
52
|
-
private processParams;
|
|
53
|
-
/**
|
|
54
|
-
* Gets the value pointed to by this node.
|
|
55
|
-
* It is the callers responsibility to check the node type to figure out what
|
|
56
|
-
* type of object they get back from this.
|
|
57
|
-
*
|
|
58
|
-
* @returns The current field, connection, workspace, or block the cursor is
|
|
59
|
-
* on.
|
|
60
|
-
*/
|
|
61
|
-
getLocation(): IASTNodeLocation;
|
|
62
|
-
/**
|
|
63
|
-
* The type of the current location.
|
|
64
|
-
* One of ASTNode.types
|
|
65
|
-
*
|
|
66
|
-
* @returns The type of the location.
|
|
67
|
-
*/
|
|
68
|
-
getType(): string;
|
|
69
|
-
/**
|
|
70
|
-
* The coordinate on the workspace.
|
|
71
|
-
*
|
|
72
|
-
* @returns The workspace coordinate or null if the location is not a
|
|
73
|
-
* workspace.
|
|
74
|
-
*/
|
|
75
|
-
getWsCoordinate(): Coordinate | null;
|
|
76
|
-
/**
|
|
77
|
-
* Whether the node points to a connection.
|
|
78
|
-
*
|
|
79
|
-
* @returns [description]
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
isConnection(): boolean;
|
|
83
|
-
/**
|
|
84
|
-
* Given an input find the next editable field or an input with a non null
|
|
85
|
-
* connection in the same block. The current location must be an input
|
|
86
|
-
* connection.
|
|
87
|
-
*
|
|
88
|
-
* @returns The AST node holding the next field or connection or null if there
|
|
89
|
-
* is no editable field or input connection after the given input.
|
|
90
|
-
*/
|
|
91
|
-
private findNextForInput;
|
|
92
|
-
/**
|
|
93
|
-
* Given a field find the next editable field or an input with a non null
|
|
94
|
-
* connection in the same block. The current location must be a field.
|
|
95
|
-
*
|
|
96
|
-
* @returns The AST node pointing to the next field or connection or null if
|
|
97
|
-
* there is no editable field or input connection after the given input.
|
|
98
|
-
*/
|
|
99
|
-
private findNextForField;
|
|
100
|
-
/**
|
|
101
|
-
* Given an input find the previous editable field or an input with a non null
|
|
102
|
-
* connection in the same block. The current location must be an input
|
|
103
|
-
* connection.
|
|
104
|
-
*
|
|
105
|
-
* @returns The AST node holding the previous field or connection.
|
|
106
|
-
*/
|
|
107
|
-
private findPrevForInput;
|
|
108
|
-
/**
|
|
109
|
-
* Given a field find the previous editable field or an input with a non null
|
|
110
|
-
* connection in the same block. The current location must be a field.
|
|
111
|
-
*
|
|
112
|
-
* @returns The AST node holding the previous input or field.
|
|
113
|
-
*/
|
|
114
|
-
private findPrevForField;
|
|
115
|
-
/**
|
|
116
|
-
* Navigate between stacks of blocks on the workspace.
|
|
117
|
-
*
|
|
118
|
-
* @param forward True to go forward. False to go backwards.
|
|
119
|
-
* @returns The first block of the next stack or null if there are no blocks
|
|
120
|
-
* on the workspace.
|
|
121
|
-
*/
|
|
122
|
-
private navigateBetweenStacks;
|
|
123
|
-
/**
|
|
124
|
-
* Navigate between buttons and stacks of blocks on the flyout workspace.
|
|
125
|
-
*
|
|
126
|
-
* @param forward True to go forward. False to go backwards.
|
|
127
|
-
* @returns The next button, or next stack's first block, or null
|
|
128
|
-
*/
|
|
129
|
-
private navigateFlyoutContents;
|
|
130
|
-
/**
|
|
131
|
-
* Finds the next (or previous if navigating backward) item in the flyout that should be navigated to.
|
|
132
|
-
*
|
|
133
|
-
* @param flyoutContents Contents of the current flyout.
|
|
134
|
-
* @param currentLocation Current ASTNode location.
|
|
135
|
-
* @param forward True if we're navigating forward, else false.
|
|
136
|
-
* @returns The next (or previous) FlyoutItem, or null if there is none.
|
|
137
|
-
*/
|
|
138
|
-
private findNextLocationInFlyout;
|
|
139
|
-
/**
|
|
140
|
-
* Finds the top most AST node for a given block.
|
|
141
|
-
* This is either the previous connection, output connection or block
|
|
142
|
-
* depending on what kind of connections the block has.
|
|
143
|
-
*
|
|
144
|
-
* @param block The block that we want to find the top connection on.
|
|
145
|
-
* @returns The AST node containing the top connection.
|
|
146
|
-
*/
|
|
147
|
-
private findTopASTNodeForBlock;
|
|
148
|
-
/**
|
|
149
|
-
* Get the AST node pointing to the input that the block is nested under or if
|
|
150
|
-
* the block is not nested then get the stack AST node.
|
|
151
|
-
*
|
|
152
|
-
* @param block The source block of the current location.
|
|
153
|
-
* @returns The AST node pointing to the input connection or the top block of
|
|
154
|
-
* the stack this block is in.
|
|
155
|
-
*/
|
|
156
|
-
private getOutAstNodeForBlock;
|
|
157
|
-
/**
|
|
158
|
-
* Find the first editable field or input with a connection on a given block.
|
|
159
|
-
*
|
|
160
|
-
* @param block The source block of the current location.
|
|
161
|
-
* @returns An AST node pointing to the first field or input.
|
|
162
|
-
* Null if there are no editable fields or inputs with connections on the
|
|
163
|
-
* block.
|
|
164
|
-
*/
|
|
165
|
-
private findFirstFieldOrInput;
|
|
166
|
-
/**
|
|
167
|
-
* Finds the source block of the location of this node.
|
|
168
|
-
*
|
|
169
|
-
* @returns The source block of the location, or null if the node is of type
|
|
170
|
-
* workspace or button.
|
|
171
|
-
*/
|
|
172
|
-
getSourceBlock(): Block | null;
|
|
173
|
-
/**
|
|
174
|
-
* Find the element to the right of the current element in the AST.
|
|
175
|
-
*
|
|
176
|
-
* @returns An AST node that wraps the next field, connection, block, or
|
|
177
|
-
* workspace. Or null if there is no node to the right.
|
|
178
|
-
*/
|
|
179
|
-
next(): ASTNode | null;
|
|
180
|
-
/**
|
|
181
|
-
* Find the element one level below and all the way to the left of the current
|
|
182
|
-
* location.
|
|
183
|
-
*
|
|
184
|
-
* @returns An AST node that wraps the next field, connection, workspace, or
|
|
185
|
-
* block. Or null if there is nothing below this node.
|
|
186
|
-
*/
|
|
187
|
-
in(): ASTNode | null;
|
|
188
|
-
/**
|
|
189
|
-
* Find the element to the left of the current element in the AST.
|
|
190
|
-
*
|
|
191
|
-
* @returns An AST node that wraps the previous field, connection, workspace
|
|
192
|
-
* or block. Or null if no node exists to the left. null.
|
|
193
|
-
*/
|
|
194
|
-
prev(): ASTNode | null;
|
|
195
|
-
/**
|
|
196
|
-
* Find the next element that is one position above and all the way to the
|
|
197
|
-
* left of the current location.
|
|
198
|
-
*
|
|
199
|
-
* @returns An AST node that wraps the next field, connection, workspace or
|
|
200
|
-
* block. Or null if we are at the workspace level.
|
|
201
|
-
*/
|
|
202
|
-
out(): ASTNode | null;
|
|
203
|
-
/**
|
|
204
|
-
* Whether an AST node of the given type points to a connection.
|
|
205
|
-
*
|
|
206
|
-
* @param type The type to check. One of ASTNode.types.
|
|
207
|
-
* @returns True if a node of the given type points to a connection.
|
|
208
|
-
*/
|
|
209
|
-
private static isConnectionType;
|
|
210
|
-
/**
|
|
211
|
-
* Create an AST node pointing to a field.
|
|
212
|
-
*
|
|
213
|
-
* @param field The location of the AST node.
|
|
214
|
-
* @returns An AST node pointing to a field.
|
|
215
|
-
*/
|
|
216
|
-
static createFieldNode(field: Field): ASTNode;
|
|
217
|
-
/**
|
|
218
|
-
* Creates an AST node pointing to a connection. If the connection has a
|
|
219
|
-
* parent input then create an AST node of type input that will hold the
|
|
220
|
-
* connection.
|
|
221
|
-
*
|
|
222
|
-
* @param connection This is the connection the node will point to.
|
|
223
|
-
* @returns An AST node pointing to a connection.
|
|
224
|
-
*/
|
|
225
|
-
static createConnectionNode(connection: Connection): ASTNode | null;
|
|
226
|
-
/**
|
|
227
|
-
* Creates an AST node pointing to an input. Stores the input connection as
|
|
228
|
-
* the location.
|
|
229
|
-
*
|
|
230
|
-
* @param input The input used to create an AST node.
|
|
231
|
-
* @returns An AST node pointing to a input.
|
|
232
|
-
*/
|
|
233
|
-
static createInputNode(input: Input): ASTNode | null;
|
|
234
|
-
/**
|
|
235
|
-
* Creates an AST node pointing to a block.
|
|
236
|
-
*
|
|
237
|
-
* @param block The block used to create an AST node.
|
|
238
|
-
* @returns An AST node pointing to a block.
|
|
239
|
-
*/
|
|
240
|
-
static createBlockNode(block: Block): ASTNode;
|
|
241
|
-
/**
|
|
242
|
-
* Create an AST node of type stack. A stack, represented by its top block, is
|
|
243
|
-
* the set of all blocks connected to a top block, including the top
|
|
244
|
-
* block.
|
|
245
|
-
*
|
|
246
|
-
* @param topBlock A top block has no parent and can be found in the list
|
|
247
|
-
* returned by workspace.getTopBlocks().
|
|
248
|
-
* @returns An AST node of type stack that points to the top block on the
|
|
249
|
-
* stack.
|
|
250
|
-
*/
|
|
251
|
-
static createStackNode(topBlock: Block): ASTNode;
|
|
252
|
-
/**
|
|
253
|
-
* Create an AST node of type button. A button in this case refers
|
|
254
|
-
* specifically to a button in a flyout.
|
|
255
|
-
*
|
|
256
|
-
* @param button A top block has no parent and can be found in the list
|
|
257
|
-
* returned by workspace.getTopBlocks().
|
|
258
|
-
* @returns An AST node of type stack that points to the top block on the
|
|
259
|
-
* stack.
|
|
260
|
-
*/
|
|
261
|
-
static createButtonNode(button: FlyoutButton): ASTNode;
|
|
262
|
-
/**
|
|
263
|
-
* Creates an AST node pointing to a workspace.
|
|
264
|
-
*
|
|
265
|
-
* @param workspace The workspace that we are on.
|
|
266
|
-
* @param wsCoordinate The position on the workspace for this node.
|
|
267
|
-
* @returns An AST node pointing to a workspace and a position on the
|
|
268
|
-
* workspace.
|
|
269
|
-
*/
|
|
270
|
-
static createWorkspaceNode(workspace: Workspace, wsCoordinate: Coordinate): ASTNode;
|
|
271
|
-
/**
|
|
272
|
-
* Creates an AST node for the top position on a block.
|
|
273
|
-
* This is either an output connection, previous connection, or block.
|
|
274
|
-
*
|
|
275
|
-
* @param block The block to find the top most AST node on.
|
|
276
|
-
* @returns The AST node holding the top most position on the block.
|
|
277
|
-
*/
|
|
278
|
-
static createTopNode(block: Block): ASTNode | null;
|
|
279
|
-
}
|
|
280
|
-
export declare namespace ASTNode {
|
|
281
|
-
interface Params {
|
|
282
|
-
wsCoordinate: Coordinate;
|
|
283
|
-
}
|
|
284
|
-
enum types {
|
|
285
|
-
FIELD = "field",
|
|
286
|
-
BLOCK = "block",
|
|
287
|
-
INPUT = "input",
|
|
288
|
-
OUTPUT = "output",
|
|
289
|
-
NEXT = "next",
|
|
290
|
-
PREVIOUS = "previous",
|
|
291
|
-
STACK = "stack",
|
|
292
|
-
WORKSPACE = "workspace",
|
|
293
|
-
BUTTON = "button"
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
export type Params = ASTNode.Params;
|
|
297
|
-
//# sourceMappingURL=ast_node.d.ts.map
|
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2019 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import '../../events/events_marker_move.js';
|
|
7
|
-
import type { IASTNodeLocationSvg } from '../../interfaces/i_ast_node_location_svg.js';
|
|
8
|
-
import { ASTNode } from '../../keyboard_nav/ast_node.js';
|
|
9
|
-
import type { Marker } from '../../keyboard_nav/marker.js';
|
|
10
|
-
import type { RenderedConnection } from '../../rendered_connection.js';
|
|
11
|
-
import type { WorkspaceSvg } from '../../workspace_svg.js';
|
|
12
|
-
import type { ConstantProvider, Notch, PuzzleTab } from './constants.js';
|
|
13
|
-
/**
|
|
14
|
-
* Class for a marker, containing methods for graphically rendering a marker as
|
|
15
|
-
* SVG.
|
|
16
|
-
*/
|
|
17
|
-
export declare class MarkerSvg {
|
|
18
|
-
protected readonly workspace: WorkspaceSvg;
|
|
19
|
-
protected readonly marker: Marker;
|
|
20
|
-
/**
|
|
21
|
-
* The workspace, field, or block that the marker SVG element should be
|
|
22
|
-
* attached to.
|
|
23
|
-
*/
|
|
24
|
-
protected parent: IASTNodeLocationSvg | null;
|
|
25
|
-
/** The current SVG element for the marker. */
|
|
26
|
-
currentMarkerSvg: SVGElement | null;
|
|
27
|
-
colour_: string;
|
|
28
|
-
/** The root SVG group containing the marker. */
|
|
29
|
-
protected markerSvg_: SVGGElement | null;
|
|
30
|
-
protected svgGroup_: SVGGElement | null;
|
|
31
|
-
protected markerBlock_: SVGPathElement | null;
|
|
32
|
-
protected markerInput_: SVGPathElement | null;
|
|
33
|
-
protected markerSvgLine_: SVGRectElement | null;
|
|
34
|
-
protected markerSvgRect_: SVGRectElement | null;
|
|
35
|
-
/** The constants necessary to draw the marker. */
|
|
36
|
-
protected constants_: ConstantProvider;
|
|
37
|
-
/**
|
|
38
|
-
* @param workspace The workspace the marker belongs to.
|
|
39
|
-
* @param constants The constants for the renderer.
|
|
40
|
-
* @param marker The marker to draw.
|
|
41
|
-
*/
|
|
42
|
-
constructor(workspace: WorkspaceSvg, constants: ConstantProvider, marker: Marker);
|
|
43
|
-
/**
|
|
44
|
-
* Return the root node of the SVG or null if none exists.
|
|
45
|
-
*
|
|
46
|
-
* @returns The root SVG node.
|
|
47
|
-
*/
|
|
48
|
-
getSvgRoot(): SVGElement | null;
|
|
49
|
-
/**
|
|
50
|
-
* Get the marker.
|
|
51
|
-
*
|
|
52
|
-
* @returns The marker to draw for.
|
|
53
|
-
*/
|
|
54
|
-
getMarker(): Marker;
|
|
55
|
-
/**
|
|
56
|
-
* True if the marker should be drawn as a cursor, false otherwise.
|
|
57
|
-
* A cursor is drawn as a flashing line. A marker is drawn as a solid line.
|
|
58
|
-
*
|
|
59
|
-
* @returns True if the marker is a cursor, false otherwise.
|
|
60
|
-
*/
|
|
61
|
-
isCursor(): boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Create the DOM element for the marker.
|
|
64
|
-
*
|
|
65
|
-
* @returns The marker controls SVG group.
|
|
66
|
-
*/
|
|
67
|
-
createDom(): SVGElement;
|
|
68
|
-
/**
|
|
69
|
-
* Attaches the SVG root of the marker to the SVG group of the parent.
|
|
70
|
-
*
|
|
71
|
-
* @param newParent The workspace, field, or block that the marker SVG element
|
|
72
|
-
* should be attached to.
|
|
73
|
-
*/
|
|
74
|
-
protected setParent_(newParent: IASTNodeLocationSvg): void;
|
|
75
|
-
/**
|
|
76
|
-
* Update the marker.
|
|
77
|
-
*
|
|
78
|
-
* @param oldNode The previous node the marker was on or null.
|
|
79
|
-
* @param curNode The node that we want to draw the marker for.
|
|
80
|
-
*/
|
|
81
|
-
draw(oldNode: ASTNode | null, curNode: ASTNode | null): void;
|
|
82
|
-
/**
|
|
83
|
-
* Update the marker's visible state based on the type of curNode..
|
|
84
|
-
*
|
|
85
|
-
* @param curNode The node that we want to draw the marker for.
|
|
86
|
-
*/
|
|
87
|
-
protected showAtLocation_(curNode: ASTNode): void;
|
|
88
|
-
/**************************
|
|
89
|
-
* Display
|
|
90
|
-
**************************/
|
|
91
|
-
/**
|
|
92
|
-
* Show the marker as a combination of the previous connection and block,
|
|
93
|
-
* the output connection and block, or just the block.
|
|
94
|
-
*
|
|
95
|
-
* @param curNode The node to draw the marker for.
|
|
96
|
-
*/
|
|
97
|
-
protected showWithBlockPrevOutput(curNode: ASTNode): void;
|
|
98
|
-
/**
|
|
99
|
-
* Position and display the marker for a block.
|
|
100
|
-
*
|
|
101
|
-
* @param curNode The node to draw the marker for.
|
|
102
|
-
*/
|
|
103
|
-
protected showWithBlock_(curNode: ASTNode): void;
|
|
104
|
-
/**
|
|
105
|
-
* Position and display the marker for a previous connection.
|
|
106
|
-
*
|
|
107
|
-
* @param curNode The node to draw the marker for.
|
|
108
|
-
*/
|
|
109
|
-
protected showWithPrevious_(curNode: ASTNode): void;
|
|
110
|
-
/**
|
|
111
|
-
* Position and display the marker for an output connection.
|
|
112
|
-
*
|
|
113
|
-
* @param curNode The node to draw the marker for.
|
|
114
|
-
*/
|
|
115
|
-
protected showWithOutput_(curNode: ASTNode): void;
|
|
116
|
-
/**
|
|
117
|
-
* Position and display the marker for a workspace coordinate.
|
|
118
|
-
* This is a horizontal line.
|
|
119
|
-
*
|
|
120
|
-
* @param curNode The node to draw the marker for.
|
|
121
|
-
*/
|
|
122
|
-
protected showWithCoordinates_(curNode: ASTNode): void;
|
|
123
|
-
/**
|
|
124
|
-
* Position and display the marker for a field.
|
|
125
|
-
* This is a box around the field.
|
|
126
|
-
*
|
|
127
|
-
* @param curNode The node to draw the marker for.
|
|
128
|
-
*/
|
|
129
|
-
protected showWithField_(curNode: ASTNode): void;
|
|
130
|
-
/**
|
|
131
|
-
* Position and display the marker for an input.
|
|
132
|
-
* This is a puzzle piece.
|
|
133
|
-
*
|
|
134
|
-
* @param curNode The node to draw the marker for.
|
|
135
|
-
*/
|
|
136
|
-
protected showWithInput_(curNode: ASTNode): void;
|
|
137
|
-
/**
|
|
138
|
-
* Position and display the marker for a next connection.
|
|
139
|
-
* This is a horizontal line.
|
|
140
|
-
*
|
|
141
|
-
* @param curNode The node to draw the marker for.
|
|
142
|
-
*/
|
|
143
|
-
protected showWithNext_(curNode: ASTNode): void;
|
|
144
|
-
/**
|
|
145
|
-
* Position and display the marker for a stack.
|
|
146
|
-
* This is a box with extra padding around the entire stack of blocks.
|
|
147
|
-
*
|
|
148
|
-
* @param curNode The node to draw the marker for.
|
|
149
|
-
*/
|
|
150
|
-
protected showWithStack_(curNode: ASTNode): void;
|
|
151
|
-
/**
|
|
152
|
-
* Position and display the marker for a flyout button.
|
|
153
|
-
* This is a box with extra padding around the button.
|
|
154
|
-
*
|
|
155
|
-
* @param curNode The node to draw the marker for.
|
|
156
|
-
*/
|
|
157
|
-
protected showWithButton_(curNode: ASTNode): void;
|
|
158
|
-
/** Show the current marker. */
|
|
159
|
-
protected showCurrent_(): void;
|
|
160
|
-
/**************************
|
|
161
|
-
* Position
|
|
162
|
-
**************************/
|
|
163
|
-
/**
|
|
164
|
-
* Position the marker for a block.
|
|
165
|
-
* Displays an outline of the top half of a rectangle around a block.
|
|
166
|
-
*
|
|
167
|
-
* @param width The width of the block.
|
|
168
|
-
* @param markerOffset The extra padding for around the block.
|
|
169
|
-
* @param markerHeight The height of the marker.
|
|
170
|
-
*/
|
|
171
|
-
protected positionBlock_(width: number, markerOffset: number, markerHeight: number): void;
|
|
172
|
-
/**
|
|
173
|
-
* Position the marker for an input connection.
|
|
174
|
-
* Displays a filled in puzzle piece.
|
|
175
|
-
*
|
|
176
|
-
* @param connection The connection to position marker around.
|
|
177
|
-
*/
|
|
178
|
-
protected positionInput_(connection: RenderedConnection): void;
|
|
179
|
-
/**
|
|
180
|
-
* Move and show the marker at the specified coordinate in workspace units.
|
|
181
|
-
* Displays a horizontal line.
|
|
182
|
-
*
|
|
183
|
-
* @param x The new x, in workspace units.
|
|
184
|
-
* @param y The new y, in workspace units.
|
|
185
|
-
* @param width The new width, in workspace units.
|
|
186
|
-
*/
|
|
187
|
-
protected positionLine_(x: number, y: number, width: number): void;
|
|
188
|
-
/**
|
|
189
|
-
* Position the marker for an output connection.
|
|
190
|
-
* Displays a puzzle outline and the top and bottom path.
|
|
191
|
-
*
|
|
192
|
-
* @param width The width of the block.
|
|
193
|
-
* @param height The height of the block.
|
|
194
|
-
* @param connectionShape The shape object for the connection.
|
|
195
|
-
*/
|
|
196
|
-
protected positionOutput_(width: number, height: number, connectionShape: PuzzleTab): void;
|
|
197
|
-
/**
|
|
198
|
-
* Position the marker for a previous connection.
|
|
199
|
-
* Displays a half rectangle with a notch in the top to represent the previous
|
|
200
|
-
* connection.
|
|
201
|
-
*
|
|
202
|
-
* @param width The width of the block.
|
|
203
|
-
* @param markerOffset The offset of the marker from around the block.
|
|
204
|
-
* @param markerHeight The height of the marker.
|
|
205
|
-
* @param connectionShape The shape object for the connection.
|
|
206
|
-
*/
|
|
207
|
-
protected positionPrevious_(width: number, markerOffset: number, markerHeight: number, connectionShape: Notch): void;
|
|
208
|
-
/**
|
|
209
|
-
* Move and show the marker at the specified coordinate in workspace units.
|
|
210
|
-
* Displays a filled in rectangle.
|
|
211
|
-
*
|
|
212
|
-
* @param x The new x, in workspace units.
|
|
213
|
-
* @param y The new y, in workspace units.
|
|
214
|
-
* @param width The new width, in workspace units.
|
|
215
|
-
* @param height The new height, in workspace units.
|
|
216
|
-
*/
|
|
217
|
-
protected positionRect_(x: number, y: number, width: number, height: number): void;
|
|
218
|
-
/**
|
|
219
|
-
* Flip the SVG paths in RTL.
|
|
220
|
-
*
|
|
221
|
-
* @param markerSvg The marker that we want to flip.
|
|
222
|
-
*/
|
|
223
|
-
private flipRtl;
|
|
224
|
-
/** Hide the marker. */
|
|
225
|
-
hide(): void;
|
|
226
|
-
/**
|
|
227
|
-
* Fire event for the marker or marker.
|
|
228
|
-
*
|
|
229
|
-
* @param oldNode The old node the marker used to be on.
|
|
230
|
-
* @param curNode The new node the marker is currently on.
|
|
231
|
-
*/
|
|
232
|
-
protected fireMarkerEvent(oldNode: ASTNode | null, curNode: ASTNode): void;
|
|
233
|
-
/**
|
|
234
|
-
* Get the properties to make a marker blink.
|
|
235
|
-
*
|
|
236
|
-
* @returns The object holding attributes to make the marker blink.
|
|
237
|
-
*/
|
|
238
|
-
protected getBlinkProperties_(): {
|
|
239
|
-
[key: string]: string;
|
|
240
|
-
};
|
|
241
|
-
/**
|
|
242
|
-
* Create the marker SVG.
|
|
243
|
-
*
|
|
244
|
-
* @returns The SVG node created.
|
|
245
|
-
*/
|
|
246
|
-
protected createDomInternal_(): Element;
|
|
247
|
-
/**
|
|
248
|
-
* Apply the marker's colour.
|
|
249
|
-
*
|
|
250
|
-
* @param _curNode The node that we want to draw the marker for.
|
|
251
|
-
*/
|
|
252
|
-
protected applyColour_(_curNode: ASTNode): void;
|
|
253
|
-
/** Dispose of this marker. */
|
|
254
|
-
dispose(): void;
|
|
255
|
-
}
|
|
256
|
-
//# sourceMappingURL=marker_svg.d.ts.map
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2019 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import type { ASTNode } from '../../keyboard_nav/ast_node.js';
|
|
7
|
-
import type { Marker } from '../../keyboard_nav/marker.js';
|
|
8
|
-
import type { WorkspaceSvg } from '../../workspace_svg.js';
|
|
9
|
-
import type { ConstantProvider as BaseConstantProvider } from '../common/constants.js';
|
|
10
|
-
import { MarkerSvg as BaseMarkerSvg } from '../common/marker_svg.js';
|
|
11
|
-
import type { ConstantProvider as ZelosConstantProvider } from './constants.js';
|
|
12
|
-
/**
|
|
13
|
-
* Class to draw a marker.
|
|
14
|
-
*/
|
|
15
|
-
export declare class MarkerSvg extends BaseMarkerSvg {
|
|
16
|
-
constants_: ZelosConstantProvider;
|
|
17
|
-
private markerCircle;
|
|
18
|
-
/**
|
|
19
|
-
* @param workspace The workspace the marker belongs to.
|
|
20
|
-
* @param constants The constants for the renderer.
|
|
21
|
-
* @param marker The marker to draw.
|
|
22
|
-
*/
|
|
23
|
-
constructor(workspace: WorkspaceSvg, constants: BaseConstantProvider, marker: Marker);
|
|
24
|
-
/**
|
|
25
|
-
* Position and display the marker for an input or an output connection.
|
|
26
|
-
*
|
|
27
|
-
* @param curNode The node to draw the marker for.
|
|
28
|
-
*/
|
|
29
|
-
private showWithInputOutput;
|
|
30
|
-
showWithOutput_(curNode: ASTNode): void;
|
|
31
|
-
showWithInput_(curNode: ASTNode): void;
|
|
32
|
-
/**
|
|
33
|
-
* Draw a rectangle around the block.
|
|
34
|
-
*
|
|
35
|
-
* @param curNode The current node of the marker.
|
|
36
|
-
*/
|
|
37
|
-
showWithBlock_(curNode: ASTNode): void;
|
|
38
|
-
/**
|
|
39
|
-
* Position the circle we use for input and output connections.
|
|
40
|
-
*
|
|
41
|
-
* @param x The x position of the circle.
|
|
42
|
-
* @param y The y position of the circle.
|
|
43
|
-
*/
|
|
44
|
-
private positionCircle;
|
|
45
|
-
hide(): void;
|
|
46
|
-
createDomInternal_(): SVGGElement;
|
|
47
|
-
applyColour_(curNode: ASTNode): void;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=marker_svg.d.ts.map
|