pict-section-flow 1.4.0 → 2.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 (164) hide show
  1. package/package.json +7 -2
  2. package/source/Pict-Section-Flow.js +20 -14
  3. package/source/providers/PictProvider-Flow-Background.js +303 -0
  4. package/source/providers/PictProvider-Flow-CSS.js +73 -7
  5. package/source/providers/PictProvider-Flow-Geometry.js +11 -421
  6. package/source/providers/PictProvider-Flow-Icons.js +12 -0
  7. package/source/providers/PictProvider-Flow-Layouts.js +107 -0
  8. package/source/services/PictService-Flow-ConnectionRenderer.js +1 -1
  9. package/source/services/PictService-Flow-CursorManager.js +113 -0
  10. package/source/services/PictService-Flow-InteractionManager.js +439 -59
  11. package/source/services/PictService-Flow-Layout.js +21 -16
  12. package/source/services/PictService-Flow-PathGenerator.js +30 -417
  13. package/source/services/PictService-Flow-RenderManager.js +23 -3
  14. package/source/services/PictService-Flow-ViewportManager.js +102 -0
  15. package/source/views/PictView-Flow-FloatingToolbar.js +5 -1
  16. package/source/views/PictView-Flow-Node.js +29 -0
  17. package/source/views/PictView-Flow-Toolbar.js +50 -3
  18. package/source/views/PictView-Flow.js +591 -2
  19. package/.claude/launch.json +0 -11
  20. package/docs/.nojekyll +0 -0
  21. package/docs/Architecture.md +0 -163
  22. package/docs/Custom-Styling.md +0 -275
  23. package/docs/Data_Model.md +0 -149
  24. package/docs/Event_System.md +0 -156
  25. package/docs/Getting_Started.md +0 -237
  26. package/docs/Implementation_Reference.md +0 -528
  27. package/docs/Layout_Persistence.md +0 -117
  28. package/docs/README.md +0 -103
  29. package/docs/Theme_Integration.md +0 -150
  30. package/docs/_brand.json +0 -18
  31. package/docs/_cover.md +0 -17
  32. package/docs/_playground.json +0 -24
  33. package/docs/_sidebar.md +0 -57
  34. package/docs/_topbar.md +0 -8
  35. package/docs/_version.json +0 -7
  36. package/docs/api/PictFlowCard.md +0 -216
  37. package/docs/api/PictFlowCardPropertiesPanel.md +0 -235
  38. package/docs/api/addConnection.md +0 -101
  39. package/docs/api/addNode.md +0 -137
  40. package/docs/api/autoLayout.md +0 -77
  41. package/docs/api/getFlowData.md +0 -112
  42. package/docs/api/marshalToView.md +0 -95
  43. package/docs/api/openPanel.md +0 -128
  44. package/docs/api/registerHandler.md +0 -174
  45. package/docs/api/registerNodeType.md +0 -142
  46. package/docs/api/removeConnection.md +0 -57
  47. package/docs/api/removeNode.md +0 -80
  48. package/docs/api/saveLayout.md +0 -152
  49. package/docs/api/screenToSVGCoords.md +0 -68
  50. package/docs/api/selectNode.md +0 -116
  51. package/docs/api/setTheme.md +0 -168
  52. package/docs/api/setZoom.md +0 -97
  53. package/docs/api/toggleFullscreen.md +0 -68
  54. package/docs/card-help/EACH.md +0 -19
  55. package/docs/card-help/FREAD.md +0 -24
  56. package/docs/card-help/FWRITE.md +0 -24
  57. package/docs/card-help/GET.md +0 -22
  58. package/docs/card-help/ITE.md +0 -23
  59. package/docs/card-help/LOG.md +0 -23
  60. package/docs/card-help/NOTE.md +0 -17
  61. package/docs/card-help/PREV.md +0 -18
  62. package/docs/card-help/SET.md +0 -27
  63. package/docs/card-help/SPKL.md +0 -22
  64. package/docs/card-help/STAT.md +0 -23
  65. package/docs/card-help/SW.md +0 -25
  66. package/docs/diagrams/architecture-at-a-glance.excalidraw +0 -4270
  67. package/docs/diagrams/architecture-at-a-glance.mmd +0 -30
  68. package/docs/diagrams/architecture-at-a-glance.svg +0 -2
  69. package/docs/diagrams/data-flow.excalidraw +0 -1451
  70. package/docs/diagrams/data-flow.mmd +0 -17
  71. package/docs/diagrams/data-flow.svg +0 -2
  72. package/docs/diagrams/high-level-design.excalidraw +0 -5767
  73. package/docs/diagrams/high-level-design.mmd +0 -86
  74. package/docs/diagrams/high-level-design.svg +0 -2
  75. package/docs/diagrams/relationships.excalidraw +0 -3852
  76. package/docs/diagrams/relationships.mmd +0 -9
  77. package/docs/diagrams/relationships.svg +0 -2
  78. package/docs/diagrams/service-initialization-sequence.excalidraw +0 -1466
  79. package/docs/diagrams/service-initialization-sequence.mmd +0 -19
  80. package/docs/diagrams/service-initialization-sequence.svg +0 -2
  81. package/docs/diagrams/svg-layer-structure.excalidraw +0 -1060
  82. package/docs/diagrams/svg-layer-structure.mmd +0 -18
  83. package/docs/diagrams/svg-layer-structure.svg +0 -2
  84. package/docs/examples/README.md +0 -9
  85. package/docs/examples/simple_cards/README.md +0 -677
  86. package/docs/examples/simple_cards/css/flowexample.css +0 -65
  87. package/docs/examples/simple_cards/index.html +0 -32
  88. package/docs/examples/simple_cards/js/pict.min.js +0 -12
  89. package/docs/examples/simple_cards/pict-section-flow-example-simple-cards.compatible.min.js +0 -1
  90. package/docs/index.html +0 -38
  91. package/docs/playground/app.json +0 -6
  92. package/docs/playground/appdata.json +0 -85
  93. package/docs/playground/application.js +0 -23
  94. package/docs/playground/pict.json +0 -17
  95. package/docs/playground/runtime/pict-application.min.js +0 -2
  96. package/docs/playground/runtime/pict-section-flow.min.js +0 -2
  97. package/docs/playground/runtime/pict-section-modal.min.js +0 -2
  98. package/docs/playground/runtime/pict.min.js +0 -12
  99. package/docs/retold-catalog.json +0 -244
  100. package/docs/retold-keyword-index.json +0 -26028
  101. package/example_applications/simple_cards/css/flowexample.css +0 -65
  102. package/example_applications/simple_cards/html/index.html +0 -32
  103. package/example_applications/simple_cards/package.json +0 -52
  104. package/example_applications/simple_cards/source/Pict-Application-FlowExample-Configuration.json +0 -15
  105. package/example_applications/simple_cards/source/Pict-Application-FlowExample.js +0 -539
  106. package/example_applications/simple_cards/source/card-help-content.js +0 -16
  107. package/example_applications/simple_cards/source/cards/FlowCard-Comment.js +0 -38
  108. package/example_applications/simple_cards/source/cards/FlowCard-DataPreview.js +0 -44
  109. package/example_applications/simple_cards/source/cards/FlowCard-Each.js +0 -38
  110. package/example_applications/simple_cards/source/cards/FlowCard-FileRead.js +0 -56
  111. package/example_applications/simple_cards/source/cards/FlowCard-FileWrite.js +0 -50
  112. package/example_applications/simple_cards/source/cards/FlowCard-GetValue.js +0 -37
  113. package/example_applications/simple_cards/source/cards/FlowCard-IfThenElse.js +0 -49
  114. package/example_applications/simple_cards/source/cards/FlowCard-LogValues.js +0 -55
  115. package/example_applications/simple_cards/source/cards/FlowCard-SetValue.js +0 -97
  116. package/example_applications/simple_cards/source/cards/FlowCard-Sparkline.js +0 -100
  117. package/example_applications/simple_cards/source/cards/FlowCard-StatusMonitor.js +0 -46
  118. package/example_applications/simple_cards/source/cards/FlowCard-Switch.js +0 -39
  119. package/example_applications/simple_cards/source/providers/PictRouter-FlowExample-Configuration.json +0 -22
  120. package/example_applications/simple_cards/source/sample-flows.js +0 -410
  121. package/example_applications/simple_cards/source/views/PictView-FlowExample-About.js +0 -184
  122. package/example_applications/simple_cards/source/views/PictView-FlowExample-BottomBar.js +0 -77
  123. package/example_applications/simple_cards/source/views/PictView-FlowExample-Documentation.js +0 -325
  124. package/example_applications/simple_cards/source/views/PictView-FlowExample-FileWriteInfo.js +0 -59
  125. package/example_applications/simple_cards/source/views/PictView-FlowExample-Layout.js +0 -90
  126. package/example_applications/simple_cards/source/views/PictView-FlowExample-MainWorkspace.js +0 -453
  127. package/example_applications/simple_cards/source/views/PictView-FlowExample-TopBar.js +0 -95
  128. package/scripts/generate-card-help.js +0 -214
  129. package/source/providers/edges/Edge-Bezier.js +0 -41
  130. package/source/providers/edges/Edge-Orthogonal.js +0 -37
  131. package/source/providers/edges/Edge-OrthogonalSnap.js +0 -72
  132. package/source/providers/edges/Edge-Perimeter-Linear.js +0 -31
  133. package/source/providers/edges/Edge-Perimeter-Orthogonal.js +0 -39
  134. package/source/providers/edges/Edge-Perimeter.js +0 -48
  135. package/source/providers/edges/Edge-PerimeterMath.js +0 -92
  136. package/source/providers/edges/Edge-Straight.js +0 -24
  137. package/source/providers/layouts/Layout-Circular.js +0 -203
  138. package/source/providers/layouts/Layout-Coerce.js +0 -40
  139. package/source/providers/layouts/Layout-Columnar.js +0 -134
  140. package/source/providers/layouts/Layout-Custom.js +0 -27
  141. package/source/providers/layouts/Layout-ForcedFromCenter.js +0 -256
  142. package/source/providers/layouts/Layout-Grid.js +0 -134
  143. package/source/providers/layouts/Layout-Layered.js +0 -155
  144. package/source/providers/layouts/Layout-Rank.js +0 -141
  145. package/source/providers/layouts/Layout-Staggered.js +0 -131
  146. package/source/providers/layouts/Layout-Tabular.js +0 -94
  147. package/test/CardPalette_tests.js +0 -43
  148. package/test/ConnectionHandleManager_tests.js +0 -717
  149. package/test/ConnectionRenderer_tests.js +0 -591
  150. package/test/ConnectionStyle_tests.js +0 -90
  151. package/test/DataManager_tests.js +0 -859
  152. package/test/Geometry_tests.js +0 -767
  153. package/test/InteractionManager_tests.js +0 -279
  154. package/test/Layout_tests.js +0 -1604
  155. package/test/NodeView_tests.js +0 -66
  156. package/test/PanelManager_tests.js +0 -172
  157. package/test/PathGenerator_tests.js +0 -978
  158. package/test/PortRenderer_tests.js +0 -376
  159. package/test/RenderManager_tests.js +0 -756
  160. package/test/Renderer_tests.js +0 -133
  161. package/test/SelectionManager_tests.js +0 -185
  162. package/test/StylePresets_tests.js +0 -153
  163. package/test/ToolbarExtraButtons_tests.js +0 -138
  164. package/test/UndirectedConnections_tests.js +0 -70
