@_unit/unit 1.0.7 → 1.0.8
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/build/web.js +1201 -0
- package/package.json +1 -1
- package/public/_worker.js +294 -103
- package/public/_worker.js.map +4 -4
- package/public/app/html/index.html +74 -0
- package/public/build.json +1 -1
- package/public/index.js +297 -103
- package/public/index.js.map +4 -4
- package/src/API.ts +1 -0
- package/src/Class/Graph/index.ts +14 -1
- package/src/Class/Graph/interface.ts +7 -0
- package/src/Class/Graph/moveSubgraph.ts +25 -25
- package/src/client/component.ts +18 -7
- package/src/client/extractStyle.ts +161 -0
- package/src/client/isTextLike.ts +16 -0
- package/src/client/platform/web/api/document.ts +3 -0
- package/src/debug/graph/watchGraphInternal.ts +2 -0
- package/src/debug/graph/watchGraphSetUnitPinSetIdEvent.ts +39 -0
- package/src/docs/concept/README.md +8 -2
- package/src/interface.ts +1 -0
- package/src/script/build/client.ts +4 -2
- package/src/spec/Lazy.ts +10 -2
- package/src/spec/util.ts +4 -0
- package/src/system/_classes.ts +2 -2
- package/src/system/_ids.ts +1 -1
- package/src/system/_specs.ts +1 -1
- package/src/system/core/unit/MergeInput/spec.json +1 -1
- package/src/system/globalComponent.ts +29 -0
- package/src/system/platform/api/canvas/AddRect/index.ts +2 -6
- package/src/system/platform/api/canvas/ToBlob/index.ts +5 -1
- package/src/system/platform/api/media/MediaRecorder/index.ts +6 -0
- package/src/system/platform/api/media/RequestPictureInPicture/index.ts +10 -5
- package/src/system/platform/api/media/image/{BlobToBitmap → ImageToBitmap}/index.ts +10 -10
- package/src/system/platform/api/media/image/{BlobToBitmap → ImageToBitmap}/spec.json +9 -18
- package/src/system/platform/component/Iframe/Component.ts +2 -0
- package/src/system/platform/component/Inherit/Component.ts +0 -18
- package/src/system/platform/component/app/Editor/Component.ts +214 -77
- package/src/system/platform/component/app/GUI/Component.ts +19 -4
- package/src/system/platform/component/canvas/Canvas/index.ts +2 -2
- package/src/system/platform/component/media/Video/index.ts +15 -2
- package/src/system/platform/core/SetCurrentTime/spec.json +1 -1
- package/src/system/platform/core/SetScale/spec.json +1 -1
- package/src/system/platform/core/api/location/LocationQuery/spec.json +1 -1
- package/src/system/platform/core/asset/IconNames/spec.json +1 -1
- package/src/system/platform/core/canvas/DownloadBlob/spec.json +1 -1
- package/src/system/platform/core/component/Charcode/spec.json +1 -1
- package/src/system/platform/core/download/DownloadGraph/spec.json +1 -1
- package/src/system/platform/core/math/geometry/trigonometry/Hypotenuse/spec.json +1 -1
- package/src/system/platform/core/math/power/Pow2/spec.json +1 -1
- package/src/system/platform/core/string/RemoveNewLine/spec.json +1 -1
- package/src/test/system/core/MergeSort.ts +1 -1
- package/src/types/GraphSpec.ts +0 -1
- package/src/types/interface/B.ts +3 -1
- package/src/types/interface/G.ts +8 -0
- package/src/types/interface/async/$G.ts +3 -0
- package/src/types/interface/async/AsyncG.ts +10 -0
- package/public/metadata.mp4 +0 -0