pxt-common-packages 11.1.4 → 11.1.6

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 (55) hide show
  1. package/built/common-sim.d.ts +98 -0
  2. package/built/common-sim.js +343 -0
  3. package/libs/azureiot/built/debug/binary.js +461 -461
  4. package/libs/browser-events/browserEvents.cpp +29 -0
  5. package/libs/browser-events/browserEvents.ts +167 -0
  6. package/libs/browser-events/keyboard.ts +481 -0
  7. package/libs/browser-events/pxt.json +14 -0
  8. package/libs/browser-events/shims.d.ts +13 -0
  9. package/libs/browser-events/sim/browserEvent.ts +21 -0
  10. package/libs/browser-events/sim/keyboard.ts +256 -0
  11. package/libs/browser-events/sim/mouseState.ts +81 -0
  12. package/libs/color/built/debug/binary.js +8 -8
  13. package/libs/color-sensor/built/debug/binary.js +8 -8
  14. package/libs/controller/built/debug/binary.js +7608 -7582
  15. package/libs/controller---none/built/debug/binary.js +7587 -7561
  16. package/libs/datalogger/built/debug/binary.js +63 -63
  17. package/libs/edge-connector/built/debug/binary.js +8 -8
  18. package/libs/esp32/built/debug/binary.js +462 -462
  19. package/libs/game/built/debug/binary.js +7500 -7474
  20. package/libs/game/camera.ts +2 -2
  21. package/libs/game/controller.ts +2 -2
  22. package/libs/game/docs/reference/animation/animation-frames.md +77 -0
  23. package/libs/game/docs/reference/images/image/equals.md +68 -0
  24. package/libs/game/docs/reference/images/image.md +65 -0
  25. package/libs/game/docs/reference/images/sprite-image.md +43 -0
  26. package/libs/game/docs/reference/info/change-countdown-by.md +26 -0
  27. package/libs/game/docs/reference/info/change-score-by.md +1 -1
  28. package/libs/game/docs/reference/info/countdown.md +52 -0
  29. package/libs/game/docs/reference/sprites/all-of-kind.md +71 -0
  30. package/libs/game/docs/reference/sprites/on-overlap.md +1 -1
  31. package/libs/game/game.ts +1 -1
  32. package/libs/game/info.ts +2 -2
  33. package/libs/game/spriteevents.ts +1 -1
  34. package/libs/game/sprites.ts +1 -1
  35. package/libs/lcd/built/debug/binary.js +8 -8
  36. package/libs/light-spectrum-sensor/built/debug/binary.js +8 -8
  37. package/libs/lora/built/debug/binary.js +8 -8
  38. package/libs/matrix-keypad/built/debug/binary.js +8 -8
  39. package/libs/mqtt/built/debug/binary.js +176 -176
  40. package/libs/net/built/debug/binary.js +176 -176
  41. package/libs/net-game/built/debug/binary.js +9348 -9322
  42. package/libs/palette/built/debug/binary.js +7499 -7473
  43. package/libs/pixel/built/debug/binary.js +8 -8
  44. package/libs/power/built/debug/binary.js +8 -8
  45. package/libs/proximity/built/debug/binary.js +8 -8
  46. package/libs/radio/built/debug/binary.js +8 -8
  47. package/libs/radio-broadcast/built/debug/binary.js +8 -8
  48. package/libs/rotary-encoder/built/debug/binary.js +8 -8
  49. package/libs/screen/built/debug/binary.js +50 -50
  50. package/libs/screen/fieldeditors.ts +2 -0
  51. package/libs/screen/image.d.ts +1 -0
  52. package/libs/servo/built/debug/binary.js +8 -8
  53. package/libs/sprite-scaling/built/debug/binary.js +7499 -7473
  54. package/libs/storyboard/built/debug/binary.js +7499 -7473
  55. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.