blockly 9.0.0-beta.1 → 9.0.0-beta.3

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 (202) hide show
  1. package/blockly.min.js +569 -542
  2. package/blockly_compressed.js +563 -536
  3. package/blockly_compressed.js.map +1 -1
  4. package/blocks_compressed.js +6 -6
  5. package/blocks_compressed.js.map +1 -1
  6. package/core/block.d.ts +11 -0
  7. package/core/block_svg.d.ts +3 -3
  8. package/core/blockly.d.ts +2 -2
  9. package/core/events/events.d.ts +50 -24
  10. package/core/events/events_abstract.d.ts +8 -4
  11. package/core/events/events_block_base.d.ts +8 -6
  12. package/core/events/events_block_change.d.ts +14 -8
  13. package/core/events/events_block_create.d.ts +12 -6
  14. package/core/events/events_block_delete.d.ts +14 -7
  15. package/core/events/events_block_drag.d.ts +9 -3
  16. package/core/events/events_block_move.d.ts +15 -9
  17. package/core/events/events_bubble_open.d.ts +16 -5
  18. package/core/events/events_click.d.ts +15 -5
  19. package/core/events/events_comment_base.d.ts +7 -5
  20. package/core/events/events_comment_change.d.ts +9 -5
  21. package/core/events/events_comment_create.d.ts +7 -4
  22. package/core/events/events_comment_delete.d.ts +1 -13
  23. package/core/events/events_comment_move.d.ts +10 -6
  24. package/core/events/events_marker_move.d.ts +11 -4
  25. package/core/events/events_selected.d.ts +9 -4
  26. package/core/events/events_theme_change.d.ts +6 -2
  27. package/core/events/events_toolbox_item_select.d.ts +9 -4
  28. package/core/events/events_trashcan_open.d.ts +6 -2
  29. package/core/events/events_var_base.d.ts +8 -6
  30. package/core/events/events_var_create.d.ts +9 -5
  31. package/core/events/events_var_delete.d.ts +9 -5
  32. package/core/events/events_var_rename.d.ts +9 -5
  33. package/core/events/events_viewport.d.ts +9 -2
  34. package/core/events/workspace_events.d.ts +6 -5
  35. package/core/field.d.ts +0 -2
  36. package/core/gesture.d.ts +8 -9
  37. package/core/grid.d.ts +1 -1
  38. package/core/icon.d.ts +6 -2
  39. package/core/interfaces/i_component.d.ts +1 -1
  40. package/core/menu.d.ts +2 -1
  41. package/core/msg.d.ts +14 -0
  42. package/core/mutator.d.ts +1 -1
  43. package/core/rendered_connection.d.ts +1 -0
  44. package/core/renderers/common/constants.d.ts +8 -1
  45. package/core/renderers/common/drawer.d.ts +4 -3
  46. package/core/renderers/common/i_path_object.d.ts +22 -16
  47. package/core/renderers/common/info.d.ts +3 -3
  48. package/core/renderers/common/marker_svg.d.ts +7 -5
  49. package/core/renderers/common/path_object.d.ts +3 -3
  50. package/core/renderers/geras/constants.d.ts +4 -2
  51. package/core/renderers/geras/drawer.d.ts +2 -1
  52. package/core/renderers/geras/path_object.d.ts +0 -1
  53. package/core/renderers/measurables/icon.d.ts +1 -0
  54. package/core/renderers/measurables/row.d.ts +3 -3
  55. package/core/renderers/measurables/top_row.d.ts +0 -1
  56. package/core/renderers/minimalist/info.d.ts +1 -0
  57. package/core/renderers/thrasos/info.d.ts +1 -3
  58. package/core/renderers/zelos/constants.d.ts +20 -41
  59. package/core/renderers/zelos/measurables/inputs.d.ts +0 -1
  60. package/core/renderers/zelos/path_object.d.ts +1 -1
  61. package/core/theme.d.ts +27 -27
  62. package/core/toolbox/category.d.ts +18 -17
  63. package/core/toolbox/toolbox.d.ts +1 -1
  64. package/core/touch_gesture.d.ts +3 -2
  65. package/core/utils/coordinate.d.ts +1 -1
  66. package/core/utils/dom.d.ts +11 -8
  67. package/core/utils/idgenerator.d.ts +1 -1
  68. package/core/zoom_controls.d.ts +1 -1
  69. package/core-browser.js +0 -6
  70. package/core.js +0 -6
  71. package/dart.d.ts +1 -2
  72. package/javascript.d.ts +1 -2
  73. package/lua.d.ts +1 -2
  74. package/msg/ab.d.ts +8 -0
  75. package/msg/ace.d.ts +8 -0
  76. package/msg/af.d.ts +8 -0
  77. package/msg/am.d.ts +8 -0
  78. package/msg/ar.d.ts +8 -0
  79. package/msg/ast.d.ts +8 -0
  80. package/msg/az.d.ts +8 -0
  81. package/msg/ba.d.ts +8 -0
  82. package/msg/bcc.d.ts +8 -0
  83. package/msg/be-tarask.d.ts +8 -0
  84. package/msg/be.d.ts +8 -0
  85. package/msg/bg.d.ts +8 -0
  86. package/msg/bn.d.ts +8 -0
  87. package/msg/br.d.ts +8 -0
  88. package/msg/bs.d.ts +8 -0
  89. package/msg/ca.d.ts +8 -0
  90. package/msg/cdo.d.ts +8 -0
  91. package/msg/constants.d.ts +16 -0
  92. package/msg/cs.d.ts +8 -0
  93. package/msg/da.d.ts +8 -0
  94. package/msg/de.d.ts +8 -0
  95. package/msg/diq.d.ts +8 -0
  96. package/msg/dty.d.ts +8 -0
  97. package/msg/ee.d.ts +8 -0
  98. package/msg/el.d.ts +8 -0
  99. package/msg/en-gb.d.ts +8 -0
  100. package/msg/en.d.ts +8 -0
  101. package/msg/eo.d.ts +8 -0
  102. package/msg/es.d.ts +8 -0
  103. package/msg/et.d.ts +8 -0
  104. package/msg/eu.d.ts +8 -0
  105. package/msg/fa.d.ts +8 -0
  106. package/msg/fi.d.ts +8 -0
  107. package/msg/fo.d.ts +8 -0
  108. package/msg/fr.d.ts +8 -0
  109. package/msg/frr.d.ts +8 -0
  110. package/msg/gl.d.ts +8 -0
  111. package/msg/gn.d.ts +8 -0
  112. package/msg/gor.d.ts +8 -0
  113. package/msg/ha.d.ts +8 -0
  114. package/msg/hak.d.ts +8 -0
  115. package/msg/he.d.ts +8 -0
  116. package/msg/hi.d.ts +8 -0
  117. package/msg/hr.d.ts +8 -0
  118. package/msg/hrx.d.ts +8 -0
  119. package/msg/hu.d.ts +8 -0
  120. package/msg/hy.d.ts +8 -0
  121. package/msg/ia.d.ts +8 -0
  122. package/msg/id.d.ts +8 -0
  123. package/msg/ig.d.ts +8 -0
  124. package/msg/inh.d.ts +8 -0
  125. package/msg/is.d.ts +8 -0
  126. package/msg/it.d.ts +8 -0
  127. package/msg/ja.d.ts +8 -0
  128. package/msg/ka.d.ts +8 -0
  129. package/msg/kab.d.ts +8 -0
  130. package/msg/kbd-cyrl.d.ts +8 -0
  131. package/msg/km.d.ts +8 -0
  132. package/msg/kn.d.ts +8 -0
  133. package/msg/ko.d.ts +8 -0
  134. package/msg/ksh.d.ts +8 -0
  135. package/msg/ku-latn.d.ts +8 -0
  136. package/msg/ky.d.ts +8 -0
  137. package/msg/la.d.ts +8 -0
  138. package/msg/lb.d.ts +8 -0
  139. package/msg/lki.d.ts +8 -0
  140. package/msg/lo.d.ts +8 -0
  141. package/msg/lrc.d.ts +8 -0
  142. package/msg/lt.d.ts +8 -0
  143. package/msg/lv.d.ts +8 -0
  144. package/msg/mg.d.ts +8 -0
  145. package/msg/mk.d.ts +8 -0
  146. package/msg/ml.d.ts +8 -0
  147. package/msg/mnw.d.ts +8 -0
  148. package/msg/ms.d.ts +8 -0
  149. package/msg/msg.d.ts +429 -432
  150. package/msg/my.d.ts +8 -0
  151. package/msg/mzn.d.ts +8 -0
  152. package/msg/nb.d.ts +8 -0
  153. package/msg/ne.d.ts +8 -0
  154. package/msg/nl.d.ts +8 -0
  155. package/msg/oc.d.ts +8 -0
  156. package/msg/olo.d.ts +8 -0
  157. package/msg/pa.d.ts +8 -0
  158. package/msg/pl.d.ts +8 -0
  159. package/msg/pms.d.ts +8 -0
  160. package/msg/ps.d.ts +8 -0
  161. package/msg/pt-br.d.ts +8 -0
  162. package/msg/pt.d.ts +8 -0
  163. package/msg/qqq.d.ts +16 -0
  164. package/msg/ro.d.ts +8 -0
  165. package/msg/ru.d.ts +8 -0
  166. package/msg/sc.d.ts +8 -0
  167. package/msg/sco.d.ts +8 -0
  168. package/msg/sd.d.ts +8 -0
  169. package/msg/shn.d.ts +8 -0
  170. package/msg/si.d.ts +8 -0
  171. package/msg/sk.d.ts +8 -0
  172. package/msg/skr-arab.d.ts +8 -0
  173. package/msg/sl.d.ts +8 -0
  174. package/msg/smn.d.ts +8 -0
  175. package/msg/sq.d.ts +8 -0
  176. package/msg/sr-latn.d.ts +8 -0
  177. package/msg/sr.d.ts +8 -0
  178. package/msg/sv.d.ts +8 -0
  179. package/msg/sw.d.ts +8 -0
  180. package/msg/synonyms.d.ts +16 -0
  181. package/msg/ta.d.ts +8 -0
  182. package/msg/tcy.d.ts +8 -0
  183. package/msg/te.d.ts +8 -0
  184. package/msg/th.d.ts +8 -0
  185. package/msg/ti.d.ts +8 -0
  186. package/msg/tl.d.ts +8 -0
  187. package/msg/tlh.d.ts +8 -0
  188. package/msg/tr.d.ts +8 -0
  189. package/msg/ug-arab.d.ts +8 -0
  190. package/msg/uk.d.ts +8 -0
  191. package/msg/ur.d.ts +8 -0
  192. package/msg/uz.d.ts +8 -0
  193. package/msg/vi.d.ts +8 -0
  194. package/msg/xmf.d.ts +8 -0
  195. package/msg/yo.d.ts +8 -0
  196. package/msg/yue.d.ts +8 -0
  197. package/msg/zgh.d.ts +8 -0
  198. package/msg/zh-hans.d.ts +8 -0
  199. package/msg/zh-hant.d.ts +8 -0
  200. package/package.json +3 -3
  201. package/php.d.ts +1 -2
  202. package/python.d.ts +1 -2
