scratch-blocks 2.0.0-beta.1 → 2.0.0-beta.2

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.
Files changed (1064) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
  3. package/blockly-rc/.eslintignore +0 -28
  4. package/blockly-rc/.eslintrc.js +0 -187
  5. package/blockly-rc/.gitattributes +0 -1
  6. package/blockly-rc/.github/CODEOWNERS +0 -1
  7. package/blockly-rc/.github/CONTRIBUTING.md +0 -46
  8. package/blockly-rc/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -58
  9. package/blockly-rc/.github/ISSUE_TEMPLATE/config.yml +0 -7
  10. package/blockly-rc/.github/ISSUE_TEMPLATE/documentation.yaml +0 -38
  11. package/blockly-rc/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -39
  12. package/blockly-rc/.github/PULL_REQUEST_TEMPLATE.md +0 -42
  13. package/blockly-rc/.github/dependabot.yml +0 -27
  14. package/blockly-rc/.github/release.yml +0 -32
  15. package/blockly-rc/.github/workflows/appengine_deploy.yml +0 -54
  16. package/blockly-rc/.github/workflows/assign_reviewers.yml +0 -41
  17. package/blockly-rc/.github/workflows/browser_test.yml +0 -55
  18. package/blockly-rc/.github/workflows/build.yml +0 -86
  19. package/blockly-rc/.github/workflows/conventional-label.yml +0 -17
  20. package/blockly-rc/.github/workflows/develop_freeze.yml +0 -26
  21. package/blockly-rc/.github/workflows/tag_module_cleanup.yml +0 -37
  22. package/blockly-rc/.github/workflows/welcome_new_contributors.yml +0 -36
  23. package/blockly-rc/.prettierignore +0 -30
  24. package/blockly-rc/.prettierrc.js +0 -13
  25. package/blockly-rc/CHANGELOG.md +0 -77
  26. package/blockly-rc/LICENSE +0 -202
  27. package/blockly-rc/README.md +0 -80
  28. package/blockly-rc/_config.yml +0 -1
  29. package/blockly-rc/api-extractor.json +0 -385
  30. package/blockly-rc/appengine/.gcloudignore +0 -20
  31. package/blockly-rc/appengine/README.txt +0 -42
  32. package/blockly-rc/appengine/add_timestamps.py +0 -69
  33. package/blockly-rc/appengine/app.yaml +0 -104
  34. package/blockly-rc/appengine/apple-touch-icon.png +0 -0
  35. package/blockly-rc/appengine/blockly_compressed.js +0 -11
  36. package/blockly-rc/appengine/expiration.py +0 -52
  37. package/blockly-rc/appengine/favicon.ico +0 -0
  38. package/blockly-rc/appengine/index.yaml +0 -11
  39. package/blockly-rc/appengine/main.py +0 -39
  40. package/blockly-rc/appengine/redirect.html +0 -107
  41. package/blockly-rc/appengine/requirements.txt +0 -1
  42. package/blockly-rc/appengine/robots.txt +0 -2
  43. package/blockly-rc/appengine/storage.js +0 -190
  44. package/blockly-rc/appengine/storage.py +0 -125
  45. package/blockly-rc/blocks/blocks.ts +0 -44
  46. package/blockly-rc/blocks/lists.ts +0 -1085
  47. package/blockly-rc/blocks/logic.ts +0 -712
  48. package/blockly-rc/blocks/loops.ts +0 -408
  49. package/blockly-rc/blocks/math.ts +0 -591
  50. package/blockly-rc/blocks/procedures.ts +0 -1364
  51. package/blockly-rc/blocks/text.ts +0 -1007
  52. package/blockly-rc/blocks/variables.ts +0 -183
  53. package/blockly-rc/blocks/variables_dynamic.ts +0 -194
  54. package/blockly-rc/core/any_aliases.ts +0 -8
  55. package/blockly-rc/core/block.ts +0 -2523
  56. package/blockly-rc/core/block_animations.ts +0 -225
  57. package/blockly-rc/core/block_flyout_inflater.ts +0 -262
  58. package/blockly-rc/core/block_svg.ts +0 -1768
  59. package/blockly-rc/core/blockly.ts +0 -605
  60. package/blockly-rc/core/blockly_options.ts +0 -71
  61. package/blockly-rc/core/blocks.ts +0 -18
  62. package/blockly-rc/core/browser_events.ts +0 -244
  63. package/blockly-rc/core/bubbles/bubble.ts +0 -658
  64. package/blockly-rc/core/bubbles/mini_workspace_bubble.ts +0 -280
  65. package/blockly-rc/core/bubbles/text_bubble.ts +0 -103
  66. package/blockly-rc/core/bubbles/textinput_bubble.ts +0 -344
  67. package/blockly-rc/core/bubbles.ts +0 -12
  68. package/blockly-rc/core/bump_objects.ts +0 -192
  69. package/blockly-rc/core/button_flyout_inflater.ts +0 -63
  70. package/blockly-rc/core/clipboard/block_paster.ts +0 -142
  71. package/blockly-rc/core/clipboard/registry.ts +0 -31
  72. package/blockly-rc/core/clipboard/workspace_comment_paster.ts +0 -94
  73. package/blockly-rc/core/clipboard.ts +0 -113
  74. package/blockly-rc/core/comments/comment_view.ts +0 -899
  75. package/blockly-rc/core/comments/rendered_workspace_comment.ts +0 -297
  76. package/blockly-rc/core/comments/workspace_comment.ts +0 -237
  77. package/blockly-rc/core/comments.ts +0 -9
  78. package/blockly-rc/core/common.ts +0 -305
  79. package/blockly-rc/core/component_manager.ts +0 -235
  80. package/blockly-rc/core/config.ts +0 -65
  81. package/blockly-rc/core/connection.ts +0 -793
  82. package/blockly-rc/core/connection_checker.ts +0 -348
  83. package/blockly-rc/core/connection_db.ts +0 -297
  84. package/blockly-rc/core/connection_type.ts +0 -21
  85. package/blockly-rc/core/constants.ts +0 -23
  86. package/blockly-rc/core/contextmenu.ts +0 -268
  87. package/blockly-rc/core/contextmenu_items.ts +0 -700
  88. package/blockly-rc/core/contextmenu_registry.ts +0 -194
  89. package/blockly-rc/core/css.ts +0 -481
  90. package/blockly-rc/core/delete_area.ts +0 -77
  91. package/blockly-rc/core/dialog.ts +0 -121
  92. package/blockly-rc/core/drag_target.ts +0 -97
  93. package/blockly-rc/core/dragging/block_drag_strategy.ts +0 -454
  94. package/blockly-rc/core/dragging/bubble_drag_strategy.ts +0 -52
  95. package/blockly-rc/core/dragging/comment_drag_strategy.ts +0 -91
  96. package/blockly-rc/core/dragging/dragger.ts +0 -163
  97. package/blockly-rc/core/dragging.ts +0 -12
  98. package/blockly-rc/core/dropdowndiv.ts +0 -768
  99. package/blockly-rc/core/events/events.ts +0 -163
  100. package/blockly-rc/core/events/events_abstract.ts +0 -130
  101. package/blockly-rc/core/events/events_block_base.ts +0 -88
  102. package/blockly-rc/core/events/events_block_change.ts +0 -259
  103. package/blockly-rc/core/events/events_block_create.ts +0 -185
  104. package/blockly-rc/core/events/events_block_delete.ts +0 -182
  105. package/blockly-rc/core/events/events_block_drag.ts +0 -116
  106. package/blockly-rc/core/events/events_block_field_intermediate_change.ts +0 -167
  107. package/blockly-rc/core/events/events_block_move.ts +0 -307
  108. package/blockly-rc/core/events/events_bubble_open.ts +0 -120
  109. package/blockly-rc/core/events/events_click.ts +0 -110
  110. package/blockly-rc/core/events/events_comment_base.ts +0 -126
  111. package/blockly-rc/core/events/events_comment_change.ts +0 -161
  112. package/blockly-rc/core/events/events_comment_collapse.ts +0 -103
  113. package/blockly-rc/core/events/events_comment_create.ts +0 -118
  114. package/blockly-rc/core/events/events_comment_delete.ts +0 -117
  115. package/blockly-rc/core/events/events_comment_drag.ts +0 -99
  116. package/blockly-rc/core/events/events_comment_move.ts +0 -207
  117. package/blockly-rc/core/events/events_comment_resize.ts +0 -174
  118. package/blockly-rc/core/events/events_marker_move.ts +0 -134
  119. package/blockly-rc/core/events/events_selected.ts +0 -98
  120. package/blockly-rc/core/events/events_theme_change.ts +0 -84
  121. package/blockly-rc/core/events/events_toolbox_item_select.ts +0 -96
  122. package/blockly-rc/core/events/events_trashcan_open.ts +0 -88
  123. package/blockly-rc/core/events/events_ui_base.ts +0 -47
  124. package/blockly-rc/core/events/events_var_base.ts +0 -89
  125. package/blockly-rc/core/events/events_var_create.ts +0 -129
  126. package/blockly-rc/core/events/events_var_delete.ts +0 -124
  127. package/blockly-rc/core/events/events_var_rename.ts +0 -133
  128. package/blockly-rc/core/events/events_var_type_change.ts +0 -122
  129. package/blockly-rc/core/events/events_viewport.ts +0 -149
  130. package/blockly-rc/core/events/utils.ts +0 -595
  131. package/blockly-rc/core/events/workspace_events.ts +0 -46
  132. package/blockly-rc/core/extensions.ts +0 -491
  133. package/blockly-rc/core/field.ts +0 -1471
  134. package/blockly-rc/core/field_checkbox.ts +0 -271
  135. package/blockly-rc/core/field_dropdown.ts +0 -857
  136. package/blockly-rc/core/field_image.ts +0 -297
  137. package/blockly-rc/core/field_input.ts +0 -755
  138. package/blockly-rc/core/field_label.ts +0 -150
  139. package/blockly-rc/core/field_label_serializable.ts +0 -73
  140. package/blockly-rc/core/field_number.ts +0 -381
  141. package/blockly-rc/core/field_registry.ts +0 -115
  142. package/blockly-rc/core/field_textinput.ts +0 -117
  143. package/blockly-rc/core/field_variable.ts +0 -651
  144. package/blockly-rc/core/flyout_base.ts +0 -968
  145. package/blockly-rc/core/flyout_button.ts +0 -416
  146. package/blockly-rc/core/flyout_horizontal.ts +0 -374
  147. package/blockly-rc/core/flyout_metrics_manager.ts +0 -90
  148. package/blockly-rc/core/flyout_separator.ts +0 -61
  149. package/blockly-rc/core/flyout_vertical.ts +0 -353
  150. package/blockly-rc/core/generator.ts +0 -611
  151. package/blockly-rc/core/gesture.ts +0 -1191
  152. package/blockly-rc/core/grid.ts +0 -252
  153. package/blockly-rc/core/icons/comment_icon.ts +0 -435
  154. package/blockly-rc/core/icons/exceptions.ts +0 -23
  155. package/blockly-rc/core/icons/icon.ts +0 -147
  156. package/blockly-rc/core/icons/icon_types.ts +0 -32
  157. package/blockly-rc/core/icons/mutator_icon.ts +0 -354
  158. package/blockly-rc/core/icons/registry.ts +0 -33
  159. package/blockly-rc/core/icons/warning_icon.ts +0 -219
  160. package/blockly-rc/core/icons.ts +0 -24
  161. package/blockly-rc/core/inject.ts +0 -428
  162. package/blockly-rc/core/inputs/align.ts +0 -14
  163. package/blockly-rc/core/inputs/dummy_input.ts +0 -26
  164. package/blockly-rc/core/inputs/end_row_input.ts +0 -31
  165. package/blockly-rc/core/inputs/input.ts +0 -318
  166. package/blockly-rc/core/inputs/input_types.ts +0 -27
  167. package/blockly-rc/core/inputs/statement_input.ts +0 -34
  168. package/blockly-rc/core/inputs/value_input.ts +0 -30
  169. package/blockly-rc/core/inputs.ts +0 -23
  170. package/blockly-rc/core/insertion_marker_manager.ts +0 -742
  171. package/blockly-rc/core/insertion_marker_previewer.ts +0 -254
  172. package/blockly-rc/core/interfaces/i_ast_node_location.ts +0 -12
  173. package/blockly-rc/core/interfaces/i_ast_node_location_svg.ts +0 -28
  174. package/blockly-rc/core/interfaces/i_ast_node_location_with_block.ts +0 -22
  175. package/blockly-rc/core/interfaces/i_autohideable.ts +0 -22
  176. package/blockly-rc/core/interfaces/i_bounded_element.ts +0 -30
  177. package/blockly-rc/core/interfaces/i_bubble.ts +0 -63
  178. package/blockly-rc/core/interfaces/i_collapsible_toolbox_item.ts +0 -33
  179. package/blockly-rc/core/interfaces/i_comment_icon.ts +0 -47
  180. package/blockly-rc/core/interfaces/i_component.ts +0 -19
  181. package/blockly-rc/core/interfaces/i_connection_checker.ts +0 -100
  182. package/blockly-rc/core/interfaces/i_connection_previewer.ts +0 -50
  183. package/blockly-rc/core/interfaces/i_contextmenu.ts +0 -16
  184. package/blockly-rc/core/interfaces/i_copyable.ts +0 -31
  185. package/blockly-rc/core/interfaces/i_deletable.ts +0 -34
  186. package/blockly-rc/core/interfaces/i_delete_area.ts +0 -28
  187. package/blockly-rc/core/interfaces/i_drag_target.ts +0 -69
  188. package/blockly-rc/core/interfaces/i_draggable.ts +0 -72
  189. package/blockly-rc/core/interfaces/i_dragger.ts +0 -35
  190. package/blockly-rc/core/interfaces/i_flyout.ts +0 -189
  191. package/blockly-rc/core/interfaces/i_flyout_inflater.ts +0 -41
  192. package/blockly-rc/core/interfaces/i_has_bubble.ts +0 -20
  193. package/blockly-rc/core/interfaces/i_icon.ts +0 -114
  194. package/blockly-rc/core/interfaces/i_keyboard_accessible.ts +0 -21
  195. package/blockly-rc/core/interfaces/i_legacy_procedure_blocks.ts +0 -50
  196. package/blockly-rc/core/interfaces/i_metrics_manager.ts +0 -149
  197. package/blockly-rc/core/interfaces/i_movable.ts +0 -19
  198. package/blockly-rc/core/interfaces/i_observable.ts +0 -24
  199. package/blockly-rc/core/interfaces/i_parameter_model.ts +0 -51
  200. package/blockly-rc/core/interfaces/i_paster.ts +0 -25
  201. package/blockly-rc/core/interfaces/i_positionable.ts +0 -33
  202. package/blockly-rc/core/interfaces/i_procedure_block.ts +0 -27
  203. package/blockly-rc/core/interfaces/i_procedure_map.ts +0 -18
  204. package/blockly-rc/core/interfaces/i_procedure_model.ts +0 -71
  205. package/blockly-rc/core/interfaces/i_registrable.ts +0 -12
  206. package/blockly-rc/core/interfaces/i_rendered_element.ts +0 -22
  207. package/blockly-rc/core/interfaces/i_selectable.ts +0 -34
  208. package/blockly-rc/core/interfaces/i_selectable_toolbox_item.ts +0 -63
  209. package/blockly-rc/core/interfaces/i_serializable.ts +0 -28
  210. package/blockly-rc/core/interfaces/i_serializer.ts +0 -55
  211. package/blockly-rc/core/interfaces/i_styleable.ts +0 -26
  212. package/blockly-rc/core/interfaces/i_toolbox.ts +0 -112
  213. package/blockly-rc/core/interfaces/i_toolbox_item.ts +0 -81
  214. package/blockly-rc/core/interfaces/i_variable_backed_parameter_model.ts +0 -23
  215. package/blockly-rc/core/interfaces/i_variable_map.ts +0 -65
  216. package/blockly-rc/core/interfaces/i_variable_model.ts +0 -57
  217. package/blockly-rc/core/internal_constants.ts +0 -47
  218. package/blockly-rc/core/keyboard_nav/ast_node.ts +0 -884
  219. package/blockly-rc/core/keyboard_nav/basic_cursor.ts +0 -223
  220. package/blockly-rc/core/keyboard_nav/cursor.ts +0 -138
  221. package/blockly-rc/core/keyboard_nav/marker.ts +0 -113
  222. package/blockly-rc/core/keyboard_nav/tab_navigate_cursor.ts +0 -46
  223. package/blockly-rc/core/label_flyout_inflater.ts +0 -59
  224. package/blockly-rc/core/layer_manager.ts +0 -186
  225. package/blockly-rc/core/layers.ts +0 -17
  226. package/blockly-rc/core/main.ts +0 -31
  227. package/blockly-rc/core/marker_manager.ts +0 -189
  228. package/blockly-rc/core/menu.ts +0 -463
  229. package/blockly-rc/core/menuitem.ts +0 -221
  230. package/blockly-rc/core/metrics_manager.ts +0 -486
  231. package/blockly-rc/core/msg.ts +0 -27
  232. package/blockly-rc/core/names.ts +0 -275
  233. package/blockly-rc/core/observable_procedure_map.ts +0 -66
  234. package/blockly-rc/core/options.ts +0 -377
  235. package/blockly-rc/core/positionable_helpers.ts +0 -186
  236. package/blockly-rc/core/procedures.ts +0 -510
  237. package/blockly-rc/core/registry.ts +0 -400
  238. package/blockly-rc/core/render_management.ts +0 -193
  239. package/blockly-rc/core/rendered_connection.ts +0 -571
  240. package/blockly-rc/core/renderers/common/block_rendering.ts +0 -120
  241. package/blockly-rc/core/renderers/common/constants.ts +0 -1198
  242. package/blockly-rc/core/renderers/common/drawer.ts +0 -518
  243. package/blockly-rc/core/renderers/common/i_path_object.ts +0 -137
  244. package/blockly-rc/core/renderers/common/info.ts +0 -767
  245. package/blockly-rc/core/renderers/common/marker_svg.ts +0 -765
  246. package/blockly-rc/core/renderers/common/path_object.ts +0 -324
  247. package/blockly-rc/core/renderers/common/renderer.ts +0 -281
  248. package/blockly-rc/core/renderers/geras/constants.ts +0 -46
  249. package/blockly-rc/core/renderers/geras/drawer.ts +0 -167
  250. package/blockly-rc/core/renderers/geras/geras.ts +0 -31
  251. package/blockly-rc/core/renderers/geras/highlight_constants.ts +0 -342
  252. package/blockly-rc/core/renderers/geras/highlighter.ts +0 -313
  253. package/blockly-rc/core/renderers/geras/info.ts +0 -478
  254. package/blockly-rc/core/renderers/geras/measurables/inline_input.ts +0 -37
  255. package/blockly-rc/core/renderers/geras/measurables/statement_input.ts +0 -36
  256. package/blockly-rc/core/renderers/geras/path_object.ts +0 -135
  257. package/blockly-rc/core/renderers/geras/renderer.ts +0 -124
  258. package/blockly-rc/core/renderers/measurables/base.ts +0 -41
  259. package/blockly-rc/core/renderers/measurables/bottom_row.ts +0 -104
  260. package/blockly-rc/core/renderers/measurables/connection.ts +0 -43
  261. package/blockly-rc/core/renderers/measurables/external_value_input.ts +0 -53
  262. package/blockly-rc/core/renderers/measurables/field.ts +0 -50
  263. package/blockly-rc/core/renderers/measurables/hat.ts +0 -33
  264. package/blockly-rc/core/renderers/measurables/icon.ts +0 -42
  265. package/blockly-rc/core/renderers/measurables/in_row_spacer.ts +0 -29
  266. package/blockly-rc/core/renderers/measurables/inline_input.ts +0 -63
  267. package/blockly-rc/core/renderers/measurables/input_connection.ts +0 -57
  268. package/blockly-rc/core/renderers/measurables/input_row.ts +0 -67
  269. package/blockly-rc/core/renderers/measurables/jagged_edge.ts +0 -28
  270. package/blockly-rc/core/renderers/measurables/next_connection.ts +0 -34
  271. package/blockly-rc/core/renderers/measurables/output_connection.ts +0 -43
  272. package/blockly-rc/core/renderers/measurables/previous_connection.ts +0 -34
  273. package/blockly-rc/core/renderers/measurables/round_corner.ts +0 -34
  274. package/blockly-rc/core/renderers/measurables/row.ts +0 -191
  275. package/blockly-rc/core/renderers/measurables/spacer_row.ts +0 -44
  276. package/blockly-rc/core/renderers/measurables/square_corner.ts +0 -32
  277. package/blockly-rc/core/renderers/measurables/statement_input.ts +0 -41
  278. package/blockly-rc/core/renderers/measurables/top_row.ts +0 -110
  279. package/blockly-rc/core/renderers/measurables/types.ts +0 -319
  280. package/blockly-rc/core/renderers/thrasos/info.ts +0 -328
  281. package/blockly-rc/core/renderers/thrasos/renderer.ts +0 -40
  282. package/blockly-rc/core/renderers/thrasos/thrasos.ts +0 -14
  283. package/blockly-rc/core/renderers/zelos/constants.ts +0 -877
  284. package/blockly-rc/core/renderers/zelos/drawer.ts +0 -274
  285. package/blockly-rc/core/renderers/zelos/info.ts +0 -652
  286. package/blockly-rc/core/renderers/zelos/marker_svg.ts +0 -145
  287. package/blockly-rc/core/renderers/zelos/measurables/bottom_row.ts +0 -44
  288. package/blockly-rc/core/renderers/zelos/measurables/inputs.ts +0 -41
  289. package/blockly-rc/core/renderers/zelos/measurables/row_elements.ts +0 -29
  290. package/blockly-rc/core/renderers/zelos/measurables/top_row.ts +0 -50
  291. package/blockly-rc/core/renderers/zelos/path_object.ts +0 -209
  292. package/blockly-rc/core/renderers/zelos/renderer.ts +0 -143
  293. package/blockly-rc/core/renderers/zelos/zelos.ts +0 -33
  294. package/blockly-rc/core/scrollbar.ts +0 -898
  295. package/blockly-rc/core/scrollbar_pair.ts +0 -349
  296. package/blockly-rc/core/separator_flyout_inflater.ts +0 -69
  297. package/blockly-rc/core/serialization/blocks.ts +0 -868
  298. package/blockly-rc/core/serialization/exceptions.ts +0 -112
  299. package/blockly-rc/core/serialization/priorities.ts +0 -25
  300. package/blockly-rc/core/serialization/procedures.ts +0 -158
  301. package/blockly-rc/core/serialization/registry.ts +0 -30
  302. package/blockly-rc/core/serialization/variables.ts +0 -68
  303. package/blockly-rc/core/serialization/workspace_comments.ts +0 -143
  304. package/blockly-rc/core/serialization/workspaces.ts +0 -94
  305. package/blockly-rc/core/serialization.ts +0 -32
  306. package/blockly-rc/core/shortcut_items.ts +0 -338
  307. package/blockly-rc/core/shortcut_registry.ts +0 -368
  308. package/blockly-rc/core/sprites.ts +0 -15
  309. package/blockly-rc/core/theme/classic.ts +0 -40
  310. package/blockly-rc/core/theme/themes.ts +0 -12
  311. package/blockly-rc/core/theme/zelos.ts +0 -80
  312. package/blockly-rc/core/theme.ts +0 -232
  313. package/blockly-rc/core/theme_manager.ts +0 -192
  314. package/blockly-rc/core/toolbox/category.ts +0 -739
  315. package/blockly-rc/core/toolbox/collapsible_category.ts +0 -288
  316. package/blockly-rc/core/toolbox/separator.ts +0 -105
  317. package/blockly-rc/core/toolbox/toolbox.ts +0 -1134
  318. package/blockly-rc/core/toolbox/toolbox_item.ts +0 -152
  319. package/blockly-rc/core/tooltip.ts +0 -466
  320. package/blockly-rc/core/touch.ts +0 -155
  321. package/blockly-rc/core/trashcan.ts +0 -748
  322. package/blockly-rc/core/utils/aria.ts +0 -144
  323. package/blockly-rc/core/utils/array.ts +0 -24
  324. package/blockly-rc/core/utils/colour.ts +0 -265
  325. package/blockly-rc/core/utils/coordinate.ts +0 -129
  326. package/blockly-rc/core/utils/deprecation.ts +0 -47
  327. package/blockly-rc/core/utils/dom.ts +0 -356
  328. package/blockly-rc/core/utils/idgenerator.ts +0 -70
  329. package/blockly-rc/core/utils/keycodes.ts +0 -154
  330. package/blockly-rc/core/utils/math.ts +0 -50
  331. package/blockly-rc/core/utils/metrics.ts +0 -86
  332. package/blockly-rc/core/utils/object.ts +0 -28
  333. package/blockly-rc/core/utils/parsing.ts +0 -287
  334. package/blockly-rc/core/utils/rect.ts +0 -69
  335. package/blockly-rc/core/utils/size.ts +0 -62
  336. package/blockly-rc/core/utils/string.ts +0 -289
  337. package/blockly-rc/core/utils/style.ts +0 -219
  338. package/blockly-rc/core/utils/svg.ts +0 -84
  339. package/blockly-rc/core/utils/svg_math.ts +0 -208
  340. package/blockly-rc/core/utils/svg_paths.ts +0 -133
  341. package/blockly-rc/core/utils/toolbox.ts +0 -419
  342. package/blockly-rc/core/utils/useragent.ts +0 -86
  343. package/blockly-rc/core/utils/xml.ts +0 -165
  344. package/blockly-rc/core/utils.ts +0 -59
  345. package/blockly-rc/core/variable_map.ts +0 -437
  346. package/blockly-rc/core/variable_model.ts +0 -149
  347. package/blockly-rc/core/variables.ts +0 -773
  348. package/blockly-rc/core/variables_dynamic.ts +0 -142
  349. package/blockly-rc/core/widgetdiv.ts +0 -319
  350. package/blockly-rc/core/workspace.ts +0 -957
  351. package/blockly-rc/core/workspace_audio.ts +0 -171
  352. package/blockly-rc/core/workspace_dragger.ts +0 -97
  353. package/blockly-rc/core/workspace_svg.ts +0 -2519
  354. package/blockly-rc/core/xml.ts +0 -1133
  355. package/blockly-rc/core/zoom_controls.ts +0 -492
  356. package/blockly-rc/demos/blockfactory/analytics.js +0 -195
  357. package/blockly-rc/demos/blockfactory/app_controller.js +0 -726
  358. package/blockly-rc/demos/blockfactory/block_definition_extractor.js +0 -742
  359. package/blockly-rc/demos/blockfactory/block_exporter_controller.js +0 -311
  360. package/blockly-rc/demos/blockfactory/block_exporter_tools.js +0 -212
  361. package/blockly-rc/demos/blockfactory/block_exporter_view.js +0 -101
  362. package/blockly-rc/demos/blockfactory/block_library_controller.js +0 -325
  363. package/blockly-rc/demos/blockfactory/block_library_storage.js +0 -149
  364. package/blockly-rc/demos/blockfactory/block_library_view.js +0 -178
  365. package/blockly-rc/demos/blockfactory/block_option.js +0 -151
  366. package/blockly-rc/demos/blockfactory/blocks.js +0 -916
  367. package/blockly-rc/demos/blockfactory/cp.css +0 -46
  368. package/blockly-rc/demos/blockfactory/cp.js +0 -179
  369. package/blockly-rc/demos/blockfactory/factory.css +0 -586
  370. package/blockly-rc/demos/blockfactory/factory.js +0 -337
  371. package/blockly-rc/demos/blockfactory/factory_utils.js +0 -1036
  372. package/blockly-rc/demos/blockfactory/icon.png +0 -0
  373. package/blockly-rc/demos/blockfactory/index.html +0 -767
  374. package/blockly-rc/demos/blockfactory/link.png +0 -0
  375. package/blockly-rc/demos/blockfactory/standard_categories.js +0 -384
  376. package/blockly-rc/demos/blockfactory/workspacefactory/wfactory_controller.js +0 -1332
  377. package/blockly-rc/demos/blockfactory/workspacefactory/wfactory_generator.js +0 -224
  378. package/blockly-rc/demos/blockfactory/workspacefactory/wfactory_init.js +0 -541
  379. package/blockly-rc/demos/blockfactory/workspacefactory/wfactory_model.js +0 -548
  380. package/blockly-rc/demos/blockfactory/workspacefactory/wfactory_view.js +0 -424
  381. package/blockly-rc/demos/code/code.js +0 -626
  382. package/blockly-rc/demos/code/icon.png +0 -0
  383. package/blockly-rc/demos/code/icons.png +0 -0
  384. package/blockly-rc/demos/code/index.html +0 -359
  385. package/blockly-rc/demos/code/msg/ar.js +0 -24
  386. package/blockly-rc/demos/code/msg/be-tarask.js +0 -24
  387. package/blockly-rc/demos/code/msg/br.js +0 -24
  388. package/blockly-rc/demos/code/msg/ca.js +0 -24
  389. package/blockly-rc/demos/code/msg/cs.js +0 -24
  390. package/blockly-rc/demos/code/msg/da.js +0 -24
  391. package/blockly-rc/demos/code/msg/de.js +0 -24
  392. package/blockly-rc/demos/code/msg/el.js +0 -24
  393. package/blockly-rc/demos/code/msg/en.js +0 -24
  394. package/blockly-rc/demos/code/msg/es.js +0 -24
  395. package/blockly-rc/demos/code/msg/et.js +0 -24
  396. package/blockly-rc/demos/code/msg/fa.js +0 -24
  397. package/blockly-rc/demos/code/msg/fr.js +0 -24
  398. package/blockly-rc/demos/code/msg/he.js +0 -24
  399. package/blockly-rc/demos/code/msg/hr.js +0 -24
  400. package/blockly-rc/demos/code/msg/hrx.js +0 -24
  401. package/blockly-rc/demos/code/msg/hu.js +0 -24
  402. package/blockly-rc/demos/code/msg/ia.js +0 -24
  403. package/blockly-rc/demos/code/msg/is.js +0 -24
  404. package/blockly-rc/demos/code/msg/it.js +0 -24
  405. package/blockly-rc/demos/code/msg/ja.js +0 -24
  406. package/blockly-rc/demos/code/msg/kab.js +0 -24
  407. package/blockly-rc/demos/code/msg/ko.js +0 -24
  408. package/blockly-rc/demos/code/msg/mk.js +0 -24
  409. package/blockly-rc/demos/code/msg/ms.js +0 -24
  410. package/blockly-rc/demos/code/msg/nb.js +0 -24
  411. package/blockly-rc/demos/code/msg/nl.js +0 -24
  412. package/blockly-rc/demos/code/msg/oc.js +0 -24
  413. package/blockly-rc/demos/code/msg/pl.js +0 -24
  414. package/blockly-rc/demos/code/msg/pms.js +0 -24
  415. package/blockly-rc/demos/code/msg/pt-br.js +0 -24
  416. package/blockly-rc/demos/code/msg/ro.js +0 -24
  417. package/blockly-rc/demos/code/msg/ru.js +0 -24
  418. package/blockly-rc/demos/code/msg/sc.js +0 -24
  419. package/blockly-rc/demos/code/msg/sk.js +0 -24
  420. package/blockly-rc/demos/code/msg/sr.js +0 -24
  421. package/blockly-rc/demos/code/msg/sv.js +0 -24
  422. package/blockly-rc/demos/code/msg/ta.js +0 -24
  423. package/blockly-rc/demos/code/msg/th.js +0 -24
  424. package/blockly-rc/demos/code/msg/tlh.js +0 -24
  425. package/blockly-rc/demos/code/msg/tr.js +0 -24
  426. package/blockly-rc/demos/code/msg/uk.js +0 -24
  427. package/blockly-rc/demos/code/msg/vi.js +0 -24
  428. package/blockly-rc/demos/code/msg/zh-hans.js +0 -24
  429. package/blockly-rc/demos/code/msg/zh-hant.js +0 -24
  430. package/blockly-rc/demos/code/style.css +0 -184
  431. package/blockly-rc/demos/index.html +0 -68
  432. package/blockly-rc/demos/minimap/icon.png +0 -0
  433. package/blockly-rc/demos/minimap/index.html +0 -91
  434. package/blockly-rc/demos/minimap/minimap.js +0 -302
  435. package/blockly-rc/demos/mobile/README.md +0 -53
  436. package/blockly-rc/demos/mobile/android/README.md +0 -45
  437. package/blockly-rc/demos/mobile/android/app/build.gradle +0 -64
  438. package/blockly-rc/demos/mobile/android/app/proguard-rules.pro +0 -21
  439. package/blockly-rc/demos/mobile/android/app/src/androidTest/java/com/example/blocklywebview/ExampleInstrumentedTest.java +0 -26
  440. package/blockly-rc/demos/mobile/android/app/src/main/AndroidManifest.xml +0 -21
  441. package/blockly-rc/demos/mobile/android/app/src/main/java/com/google/blockly/android/webview/BlocklyWebViewFragment.java +0 -40
  442. package/blockly-rc/demos/mobile/android/app/src/main/java/com/google/blockly/android/webview/JsDialogHelper.java +0 -150
  443. package/blockly-rc/demos/mobile/android/app/src/main/java/com/google/blockly/android/webview/WebChromeClient.java +0 -32
  444. package/blockly-rc/demos/mobile/android/app/src/main/java/com/google/blockly/android/webview/demo/MainActivity.java +0 -18
  445. package/blockly-rc/demos/mobile/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -74
  446. package/blockly-rc/demos/mobile/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -34
  447. package/blockly-rc/demos/mobile/android/app/src/main/res/layout/activity_main.xml +0 -17
  448. package/blockly-rc/demos/mobile/android/app/src/main/res/layout/js_prompt.xml +0 -37
  449. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  450. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
  451. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  452. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  453. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  454. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  455. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  456. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  457. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  458. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  459. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  460. package/blockly-rc/demos/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  461. package/blockly-rc/demos/mobile/android/app/src/main/res/values/colors.xml +0 -6
  462. package/blockly-rc/demos/mobile/android/app/src/main/res/values/js_dialog_helper.xml +0 -7
  463. package/blockly-rc/demos/mobile/android/app/src/main/res/values/strings.xml +0 -3
  464. package/blockly-rc/demos/mobile/android/app/src/main/res/values/styles.xml +0 -11
  465. package/blockly-rc/demos/mobile/android/app/src/test/java/com/example/blocklywebview/ExampleUnitTest.java +0 -17
  466. package/blockly-rc/demos/mobile/android/build.gradle +0 -27
  467. package/blockly-rc/demos/mobile/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  468. package/blockly-rc/demos/mobile/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  469. package/blockly-rc/demos/mobile/android/gradle.properties +0 -13
  470. package/blockly-rc/demos/mobile/android/gradlew +0 -172
  471. package/blockly-rc/demos/mobile/android/gradlew.bat +0 -84
  472. package/blockly-rc/demos/mobile/android/settings.gradle +0 -1
  473. package/blockly-rc/demos/mobile/html/index.html +0 -31
  474. package/blockly-rc/demos/mobile/html/ln_resources.sh +0 -22
  475. package/blockly-rc/demos/mobile/html/toolbox_standard.js +0 -333
  476. package/blockly-rc/demos/mobile/ios/Blockly WebView/AppDelegate.swift +0 -46
  477. package/blockly-rc/demos/mobile/ios/Blockly WebView/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -98
  478. package/blockly-rc/demos/mobile/ios/Blockly WebView/Assets.xcassets/Contents.json +0 -6
  479. package/blockly-rc/demos/mobile/ios/Blockly WebView/Base.lproj/LaunchScreen.storyboard +0 -25
  480. package/blockly-rc/demos/mobile/ios/Blockly WebView/Base.lproj/Main.storyboard +0 -44
  481. package/blockly-rc/demos/mobile/ios/Blockly WebView/Info.plist +0 -45
  482. package/blockly-rc/demos/mobile/ios/Blockly WebView/ViewController.swift +0 -110
  483. package/blockly-rc/demos/mobile/ios/Blockly WebView.xcodeproj/project.pbxproj +0 -390
  484. package/blockly-rc/demos/mobile/ios/Blockly WebView.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  485. package/blockly-rc/demos/mobile/ios/Blockly WebView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  486. package/blockly-rc/demos/mobile/ios/cp_resources.sh +0 -21
  487. package/blockly-rc/demos/storage/icon.png +0 -0
  488. package/blockly-rc/demos/storage/index.html +0 -104
  489. package/blockly-rc/generators/dart/dart_generator.ts +0 -321
  490. package/blockly-rc/generators/dart/lists.ts +0 -525
  491. package/blockly-rc/generators/dart/logic.ts +0 -155
  492. package/blockly-rc/generators/dart/loops.ts +0 -217
  493. package/blockly-rc/generators/dart/math.ts +0 -559
  494. package/blockly-rc/generators/dart/procedures.ts +0 -138
  495. package/blockly-rc/generators/dart/text.ts +0 -405
  496. package/blockly-rc/generators/dart/variables.ts +0 -32
  497. package/blockly-rc/generators/dart/variables_dynamic.ts +0 -17
  498. package/blockly-rc/generators/dart.ts +0 -50
  499. package/blockly-rc/generators/javascript/javascript_generator.ts +0 -346
  500. package/blockly-rc/generators/javascript/lists.ts +0 -465
  501. package/blockly-rc/generators/javascript/logic.ts +0 -153
  502. package/blockly-rc/generators/javascript/loops.ts +0 -245
  503. package/blockly-rc/generators/javascript/math.ts +0 -450
  504. package/blockly-rc/generators/javascript/procedures.ts +0 -142
  505. package/blockly-rc/generators/javascript/text.ts +0 -418
  506. package/blockly-rc/generators/javascript/variables.ts +0 -32
  507. package/blockly-rc/generators/javascript/variables_dynamic.ts +0 -17
  508. package/blockly-rc/generators/javascript.ts +0 -46
  509. package/blockly-rc/generators/lua/lists.ts +0 -445
  510. package/blockly-rc/generators/lua/logic.ts +0 -142
  511. package/blockly-rc/generators/lua/loops.ts +0 -192
  512. package/blockly-rc/generators/lua/lua_generator.ts +0 -225
  513. package/blockly-rc/generators/lua/math.ts +0 -473
  514. package/blockly-rc/generators/lua/procedures.ts +0 -144
  515. package/blockly-rc/generators/lua/text.ts +0 -380
  516. package/blockly-rc/generators/lua/variables.ts +0 -31
  517. package/blockly-rc/generators/lua/variables_dynamic.ts +0 -17
  518. package/blockly-rc/generators/lua.ts +0 -44
  519. package/blockly-rc/generators/php/lists.ts +0 -585
  520. package/blockly-rc/generators/php/logic.ts +0 -155
  521. package/blockly-rc/generators/php/loops.ts +0 -218
  522. package/blockly-rc/generators/php/math.ts +0 -408
  523. package/blockly-rc/generators/php/php_generator.ts +0 -320
  524. package/blockly-rc/generators/php/procedures.ts +0 -159
  525. package/blockly-rc/generators/php/text.ts +0 -315
  526. package/blockly-rc/generators/php/variables.ts +0 -32
  527. package/blockly-rc/generators/php/variables_dynamic.ts +0 -17
  528. package/blockly-rc/generators/php.ts +0 -46
  529. package/blockly-rc/generators/python/lists.ts +0 -398
  530. package/blockly-rc/generators/python/logic.ts +0 -148
  531. package/blockly-rc/generators/python/loops.ts +0 -251
  532. package/blockly-rc/generators/python/math.ts +0 -434
  533. package/blockly-rc/generators/python/procedures.ts +0 -159
  534. package/blockly-rc/generators/python/python_generator.ts +0 -355
  535. package/blockly-rc/generators/python/text.ts +0 -338
  536. package/blockly-rc/generators/python/variables.ts +0 -31
  537. package/blockly-rc/generators/python/variables_dynamic.ts +0 -17
  538. package/blockly-rc/generators/python.ts +0 -51
  539. package/blockly-rc/gulpfile.js +0 -54
  540. package/blockly-rc/jsconfig.json +0 -7
  541. package/blockly-rc/media/1x1.gif +0 -0
  542. package/blockly-rc/media/click.mp3 +0 -0
  543. package/blockly-rc/media/click.ogg +0 -0
  544. package/blockly-rc/media/click.wav +0 -0
  545. package/blockly-rc/media/delete-icon.svg +0 -1
  546. package/blockly-rc/media/delete.mp3 +0 -0
  547. package/blockly-rc/media/delete.ogg +0 -0
  548. package/blockly-rc/media/delete.wav +0 -0
  549. package/blockly-rc/media/disconnect.mp3 +0 -0
  550. package/blockly-rc/media/disconnect.ogg +0 -0
  551. package/blockly-rc/media/disconnect.wav +0 -0
  552. package/blockly-rc/media/dropdown-arrow.svg +0 -1
  553. package/blockly-rc/media/foldout-icon.svg +0 -1
  554. package/blockly-rc/media/handclosed.cur +0 -0
  555. package/blockly-rc/media/handdelete.cur +0 -0
  556. package/blockly-rc/media/handopen.cur +0 -0
  557. package/blockly-rc/media/pilcrow.png +0 -0
  558. package/blockly-rc/media/quote0.png +0 -0
  559. package/blockly-rc/media/quote1.png +0 -0
  560. package/blockly-rc/media/resize-handle.svg +0 -3
  561. package/blockly-rc/media/sprites.png +0 -0
  562. package/blockly-rc/media/sprites.svg +0 -74
  563. package/blockly-rc/msg/json/README.md +0 -33
  564. package/blockly-rc/msg/json/ab.json +0 -222
  565. package/blockly-rc/msg/json/ace.json +0 -7
  566. package/blockly-rc/msg/json/af.json +0 -34
  567. package/blockly-rc/msg/json/am.json +0 -30
  568. package/blockly-rc/msg/json/ar.json +0 -355
  569. package/blockly-rc/msg/json/ast.json +0 -10
  570. package/blockly-rc/msg/json/az.json +0 -332
  571. package/blockly-rc/msg/json/ba.json +0 -211
  572. package/blockly-rc/msg/json/bcc.json +0 -290
  573. package/blockly-rc/msg/json/be-tarask.json +0 -334
  574. package/blockly-rc/msg/json/be.json +0 -324
  575. package/blockly-rc/msg/json/bg.json +0 -345
  576. package/blockly-rc/msg/json/bn.json +0 -189
  577. package/blockly-rc/msg/json/br.json +0 -334
  578. package/blockly-rc/msg/json/bs.json +0 -166
  579. package/blockly-rc/msg/json/ca.json +0 -341
  580. package/blockly-rc/msg/json/cdo.json +0 -6
  581. package/blockly-rc/msg/json/ce.json +0 -326
  582. package/blockly-rc/msg/json/constants.json +0 -12
  583. package/blockly-rc/msg/json/cs.json +0 -343
  584. package/blockly-rc/msg/json/da.json +0 -346
  585. package/blockly-rc/msg/json/de.json +0 -369
  586. package/blockly-rc/msg/json/diq.json +0 -258
  587. package/blockly-rc/msg/json/dtp.json +0 -198
  588. package/blockly-rc/msg/json/dty.json +0 -97
  589. package/blockly-rc/msg/json/ee.json +0 -160
  590. package/blockly-rc/msg/json/el.json +0 -356
  591. package/blockly-rc/msg/json/en-gb.json +0 -199
  592. package/blockly-rc/msg/json/en.json +0 -400
  593. package/blockly-rc/msg/json/eo.json +0 -337
  594. package/blockly-rc/msg/json/es.json +0 -358
  595. package/blockly-rc/msg/json/et.json +0 -326
  596. package/blockly-rc/msg/json/eu.json +0 -219
  597. package/blockly-rc/msg/json/fa.json +0 -341
  598. package/blockly-rc/msg/json/fi.json +0 -350
  599. package/blockly-rc/msg/json/fo.json +0 -46
  600. package/blockly-rc/msg/json/fr.json +0 -373
  601. package/blockly-rc/msg/json/frr.json +0 -6
  602. package/blockly-rc/msg/json/gl.json +0 -338
  603. package/blockly-rc/msg/json/gn.json +0 -54
  604. package/blockly-rc/msg/json/gor.json +0 -87
  605. package/blockly-rc/msg/json/ha.json +0 -313
  606. package/blockly-rc/msg/json/hak.json +0 -17
  607. package/blockly-rc/msg/json/he.json +0 -354
  608. package/blockly-rc/msg/json/hi.json +0 -318
  609. package/blockly-rc/msg/json/hr.json +0 -327
  610. package/blockly-rc/msg/json/hrx.json +0 -287
  611. package/blockly-rc/msg/json/hsb.json +0 -128
  612. package/blockly-rc/msg/json/hu.json +0 -349
  613. package/blockly-rc/msg/json/hy.json +0 -337
  614. package/blockly-rc/msg/json/ia.json +0 -337
  615. package/blockly-rc/msg/json/id.json +0 -335
  616. package/blockly-rc/msg/json/ig.json +0 -323
  617. package/blockly-rc/msg/json/inh.json +0 -80
  618. package/blockly-rc/msg/json/is.json +0 -331
  619. package/blockly-rc/msg/json/it.json +0 -346
  620. package/blockly-rc/msg/json/ja.json +0 -361
  621. package/blockly-rc/msg/json/ka.json +0 -14
  622. package/blockly-rc/msg/json/kab.json +0 -323
  623. package/blockly-rc/msg/json/kbd-cyrl.json +0 -84
  624. package/blockly-rc/msg/json/km.json +0 -29
  625. package/blockly-rc/msg/json/kn.json +0 -332
  626. package/blockly-rc/msg/json/ko.json +0 -372
  627. package/blockly-rc/msg/json/ksh.json +0 -43
  628. package/blockly-rc/msg/json/ku-latn.json +0 -41
  629. package/blockly-rc/msg/json/ky.json +0 -71
  630. package/blockly-rc/msg/json/la.json +0 -6
  631. package/blockly-rc/msg/json/lb.json +0 -156
  632. package/blockly-rc/msg/json/lki.json +0 -282
  633. package/blockly-rc/msg/json/lo.json +0 -92
  634. package/blockly-rc/msg/json/lrc.json +0 -123
  635. package/blockly-rc/msg/json/lt.json +0 -321
  636. package/blockly-rc/msg/json/lv.json +0 -324
  637. package/blockly-rc/msg/json/mg.json +0 -58
  638. package/blockly-rc/msg/json/mk.json +0 -178
  639. package/blockly-rc/msg/json/ml.json +0 -35
  640. package/blockly-rc/msg/json/mnw.json +0 -90
  641. package/blockly-rc/msg/json/ms.json +0 -300
  642. package/blockly-rc/msg/json/my.json +0 -57
  643. package/blockly-rc/msg/json/mzn.json +0 -6
  644. package/blockly-rc/msg/json/nb.json +0 -330
  645. package/blockly-rc/msg/json/ne.json +0 -247
  646. package/blockly-rc/msg/json/nl.json +0 -357
  647. package/blockly-rc/msg/json/oc.json +0 -194
  648. package/blockly-rc/msg/json/olo.json +0 -37
  649. package/blockly-rc/msg/json/pa.json +0 -69
  650. package/blockly-rc/msg/json/pl.json +0 -357
  651. package/blockly-rc/msg/json/pms.json +0 -324
  652. package/blockly-rc/msg/json/ps.json +0 -50
  653. package/blockly-rc/msg/json/pt-br.json +0 -369
  654. package/blockly-rc/msg/json/pt.json +0 -358
  655. package/blockly-rc/msg/json/qqq.json +0 -406
  656. package/blockly-rc/msg/json/ro.json +0 -333
  657. package/blockly-rc/msg/json/ru.json +0 -363
  658. package/blockly-rc/msg/json/sc.json +0 -283
  659. package/blockly-rc/msg/json/sco.json +0 -11
  660. package/blockly-rc/msg/json/sd.json +0 -158
  661. package/blockly-rc/msg/json/shn.json +0 -109
  662. package/blockly-rc/msg/json/si.json +0 -16
  663. package/blockly-rc/msg/json/sk.json +0 -332
  664. package/blockly-rc/msg/json/skr-arab.json +0 -117
  665. package/blockly-rc/msg/json/sl.json +0 -355
  666. package/blockly-rc/msg/json/smn.json +0 -133
  667. package/blockly-rc/msg/json/sq.json +0 -343
  668. package/blockly-rc/msg/json/sr-latn.json +0 -324
  669. package/blockly-rc/msg/json/sr.json +0 -348
  670. package/blockly-rc/msg/json/sv.json +0 -347
  671. package/blockly-rc/msg/json/sw.json +0 -12
  672. package/blockly-rc/msg/json/synonyms.json +0 -22
  673. package/blockly-rc/msg/json/ta.json +0 -306
  674. package/blockly-rc/msg/json/tcy.json +0 -316
  675. package/blockly-rc/msg/json/tdd.json +0 -109
  676. package/blockly-rc/msg/json/te.json +0 -101
  677. package/blockly-rc/msg/json/th.json +0 -333
  678. package/blockly-rc/msg/json/ti.json +0 -50
  679. package/blockly-rc/msg/json/tl.json +0 -129
  680. package/blockly-rc/msg/json/tlh.json +0 -179
  681. package/blockly-rc/msg/json/tr.json +0 -369
  682. package/blockly-rc/msg/json/ug-arab.json +0 -132
  683. package/blockly-rc/msg/json/uk.json +0 -345
  684. package/blockly-rc/msg/json/ur.json +0 -117
  685. package/blockly-rc/msg/json/uz.json +0 -36
  686. package/blockly-rc/msg/json/vi.json +0 -345
  687. package/blockly-rc/msg/json/xmf.json +0 -96
  688. package/blockly-rc/msg/json/yo.json +0 -316
  689. package/blockly-rc/msg/json/zgh.json +0 -83
  690. package/blockly-rc/msg/json/zh-hans.json +0 -372
  691. package/blockly-rc/msg/json/zh-hant.json +0 -362
  692. package/blockly-rc/msg/messages.js +0 -1616
  693. package/blockly-rc/package-lock.json +0 -12324
  694. package/blockly-rc/package.json +0 -149
  695. package/blockly-rc/patches/@microsoft+api-documenter+7.22.4.patch +0 -81
  696. package/blockly-rc/scripts/goog_module/convert-file.sh +0 -406
  697. package/blockly-rc/scripts/gulpfiles/appengine_tasks.js +0 -195
  698. package/blockly-rc/scripts/gulpfiles/build_tasks.js +0 -752
  699. package/blockly-rc/scripts/gulpfiles/config.js +0 -41
  700. package/blockly-rc/scripts/gulpfiles/docs_tasks.js +0 -147
  701. package/blockly-rc/scripts/gulpfiles/git_tasks.js +0 -181
  702. package/blockly-rc/scripts/gulpfiles/helper_tasks.js +0 -19
  703. package/blockly-rc/scripts/gulpfiles/package_tasks.js +0 -262
  704. package/blockly-rc/scripts/gulpfiles/release_tasks.js +0 -183
  705. package/blockly-rc/scripts/gulpfiles/test_tasks.js +0 -405
  706. package/blockly-rc/scripts/helpers.js +0 -74
  707. package/blockly-rc/scripts/i18n/common.py +0 -233
  708. package/blockly-rc/scripts/i18n/create_messages.py +0 -167
  709. package/blockly-rc/scripts/i18n/dedup_json.py +0 -72
  710. package/blockly-rc/scripts/i18n/js_to_json.py +0 -135
  711. package/blockly-rc/scripts/i18n/tests.py +0 -46
  712. package/blockly-rc/scripts/migration/cjs2esm +0 -162
  713. package/blockly-rc/scripts/migration/js2ts +0 -168
  714. package/blockly-rc/scripts/migration/renamings.json5 +0 -1599
  715. package/blockly-rc/scripts/package/README.md +0 -93
  716. package/blockly-rc/scripts/package/core-node.js +0 -31
  717. package/blockly-rc/scripts/package/index.js +0 -23
  718. package/blockly-rc/scripts/package/templates/umd-msg.template +0 -16
  719. package/blockly-rc/scripts/package/templates/umd.template +0 -13
  720. package/blockly-rc/scripts/themes/blockStyles_example.json +0 -11
  721. package/blockly-rc/scripts/themes/create_blockStyles.py +0 -181
  722. package/blockly-rc/scripts/tsick.js +0 -86
  723. package/blockly-rc/tests/.eslintrc.json +0 -10
  724. package/blockly-rc/tests/browser/.eslintrc.json +0 -29
  725. package/blockly-rc/tests/browser/.mocharc.js +0 -6
  726. package/blockly-rc/tests/browser/test/basic_block_factory_test.mjs +0 -44
  727. package/blockly-rc/tests/browser/test/basic_block_test.mjs +0 -39
  728. package/blockly-rc/tests/browser/test/basic_playground_test.mjs +0 -198
  729. package/blockly-rc/tests/browser/test/block_undo_test.mjs +0 -50
  730. package/blockly-rc/tests/browser/test/delete_blocks_test.mjs +0 -211
  731. package/blockly-rc/tests/browser/test/extensive_test.mjs +0 -195
  732. package/blockly-rc/tests/browser/test/field_edits_test.mjs +0 -61
  733. package/blockly-rc/tests/browser/test/hooks.mjs +0 -23
  734. package/blockly-rc/tests/browser/test/mutator_test.mjs +0 -88
  735. package/blockly-rc/tests/browser/test/procedure_test.mjs +0 -109
  736. package/blockly-rc/tests/browser/test/test_setup.mjs +0 -589
  737. package/blockly-rc/tests/browser/test/toolbox_drag_test.mjs +0 -207
  738. package/blockly-rc/tests/browser/test/workspace_comment_test.mjs +0 -224
  739. package/blockly-rc/tests/compile/index.html +0 -43
  740. package/blockly-rc/tests/compile/main.js +0 -53
  741. package/blockly-rc/tests/compile/test_blocks.js +0 -47
  742. package/blockly-rc/tests/compile/webdriver.js +0 -81
  743. package/blockly-rc/tests/generators/functions.xml +0 -561
  744. package/blockly-rc/tests/generators/golden/generated.dart +0 -1604
  745. package/blockly-rc/tests/generators/golden/generated.js +0 -1552
  746. package/blockly-rc/tests/generators/golden/generated.lua +0 -1828
  747. package/blockly-rc/tests/generators/golden/generated.php +0 -1611
  748. package/blockly-rc/tests/generators/golden/generated.py +0 -1407
  749. package/blockly-rc/tests/generators/index.html +0 -405
  750. package/blockly-rc/tests/generators/lists.xml +0 -8675
  751. package/blockly-rc/tests/generators/logic.xml +0 -1019
  752. package/blockly-rc/tests/generators/loops1.xml +0 -345
  753. package/blockly-rc/tests/generators/loops2.xml +0 -891
  754. package/blockly-rc/tests/generators/loops3.xml +0 -735
  755. package/blockly-rc/tests/generators/math.xml +0 -2077
  756. package/blockly-rc/tests/generators/text.xml +0 -4651
  757. package/blockly-rc/tests/generators/unittest.js +0 -103
  758. package/blockly-rc/tests/generators/unittest_dart.js +0 -163
  759. package/blockly-rc/tests/generators/unittest_javascript.js +0 -167
  760. package/blockly-rc/tests/generators/unittest_lua.js +0 -165
  761. package/blockly-rc/tests/generators/unittest_php.js +0 -154
  762. package/blockly-rc/tests/generators/unittest_python.js +0 -138
  763. package/blockly-rc/tests/generators/variables.xml +0 -68
  764. package/blockly-rc/tests/generators/webdriver.js +0 -123
  765. package/blockly-rc/tests/media/200px.png +0 -0
  766. package/blockly-rc/tests/media/30px.png +0 -0
  767. package/blockly-rc/tests/media/50px.png +0 -0
  768. package/blockly-rc/tests/media/a.png +0 -0
  769. package/blockly-rc/tests/media/arrow.png +0 -0
  770. package/blockly-rc/tests/media/b.png +0 -0
  771. package/blockly-rc/tests/media/c.png +0 -0
  772. package/blockly-rc/tests/media/d.png +0 -0
  773. package/blockly-rc/tests/media/e.png +0 -0
  774. package/blockly-rc/tests/media/f.png +0 -0
  775. package/blockly-rc/tests/media/g.png +0 -0
  776. package/blockly-rc/tests/media/h.png +0 -0
  777. package/blockly-rc/tests/media/i.png +0 -0
  778. package/blockly-rc/tests/media/j.png +0 -0
  779. package/blockly-rc/tests/media/k.png +0 -0
  780. package/blockly-rc/tests/media/l.png +0 -0
  781. package/blockly-rc/tests/media/m.png +0 -0
  782. package/blockly-rc/tests/migration/renamings.schema.json +0 -59
  783. package/blockly-rc/tests/migration/validate-renamings.mjs +0 -60
  784. package/blockly-rc/tests/mocha/.eslintrc.json +0 -21
  785. package/blockly-rc/tests/mocha/.mocharc.js +0 -6
  786. package/blockly-rc/tests/mocha/astnode_test.js +0 -850
  787. package/blockly-rc/tests/mocha/block_json_test.js +0 -777
  788. package/blockly-rc/tests/mocha/block_test.js +0 -2743
  789. package/blockly-rc/tests/mocha/blocks/lists_test.js +0 -196
  790. package/blockly-rc/tests/mocha/blocks/logic_ternary_test.js +0 -320
  791. package/blockly-rc/tests/mocha/blocks/loops_test.js +0 -56
  792. package/blockly-rc/tests/mocha/blocks/procedures_test.js +0 -2495
  793. package/blockly-rc/tests/mocha/blocks/variables_test.js +0 -311
  794. package/blockly-rc/tests/mocha/clipboard_test.js +0 -136
  795. package/blockly-rc/tests/mocha/comment_deserialization_test.js +0 -122
  796. package/blockly-rc/tests/mocha/comment_test.js +0 -170
  797. package/blockly-rc/tests/mocha/comment_view_test.js +0 -188
  798. package/blockly-rc/tests/mocha/connection_checker_test.js +0 -666
  799. package/blockly-rc/tests/mocha/connection_db_test.js +0 -362
  800. package/blockly-rc/tests/mocha/connection_test.js +0 -3738
  801. package/blockly-rc/tests/mocha/contextmenu_items_test.js +0 -488
  802. package/blockly-rc/tests/mocha/contextmenu_test.js +0 -71
  803. package/blockly-rc/tests/mocha/cursor_test.js +0 -134
  804. package/blockly-rc/tests/mocha/dropdowndiv_test.js +0 -116
  805. package/blockly-rc/tests/mocha/event_block_change_test.js +0 -126
  806. package/blockly-rc/tests/mocha/event_block_create_test.js +0 -109
  807. package/blockly-rc/tests/mocha/event_block_delete_test.js +0 -55
  808. package/blockly-rc/tests/mocha/event_block_drag_test.js +0 -36
  809. package/blockly-rc/tests/mocha/event_block_field_intermediate_change_test.js +0 -67
  810. package/blockly-rc/tests/mocha/event_block_move_test.js +0 -39
  811. package/blockly-rc/tests/mocha/event_bubble_open_test.js +0 -42
  812. package/blockly-rc/tests/mocha/event_click_test.js +0 -40
  813. package/blockly-rc/tests/mocha/event_comment_change_test.js +0 -39
  814. package/blockly-rc/tests/mocha/event_comment_collapse_test.js +0 -34
  815. package/blockly-rc/tests/mocha/event_comment_create_test.js +0 -38
  816. package/blockly-rc/tests/mocha/event_comment_delete_test.js +0 -38
  817. package/blockly-rc/tests/mocha/event_comment_drag_test.js +0 -35
  818. package/blockly-rc/tests/mocha/event_comment_move_test.js +0 -40
  819. package/blockly-rc/tests/mocha/event_comment_resize_test.js +0 -38
  820. package/blockly-rc/tests/mocha/event_marker_move_test.js +0 -44
  821. package/blockly-rc/tests/mocha/event_selected_test.js +0 -41
  822. package/blockly-rc/tests/mocha/event_test.js +0 -1578
  823. package/blockly-rc/tests/mocha/event_theme_change_test.js +0 -36
  824. package/blockly-rc/tests/mocha/event_toolbox_item_select_test.js +0 -64
  825. package/blockly-rc/tests/mocha/event_trashcan_open_test.js +0 -36
  826. package/blockly-rc/tests/mocha/event_var_create_test.js +0 -54
  827. package/blockly-rc/tests/mocha/event_var_delete_test.js +0 -54
  828. package/blockly-rc/tests/mocha/event_var_rename_test.js +0 -39
  829. package/blockly-rc/tests/mocha/event_var_type_change_test.js +0 -43
  830. package/blockly-rc/tests/mocha/event_viewport_test.js +0 -39
  831. package/blockly-rc/tests/mocha/extensions_test.js +0 -613
  832. package/blockly-rc/tests/mocha/field_checkbox_test.js +0 -299
  833. package/blockly-rc/tests/mocha/field_colour_test.js +0 -395
  834. package/blockly-rc/tests/mocha/field_dropdown_test.js +0 -282
  835. package/blockly-rc/tests/mocha/field_image_test.js +0 -241
  836. package/blockly-rc/tests/mocha/field_label_serializable_test.js +0 -252
  837. package/blockly-rc/tests/mocha/field_label_test.js +0 -226
  838. package/blockly-rc/tests/mocha/field_number_test.js +0 -505
  839. package/blockly-rc/tests/mocha/field_registry_test.js +0 -116
  840. package/blockly-rc/tests/mocha/field_test.js +0 -822
  841. package/blockly-rc/tests/mocha/field_textinput_test.js +0 -297
  842. package/blockly-rc/tests/mocha/field_variable_test.js +0 -611
  843. package/blockly-rc/tests/mocha/flyout_test.js +0 -638
  844. package/blockly-rc/tests/mocha/generator_test.js +0 -233
  845. package/blockly-rc/tests/mocha/gesture_test.js +0 -97
  846. package/blockly-rc/tests/mocha/icon_test.js +0 -369
  847. package/blockly-rc/tests/mocha/index.html +0 -229
  848. package/blockly-rc/tests/mocha/input_test.js +0 -296
  849. package/blockly-rc/tests/mocha/insertion_marker_manager_test.js +0 -443
  850. package/blockly-rc/tests/mocha/insertion_marker_test.js +0 -432
  851. package/blockly-rc/tests/mocha/jso_deserialization_test.js +0 -849
  852. package/blockly-rc/tests/mocha/jso_serialization_test.js +0 -1067
  853. package/blockly-rc/tests/mocha/json_test.js +0 -315
  854. package/blockly-rc/tests/mocha/keydown_test.js +0 -364
  855. package/blockly-rc/tests/mocha/layering_test.js +0 -95
  856. package/blockly-rc/tests/mocha/metrics_test.js +0 -671
  857. package/blockly-rc/tests/mocha/mutator_test.js +0 -87
  858. package/blockly-rc/tests/mocha/names_test.js +0 -97
  859. package/blockly-rc/tests/mocha/old_workspace_comment_test.js +0 -256
  860. package/blockly-rc/tests/mocha/procedure_map_test.js +0 -57
  861. package/blockly-rc/tests/mocha/registry_test.js +0 -281
  862. package/blockly-rc/tests/mocha/render_management_test.js +0 -127
  863. package/blockly-rc/tests/mocha/serializer_test.js +0 -2104
  864. package/blockly-rc/tests/mocha/shortcut_registry_test.js +0 -450
  865. package/blockly-rc/tests/mocha/test_helpers/block_definitions.js +0 -204
  866. package/blockly-rc/tests/mocha/test_helpers/code_generation.js +0 -115
  867. package/blockly-rc/tests/mocha/test_helpers/common.js +0 -106
  868. package/blockly-rc/tests/mocha/test_helpers/events.js +0 -290
  869. package/blockly-rc/tests/mocha/test_helpers/fields.js +0 -310
  870. package/blockly-rc/tests/mocha/test_helpers/icon_mocks.js +0 -81
  871. package/blockly-rc/tests/mocha/test_helpers/procedures.js +0 -302
  872. package/blockly-rc/tests/mocha/test_helpers/serialization.js +0 -124
  873. package/blockly-rc/tests/mocha/test_helpers/setup_teardown.js +0 -209
  874. package/blockly-rc/tests/mocha/test_helpers/toolbox_definitions.js +0 -271
  875. package/blockly-rc/tests/mocha/test_helpers/user_input.js +0 -62
  876. package/blockly-rc/tests/mocha/test_helpers/variables.js +0 -23
  877. package/blockly-rc/tests/mocha/test_helpers/warnings.js +0 -83
  878. package/blockly-rc/tests/mocha/test_helpers/workspace.js +0 -1691
  879. package/blockly-rc/tests/mocha/theme_test.js +0 -307
  880. package/blockly-rc/tests/mocha/toolbox_test.js +0 -761
  881. package/blockly-rc/tests/mocha/tooltip_test.js +0 -276
  882. package/blockly-rc/tests/mocha/touch_test.js +0 -109
  883. package/blockly-rc/tests/mocha/trashcan_test.js +0 -375
  884. package/blockly-rc/tests/mocha/utils_test.js +0 -536
  885. package/blockly-rc/tests/mocha/variable_map_test.js +0 -509
  886. package/blockly-rc/tests/mocha/variable_model_test.js +0 -85
  887. package/blockly-rc/tests/mocha/webdriver.js +0 -96
  888. package/blockly-rc/tests/mocha/widget_div_test.js +0 -272
  889. package/blockly-rc/tests/mocha/workspace_comment_test.js +0 -171
  890. package/blockly-rc/tests/mocha/workspace_svg_test.js +0 -414
  891. package/blockly-rc/tests/mocha/workspace_test.js +0 -27
  892. package/blockly-rc/tests/mocha/xml_test.js +0 -951
  893. package/blockly-rc/tests/mocha/zoom_controls_test.js +0 -81
  894. package/blockly-rc/tests/multi_playground.html +0 -482
  895. package/blockly-rc/tests/node/.eslintrc.json +0 -12
  896. package/blockly-rc/tests/node/.mocharc.js +0 -6
  897. package/blockly-rc/tests/node/run_node_test.mjs +0 -72
  898. package/blockly-rc/tests/playground.html +0 -1280
  899. package/blockly-rc/tests/playgrounds/advanced_playground.html +0 -158
  900. package/blockly-rc/tests/playgrounds/iframe.html +0 -40
  901. package/blockly-rc/tests/playgrounds/screenshot.js +0 -123
  902. package/blockly-rc/tests/scripts/check_metadata.sh +0 -166
  903. package/blockly-rc/tests/scripts/compile_typings.sh +0 -32
  904. package/blockly-rc/tests/scripts/load.mjs +0 -140
  905. package/blockly-rc/tests/scripts/setup_linux_env.sh +0 -7
  906. package/blockly-rc/tests/scripts/update_metadata.sh +0 -46
  907. package/blockly-rc/tests/themes/test_themes.js +0 -62
  908. package/blockly-rc/tests/typescript/README.md +0 -4
  909. package/blockly-rc/tests/typescript/src/field/different_user_input.ts +0 -81
  910. package/blockly-rc/tests/typescript/src/generators/dart.ts +0 -24
  911. package/blockly-rc/tests/typescript/src/generators/javascript.ts +0 -28
  912. package/blockly-rc/tests/typescript/src/generators/lua.ts +0 -24
  913. package/blockly-rc/tests/typescript/src/generators/php.ts +0 -24
  914. package/blockly-rc/tests/typescript/src/generators/python.ts +0 -24
  915. package/blockly-rc/tests/typescript/src/generators.ts +0 -31
  916. package/blockly-rc/tests/typescript/src/msg.ts +0 -20
  917. package/blockly-rc/tests/typescript/tsconfig.json +0 -20
  918. package/blockly-rc/tests/xml/README.txt +0 -11
  919. package/blockly-rc/tests/xml/blockly.xsd +0 -178
  920. package/blockly-rc/tests/xml/invalid.xml +0 -6
  921. package/blockly-rc/tests/xml/toolbox.xml +0 -311
  922. package/blockly-rc/tests/xml/workspace.xml +0 -114
  923. package/blockly-rc/tsconfig.json +0 -37
  924. package/blockly-rc/tsdoc.json +0 -35
  925. package/blockly-rc/typings/README.md +0 -5
  926. package/blockly-rc/typings/blocks.d.ts +0 -17
  927. package/blockly-rc/typings/core.d.ts +0 -7
  928. package/blockly-rc/typings/dart.d.ts +0 -7
  929. package/blockly-rc/typings/index.d.ts +0 -10
  930. package/blockly-rc/typings/javascript.d.ts +0 -7
  931. package/blockly-rc/typings/lua.d.ts +0 -7
  932. package/blockly-rc/typings/msg/ab.d.ts +0 -8
  933. package/blockly-rc/typings/msg/ace.d.ts +0 -8
  934. package/blockly-rc/typings/msg/af.d.ts +0 -8
  935. package/blockly-rc/typings/msg/am.d.ts +0 -8
  936. package/blockly-rc/typings/msg/ar.d.ts +0 -8
  937. package/blockly-rc/typings/msg/ast.d.ts +0 -8
  938. package/blockly-rc/typings/msg/az.d.ts +0 -8
  939. package/blockly-rc/typings/msg/ba.d.ts +0 -8
  940. package/blockly-rc/typings/msg/bcc.d.ts +0 -8
  941. package/blockly-rc/typings/msg/be-tarask.d.ts +0 -8
  942. package/blockly-rc/typings/msg/be.d.ts +0 -8
  943. package/blockly-rc/typings/msg/bg.d.ts +0 -8
  944. package/blockly-rc/typings/msg/bn.d.ts +0 -8
  945. package/blockly-rc/typings/msg/br.d.ts +0 -8
  946. package/blockly-rc/typings/msg/bs.d.ts +0 -8
  947. package/blockly-rc/typings/msg/ca.d.ts +0 -8
  948. package/blockly-rc/typings/msg/cdo.d.ts +0 -8
  949. package/blockly-rc/typings/msg/ce.d.ts +0 -8
  950. package/blockly-rc/typings/msg/cs.d.ts +0 -8
  951. package/blockly-rc/typings/msg/da.d.ts +0 -8
  952. package/blockly-rc/typings/msg/de.d.ts +0 -8
  953. package/blockly-rc/typings/msg/diq.d.ts +0 -8
  954. package/blockly-rc/typings/msg/dtp.d.ts +0 -8
  955. package/blockly-rc/typings/msg/dty.d.ts +0 -8
  956. package/blockly-rc/typings/msg/ee.d.ts +0 -8
  957. package/blockly-rc/typings/msg/el.d.ts +0 -8
  958. package/blockly-rc/typings/msg/en-gb.d.ts +0 -8
  959. package/blockly-rc/typings/msg/en.d.ts +0 -8
  960. package/blockly-rc/typings/msg/eo.d.ts +0 -8
  961. package/blockly-rc/typings/msg/es.d.ts +0 -8
  962. package/blockly-rc/typings/msg/et.d.ts +0 -8
  963. package/blockly-rc/typings/msg/eu.d.ts +0 -8
  964. package/blockly-rc/typings/msg/fa.d.ts +0 -8
  965. package/blockly-rc/typings/msg/fi.d.ts +0 -8
  966. package/blockly-rc/typings/msg/fo.d.ts +0 -8
  967. package/blockly-rc/typings/msg/fr.d.ts +0 -8
  968. package/blockly-rc/typings/msg/frr.d.ts +0 -8
  969. package/blockly-rc/typings/msg/gl.d.ts +0 -8
  970. package/blockly-rc/typings/msg/gn.d.ts +0 -8
  971. package/blockly-rc/typings/msg/gor.d.ts +0 -8
  972. package/blockly-rc/typings/msg/ha.d.ts +0 -8
  973. package/blockly-rc/typings/msg/hak.d.ts +0 -8
  974. package/blockly-rc/typings/msg/he.d.ts +0 -8
  975. package/blockly-rc/typings/msg/hi.d.ts +0 -8
  976. package/blockly-rc/typings/msg/hr.d.ts +0 -8
  977. package/blockly-rc/typings/msg/hrx.d.ts +0 -8
  978. package/blockly-rc/typings/msg/hsb.d.ts +0 -8
  979. package/blockly-rc/typings/msg/hu.d.ts +0 -8
  980. package/blockly-rc/typings/msg/hy.d.ts +0 -8
  981. package/blockly-rc/typings/msg/ia.d.ts +0 -8
  982. package/blockly-rc/typings/msg/id.d.ts +0 -8
  983. package/blockly-rc/typings/msg/ig.d.ts +0 -8
  984. package/blockly-rc/typings/msg/inh.d.ts +0 -8
  985. package/blockly-rc/typings/msg/is.d.ts +0 -8
  986. package/blockly-rc/typings/msg/it.d.ts +0 -8
  987. package/blockly-rc/typings/msg/ja.d.ts +0 -8
  988. package/blockly-rc/typings/msg/ka.d.ts +0 -8
  989. package/blockly-rc/typings/msg/kab.d.ts +0 -8
  990. package/blockly-rc/typings/msg/kbd-cyrl.d.ts +0 -8
  991. package/blockly-rc/typings/msg/km.d.ts +0 -8
  992. package/blockly-rc/typings/msg/kn.d.ts +0 -8
  993. package/blockly-rc/typings/msg/ko.d.ts +0 -8
  994. package/blockly-rc/typings/msg/ksh.d.ts +0 -8
  995. package/blockly-rc/typings/msg/ku-latn.d.ts +0 -8
  996. package/blockly-rc/typings/msg/ky.d.ts +0 -8
  997. package/blockly-rc/typings/msg/la.d.ts +0 -8
  998. package/blockly-rc/typings/msg/lb.d.ts +0 -8
  999. package/blockly-rc/typings/msg/lki.d.ts +0 -8
  1000. package/blockly-rc/typings/msg/lo.d.ts +0 -8
  1001. package/blockly-rc/typings/msg/lrc.d.ts +0 -8
  1002. package/blockly-rc/typings/msg/lt.d.ts +0 -8
  1003. package/blockly-rc/typings/msg/lv.d.ts +0 -8
  1004. package/blockly-rc/typings/msg/mg.d.ts +0 -8
  1005. package/blockly-rc/typings/msg/mk.d.ts +0 -8
  1006. package/blockly-rc/typings/msg/ml.d.ts +0 -8
  1007. package/blockly-rc/typings/msg/mnw.d.ts +0 -8
  1008. package/blockly-rc/typings/msg/ms.d.ts +0 -8
  1009. package/blockly-rc/typings/msg/msg.d.ts +0 -440
  1010. package/blockly-rc/typings/msg/my.d.ts +0 -8
  1011. package/blockly-rc/typings/msg/mzn.d.ts +0 -8
  1012. package/blockly-rc/typings/msg/nb.d.ts +0 -8
  1013. package/blockly-rc/typings/msg/ne.d.ts +0 -8
  1014. package/blockly-rc/typings/msg/nl.d.ts +0 -8
  1015. package/blockly-rc/typings/msg/oc.d.ts +0 -8
  1016. package/blockly-rc/typings/msg/olo.d.ts +0 -8
  1017. package/blockly-rc/typings/msg/pa.d.ts +0 -8
  1018. package/blockly-rc/typings/msg/pl.d.ts +0 -8
  1019. package/blockly-rc/typings/msg/pms.d.ts +0 -8
  1020. package/blockly-rc/typings/msg/ps.d.ts +0 -8
  1021. package/blockly-rc/typings/msg/pt-br.d.ts +0 -8
  1022. package/blockly-rc/typings/msg/pt.d.ts +0 -8
  1023. package/blockly-rc/typings/msg/ro.d.ts +0 -8
  1024. package/blockly-rc/typings/msg/ru.d.ts +0 -8
  1025. package/blockly-rc/typings/msg/sc.d.ts +0 -8
  1026. package/blockly-rc/typings/msg/sco.d.ts +0 -8
  1027. package/blockly-rc/typings/msg/sd.d.ts +0 -8
  1028. package/blockly-rc/typings/msg/shn.d.ts +0 -8
  1029. package/blockly-rc/typings/msg/si.d.ts +0 -8
  1030. package/blockly-rc/typings/msg/sk.d.ts +0 -8
  1031. package/blockly-rc/typings/msg/skr-arab.d.ts +0 -8
  1032. package/blockly-rc/typings/msg/sl.d.ts +0 -8
  1033. package/blockly-rc/typings/msg/smn.d.ts +0 -8
  1034. package/blockly-rc/typings/msg/sq.d.ts +0 -8
  1035. package/blockly-rc/typings/msg/sr-latn.d.ts +0 -8
  1036. package/blockly-rc/typings/msg/sr.d.ts +0 -8
  1037. package/blockly-rc/typings/msg/sv.d.ts +0 -8
  1038. package/blockly-rc/typings/msg/sw.d.ts +0 -8
  1039. package/blockly-rc/typings/msg/ta.d.ts +0 -8
  1040. package/blockly-rc/typings/msg/tcy.d.ts +0 -8
  1041. package/blockly-rc/typings/msg/tdd.d.ts +0 -8
  1042. package/blockly-rc/typings/msg/te.d.ts +0 -8
  1043. package/blockly-rc/typings/msg/th.d.ts +0 -8
  1044. package/blockly-rc/typings/msg/ti.d.ts +0 -8
  1045. package/blockly-rc/typings/msg/tl.d.ts +0 -8
  1046. package/blockly-rc/typings/msg/tlh.d.ts +0 -8
  1047. package/blockly-rc/typings/msg/tr.d.ts +0 -8
  1048. package/blockly-rc/typings/msg/ug-arab.d.ts +0 -8
  1049. package/blockly-rc/typings/msg/uk.d.ts +0 -8
  1050. package/blockly-rc/typings/msg/ur.d.ts +0 -8
  1051. package/blockly-rc/typings/msg/uz.d.ts +0 -8
  1052. package/blockly-rc/typings/msg/vi.d.ts +0 -8
  1053. package/blockly-rc/typings/msg/xmf.d.ts +0 -8
  1054. package/blockly-rc/typings/msg/yo.d.ts +0 -8
  1055. package/blockly-rc/typings/msg/zgh.d.ts +0 -8
  1056. package/blockly-rc/typings/msg/zh-hans.d.ts +0 -8
  1057. package/blockly-rc/typings/msg/zh-hant.d.ts +0 -8
  1058. package/blockly-rc/typings/php.d.ts +0 -7
  1059. package/blockly-rc/typings/python.d.ts +0 -7
  1060. package/blockly-rc/typings/templates/blockly-header.template +0 -11
  1061. package/blockly-rc/typings/templates/blockly-interfaces.template +0 -83
  1062. package/blockly-rc/typings/templates/msg.template +0 -15
  1063. package/blockly-rc/typings/tsconfig.json +0 -23
  1064. package/temp-use-blockly-v12-rc.sh +0 -26
