pxt-core 7.4.23 → 7.4.26
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/built/pxtblockly.js +617 -615
- package/built/pxtblocks.d.ts +6 -0
- package/built/pxtblocks.js +63 -0
- package/built/target.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtblockly.js +2 -2
- package/built/web/pxtblocks.js +1 -1
- package/built/web/pxtembed.js +2 -2
- package/built/web/skillmap/css/{main.2d214a87.chunk.css → main.e0620cee.chunk.css} +1 -1
- package/built/web/skillmap/js/{main.ace2b797.chunk.js → main.f6866fc6.chunk.js} +1 -1
- package/localtypings/pxtblockly.d.ts +1 -0
- package/package.json +2 -2
- package/pxtarget.json +1 -1
- package/webapp/public/blockly/blockly_compressed.js +554 -615
- package/webapp/public/index.html +1 -1
- package/webapp/public/skillmap.html +2 -2
|
@@ -124,6 +124,7 @@ declare class WorkspaceSearch {
|
|
|
124
124
|
constructor(workspace: Blockly.WorkspaceSvg);
|
|
125
125
|
protected workspace_: Blockly.WorkspaceSvg;
|
|
126
126
|
protected htmlDiv_: HTMLDivElement;
|
|
127
|
+
protected inputElement_: HTMLInputElement;
|
|
127
128
|
init(): void;
|
|
128
129
|
protected createDom_(): void;
|
|
129
130
|
protected addEvent_(node: Element, name: string, thisObject: Object, func: Function): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-core",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.26",
|
|
4
4
|
"description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TypeScript",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"monaco-editor": "0.24.0",
|
|
130
130
|
"pouchdb": "7.2.1",
|
|
131
131
|
"pouchdb-adapter-memory": "7.2.1",
|
|
132
|
-
"pxt-blockly": "4.0.
|
|
132
|
+
"pxt-blockly": "4.0.9",
|
|
133
133
|
"react": "16.8.3",
|
|
134
134
|
"react-dom": "16.11.0",
|
|
135
135
|
"react-modal": "3.3.2",
|