package/msg/my.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/mzn.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/nb.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/ne.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/nl.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/oc.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/olo.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/pa.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/pl.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/pms.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/ps.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/pt-br.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/pt.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/qqq.d.ts ADDED
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /**
8
+ * @fileoverview Type definitions for the Blockly qqq locale.
9
+ * @author samelh@google.com (Sam El-Husseini)
10
+ */
11
+
12
+ /// <reference path="msg.d.ts" />
13
+
14
+ import BlocklyMsg = Blockly.Msg;
15
+ export = BlocklyMsg;
16
+
package/msg/ro.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/ru.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sc.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sco.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sd.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/shn.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/si.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sk.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sl.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/smn.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sq.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sr.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sv.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/sw.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /**
8
+ * @fileoverview Type definitions for the Blockly synonyms locale.
9
+ * @author samelh@google.com (Sam El-Husseini)
10
+ */
11
+
12
+ /// <reference path="msg.d.ts" />
13
+
14
+ import BlocklyMsg = Blockly.Msg;
15
+ export = BlocklyMsg;
16
+
package/msg/ta.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/tcy.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/te.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/th.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/ti.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/tl.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/tlh.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/tr.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/uk.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/ur.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/uz.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/vi.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/xmf.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/yo.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/yue.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/msg/zgh.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ export * from './msg';
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockly",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.3",
4
4
  "description": "Blockly is a library for building visual programming editors.",
5
5
  "keywords": [
6
6
  "blockly"
@@ -41,8 +41,8 @@
41
41
  "eslint": "^8.4.1",
42
42
  "eslint-config-google": "^0.14.0",
43
43
  "eslint-plugin-jsdoc": "^39.3.6",
44
- "google-closure-compiler": "^20220803.0.0",
45
- "google-closure-deps": "^20220719.0.0",
44
+ "google-closure-compiler": "^20220905.0.0",
45
+ "google-closure-deps": "^20220905.0.0",
46
46
  "gulp": "^4.0.2",
47
47
  "gulp-clang-format": "^1.0.27",
48
48
  "gulp-concat": "^2.6.1",
package/php.d.ts CHANGED
@@ -4,5 +4,4 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
- declare const php: any;
8
- export = php;
7
+ export declare const phpGenerator: any;
package/python.d.ts CHANGED
@@ -4,5 +4,4 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
- declare const python: any;
8
- export = python;
7
+ export declare const pythonGenerator: any;