|
| 1 | +import {loadChunk} from '../tests/scripts/load.mjs'; |
| 2 | + |
| 3 | + |
| 4 | +export const { |
| 5 | + Block, |
| 6 | + BlockFlyoutInflater, |
| 7 | + BlockNavigationPolicy, |
| 8 | + BlockSvg, |
| 9 | + Blocks, |
| 10 | + BubbleNavigationPolicy, |
| 11 | + ButtonFlyoutInflater, |
| 12 | + COLLAPSED_FIELD_NAME, |
| 13 | + COLLAPSED_INPUT_NAME, |
| 14 | + COLLAPSE_CHARS, |
| 15 | + CodeGenerator, |
| 16 | + CollapsibleToolboxCategory, |
| 17 | + CommentBarButtonNavigationPolicy, |
| 18 | + CommentEditorNavigationPolicy, |
| 19 | + ComponentManager, |
| 20 | + Connection, |
| 21 | + ConnectionChecker, |
| 22 | + ConnectionDB, |
| 23 | + ConnectionNavigationPolicy, |
| 24 | + ConnectionType, |
| 25 | + ContextMenu, |
| 26 | + ContextMenuItems, |
| 27 | + ContextMenuRegistry, |
| 28 | + Css, |
| 29 | + DELETE_VARIABLE_ID, |
| 30 | + DeleteArea, |
| 31 | + Direction, |
| 32 | + DragDisposition, |
| 33 | + DragTarget, |
| 34 | + DropDownDiv, |
| 35 | + Events, |
| 36 | + Extensions, |
| 37 | + Field, |
| 38 | + FieldCheckbox, |
| 39 | + FieldDropdown, |
| 40 | + FieldImage, |
| 41 | + FieldLabel, |
| 42 | + FieldLabelSerializable, |
| 43 | + FieldNavigationPolicy, |
| 44 | + FieldNumber, |
| 45 | + FieldTextInput, |
| 46 | + FieldVariable, |
| 47 | + Flyout, |
| 48 | + FlyoutButton, |
| 49 | + FlyoutButtonNavigationPolicy, |
| 50 | + FlyoutItem, |
| 51 | + FlyoutMetricsManager, |
| 52 | + FlyoutNavigator, |
| 53 | + FlyoutSeparator, |
| 54 | + FlyoutSeparatorNavigationPolicy, |
| 55 | + FocusManager, |
| 56 | + FocusableTreeTraverser, |
| 57 | + Generator, |
| 58 | + Gesture, |
| 59 | + Grid, |
| 60 | + HorizontalFlyout, |
| 61 | + INPUT_VALUE, |
| 62 | + IconNavigationPolicy, |
| 63 | + Input, |
| 64 | + InsertionMarkerPreviewer, |
| 65 | + KeyboardMover, |
| 66 | + KeyboardNavigationController, |
| 67 | + LabelFlyoutInflater, |
| 68 | + Menu, |
| 69 | + MenuItem, |
| 70 | + MetricsManager, |
| 71 | + MoveIndicator, |
| 72 | + Msg, |
| 73 | + NEXT_STATEMENT, |
| 74 | + Names, |
| 75 | + NavigationDirection, |
| 76 | + Navigator, |
| 77 | + OPPOSITE_TYPE, |
| 78 | + OUTPUT_VALUE, |
| 79 | + Options, |
| 80 | + PREVIOUS_STATEMENT, |
| 81 | + PROCEDURE_CATEGORY_NAME, |
| 82 | + Procedures, |
| 83 | + RENAME_VARIABLE_ID, |
| 84 | + RenderedConnection, |
| 85 | + Scrollbar, |
| 86 | + ScrollbarPair, |
| 87 | + SeparatorFlyoutInflater, |
| 88 | + ShortcutItems, |
| 89 | + ShortcutRegistry, |
| 90 | + TOOLBOX_AT_BOTTOM, |
| 91 | + TOOLBOX_AT_LEFT, |
| 92 | + TOOLBOX_AT_RIGHT, |
| 93 | + TOOLBOX_AT_TOP, |
| 94 | + Theme, |
| 95 | + ThemeManager, |
| 96 | + Themes, |
| 97 | + Toast, |
| 98 | + Toolbox, |
| 99 | + ToolboxCategory, |
| 100 | + ToolboxItem, |
| 101 | + ToolboxItemNavigationPolicy, |
| 102 | + ToolboxNavigator, |
| 103 | + ToolboxSeparator, |
| 104 | + Tooltip, |
| 105 | + Touch, |
| 106 | + Trashcan, |
| 107 | + UnattachedFieldError, |
| 108 | + VARIABLE_CATEGORY_NAME, |
| 109 | + VARIABLE_DYNAMIC_CATEGORY_NAME, |
| 110 | + VERSION, |
| 111 | + VariableMap, |
| 112 | + VariableModel, |
| 113 | + Variables, |
| 114 | + VariablesDynamic, |
| 115 | + VerticalFlyout, |
| 116 | + WidgetDiv, |
| 117 | + Workspace, |
| 118 | + WorkspaceAudio, |
| 119 | + WorkspaceCommentNavigationPolicy, |
| 120 | + WorkspaceDragger, |
| 121 | + WorkspaceNavigationPolicy, |
| 122 | + WorkspaceSvg, |
| 123 | + Xml, |
| 124 | + ZoomControls, |
| 125 | + blockAnimations, |
| 126 | + blockRendering, |
| 127 | + browserEvents, |
| 128 | + bubbles, |
| 129 | + bumpObjects, |
| 130 | + clipboard, |
| 131 | + comments, |
| 132 | + common, |
| 133 | + config, |
| 134 | + constants, |
| 135 | + defineBlocksWithJsonArray, |
| 136 | + dialog, |
| 137 | + dragging, |
| 138 | + fieldRegistry, |
| 139 | + geras, |
| 140 | + getFocusManager, |
| 141 | + getMainWorkspace, |
| 142 | + getSelected, |
| 143 | + hasBubble, |
| 144 | + hideChaff, |
| 145 | + icons, |
| 146 | + inject, |
| 147 | + inputs, |
| 148 | + isBoundedElement, |
| 149 | + isCopyable, |
| 150 | + isDeletable, |
| 151 | + isDraggable, |
| 152 | + isIcon, |
| 153 | + isObservable, |
| 154 | + isPaster, |
| 155 | + isRenderedElement, |
| 156 | + isSelectable, |
| 157 | + isSerializable, |
| 158 | + isVariableBackedParameterModel, |
| 159 | + keyboardNavigationController, |
| 160 | + layers, |
| 161 | + navigateBlock, |
| 162 | + procedures, |
| 163 | + registry, |
| 164 | + renderManagement, |
| 165 | + serialization, |
| 166 | + setLocale, |
| 167 | + setParentContainer, |
| 168 | + svgResize, |
| 169 | + thrasos, |
| 170 | + uiPosition, |
| 171 | + utils, |
| 172 | + zelos, |
| 173 | +} = await loadChunk( |
| 174 | + 'build/src/core/blockly.js', |
| 175 | + 'dist/blockly_compressed.js', |
| 176 | + 'Blockly', |
| 177 | +); |
0 commit comments