@@ -1,244 +0,0 @@
1
- {
2
- "Generated": "2026-06-01T03:47:29.435Z",
3
- "Mode": "module",
4
- "GitHubOrg": "fable-retold",
5
- "DefaultBranch": "master",
6
- "Module": {
7
- "Name": "pict-section-flow",
8
- "Repo": "pict-section-flow",
9
- "Group": "",
10
- "Branch": "master",
11
- "HasDocs": true,
12
- "HasCover": true,
13
- "Sidebar": [
14
- {
15
- "Title": "Getting Started",
16
- "Children": [
17
- {
18
- "Title": "Overview",
19
- "Path": "README.md"
20
- },
21
- {
22
- "Title": "Quick Start",
23
- "Path": "Getting_Started.md"
24
- },
25
- {
26
- "Title": "Custom Styling",
27
- "Path": "Custom-Styling.md"
28
- },
29
- {
30
- "Title": "Theme Integration",
31
- "Path": "Theme_Integration.md"
32
- }
33
- ]
34
- },
35
- {
36
- "Title": "Architecture",
37
- "Children": [
38
- {
39
- "Title": "Design Overview",
40
- "Path": "Architecture.md"
41
- },
42
- {
43
- "Title": "Data Model",
44
- "Path": "Data_Model.md"
45
- },
46
- {
47
- "Title": "Event System",
48
- "Path": "Event_System.md"
49
- }
50
- ]
51
- },
52
- {
53
- "Title": "Reference",
54
- "Children": [
55
- {
56
- "Title": "Implementation Reference",
57
- "Path": "Implementation_Reference.md"
58
- },
59
- {
60
- "Title": "Layout Persistence",
61
- "Path": "Layout_Persistence.md"
62
- }
63
- ]
64
- },
65
- {
66
- "Title": "API -- Data Management",
67
- "Children": [
68
- {
69
- "Title": "addNode",
70
- "Path": "api/addNode.md"
71
- },
72
- {
73
- "Title": "removeNode",
74
- "Path": "api/removeNode.md"
75
- },
76
- {
77
- "Title": "addConnection",
78
- "Path": "api/addConnection.md"
79
- },
80
- {
81
- "Title": "removeConnection",
82
- "Path": "api/removeConnection.md"
83
- },
84
- {
85
- "Title": "getFlowData / setFlowData",
86
- "Path": "api/getFlowData.md"
87
- },
88
- {
89
- "Title": "marshalToView / marshalFromView",
90
- "Path": "api/marshalToView.md"
91
- }
92
- ]
93
- },
94
- {
95
- "Title": "API -- Selection & Viewport",
96
- "Children": [
97
- {
98
- "Title": "selectNode / deselectAll",
99
- "Path": "api/selectNode.md"
100
- },
101
- {
102
- "Title": "setZoom / zoomToFit",
103
- "Path": "api/setZoom.md"
104
- },
105
- {
106
- "Title": "autoLayout",
107
- "Path": "api/autoLayout.md"
108
- },
109
- {
110
- "Title": "screenToSVGCoords",
111
- "Path": "api/screenToSVGCoords.md"
112
- },
113
- {
114
- "Title": "toggleFullscreen",
115
- "Path": "api/toggleFullscreen.md"
116
- }
117
- ]
118
- },
119
- {
120
- "Title": "API -- Panels",
121
- "Children": [
122
- {
123
- "Title": "openPanel / closePanel / togglePanel",
124
- "Path": "api/openPanel.md"
125
- }
126
- ]
127
- },
128
- {
129
- "Title": "API -- Theming & Events",
130
- "Children": [
131
- {
132
- "Title": "setTheme / registerTheme",
133
- "Path": "api/setTheme.md"
134
- },
135
- {
136
- "Title": "registerHandler / fireEvent",
137
- "Path": "api/registerHandler.md"
138
- }
139
- ]
140
- },
141
- {
142
- "Title": "API -- Layout Persistence",
143
- "Children": [
144
- {
145
- "Title": "saveLayout / restoreLayout",
146
- "Path": "api/saveLayout.md"
147
- }
148
- ]
149
- },
150
- {
151
- "Title": "API -- Extension Points",
152
- "Children": [
153
- {
154
- "Title": "PictFlowCard",
155
- "Path": "api/PictFlowCard.md"
156
- },
157
- {
158
- "Title": "PictFlowCardPropertiesPanel",
159
- "Path": "api/PictFlowCardPropertiesPanel.md"
160
- },
161
- {
162
- "Title": "registerNodeType",
163
- "Path": "api/registerNodeType.md"
164
- }
165
- ]
166
- },
167
- {
168
- "Title": "Examples",
169
- "Children": [
170
- {
171
- "Title": "Simple Cards",
172
- "Path": "#/page/examples/simple_cards/README"
173
- }
174
- ]
175
- }
176
- ],
177
- "DocFiles": [
178
- ".nojekyll",
179
- "Architecture.md",
180
- "Custom-Styling.md",
181
- "Data_Model.md",
182
- "Event_System.md",
183
- "Getting_Started.md",
184
- "Implementation_Reference.md",
185
- "Layout_Persistence.md",
186
- "README.md",
187
- "Theme_Integration.md",
188
- "_brand.json",
189
- "_cover.md",
190
- "_playground.json",
191
- "_sidebar.md",
192
- "_topbar.md",
193
- "_version.json",
194
- "api/PictFlowCard.md",
195
- "api/PictFlowCardPropertiesPanel.md",
196
- "api/addConnection.md",
197
- "api/addNode.md",
198
- "api/autoLayout.md",
199
- "api/getFlowData.md",
200
- "api/marshalToView.md",
201
- "api/openPanel.md",
202
- "api/registerHandler.md",
203
- "api/registerNodeType.md",
204
- "api/removeConnection.md",
205
- "api/removeNode.md",
206
- "api/saveLayout.md",
207
- "api/screenToSVGCoords.md",
208
- "api/selectNode.md",
209
- "api/setTheme.md",
210
- "api/setZoom.md",
211
- "api/toggleFullscreen.md",
212
- "card-help/EACH.md",
213
- "card-help/FREAD.md",
214
- "card-help/FWRITE.md",
215
- "card-help/GET.md",
216
- "card-help/ITE.md",
217
- "card-help/LOG.md",
218
- "card-help/NOTE.md",
219
- "card-help/PREV.md",
220
- "card-help/SET.md",
221
- "card-help/SPKL.md",
222
- "card-help/STAT.md",
223
- "card-help/SW.md",
224
- "examples/README.md",
225
- "examples/simple_cards/README.md",
226
- "examples/simple_cards/css/flowexample.css",
227
- "examples/simple_cards/index.html",
228
- "examples/simple_cards/js/pict.min.js",
229
- "examples/simple_cards/pict-section-flow-example-simple-cards.compatible.min.js",
230
- "index.html",
231
- "playground/app.json",
232
- "playground/appdata.json",
233
- "playground/application.js",
234
- "playground/pict.json",
235
- "playground/runtime/pict-application.min.js",
236
- "playground/runtime/pict-section-flow.min.js",
237
- "playground/runtime/pict-section-modal.min.js",
238
- "playground/runtime/pict.min.js",
239
- "retold-catalog.json",
240
- "retold-keyword-index.json"
241
- ]
242
- },
243
- "Groups": []
244
- }