@shopware-ag/dive 1.18.5 → 1.19.0
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/README.md +8 -0
- package/build/dive.cjs +196 -196
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +9208 -8363
- package/build/dive.js.map +1 -1
- package/build/src/com/actions/index.d.ts +2 -0
- package/build/src/com/actions/renderer/startrender.d.ts +5 -0
- package/build/src/dive.d.ts +1 -0
- package/package.json +1 -1
- package/src/com/Communication.ts +5 -0
- package/src/com/__test__/Communication.test.ts +7 -0
- package/src/com/actions/index.ts +2 -0
- package/src/com/actions/renderer/startrender.ts +5 -0
- package/src/dive.ts +7 -3
- package/src/toolbox/Toolbox.ts +1 -3
package/README.md
CHANGED
|
@@ -494,6 +494,14 @@ DIVECommunication class via
|
|
|
494
494
|
Attach an object to another object.
|
|
495
495
|
</td>
|
|
496
496
|
</tr>
|
|
497
|
+
<tr>
|
|
498
|
+
<td>
|
|
499
|
+
<a href="src/com/actions/renderer/startrender.ts"> START_RENDER </a>
|
|
500
|
+
</td>
|
|
501
|
+
<td>
|
|
502
|
+
Starts the render process.
|
|
503
|
+
</td>
|
|
504
|
+
</tr>
|
|
497
505
|
<tr>
|
|
498
506
|
<td>
|
|
499
507
|
<a href="src/com/actions/object/updateobject.ts"> UPDATE_OBJECT </a>
|