@goplasmatic/datalogic-ui 5.0.0 → 5.0.1

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 (114) hide show
  1. package/README.md +3 -3
  2. package/dist/components/logic-editor/AutoFitView.d.ts +7 -0
  3. package/dist/components/logic-editor/AutoFitView.d.ts.map +1 -1
  4. package/dist/components/logic-editor/DataLogicEditor.d.ts +1 -1
  5. package/dist/components/logic-editor/DataLogicEditor.d.ts.map +1 -1
  6. package/dist/components/logic-editor/EditorToolbar.d.ts +4 -1
  7. package/dist/components/logic-editor/EditorToolbar.d.ts.map +1 -1
  8. package/dist/components/logic-editor/UndoRedoToolbar.d.ts +1 -1
  9. package/dist/components/logic-editor/UndoRedoToolbar.d.ts.map +1 -1
  10. package/dist/components/logic-editor/constants/index.d.ts +1 -1
  11. package/dist/components/logic-editor/constants/index.d.ts.map +1 -1
  12. package/dist/components/logic-editor/constants/layout.d.ts +13 -4
  13. package/dist/components/logic-editor/constants/layout.d.ts.map +1 -1
  14. package/dist/components/logic-editor/context/ConnectedHandlesContext.d.ts +1 -1
  15. package/dist/components/logic-editor/context/ConnectedHandlesContext.d.ts.map +1 -1
  16. package/dist/components/logic-editor/context/DirectionContextDef.d.ts +11 -0
  17. package/dist/components/logic-editor/context/DirectionContextDef.d.ts.map +1 -0
  18. package/dist/components/logic-editor/context/debugger/DebuggerProvider.d.ts +1 -1
  19. package/dist/components/logic-editor/context/debugger/DebuggerProvider.d.ts.map +1 -1
  20. package/dist/components/logic-editor/context/editor/EditorContext.d.ts +1 -1
  21. package/dist/components/logic-editor/context/editor/EditorContext.d.ts.map +1 -1
  22. package/dist/components/logic-editor/context/index.d.ts +2 -0
  23. package/dist/components/logic-editor/context/index.d.ts.map +1 -1
  24. package/dist/components/logic-editor/context/useDirection.d.ts +6 -0
  25. package/dist/components/logic-editor/context/useDirection.d.ts.map +1 -0
  26. package/dist/components/logic-editor/context-menu/CanvasContextMenu.d.ts +1 -1
  27. package/dist/components/logic-editor/context-menu/CanvasContextMenu.d.ts.map +1 -1
  28. package/dist/components/logic-editor/context-menu/ContextMenu.d.ts +1 -1
  29. package/dist/components/logic-editor/context-menu/ContextMenu.d.ts.map +1 -1
  30. package/dist/components/logic-editor/debugger-controls/DebuggerControls.d.ts +2 -2
  31. package/dist/components/logic-editor/debugger-controls/DebuggerControls.d.ts.map +1 -1
  32. package/dist/components/logic-editor/edges/EdgeOperatorPicker.d.ts +1 -1
  33. package/dist/components/logic-editor/edges/EdgeOperatorPicker.d.ts.map +1 -1
  34. package/dist/components/logic-editor/edges/EditableEdge.d.ts +1 -1
  35. package/dist/components/logic-editor/edges/EditableEdge.d.ts.map +1 -1
  36. package/dist/components/logic-editor/edges/index.d.ts +1 -1
  37. package/dist/components/logic-editor/hooks/useLogicEditor.d.ts +4 -1
  38. package/dist/components/logic-editor/hooks/useLogicEditor.d.ts.map +1 -1
  39. package/dist/components/logic-editor/nodes/CellHandles.d.ts +1 -1
  40. package/dist/components/logic-editor/nodes/CellHandles.d.ts.map +1 -1
  41. package/dist/components/logic-editor/nodes/CellRow.d.ts +1 -1
  42. package/dist/components/logic-editor/nodes/CellRow.d.ts.map +1 -1
  43. package/dist/components/logic-editor/nodes/DebugInfoBubble.d.ts +1 -1
  44. package/dist/components/logic-editor/nodes/DebugInfoBubble.d.ts.map +1 -1
  45. package/dist/components/logic-editor/nodes/LiteralNode.d.ts +1 -1
  46. package/dist/components/logic-editor/nodes/LiteralNode.d.ts.map +1 -1
  47. package/dist/components/logic-editor/nodes/StructureNode.d.ts +1 -1
  48. package/dist/components/logic-editor/nodes/StructureNode.d.ts.map +1 -1
  49. package/dist/components/logic-editor/nodes/UnifiedOperatorNode.d.ts +1 -1
  50. package/dist/components/logic-editor/nodes/UnifiedOperatorNode.d.ts.map +1 -1
  51. package/dist/components/logic-editor/nodes/shared/CollapseToggleButton.d.ts +1 -1
  52. package/dist/components/logic-editor/nodes/shared/CollapseToggleButton.d.ts.map +1 -1
  53. package/dist/components/logic-editor/nodes/shared/NodeDebugBubble.d.ts +1 -1
  54. package/dist/components/logic-editor/nodes/shared/NodeDebugBubble.d.ts.map +1 -1
  55. package/dist/components/logic-editor/nodes/shared/NodeInputHandles.d.ts +6 -3
  56. package/dist/components/logic-editor/nodes/shared/NodeInputHandles.d.ts.map +1 -1
  57. package/dist/components/logic-editor/panel-inputs/BooleanInput.d.ts +1 -1
  58. package/dist/components/logic-editor/panel-inputs/BooleanInput.d.ts.map +1 -1
  59. package/dist/components/logic-editor/panel-inputs/ExpressionInput.d.ts +1 -1
  60. package/dist/components/logic-editor/panel-inputs/ExpressionInput.d.ts.map +1 -1
  61. package/dist/components/logic-editor/panel-inputs/JsonInput.d.ts +1 -1
  62. package/dist/components/logic-editor/panel-inputs/JsonInput.d.ts.map +1 -1
  63. package/dist/components/logic-editor/panel-inputs/NumberInput.d.ts +1 -1
  64. package/dist/components/logic-editor/panel-inputs/NumberInput.d.ts.map +1 -1
  65. package/dist/components/logic-editor/panel-inputs/PathArrayInput.d.ts +1 -1
  66. package/dist/components/logic-editor/panel-inputs/PathArrayInput.d.ts.map +1 -1
  67. package/dist/components/logic-editor/panel-inputs/PathInput.d.ts +1 -1
  68. package/dist/components/logic-editor/panel-inputs/PathInput.d.ts.map +1 -1
  69. package/dist/components/logic-editor/panel-inputs/SelectInput.d.ts +1 -1
  70. package/dist/components/logic-editor/panel-inputs/SelectInput.d.ts.map +1 -1
  71. package/dist/components/logic-editor/panel-inputs/TextAreaInput.d.ts +1 -1
  72. package/dist/components/logic-editor/panel-inputs/TextAreaInput.d.ts.map +1 -1
  73. package/dist/components/logic-editor/panel-inputs/TextInput.d.ts +1 -1
  74. package/dist/components/logic-editor/panel-inputs/TextInput.d.ts.map +1 -1
  75. package/dist/components/logic-editor/properties-panel/ArgumentItem.d.ts +1 -1
  76. package/dist/components/logic-editor/properties-panel/ArgumentItem.d.ts.map +1 -1
  77. package/dist/components/logic-editor/properties-panel/ArgumentsSection.d.ts +1 -1
  78. package/dist/components/logic-editor/properties-panel/ArgumentsSection.d.ts.map +1 -1
  79. package/dist/components/logic-editor/properties-panel/HelpSection.d.ts +1 -1
  80. package/dist/components/logic-editor/properties-panel/HelpSection.d.ts.map +1 -1
  81. package/dist/components/logic-editor/properties-panel/PropertiesPanel.d.ts +1 -1
  82. package/dist/components/logic-editor/properties-panel/PropertiesPanel.d.ts.map +1 -1
  83. package/dist/components/logic-editor/utils/ExpressionSyntax.d.ts +1 -1
  84. package/dist/components/logic-editor/utils/ExpressionSyntax.d.ts.map +1 -1
  85. package/dist/components/logic-editor/utils/converters/if-else-converter.d.ts +6 -0
  86. package/dist/components/logic-editor/utils/converters/if-else-converter.d.ts.map +1 -1
  87. package/dist/components/logic-editor/utils/converters/operator-converter.d.ts.map +1 -1
  88. package/dist/components/logic-editor/utils/edge-builder.d.ts +5 -4
  89. package/dist/components/logic-editor/utils/edge-builder.d.ts.map +1 -1
  90. package/dist/components/logic-editor/utils/formatting/arg-summary.d.ts +7 -0
  91. package/dist/components/logic-editor/utils/formatting/arg-summary.d.ts.map +1 -1
  92. package/dist/components/logic-editor/utils/formatting/index.d.ts +1 -1
  93. package/dist/components/logic-editor/utils/formatting/index.d.ts.map +1 -1
  94. package/dist/components/logic-editor/utils/inline-vars.d.ts +15 -0
  95. package/dist/components/logic-editor/utils/inline-vars.d.ts.map +1 -0
  96. package/dist/components/logic-editor/utils/layout.d.ts +2 -1
  97. package/dist/components/logic-editor/utils/layout.d.ts.map +1 -1
  98. package/dist/components/logic-editor/utils/node-factory.d.ts.map +1 -1
  99. package/dist/components/logic-editor/utils/nodeShape.d.ts +23 -0
  100. package/dist/components/logic-editor/utils/nodeShape.d.ts.map +1 -0
  101. package/dist/components/logic-editor/utils/signal.d.ts +10 -0
  102. package/dist/components/logic-editor/utils/signal.d.ts.map +1 -0
  103. package/dist/components/logic-editor/utils/trace/node-creators/if-else.d.ts +4 -2
  104. package/dist/components/logic-editor/utils/trace/node-creators/if-else.d.ts.map +1 -1
  105. package/dist/components/logic-editor/utils/trace/node-creators/variable.d.ts.map +1 -1
  106. package/dist/components/logic-editor/utils/trace/node-creators/vertical-cell.d.ts.map +1 -1
  107. package/dist/datalogic_wasm-BOuSyKtI.cjs +1148 -0
  108. package/dist/datalogic_wasm-Dloh5u2g.js +1145 -0
  109. package/dist/index.cjs +2521 -2028
  110. package/dist/index.js +2522 -2029
  111. package/dist/styles.css +1118 -378
  112. package/package.json +31 -25
  113. package/dist/datalogic_wasm-CF1jcNAu.js +0 -634
  114. package/dist/datalogic_wasm-Dj9TEPTG.cjs +0 -637

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.