blockly 9.0.0-beta.1 → 9.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.
- package/blockly.min.js +581 -557
- package/blockly_compressed.js +575 -551
- package/blockly_compressed.js.map +1 -1
- package/blocks_compressed.js +6 -6
- package/blocks_compressed.js.map +1 -1
- package/core/block.d.ts +11 -0
- package/core/block_svg.d.ts +3 -3
- package/core/blockly.d.ts +2 -2
- package/core/events/events.d.ts +50 -24
- package/core/events/events_abstract.d.ts +8 -4
- package/core/events/events_block_base.d.ts +8 -6
- package/core/events/events_block_change.d.ts +14 -8
- package/core/events/events_block_create.d.ts +12 -6
- package/core/events/events_block_delete.d.ts +14 -7
- package/core/events/events_block_drag.d.ts +9 -3
- package/core/events/events_block_move.d.ts +15 -9
- package/core/events/events_bubble_open.d.ts +16 -5
- package/core/events/events_click.d.ts +15 -5
- package/core/events/events_comment_base.d.ts +7 -5
- package/core/events/events_comment_change.d.ts +9 -5
- package/core/events/events_comment_create.d.ts +7 -4
- package/core/events/events_comment_delete.d.ts +1 -13
- package/core/events/events_comment_move.d.ts +10 -6
- package/core/events/events_marker_move.d.ts +11 -4
- package/core/events/events_selected.d.ts +9 -4
- package/core/events/events_theme_change.d.ts +6 -2
- package/core/events/events_toolbox_item_select.d.ts +9 -4
- package/core/events/events_trashcan_open.d.ts +6 -2
- package/core/events/events_var_base.d.ts +8 -6
- package/core/events/events_var_create.d.ts +9 -5
- package/core/events/events_var_delete.d.ts +9 -5
- package/core/events/events_var_rename.d.ts +9 -5
- package/core/events/events_viewport.d.ts +9 -2
- package/core/events/workspace_events.d.ts +6 -5
- package/core/field.d.ts +0 -2
- package/core/gesture.d.ts +8 -9
- package/core/grid.d.ts +1 -1
- package/core/icon.d.ts +6 -2
- package/core/interfaces/i_component.d.ts +1 -1
- package/core/menu.d.ts +2 -1
- package/core/msg.d.ts +14 -0
- package/core/mutator.d.ts +1 -1
- package/core/rendered_connection.d.ts +1 -0
- package/core/renderers/common/constants.d.ts +8 -1
- package/core/renderers/common/drawer.d.ts +4 -3
- package/core/renderers/common/i_path_object.d.ts +22 -16
- package/core/renderers/common/info.d.ts +3 -3
- package/core/renderers/common/marker_svg.d.ts +7 -5
- package/core/renderers/common/path_object.d.ts +3 -3
- package/core/renderers/geras/constants.d.ts +4 -2
- package/core/renderers/geras/drawer.d.ts +2 -1
- package/core/renderers/geras/path_object.d.ts +0 -1
- package/core/renderers/measurables/icon.d.ts +1 -0
- package/core/renderers/measurables/row.d.ts +3 -3
- package/core/renderers/measurables/top_row.d.ts +0 -1
- package/core/renderers/minimalist/info.d.ts +1 -0
- package/core/renderers/thrasos/info.d.ts +1 -3
- package/core/renderers/zelos/constants.d.ts +20 -41
- package/core/renderers/zelos/measurables/inputs.d.ts +0 -1
- package/core/renderers/zelos/path_object.d.ts +1 -1
- package/core/theme.d.ts +27 -27
- package/core/toolbox/category.d.ts +18 -17
- package/core/toolbox/toolbox.d.ts +1 -1
- package/core/touch_gesture.d.ts +3 -2
- package/core/utils/coordinate.d.ts +1 -1
- package/core/utils/dom.d.ts +6 -7
- package/core/utils/idgenerator.d.ts +1 -1
- package/core/zoom_controls.d.ts +1 -1
- package/core-browser.js +0 -6
- package/core.js +0 -6
- package/dart.d.ts +1 -2
- package/javascript.d.ts +1 -2
- package/lua.d.ts +1 -2
- package/msg/ab.d.ts +8 -0
- package/msg/ace.d.ts +8 -0
- package/msg/af.d.ts +8 -0
- package/msg/am.d.ts +8 -0
- package/msg/ar.d.ts +8 -0
- package/msg/ast.d.ts +8 -0
- package/msg/az.d.ts +8 -0
- package/msg/ba.d.ts +8 -0
- package/msg/bcc.d.ts +8 -0
- package/msg/be-tarask.d.ts +8 -0
- package/msg/be.d.ts +8 -0
- package/msg/bg.d.ts +8 -0
- package/msg/bn.d.ts +8 -0
- package/msg/br.d.ts +8 -0
- package/msg/bs.d.ts +8 -0
- package/msg/ca.d.ts +8 -0
- package/msg/cdo.d.ts +8 -0
- package/msg/constants.d.ts +16 -0
- package/msg/cs.d.ts +8 -0
- package/msg/da.d.ts +8 -0
- package/msg/de.d.ts +8 -0
- package/msg/diq.d.ts +8 -0
- package/msg/dty.d.ts +8 -0
- package/msg/ee.d.ts +8 -0
- package/msg/el.d.ts +8 -0
- package/msg/en-gb.d.ts +8 -0
- package/msg/en.d.ts +8 -0
- package/msg/eo.d.ts +8 -0
- package/msg/es.d.ts +8 -0
- package/msg/et.d.ts +8 -0
- package/msg/eu.d.ts +8 -0
- package/msg/fa.d.ts +8 -0
- package/msg/fi.d.ts +8 -0
- package/msg/fo.d.ts +8 -0
- package/msg/fr.d.ts +8 -0
- package/msg/frr.d.ts +8 -0
- package/msg/gl.d.ts +8 -0
- package/msg/gn.d.ts +8 -0
- package/msg/gor.d.ts +8 -0
- package/msg/ha.d.ts +8 -0
- package/msg/hak.d.ts +8 -0
- package/msg/he.d.ts +8 -0
- package/msg/hi.d.ts +8 -0
- package/msg/hr.d.ts +8 -0
- package/msg/hrx.d.ts +8 -0
- package/msg/hu.d.ts +8 -0
- package/msg/hy.d.ts +8 -0
- package/msg/ia.d.ts +8 -0
- package/msg/id.d.ts +8 -0
- package/msg/ig.d.ts +8 -0
- package/msg/inh.d.ts +8 -0
- package/msg/is.d.ts +8 -0
- package/msg/it.d.ts +8 -0
- package/msg/ja.d.ts +8 -0
- package/msg/ka.d.ts +8 -0
- package/msg/kab.d.ts +8 -0
- package/msg/kbd-cyrl.d.ts +8 -0
- package/msg/km.d.ts +8 -0
- package/msg/kn.d.ts +8 -0
- package/msg/ko.d.ts +8 -0
- package/msg/ksh.d.ts +8 -0
- package/msg/ku-latn.d.ts +8 -0
- package/msg/ky.d.ts +8 -0
- package/msg/la.d.ts +8 -0
- package/msg/lb.d.ts +8 -0
- package/msg/lki.d.ts +8 -0
- package/msg/lo.d.ts +8 -0
- package/msg/lrc.d.ts +8 -0
- package/msg/lt.d.ts +8 -0
- package/msg/lv.d.ts +8 -0
- package/msg/mg.d.ts +8 -0
- package/msg/mk.d.ts +8 -0
- package/msg/ml.d.ts +8 -0
- package/msg/mnw.d.ts +8 -0
- package/msg/ms.d.ts +8 -0
- package/msg/msg.d.ts +429 -432
- package/msg/my.d.ts +8 -0
- package/msg/mzn.d.ts +8 -0
- package/msg/nb.d.ts +8 -0
- package/msg/ne.d.ts +8 -0
- package/msg/nl.d.ts +8 -0
- package/msg/oc.d.ts +8 -0
- package/msg/olo.d.ts +8 -0
- package/msg/pa.d.ts +8 -0
- package/msg/pl.d.ts +8 -0
- package/msg/pms.d.ts +8 -0
- package/msg/ps.d.ts +8 -0
- package/msg/pt-br.d.ts +8 -0
- package/msg/pt.d.ts +8 -0
- package/msg/qqq.d.ts +16 -0
- package/msg/ro.d.ts +8 -0
- package/msg/ru.d.ts +8 -0
- package/msg/sc.d.ts +8 -0
- package/msg/sco.d.ts +8 -0
- package/msg/sd.d.ts +8 -0
- package/msg/shn.d.ts +8 -0
- package/msg/si.d.ts +8 -0
- package/msg/sk.d.ts +8 -0
- package/msg/skr-arab.d.ts +8 -0
- package/msg/sl.d.ts +8 -0
- package/msg/smn.d.ts +8 -0
- package/msg/sq.d.ts +8 -0
- package/msg/sr-latn.d.ts +8 -0
- package/msg/sr.d.ts +8 -0
- package/msg/sv.d.ts +8 -0
- package/msg/sw.d.ts +8 -0
- package/msg/synonyms.d.ts +16 -0
- package/msg/ta.d.ts +8 -0
- package/msg/tcy.d.ts +8 -0
- package/msg/te.d.ts +8 -0
- package/msg/th.d.ts +8 -0
- package/msg/ti.d.ts +8 -0
- package/msg/tl.d.ts +8 -0
- package/msg/tlh.d.ts +8 -0
- package/msg/tr.d.ts +8 -0
- package/msg/ug-arab.d.ts +8 -0
- package/msg/uk.d.ts +8 -0
- package/msg/ur.d.ts +8 -0
- package/msg/uz.d.ts +8 -0
- package/msg/vi.d.ts +8 -0
- package/msg/xmf.d.ts +8 -0
- package/msg/yo.d.ts +8 -0
- package/msg/yue.d.ts +8 -0
- package/msg/zgh.d.ts +8 -0
- package/msg/zh-hans.d.ts +8 -0
- package/msg/zh-hant.d.ts +8 -0
- package/package.json +3 -3
- package/php.d.ts +1 -2
- package/python.d.ts +1 -2
package/msg/my.d.ts
ADDED
package/msg/mzn.d.ts
ADDED
package/msg/nb.d.ts
ADDED
package/msg/ne.d.ts
ADDED
package/msg/nl.d.ts
ADDED
package/msg/oc.d.ts
ADDED
package/msg/olo.d.ts
ADDED
package/msg/pa.d.ts
ADDED
package/msg/pl.d.ts
ADDED
package/msg/pms.d.ts
ADDED
package/msg/ps.d.ts
ADDED
package/msg/pt-br.d.ts
ADDED
package/msg/pt.d.ts
ADDED
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
package/msg/ru.d.ts
ADDED
package/msg/sc.d.ts
ADDED
package/msg/sco.d.ts
ADDED
package/msg/sd.d.ts
ADDED
package/msg/shn.d.ts
ADDED
package/msg/si.d.ts
ADDED
package/msg/sk.d.ts
ADDED
package/msg/sl.d.ts
ADDED
package/msg/smn.d.ts
ADDED
package/msg/sq.d.ts
ADDED
package/msg/sr-latn.d.ts
ADDED
package/msg/sr.d.ts
ADDED
package/msg/sv.d.ts
ADDED
package/msg/sw.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 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
package/msg/tcy.d.ts
ADDED
package/msg/te.d.ts
ADDED
package/msg/th.d.ts
ADDED
package/msg/ti.d.ts
ADDED
package/msg/tl.d.ts
ADDED
package/msg/tlh.d.ts
ADDED
package/msg/tr.d.ts
ADDED
package/msg/ug-arab.d.ts
ADDED
package/msg/uk.d.ts
ADDED
package/msg/ur.d.ts
ADDED
package/msg/uz.d.ts
ADDED
package/msg/vi.d.ts
ADDED
package/msg/xmf.d.ts
ADDED
package/msg/yo.d.ts
ADDED
package/msg/yue.d.ts
ADDED
package/msg/zgh.d.ts
ADDED
package/msg/zh-hans.d.ts
ADDED
package/msg/zh-hant.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blockly",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.2",
|
|
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": "^
|
|
45
|
-
"google-closure-deps": "^
|
|
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
package/python.d.ts
CHANGED