@@ -1,55 +0,0 @@
1
- # This workflow will do a clean install, start the selenium server, and run
2
- # all of our browser based tests
3
-
4
- name: Run browser manually
5
-
6
- on:
7
- workflow_dispatch:
8
-
9
- permissions:
10
- contents: read
11
-
12
- jobs:
13
- build:
14
- timeout-minutes: 10
15
- runs-on: ${{ matrix.os }}
16
-
17
- strategy:
18
- matrix:
19
- # TODO (#2114): re-enable osx build.
20
- # os: [ubuntu-latest, macos-latest]
21
- os: [macos-latest]
22
- node-version: [18.x, 20.x]
23
- # See supported Node.js release schedule at
24
- # https://nodejs.org/en/about/releases/
25
-
26
- steps:
27
- - uses: actions/checkout@v4
28
- with:
29
- persist-credentials: false
30
-
31
- - name: Reconfigure git to use HTTP authentication
32
- run: >
33
- git config --global url."https://github.com/".insteadOf
34
- ssh://git@github.com/
35
-
36
- - name: Use Node.js ${{ matrix.node-version }}
37
- uses: actions/setup-node@v4
38
- with:
39
- node-version: ${{ matrix.node-version }}
40
-
41
- - name: Npm Install
42
- run: npm install
43
-
44
- - name: Linux Test Setup
45
- if: runner.os == 'Linux'
46
- run: source ./tests/scripts/setup_linux_env.sh
47
-
48
- - name: Run Build
49
- run: npm run build
50
-
51
- - name: Run Test
52
- run: npm run test:browser
53
-
54
- env:
55
- CI: true
@@ -1,86 +0,0 @@
1
- # This workflow will do a clean install, start the selenium server, and run
2
- # all of our tests.
3
-
4
- name: Node.js CI
5
-
6
- on: [pull_request]
7
-
8
- permissions:
9
- contents: read
10
-
11
- jobs:
12
- build:
13
- timeout-minutes: 10
14
- runs-on: ${{ matrix.os }}
15
-
16
- strategy:
17
- matrix:
18
- # TODO (#2114): re-enable osx build.
19
- # os: [ubuntu-latest, macos-latest]
20
- os: [ubuntu-latest]
21
- # TODO(#8392): unpin v22 once npm issue fixed.
22
- node-version: [18.x, 20.x, 22.4.1]
23
- # See supported Node.js release schedule at
24
- # https://nodejs.org/en/about/releases/
25
-
26
- steps:
27
- - uses: actions/checkout@v4
28
- with:
29
- persist-credentials: false
30
-
31
- - name: Reconfigure git to use HTTP authentication
32
- run: >
33
- git config --global url."https://github.com/".insteadOf
34
- ssh://git@github.com/
35
-
36
- - name: Use Node.js ${{ matrix.node-version }}
37
- uses: actions/setup-node@v4
38
- with:
39
- node-version: ${{ matrix.node-version }}
40
-
41
- - name: Npm Clean Install
42
- run: npm ci
43
-
44
- - name: Linux Test Setup
45
- if: runner.os == 'Linux'
46
- run: source ./tests/scripts/setup_linux_env.sh
47
-
48
- - name: Run
49
- run: npm run test
50
-
51
- env:
52
- CI: true
53
-
54
- lint:
55
- timeout-minutes: 5
56
- runs-on: ubuntu-latest
57
- steps:
58
- - uses: actions/checkout@v4
59
-
60
- - name: Use Node.js 20.x
61
- uses: actions/setup-node@v4
62
- with:
63
- node-version: 20.x
64
-
65
- - name: Npm Install
66
- run: npm install
67
-
68
- - name: Lint
69
- run: npm run lint
70
-
71
- format:
72
- timeout-minutes: 5
73
- runs-on: ubuntu-latest
74
- steps:
75
- - uses: actions/checkout@v4
76
-
77
- - name: Use Node.js 20.x
78
- uses: actions/setup-node@v4
79
- with:
80
- node-version: 20.x
81
-
82
- - name: Npm Install
83
- run: npm install
84
-
85
- - name: Check Format
86
- run: npm run format:check
@@ -1,17 +0,0 @@
1
- on:
2
- pull_request_target:
3
- types:
4
- - opened
5
- - edited
6
- name: conventional-release-labels
7
- jobs:
8
- label:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: bcoe/conventional-release-labels@v1
12
- with:
13
- type_labels:
14
- '{"feat": "PR: feature", "fix": "PR: fix", "breaking": "breaking
15
- change", "chore": "PR: chore", "docs": "PR: docs", "refactor": "PR:
16
- refactor", "revert": "PR: revert", "deprecate": "deprecation"}'
17
- ignored_types: '[]'
@@ -1,26 +0,0 @@
1
- # This workflow will comment on pull requests that are submitted while develop
2
- # is frozen during the week of release. Skips any pull requests that have the
3
- # label 'ignore-freeze'.
4
- # This workflow should be enabled only while develop is frozen.
5
-
6
- name: Develop Freeze PR Comment
7
-
8
- on:
9
- # Trigger the workflow on pull request on develop branch
10
- pull_request:
11
- types:
12
- - opened
13
- - reopened
14
- branches:
15
- - develop
16
-
17
- jobs:
18
- freeze-comment:
19
- if: ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-freeze') }}
20
- runs-on: ubuntu-latest
21
- steps:
22
- - name: PR Comment
23
- uses: github-actions-up-and-running/pr-comment@f1f8ab2bf00dce6880a369ce08758a60c61d6c0b
24
- with:
25
- repo-token: ${{ secrets.GITHUB_TOKEN }}
26
- message: 'Thanks for the PR! The develop branch is currently frozen in preparation for the release so it may not be addressed until after release week.'
@@ -1,37 +0,0 @@
1
- # For new pull requests against the goog_module branch, adds the 'type: cleanup'
2
- # label and sets the milestone to q3 2021 release.
3
-
4
- name: Tag module cleanup
5
-
6
- # Trigger on pull requests against goog_module branch only
7
- # Uses pull_request_target to get write permissions so that it can write labels.
8
- on:
9
- pull_request_target:
10
- branches:
11
- - goog_module
12
-
13
- jobs:
14
- tag-module-cleanup:
15
- # Add the type: cleanup label
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/github-script@v7
19
- with:
20
- script: |
21
- // Note that pull requests are considered issues and "shared"
22
- // actions for both features, like manipulating labels and
23
- // milestones are provided within the issues API.
24
- await github.issues.update({
25
- owner: context.repo.owner,
26
- repo: context.repo.repo,
27
- issue_number: context.issue.number,
28
- // 2021 q3 release milestone.
29
- // https://github.com/google/blockly/milestone/18
30
- milestone: 18
31
- })
32
- await github.issues.addLabels({
33
- owner: context.repo.owner,
34
- repo: context.repo.repo,
35
- issue_number: context.issue.number,
36
- labels: ['type: cleanup']
37
- })
@@ -1,36 +0,0 @@
1
- on:
2
- pull_request_target:
3
- types:
4
- - opened
5
- name: Welcome new contributors
6
- jobs:
7
- welcome:
8
- runs-on: ubuntu-latest
9
- permissions:
10
- pull-requests: write
11
- steps:
12
- - uses: actions/first-interaction@v1
13
- with:
14
- repo-token: ${{ secrets.GITHUB_TOKEN }}
15
- pr-message: >
16
- Welcome! It looks like this is your first pull request in Blockly,
17
- so here are a couple of tips:
18
-
19
- - You can find tips about contributing to Blockly and how to
20
- validate your changes on our
21
- [developer site](https://developers.google.com/blockly/guides/contribute/core#making_and_verifying_a_change).
22
-
23
- - All contributors must sign the Google Contributor License
24
- Agreement (CLA). If the google-cla bot leaves a comment on this
25
- PR, make sure you follow the instructions.
26
-
27
- - We use conventional commits to make versioning the package easier. Make sure your commit
28
- message is in the [proper format](https://developers.google.com/blockly/guides/contribute/get-started/commits)
29
- or [learn how to fix it](https://developers.google.com/blockly/guides/contribute/get-started/commits#fixing_non-conventional_commits).
30
-
31
- - If any of the other checks on this PR fail, you can click on
32
- them to learn why. It might be that your change caused a test
33
- failure, or that you need to double-check the
34
- [style guide](https://developers.google.com/blockly/guides/contribute/core/style_guide).
35
-
36
- Thank you for opening this PR! A member of the Blockly team will review it soon.
@@ -1,30 +0,0 @@
1
- # Build Artifacts
2
- /msg/*
3
- /build/*
4
- /dist/*
5
- /typings/*
6
- /docs/*
7
-
8
- # Tests other than mocha unit tests
9
- /tests/blocks/*
10
- /tests/themes/*
11
- /tests/compile/*
12
- /tests/jsunit/*
13
- /tests/generators/*
14
- /tests/mocha/webdriver.js
15
- /tests/screenshot/*
16
- /tests/test_runner.js
17
- /tests/workspace_svg/*
18
-
19
- # Demos, scripts, misc
20
- /node_modules/*
21
- /demos/*
22
- /appengine/*
23
- /externs/*
24
- /closure/*
25
- /scripts/gulpfiles/*
26
- CHANGELOG.md
27
- PULL_REQUEST_TEMPLATE.md
28
-
29
- # Don't bother formatting JavaScript files we're about to migrate:
30
- /generators/**/*.js
@@ -1,13 +0,0 @@
1
- // This config attempts to match google-style code.
2
-
3
- module.exports = {
4
- // Prefer single quotes, but minimize escaping.
5
- singleQuote: true,
6
- // Some properties must be quoted to preserve closure compiler behavior.
7
- // Don't ever change whether properties are quoted.
8
- quoteProps: 'preserve',
9
- // Don't add spaces around braces for object literals.
10
- bracketSpacing: false,
11
- // Put HTML tag closing brackets on same line as last attribute.
12
- bracketSameLine: true,
13
- };
@@ -1,77 +0,0 @@
1
- # Changelog
2
-
3
- ## [8.0.0](https://github.com/google/blockly/compare/blockly-v7.20211209.0...blockly-v8.0.0) (2022-03-31)
4
-
5
-
6
- ### ⚠ BREAKING CHANGES
7
-
8
- * change paste to return the pasted thing to support keyboard nav (#5996)
9
- * **blocks:** ...and rename Blockly.blocks.all (blocks/all.js) to Blockly.libraryBlocks (blocks/blocks.js
10
- * * refactor(blocks): Make loopTypes a Set
11
- * allows previously internal constants to be configurable (#5897)
12
- * * refactor(blocks): Make loopTypes a Set
13
- * remove unused constants from internalConstants (#5889)
14
-
15
- ### Features
16
-
17
- * add mocha failure messages to console output ([#5984](https://github.com/google/blockly/issues/5984)) ([7d250fa](https://github.com/google/blockly/commit/7d250fa9cfb30f95e7af523720b66c8b001df15c))
18
- * Allow developers to set a custom tooltip rendering function. ([#5956](https://github.com/google/blockly/issues/5956)) ([6841ccc](https://github.com/google/blockly/commit/6841ccc99fdbcc5f6d5a63bb36cb3b6ebd2be246))
19
- * **blocks:** Export block definitions ([#5908](https://github.com/google/blockly/issues/5908)) ([ffb8907](https://github.com/google/blockly/commit/ffb8907db8d0f11609c1fe14b2a450d3e639a871))
20
- * make mocha fail if it encounters 0 tests ([#5981](https://github.com/google/blockly/issues/5981)) ([0b2bf3a](https://github.com/google/blockly/commit/0b2bf3ae9d0c777f4d13d47692f5ae224dff1ec8))
21
- * **tests:** Add a test to validate `scripts/migration/renamings.js` ([#5980](https://github.com/google/blockly/issues/5980)) ([3c723f0](https://github.com/google/blockly/commit/3c723f0199b1f3b5eaac58f064b02d52b60d0ddb))
22
- * **tests:** Use official semver.org RegExp ([#5990](https://github.com/google/blockly/issues/5990)) ([afc4088](https://github.com/google/blockly/commit/afc4088ce278f97585f9ff5e65a921f7c4c65531))
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * Adds check for changedTouches ([#5869](https://github.com/google/blockly/issues/5869)) ([3f4f505](https://github.com/google/blockly/commit/3f4f5057919fdb4a329e9d2b15378c5c5831ae3b))
28
- * advanced playground and playground to work when hosted ([#6021](https://github.com/google/blockly/issues/6021)) ([364bf14](https://github.com/google/blockly/commit/364bf14ce6932f426591e3f53c1d066771ddcb8e))
29
- * always rename caller to legal name ([#6014](https://github.com/google/blockly/issues/6014)) ([c430800](https://github.com/google/blockly/commit/c4308007bc4b58d51adf1fda7b51ffa9f1d3f093))
30
- * **blocks:** correct the callType_ of procedures_defreturn ([#5974](https://github.com/google/blockly/issues/5974)) ([b34db5b](https://github.com/google/blockly/commit/b34db5bd01f7b532ebabc80264ca9fc804a76c75))
31
- * **build:** Correctly handle deep export paths in UMD wrapper ([#5945](https://github.com/google/blockly/issues/5945)) ([71ab146](https://github.com/google/blockly/commit/71ab146bc21aef9bdd6b2385c1df5f51e3ff5b58))
32
- * bumping a block after duplicate breaking undo ([#5844](https://github.com/google/blockly/issues/5844)) ([5204569](https://github.com/google/blockly/commit/5204569cff58c1ead7c15165a1351fa6a2ba2ad3))
33
- * change getCandidate_ and showInsertionMarker_ to be more dynamic ([#5722](https://github.com/google/blockly/issues/5722)) ([68d8113](https://github.com/google/blockly/commit/68d81132b851d20884ee9da41719fa62cdfce0ee))
34
- * change paste to return the pasted thing to support keyboard nav ([#5996](https://github.com/google/blockly/issues/5996)) ([20f1475](https://github.com/google/blockly/commit/20f1475afc1abf4b5e600219c2981150fc621ba5))
35
- * Change the truthy tests of width and height in WorkspaceSvg.setCachedParentSvgSize to actual comparisons with null so that zero value can be saved into the cache ([#5997](https://github.com/google/blockly/issues/5997)) ([fec44d9](https://github.com/google/blockly/commit/fec44d917e4b8475beba28e4769a50982425e887))
36
- * comments not being restored when dragging ([#6011](https://github.com/google/blockly/issues/6011)) ([85ce3b8](https://github.com/google/blockly/commit/85ce3b82c6c32e8a2a1608c6d604262ea0e5c38d))
37
- * convert the common renderer to an ES6 class ([#5978](https://github.com/google/blockly/issues/5978)) ([c1004be](https://github.com/google/blockly/commit/c1004be1f24debe1df1566e6067cf2f6769d51aa))
38
- * convert the Workspace class to an ES6 class ([#5977](https://github.com/google/blockly/issues/5977)) ([e2eaebe](https://github.com/google/blockly/commit/e2eaebec47b08a83eb36d0d04cefa254d1c5d666))
39
- * custom block context menus ([#5976](https://github.com/google/blockly/issues/5976)) ([8058df2](https://github.com/google/blockly/commit/8058df2a71dcecdc1190ae1d6f5dcccfafc980e8))
40
- * Don't throw if drag surface is empty. ([#5695](https://github.com/google/blockly/issues/5695)) ([769a25f](https://github.com/google/blockly/commit/769a25f4badffd2409ce19535344c98f5d8b01c9))
41
- * export Blockly.Names.NameType and Blockly.Input.Align correctly ([#6030](https://github.com/google/blockly/issues/6030)) ([2c15d00](https://github.com/google/blockly/commit/2c15d002ababcba7f34c526c05f231735e3e0169))
42
- * Export loopTypes from Blockly.blocks.loops ([#5900](https://github.com/google/blockly/issues/5900)) ([4f74210](https://github.com/google/blockly/commit/4f74210e74ef0b06216ab0f288268192674d69c9))
43
- * Export loopTypes from Blockly.blocks.loops ([#5900](https://github.com/google/blockly/issues/5900)) ([74ef1cb](https://github.com/google/blockly/commit/74ef1cbf521f7c6447ea9672ddbfe861d2292e5f))
44
- * Fix bug where workspace comments could not be created. ([#6024](https://github.com/google/blockly/issues/6024)) ([2cf8eb8](https://github.com/google/blockly/commit/2cf8eb87dcb029ba152b63b01ee7e4df431d1bb6))
45
- * Fix downloading screenshots on the playground. ([#6025](https://github.com/google/blockly/issues/6025)) ([ca6e590](https://github.com/google/blockly/commit/ca6e590101d511a8d98a5c5438af32ff6749e020))
46
- * fix keycodes type ([#5805](https://github.com/google/blockly/issues/5805)) ([0a96543](https://github.com/google/blockly/commit/0a96543a1179636e4efeb3c654c075952aca0c9f))
47
- * Fixed the label closure on demo/blockfactory ([#5833](https://github.com/google/blockly/issues/5833)) ([e8ea2e9](https://github.com/google/blockly/commit/e8ea2e9902fb9f642459e7341c3d59e19f359fca))
48
- * **generators:** Fix an operator precedence issue in the math_number_property generators to remove extra parentheses ([#5685](https://github.com/google/blockly/issues/5685)) ([a31003f](https://github.com/google/blockly/commit/a31003fab964e529152389029ec3126a3802851b))
49
- * incorrect module for event data in renamings database ([#6012](https://github.com/google/blockly/issues/6012)) ([e502eaa](https://github.com/google/blockly/commit/e502eaa6e1c88b2bb34e9a87917a15098b81cfa3))
50
- * Move [@alias](https://github.com/alias) onto classes instead of constructors ([#6003](https://github.com/google/blockly/issues/6003)) ([1647a32](https://github.com/google/blockly/commit/1647a3299ac48b5924f987015d8f3c47593922af))
51
- * move test helpers from samples into core ([#5969](https://github.com/google/blockly/issues/5969)) ([2edd228](https://github.com/google/blockly/commit/2edd22811752f05e16c68d593e5d1b809e24ed25))
52
- * move the dropdown div to a namespace instead of a class with only static properties ([#5979](https://github.com/google/blockly/issues/5979)) ([543cb8e](https://github.com/google/blockly/commit/543cb8e1b1c1a7fca5a1629f42f71c9b18e1a255))
53
- * msg imports in type definitions ([#5858](https://github.com/google/blockly/issues/5858)) ([07a75de](https://github.com/google/blockly/commit/07a75dee8de13b6c5a02959325a0155d413d6712))
54
- * opening/closing the mutators ([#6000](https://github.com/google/blockly/issues/6000)) ([243fc52](https://github.com/google/blockly/commit/243fc52a96e1089aad89ff6b642c6605d8f71afd))
55
- * playground access to Blockly ([9e1cda8](https://github.com/google/blockly/commit/9e1cda8f45cea1707c5a228d5ce79b4cd81566f8))
56
- * playground test blocks, text area listeners, and show/hide buttons ([#6015](https://github.com/google/blockly/issues/6015)) ([7abf3de](https://github.com/google/blockly/commit/7abf3de910a35e1a6086a3243570627a41e73339))
57
- * procedure param edits breaking undo ([#5845](https://github.com/google/blockly/issues/5845)) ([8a71f87](https://github.com/google/blockly/commit/8a71f879504503f4aec1140fe653d93602c664df))
58
- * re-expose HSV_VALUE and HSV_SATURATION as settable properties on Blockly ([#5821](https://github.com/google/blockly/issues/5821)) ([0e5f3ce](https://github.com/google/blockly/commit/0e5f3ce6074fbbb2923e9a62bffefeae0a813be8))
59
- * re-expose HSV_VALUE and HSV_SATURATION as settable properties on Blockly ([#5821](https://github.com/google/blockly/issues/5821)) ([6fc3316](https://github.com/google/blockly/commit/6fc3316309534270106050f0e1fecb7a09b8e62c))
60
- * revert "Delete events should animate when played ([#5919](https://github.com/google/blockly/issues/5919))" ([#6031](https://github.com/google/blockly/issues/6031)) ([c4a25eb](https://github.com/google/blockly/commit/c4a25eb3c432b0e8a9a18aae42839d163a177c48))
61
- * revert converting test helpers to es modules ([#5982](https://github.com/google/blockly/issues/5982)) ([01d4597](https://github.com/google/blockly/commit/01d45972d4df8b5e4afa4a19d93defb8961fea57))
62
- * setting null for a font style on a theme ([#5831](https://github.com/google/blockly/issues/5831)) ([835fb02](https://github.com/google/blockly/commit/835fb02343df0a4b9dab7704a4b3d8be8e9a497c))
63
- * **tests:** Enable --debug for test:compile:advanced; fix some errors ([#5959](https://github.com/google/blockly/issues/5959)) ([88334be](https://github.com/google/blockly/commit/88334bea80aa26c08705f16aba5e79dd708158f9))
64
- * **tests:** Enable `--debug` for `test:compile:advanced`; fix some errors (and demote the rest to warnings) ([#5983](https://github.com/google/blockly/issues/5983)) ([e11b583](https://github.com/google/blockly/commit/e11b5834e5e4e8fe991be32afb08eafa7c8adffd))
65
- * TypeScript exporting of the serialization functions ([#5890](https://github.com/google/blockly/issues/5890)) ([5d7c890](https://github.com/google/blockly/commit/5d7c890243ba7d0501514ba48778715097ce5a3b))
66
- * undo/redo for auto disabling if-return blocks ([#6018](https://github.com/google/blockly/issues/6018)) ([c7a359a](https://github.com/google/blockly/commit/c7a359a8424287f139752573a27a8a6eb97cb7b3))
67
- * update the playground to load compressed when hosted ([#5835](https://github.com/google/blockly/issues/5835)) ([2adf326](https://github.com/google/blockly/commit/2adf326c230589800880faa9599eca2ecc94d283))
68
- * Update typings for q1 2022 release ([#6051](https://github.com/google/blockly/issues/6051)) ([69f3d4a](https://github.com/google/blockly/commit/69f3d4ae89ce16a558443dd0a772e35b62c096d3))
69
- * Use correct namespace for svgMath functions ([#5813](https://github.com/google/blockly/issues/5813)) ([b8cc983](https://github.com/google/blockly/commit/b8cc983324338b2cbd536425c93ff3e7d512751e))
70
- * Use correct namespace for svgMath functions ([#5813](https://github.com/google/blockly/issues/5813)) ([025bab6](https://github.com/google/blockly/commit/025bab656669f99ebdb8b95bea39ebae296f1495))
71
-
72
-
73
- ### Code Refactoring
74
-
75
- * allows previously internal constants to be configurable ([#5897](https://github.com/google/blockly/issues/5897)) ([4b5733e](https://github.com/google/blockly/commit/4b5733e7c85f2e196719550a3cfdcbcbd61739df))
76
- * **blocks:** Rename Blockly.blocks.* modules to Blockly.libraryBlocks.* ([#5953](https://github.com/google/blockly/issues/5953)) ([5078dcb](https://github.com/google/blockly/commit/5078dcbc6d4d48422313732e87191b29569b5eed))
77
- * remove unused constants from internalConstants ([#5889](https://github.com/google/blockly/issues/5889)) ([f0b1077](https://github.com/google/blockly/commit/f0b10776eb0657a5446adcfc62ad13f419c14271))
@@ -1,202 +0,0 @@
1
-
2
- Apache License
3
- Version 2.0, January 2004
4
- http://www.apache.org/licenses/
5
-
6
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
-
8
- 1. Definitions.
9
-
10
- "License" shall mean the terms and conditions for use, reproduction,
11
- and distribution as defined by Sections 1 through 9 of this document.
12
-
13
- "Licensor" shall mean the copyright owner or entity authorized by
14
- the copyright owner that is granting the License.
15
-
16
- "Legal Entity" shall mean the union of the acting entity and all
17
- other entities that control, are controlled by, or are under common
18
- control with that entity. For the purposes of this definition,
19
- "control" means (i) the power, direct or indirect, to cause the
20
- direction or management of such entity, whether by contract or
21
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
- outstanding shares, or (iii) beneficial ownership of such entity.
23
-
24
- "You" (or "Your") shall mean an individual or Legal Entity
25
- exercising permissions granted by this License.
26
-
27
- "Source" form shall mean the preferred form for making modifications,
28
- including but not limited to software source code, documentation
29
- source, and configuration files.
30
-
31
- "Object" form shall mean any form resulting from mechanical
32
- transformation or translation of a Source form, including but
33
- not limited to compiled object code, generated documentation,
34
- and conversions to other media types.
35
-
36
- "Work" shall mean the work of authorship, whether in Source or
37
- Object form, made available under the License, as indicated by a
38
- copyright notice that is included in or attached to the work
39
- (an example is provided in the Appendix below).
40
-
41
- "Derivative Works" shall mean any work, whether in Source or Object
42
- form, that is based on (or derived from) the Work and for which the
43
- editorial revisions, annotations, elaborations, or other modifications
44
- represent, as a whole, an original work of authorship. For the purposes
45
- of this License, Derivative Works shall not include works that remain
46
- separable from, or merely link (or bind by name) to the interfaces of,
47
- the Work and Derivative Works thereof.
48
-
49
- "Contribution" shall mean any work of authorship, including
50
- the original version of the Work and any modifications or additions
51
- to that Work or Derivative Works thereof, that is intentionally
52
- submitted to Licensor for inclusion in the Work by the copyright owner
53
- or by an individual or Legal Entity authorized to submit on behalf of
54
- the copyright owner. For the purposes of this definition, "submitted"
55
- means any form of electronic, verbal, or written communication sent
56
- to the Licensor or its representatives, including but not limited to
57
- communication on electronic mailing lists, source code control systems,
58
- and issue tracking systems that are managed by, or on behalf of, the
59
- Licensor for the purpose of discussing and improving the Work, but
60
- excluding communication that is conspicuously marked or otherwise
61
- designated in writing by the copyright owner as "Not a Contribution."
62
-
63
- "Contributor" shall mean Licensor and any individual or Legal Entity
64
- on behalf of whom a Contribution has been received by Licensor and
65
- subsequently incorporated within the Work.
66
-
67
- 2. Grant of Copyright License. Subject to the terms and conditions of
68
- this License, each Contributor hereby grants to You a perpetual,
69
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
- copyright license to reproduce, prepare Derivative Works of,
71
- publicly display, publicly perform, sublicense, and distribute the
72
- Work and such Derivative Works in Source or Object form.
73
-
74
- 3. Grant of Patent License. Subject to the terms and conditions of
75
- this License, each Contributor hereby grants to You a perpetual,
76
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
- (except as stated in this section) patent license to make, have made,
78
- use, offer to sell, sell, import, and otherwise transfer the Work,
79
- where such license applies only to those patent claims licensable
80
- by such Contributor that are necessarily infringed by their
81
- Contribution(s) alone or by combination of their Contribution(s)
82
- with the Work to which such Contribution(s) was submitted. If You
83
- institute patent litigation against any entity (including a
84
- cross-claim or counterclaim in a lawsuit) alleging that the Work
85
- or a Contribution incorporated within the Work constitutes direct
86
- or contributory patent infringement, then any patent licenses
87
- granted to You under this License for that Work shall terminate
88
- as of the date such litigation is filed.
89
-
90
- 4. Redistribution. You may reproduce and distribute copies of the
91
- Work or Derivative Works thereof in any medium, with or without
92
- modifications, and in Source or Object form, provided that You
93
- meet the following conditions:
94
-
95
- (a) You must give any other recipients of the Work or
96
- Derivative Works a copy of this License; and
97
-
98
- (b) You must cause any modified files to carry prominent notices
99
- stating that You changed the files; and
100
-
101
- (c) You must retain, in the Source form of any Derivative Works
102
- that You distribute, all copyright, patent, trademark, and
103
- attribution notices from the Source form of the Work,
104
- excluding those notices that do not pertain to any part of
105
- the Derivative Works; and
106
-
107
- (d) If the Work includes a "NOTICE" text file as part of its
108
- distribution, then any Derivative Works that You distribute must
109
- include a readable copy of the attribution notices contained
110
- within such NOTICE file, excluding those notices that do not
111
- pertain to any part of the Derivative Works, in at least one
112
- of the following places: within a NOTICE text file distributed
113
- as part of the Derivative Works; within the Source form or
114
- documentation, if provided along with the Derivative Works; or,
115
- within a display generated by the Derivative Works, if and
116
- wherever such third-party notices normally appear. The contents
117
- of the NOTICE file are for informational purposes only and
118
- do not modify the License. You may add Your own attribution
119
- notices within Derivative Works that You distribute, alongside
120
- or as an addendum to the NOTICE text from the Work, provided
121
- that such additional attribution notices cannot be construed
122
- as modifying the License.
123
-
124
- You may add Your own copyright statement to Your modifications and
125
- may provide additional or different license terms and conditions
126
- for use, reproduction, or distribution of Your modifications, or
127
- for any such Derivative Works as a whole, provided Your use,
128
- reproduction, and distribution of the Work otherwise complies with
129
- the conditions stated in this License.
130
-
131
- 5. Submission of Contributions. Unless You explicitly state otherwise,
132
- any Contribution intentionally submitted for inclusion in the Work
133
- by You to the Licensor shall be under the terms and conditions of
134
- this License, without any additional terms or conditions.
135
- Notwithstanding the above, nothing herein shall supersede or modify
136
- the terms of any separate license agreement you may have executed
137
- with Licensor regarding such Contributions.
138
-
139
- 6. Trademarks. This License does not grant permission to use the trade
140
- names, trademarks, service marks, or product names of the Licensor,
141
- except as required for reasonable and customary use in describing the
142
- origin of the Work and reproducing the content of the NOTICE file.
143
-
144
- 7. Disclaimer of Warranty. Unless required by applicable law or
145
- agreed to in writing, Licensor provides the Work (and each
146
- Contributor provides its Contributions) on an "AS IS" BASIS,
147
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
- implied, including, without limitation, any warranties or conditions
149
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
- PARTICULAR PURPOSE. You are solely responsible for determining the
151
- appropriateness of using or redistributing the Work and assume any
152
- risks associated with Your exercise of permissions under this License.
153
-
154
- 8. Limitation of Liability. In no event and under no legal theory,
155
- whether in tort (including negligence), contract, or otherwise,
156
- unless required by applicable law (such as deliberate and grossly
157
- negligent acts) or agreed to in writing, shall any Contributor be
158
- liable to You for damages, including any direct, indirect, special,
159
- incidental, or consequential damages of any character arising as a
160
- result of this License or out of the use or inability to use the
161
- Work (including but not limited to damages for loss of goodwill,
162
- work stoppage, computer failure or malfunction, or any and all
163
- other commercial damages or losses), even if such Contributor
164
- has been advised of the possibility of such damages.
165
-
166
- 9. Accepting Warranty or Additional Liability. While redistributing
167
- the Work or Derivative Works thereof, You may choose to offer,
168
- and charge a fee for, acceptance of support, warranty, indemnity,
169
- or other liability obligations and/or rights consistent with this
170
- License. However, in accepting such obligations, You may act only
171
- on Your own behalf and on Your sole responsibility, not on behalf
172
- of any other Contributor, and only if You agree to indemnify,
173
- defend, and hold each Contributor harmless for any liability
174
- incurred by, or claims asserted against, such Contributor by reason
175
- of your accepting any such warranty or additional liability.
176
-
177
- END OF TERMS AND CONDITIONS
178
-
179
- APPENDIX: How to apply the Apache License to your work.
180
-
181
- To apply the Apache License to your work, attach the following
182
- boilerplate notice, with the fields enclosed by brackets "[]"
183
- replaced with your own identifying information. (Don't include
184
- the brackets!) The text should be enclosed in the appropriate
185
- comment syntax for the file format. We also recommend that a
186
- file or class name and description of purpose be included on the
187
- same "printed page" as the copyright notice for easier
188
- identification within third-party archives.
189
-
190
- Copyright [yyyy] [name of copyright owner]
191
-
192
- Licensed under the Apache License, Version 2.0 (the "License");
193
- you may not use this file except in compliance with the License.
194
- You may obtain a copy of the License at
195
-
196
- http://www.apache.org/licenses/LICENSE-2.0
197
-
198
- Unless required by applicable law or agreed to in writing, software
199
- distributed under the License is distributed on an "AS IS" BASIS,
200
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
- See the License for the specific language governing permissions and
202
- limitations under the License.