@foblex/flow 12.6.1 → 12.6.2

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 (191) hide show
  1. package/domain/create-connection-markers/create-connection-markers.execution.d.ts +3 -0
  2. package/domain/create-dom-element.d.ts +2 -0
  3. package/domain/deep-clone-node.d.ts +1 -0
  4. package/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.d.ts +3 -1
  5. package/domain/index.d.ts +2 -0
  6. package/domain/intersections/rounded-rect/rounded-rect.d.ts +2 -2
  7. package/domain/providers.d.ts +1 -1
  8. package/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.d.ts +3 -3
  9. package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.d.ts +3 -3
  10. package/domain/update-item-and-children-layers/update-item-and-children-layers.execution.d.ts +1 -3
  11. package/esm2022/domain/clear-selection/clear-selection.execution.mjs +3 -3
  12. package/esm2022/domain/create-connection-markers/create-connection-markers.execution.mjs +21 -8
  13. package/esm2022/domain/create-dom-element.mjs +4 -0
  14. package/esm2022/domain/deep-clone-node.mjs +47 -0
  15. package/esm2022/domain/emit-transform-changes/emit-transform-changes.execution.mjs +3 -3
  16. package/esm2022/domain/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +3 -3
  17. package/esm2022/domain/get-connection-line/get-connection-line.execution.mjs +3 -3
  18. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +3 -3
  19. package/esm2022/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.mjs +10 -7
  20. package/esm2022/domain/get-input-rect-in-flow/get-input-rect-in-flow.execution.mjs +3 -3
  21. package/esm2022/domain/get-nodes-rect/get-nodes-rect.execution.mjs +3 -3
  22. package/esm2022/domain/get-output-rect-in-flow/get-output-rect-in-flow.execution.mjs +3 -3
  23. package/esm2022/domain/get-position-in-flow/get-position-in-flow.execution.mjs +3 -3
  24. package/esm2022/domain/get-scaled-node-rects-with-flow-position/get-scaled-node-rects-with-flow-position.execution.mjs +3 -3
  25. package/esm2022/domain/get-selection/get-selection.execution.mjs +3 -3
  26. package/esm2022/domain/index.mjs +3 -1
  27. package/esm2022/domain/intersections/rounded-rect/rounded-rect.mjs +10 -35
  28. package/esm2022/domain/is-connection-under-node/is-connection-under-node.execution.mjs +3 -3
  29. package/esm2022/domain/redraw-connections/redraw-connections.execution.mjs +3 -3
  30. package/esm2022/domain/select/select.execution.mjs +3 -3
  31. package/esm2022/domain/select-all/select-all.execution.mjs +3 -3
  32. package/esm2022/domain/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +3 -3
  33. package/esm2022/domain/sort-item-layers/sort-item-layers.execution.mjs +3 -3
  34. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +10 -10
  35. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +10 -10
  36. package/esm2022/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.execution.mjs +3 -3
  37. package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.mjs +3 -3
  38. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +6 -9
  39. package/esm2022/f-backgroud/f-background-base.mjs +3 -3
  40. package/esm2022/f-backgroud/f-background.component.mjs +13 -9
  41. package/esm2022/f-backgroud/f-circle-pattern/f-circle-pattern.component.mjs +13 -9
  42. package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +14 -10
  43. package/esm2022/f-canvas/f-canvas-base.mjs +3 -3
  44. package/esm2022/f-canvas/f-canvas.component.mjs +3 -3
  45. package/esm2022/f-connection/common/f-connection-base.mjs +3 -3
  46. package/esm2022/f-connection/common/f-connection-identifiers.mjs +7 -2
  47. package/esm2022/f-connection/common/f-connection-text/f-connection-text-path.directive.mjs +19 -10
  48. package/esm2022/f-connection/common/f-connection-text/f-connection-text.component.mjs +3 -3
  49. package/esm2022/f-connection/common/f-drag-handle/f-connection-drag-handle.component.mjs +3 -3
  50. package/esm2022/f-connection/common/f-gradient/f-connection-gradient.component.mjs +3 -3
  51. package/esm2022/f-connection/common/f-path/f-connection-path.component.mjs +3 -3
  52. package/esm2022/f-connection/common/f-path/get-path-marker-id.mjs +7 -3
  53. package/esm2022/f-connection/common/f-selection/f-connection-selection.component.mjs +3 -3
  54. package/esm2022/f-connection/f-connection/f-connection.component.mjs +3 -3
  55. package/esm2022/f-connection/f-connection-builder/f-connection-factory.mjs +3 -3
  56. package/esm2022/f-connection/f-connection-center/f-connection-center.directive.mjs +3 -3
  57. package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +3 -3
  58. package/esm2022/f-connection/f-marker/f-marker-base.mjs +3 -3
  59. package/esm2022/f-connection/f-marker/f-marker.directive.mjs +3 -3
  60. package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +3 -3
  61. package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +3 -3
  62. package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +3 -3
  63. package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +3 -3
  64. package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +3 -3
  65. package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +3 -3
  66. package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.execution.mjs +3 -3
  67. package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.validator.mjs +3 -3
  68. package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.execution.mjs +3 -3
  69. package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.validator.mjs +3 -3
  70. package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.execution.mjs +3 -3
  71. package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.validator.mjs +3 -3
  72. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.execution.mjs +3 -3
  73. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-outlet-preparation/create-connection-from-outlet-preparation.execution.mjs +3 -3
  74. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.execution.mjs +3 -3
  75. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.validator.mjs +3 -3
  76. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.execution.mjs +3 -3
  77. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.validator.mjs +3 -3
  78. package/esm2022/f-draggable/connections/create-connection/get-can-be-connected-output-by-outlet/get-can-be-connected-output-by-outlet.execution.mjs +3 -3
  79. package/esm2022/f-draggable/connections/create-connection/get-can-be-connected-output-by-outlet/get-can-be-connected-output-by-outlet.validator.mjs +3 -3
  80. package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.execution.mjs +10 -7
  81. package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.validator.mjs +3 -3
  82. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.execution.mjs +3 -3
  83. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.validator.mjs +3 -3
  84. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.execution.mjs +10 -7
  85. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.validator.mjs +10 -7
  86. package/esm2022/f-draggable/domain/get-node-padding/get-node-padding.execution.mjs +14 -18
  87. package/esm2022/f-draggable/domain/get-normalized-node-rect/get-normalized-node-rect.execution.mjs +3 -3
  88. package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +3 -3
  89. package/esm2022/f-draggable/domain/get-parent-nodes/get-parent-nodes.execution.mjs +3 -3
  90. package/esm2022/f-draggable/domain/index.mjs +1 -2
  91. package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.execution.mjs +3 -3
  92. package/esm2022/f-draggable/domain/providers.mjs +1 -3
  93. package/esm2022/f-draggable/f-draggable-base.mjs +24 -24
  94. package/esm2022/f-draggable/f-draggable-data-context.mjs +3 -3
  95. package/esm2022/f-draggable/f-draggable.directive.mjs +10 -13
  96. package/esm2022/f-draggable/node/connection-base-drag-handler.mjs +3 -3
  97. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.mjs +3 -3
  98. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/get-node-move-restrictions/get-node-move-restrictions.execution.mjs +3 -3
  99. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.execution.mjs +3 -3
  100. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.execution.mjs +3 -3
  101. package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.execution.mjs +3 -3
  102. package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.validator.mjs +3 -3
  103. package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.execution.mjs +3 -3
  104. package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.validator.mjs +3 -3
  105. package/esm2022/f-draggable/node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.execution.mjs +3 -3
  106. package/esm2022/f-draggable/node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.execution.mjs +3 -3
  107. package/esm2022/f-draggable/node-resize/calculate-changed-position/calculate-changed-position.execution.mjs +3 -3
  108. package/esm2022/f-draggable/node-resize/calculate-changed-size/calculate-changed-size.execution.mjs +3 -3
  109. package/esm2022/f-draggable/node-resize/get-node-resize-restrictions/get-node-resize-restrictions.execution.mjs +3 -3
  110. package/esm2022/f-draggable/node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.execution.mjs +3 -3
  111. package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.execution.mjs +3 -3
  112. package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.validator.mjs +3 -3
  113. package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.execution.mjs +3 -3
  114. package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.validator.mjs +3 -3
  115. package/esm2022/f-draggable/single-select/single-select.execution.mjs +17 -11
  116. package/esm2022/f-draggable/single-select/single-select.validator.mjs +3 -3
  117. package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.execution.mjs +10 -7
  118. package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.validator.mjs +3 -3
  119. package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.execution.mjs +10 -7
  120. package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.validator.mjs +3 -3
  121. package/esm2022/f-external-item/domain/external-item.drag-handler.mjs +11 -8
  122. package/esm2022/f-external-item/f-external-item-base.mjs +3 -3
  123. package/esm2022/f-external-item/f-external-item.directive.mjs +3 -3
  124. package/esm2022/f-external-item/f-external-item.service.mjs +3 -3
  125. package/esm2022/f-flow/f-flow.component.mjs +12 -6
  126. package/esm2022/f-flow.module.mjs +4 -4
  127. package/esm2022/f-line-alignment/domain/line-element.mjs +4 -4
  128. package/esm2022/f-line-alignment/domain/line-service.mjs +4 -4
  129. package/esm2022/f-line-alignment/f-line-alignment-base.mjs +3 -3
  130. package/esm2022/f-line-alignment/f-line-alignment.component.mjs +8 -7
  131. package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.execution.mjs +3 -3
  132. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.execution.mjs +3 -3
  133. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.validator.mjs +3 -3
  134. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.execution.mjs +3 -3
  135. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.validator.mjs +3 -3
  136. package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +12 -8
  137. package/esm2022/f-minimap/f-minimap-flow.directive.mjs +3 -3
  138. package/esm2022/f-minimap/f-minimap-view.directive.mjs +3 -3
  139. package/esm2022/f-minimap/f-minimap.component.mjs +3 -3
  140. package/esm2022/f-node/f-drag-handle/f-drag-handle.directive.mjs +3 -3
  141. package/esm2022/f-node/f-group.directive.mjs +12 -6
  142. package/esm2022/f-node/f-node.directive.mjs +12 -6
  143. package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +3 -3
  144. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.mjs +3 -3
  145. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.validator.mjs +3 -3
  146. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.mjs +3 -3
  147. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.validator.mjs +8 -6
  148. package/esm2022/f-selection-area/f-selection-area-base.mjs +3 -3
  149. package/esm2022/f-selection-area/f-selection-area.component.mjs +3 -3
  150. package/esm2022/f-storage/f-components-store.mjs +3 -3
  151. package/esm2022/f-storage/f-transform-store.mjs +3 -3
  152. package/esm2022/f-zoom/f-zoom.directive.mjs +3 -3
  153. package/esm2022/infrastructure/f-mediator/f-flow-mediator.mjs +3 -3
  154. package/f-backgroud/f-background.component.d.ts +3 -1
  155. package/f-backgroud/f-circle-pattern/f-circle-pattern.component.d.ts +3 -1
  156. package/f-backgroud/f-rect-pattern/f-rect-pattern.component.d.ts +3 -1
  157. package/f-connection/common/f-connection-text/f-connection-text-path.directive.d.ts +3 -1
  158. package/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.execution.d.ts +3 -1
  159. package/f-draggable/connections/providers.d.ts +1 -1
  160. package/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.execution.d.ts +3 -1
  161. package/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.validator.d.ts +3 -1
  162. package/f-draggable/domain/get-node-padding/get-node-padding.execution.d.ts +4 -4
  163. package/f-draggable/domain/index.d.ts +0 -1
  164. package/f-draggable/domain/providers.d.ts +1 -2
  165. package/f-draggable/f-draggable-base.d.ts +2 -2
  166. package/f-draggable/f-draggable.directive.d.ts +3 -2
  167. package/f-draggable/node/create-move-nodes-drag-model-from-selection/providers.d.ts +1 -1
  168. package/f-draggable/node/providers.d.ts +1 -1
  169. package/f-draggable/providers.d.ts +1 -1
  170. package/f-draggable/single-select/single-select.execution.d.ts +5 -3
  171. package/f-external-item/domain/external-item-finalize/external-item-finalize.execution.d.ts +3 -1
  172. package/f-external-item/domain/external-item-preparation/external-item-preparation.execution.d.ts +3 -1
  173. package/f-external-item/domain/external-item.drag-handler.d.ts +3 -1
  174. package/f-flow/f-flow.component.d.ts +3 -1
  175. package/f-line-alignment/domain/line-element.d.ts +2 -1
  176. package/f-line-alignment/domain/line-service.d.ts +2 -1
  177. package/f-line-alignment/f-line-alignment.component.d.ts +2 -1
  178. package/f-minimap/domain/providers.d.ts +1 -1
  179. package/f-minimap/f-minimap-canvas.directive.d.ts +3 -1
  180. package/f-node/f-group.directive.d.ts +3 -1
  181. package/f-node/f-node.directive.d.ts +3 -1
  182. package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.validator.d.ts +1 -0
  183. package/fesm2022/foblex-flow.mjs +2438 -2396
  184. package/fesm2022/foblex-flow.mjs.map +1 -1
  185. package/package.json +3 -2
  186. package/esm2022/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels-request.mjs +0 -13
  187. package/esm2022/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels.execution.mjs +0 -49
  188. package/esm2022/f-draggable/domain/convert-computed-to-pixels/index.mjs +0 -3
  189. package/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels-request.d.ts +0 -7
  190. package/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels.execution.d.ts +0 -12
  191. package/f-draggable/domain/convert-computed-to-pixels/index.d.ts +0 -2
@@ -2,15 +2,17 @@ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { IHasHostElement } from '@foblex/core';
3
3
  import { IHasConnectionText } from '../i-has-connection-text';
4
4
  import { IHasConnectionFromTo } from '../i-has-connection-from-to';
5
+ import { BrowserService } from '@foblex/platform';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class FConnectionTextPathDirective implements IHasHostElement, OnInit {
7
8
  private elementReference;
8
9
  private base;
10
+ private fBrowser;
9
11
  get linkToConnection(): string;
10
12
  get hostElement(): SVGTextPathElement;
11
13
  symbolWidth: number;
12
14
  fontSize: string;
13
- constructor(elementReference: ElementRef<SVGTextPathElement>, base: IHasConnectionText & IHasConnectionFromTo);
15
+ constructor(elementReference: ElementRef<SVGTextPathElement>, base: IHasConnectionText & IHasConnectionFromTo, fBrowser: BrowserService);
14
16
  ngOnInit(): void;
15
17
  getBBox(): DOMRect;
16
18
  private getFontStyles;
@@ -2,12 +2,14 @@ import { GetInputUnderPointerRequest } from './get-input-under-pointer.request';
2
2
  import { FComponentsStore } from '../../../f-storage';
3
3
  import { FConnectorBase } from '../../../f-connectors';
4
4
  import { IExecution } from '../../../infrastructure';
5
+ import { BrowserService } from '@foblex/platform';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class GetInputUnderPointerExecution implements IExecution<GetInputUnderPointerRequest, FConnectorBase | undefined> {
7
8
  private fComponentsStore;
9
+ private fBrowser;
8
10
  private get fNodes();
9
11
  private get fInputs();
10
- constructor(fComponentsStore: FComponentsStore);
12
+ constructor(fComponentsStore: FComponentsStore, fBrowser: BrowserService);
11
13
  handle(payload: GetInputUnderPointerRequest): FConnectorBase | undefined;
12
14
  private getOutput;
13
15
  private getOutlet;
@@ -1 +1 @@
1
- export declare const CONNECTIONS_PROVIDERS: (typeof import("./reassign-connection").ReassignConnectionFinalizeExecution | typeof import("./reassign-connection").ReassignConnectionFinalizeValidator | typeof import("./reassign-connection").ReassignConnectionPreparationExecution | typeof import("./reassign-connection").ReassignConnectionPreparationValidator | typeof import("./get-input-under-pointer").GetInputUnderPointerExecution | typeof import("./get-input-under-pointer").GetInputUnderPointerValidator | typeof import("./create-connection").GetCanBeConnectedOutputByOutletExecution | typeof import("./create-connection").GetCanBeConnectedOutputByOutletValidator | typeof import("./create-connection").CreateConnectionFinalizeExecution | typeof import("./create-connection").CreateConnectionFinalizeValidator | typeof import("./create-connection").CreateConnectionDragHandlerExecution | typeof import("./create-connection").CreateConnectionFromOutletPreparationExecution | typeof import("./create-connection").CreateConnectionFromOutputPreparationExecution | typeof import("./create-connection").CreateConnectionFromOutputPreparationValidator | typeof import("./create-connection").CreateConnectionPreparationExecution | typeof import("./create-connection").CreateConnectionPreparationValidator)[];
1
+ export declare const CONNECTIONS_PROVIDERS: (typeof import("./create-connection").CreateConnectionFinalizeExecution | typeof import("./create-connection").CreateConnectionFinalizeValidator | typeof import("./create-connection").CreateConnectionDragHandlerExecution | typeof import("./create-connection").CreateConnectionFromOutletPreparationExecution | typeof import("./create-connection").CreateConnectionFromOutputPreparationExecution | typeof import("./create-connection").CreateConnectionFromOutputPreparationValidator | typeof import("./create-connection").CreateConnectionPreparationExecution | typeof import("./create-connection").CreateConnectionPreparationValidator | typeof import("./create-connection").GetCanBeConnectedOutputByOutletExecution | typeof import("./create-connection").GetCanBeConnectedOutputByOutletValidator | typeof import("./reassign-connection").ReassignConnectionFinalizeExecution | typeof import("./reassign-connection").ReassignConnectionFinalizeValidator | typeof import("./reassign-connection").ReassignConnectionPreparationExecution | typeof import("./reassign-connection").ReassignConnectionPreparationValidator | typeof import("./get-input-under-pointer").GetInputUnderPointerExecution | typeof import("./get-input-under-pointer").GetInputUnderPointerValidator)[];
@@ -3,15 +3,17 @@ import { FComponentsStore } from '../../../../f-storage';
3
3
  import { FDraggableDataContext } from '../../../f-draggable-data-context';
4
4
  import { FFlowMediator, IExecution } from '../../../../infrastructure';
5
5
  import { FConnectionBase } from '../../../../f-connection';
6
+ import { BrowserService } from '@foblex/platform';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ReassignConnectionPreparationExecution implements IExecution<ReassignConnectionPreparationRequest, void> {
8
9
  private fComponentsStore;
9
10
  private fDraggableDataContext;
10
11
  private fMediator;
12
+ private fBrowser;
11
13
  private get transform();
12
14
  private get flowHost();
13
15
  private get fConnections();
14
- constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator);
16
+ constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator, fBrowser: BrowserService);
15
17
  handle(request: ReassignConnectionPreparationRequest): void;
16
18
  private getDragHandleElement;
17
19
  private getElementsFromPoint;
@@ -3,12 +3,14 @@ import { IValidator } from '../../../../infrastructure';
3
3
  import { FDraggableDataContext } from '../../../f-draggable-data-context';
4
4
  import { FConnectionBase } from '../../../../f-connection';
5
5
  import { FComponentsStore } from '../../../../f-storage';
6
+ import { BrowserService } from '@foblex/platform';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ReassignConnectionPreparationValidator implements IValidator<ReassignConnectionPreparationRequest> {
8
9
  private fComponentsStore;
9
10
  private fDraggableDataContext;
11
+ private fBrowser;
10
12
  private get fConnections();
11
- constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext);
13
+ constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fBrowser: BrowserService);
12
14
  handle(request: ReassignConnectionPreparationRequest): boolean;
13
15
  private getDragHandleElements;
14
16
  private getElementsFromPoint;
@@ -1,12 +1,12 @@
1
1
  import { GetNodePaddingRequest } from './get-node-padding.request';
2
- import { FFlowMediator, IExecution } from '../../../infrastructure';
2
+ import { IExecution } from '../../../infrastructure';
3
+ import { BrowserService } from '@foblex/platform';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class GetNodePaddingExecution implements IExecution<GetNodePaddingRequest, [number, number, number, number]> {
5
- private fMediator;
6
- constructor(fMediator: FFlowMediator);
6
+ private fBrowser;
7
+ constructor(fBrowser: BrowserService);
7
8
  handle(request: GetNodePaddingRequest): [number, number, number, number];
8
9
  private getPaddingData;
9
- private convertToPixels;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GetNodePaddingExecution, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<GetNodePaddingExecution>;
12
12
  }
@@ -1,4 +1,3 @@
1
- export * from './convert-computed-to-pixels';
2
1
  export * from './get-node-padding';
3
2
  export * from './get-normalized-node-rect';
4
3
  export * from './get-normalized-parent-node-rect';
@@ -1,7 +1,6 @@
1
1
  import { GetNormalizedNodeRectExecution } from './get-normalized-node-rect';
2
- import { ConvertComputedToPixelsExecution } from './convert-computed-to-pixels';
3
2
  import { GetParentNodesExecution } from './get-parent-nodes';
4
3
  import { IsArrayHasParentNodeExecution } from './is-array-has-parent-node';
5
4
  import { GetNormalizedParentNodeRectExecution } from './get-normalized-parent-node-rect';
6
5
  import { GetNodePaddingExecution } from './get-node-padding';
7
- export declare const DRAG_AND_DROP_COMMON_PROVIDERS: (typeof ConvertComputedToPixelsExecution | typeof GetNodePaddingExecution | typeof GetNormalizedNodeRectExecution | typeof GetNormalizedParentNodeRectExecution | typeof GetParentNodesExecution | typeof IsArrayHasParentNodeExecution)[];
6
+ export declare const DRAG_AND_DROP_COMMON_PROVIDERS: (typeof GetNodePaddingExecution | typeof GetNormalizedNodeRectExecution | typeof GetNormalizedParentNodeRectExecution | typeof GetParentNodesExecution | typeof IsArrayHasParentNodeExecution)[];
@@ -14,7 +14,7 @@ export declare abstract class FDraggableBase implements IHasHostElement {
14
14
  abstract fCreateNode: EventEmitter<FCreateNodeEvent>;
15
15
  abstract fReassignConnection: EventEmitter<FReassignConnectionEvent>;
16
16
  abstract fCreateConnection: EventEmitter<FCreateConnectionEvent>;
17
- private document;
17
+ private fDocument;
18
18
  private mouseListeners;
19
19
  private touchListeners;
20
20
  private startListeners;
@@ -44,7 +44,7 @@ export declare abstract class FDraggableBase implements IHasHostElement {
44
44
  abstract onPointerDown(event: IPointerEvent): boolean;
45
45
  abstract onPointerMove(event: IPointerEvent): void;
46
46
  abstract onPointerUp(event: IPointerEvent): void;
47
- subscribe(document: Document): void;
47
+ subscribe(fDocument: Document): void;
48
48
  unsubscribe(): void;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<FDraggableBase, never>;
50
50
  static ɵdir: i0.ɵɵDirectiveDeclaration<FDraggableBase, never, never, {}, {}, never, never, false, never>;
@@ -8,13 +8,14 @@ import { FSelectionChangeEvent } from './f-selection-change-event';
8
8
  import { FFlowMediator } from '../infrastructure';
9
9
  import { FCreateNodeEvent } from '../f-external-item';
10
10
  import { ICanRunOutsideAngular } from './i-can-run-outside-angular';
11
+ import { BrowserService } from '@foblex/platform';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class FDraggableDirective extends FDraggableBase implements OnInit, AfterViewInit, OnDestroy {
13
14
  private elementReference;
14
15
  private fDraggableDataContext;
15
16
  private fComponentsStore;
16
17
  private fMediator;
17
- private doc;
18
+ private fBrowser;
18
19
  private subscriptions$;
19
20
  disabled: boolean;
20
21
  get hostElement(): HTMLElement;
@@ -23,7 +24,7 @@ export declare class FDraggableDirective extends FDraggableBase implements OnIni
23
24
  fReassignConnection: EventEmitter<FReassignConnectionEvent>;
24
25
  fCreateConnection: EventEmitter<FCreateConnectionEvent>;
25
26
  private plugins;
26
- constructor(elementReference: ElementRef<HTMLElement>, fDraggableDataContext: FDraggableDataContext, ngZone: ICanRunOutsideAngular, fComponentsStore: FComponentsStore, fMediator: FFlowMediator, doc: Document);
27
+ constructor(elementReference: ElementRef<HTMLElement>, fDraggableDataContext: FDraggableDataContext, ngZone: ICanRunOutsideAngular, fComponentsStore: FComponentsStore, fMediator: FFlowMediator, fBrowser: BrowserService);
27
28
  ngOnInit(): void;
28
29
  ngAfterViewInit(): void;
29
30
  onPointerDown(event: IPointerEvent): boolean;
@@ -2,4 +2,4 @@ import { CreateMoveNodesDragModelFromSelectionExecution } from './create-move-no
2
2
  import { GetNodeMoveRestrictionsExecution } from './domain/get-node-move-restrictions';
3
3
  import { PutInputConnectionHandlersToArrayExecution } from './domain/put-input-connection-handlers-to-array';
4
4
  import { PutOutputConnectionHandlersToArrayExecution } from './domain/put-output-connection-handlers-to-array';
5
- export declare const CREATE_MOVE_NODE_DRAG_MODEL_FROM_SELECTION_PROVIDERS: (typeof PutInputConnectionHandlersToArrayExecution | typeof PutOutputConnectionHandlersToArrayExecution | typeof GetNodeMoveRestrictionsExecution | typeof CreateMoveNodesDragModelFromSelectionExecution)[];
5
+ export declare const CREATE_MOVE_NODE_DRAG_MODEL_FROM_SELECTION_PROVIDERS: (typeof GetNodeMoveRestrictionsExecution | typeof PutInputConnectionHandlersToArrayExecution | typeof PutOutputConnectionHandlersToArrayExecution | typeof CreateMoveNodesDragModelFromSelectionExecution)[];
@@ -1 +1 @@
1
- export declare const NODE_PROVIDERS: (typeof import("./create-move-nodes-drag-model-from-selection").PutInputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").PutOutputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").GetNodeMoveRestrictionsExecution | typeof import("./create-move-nodes-drag-model-from-selection").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./node-move-preparation").NodeMovePreparationExecution | typeof import("./node-move-preparation").NodeMovePreparationValidator | typeof import("./node-move-finalize").NodeMoveFinalizeExecution | typeof import("./node-move-finalize").NodeMoveFinalizeValidator)[];
1
+ export declare const NODE_PROVIDERS: (typeof import("./create-move-nodes-drag-model-from-selection").GetNodeMoveRestrictionsExecution | typeof import("./create-move-nodes-drag-model-from-selection").PutInputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").PutOutputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./node-move-finalize").NodeMoveFinalizeExecution | typeof import("./node-move-finalize").NodeMoveFinalizeValidator | typeof import("./node-move-preparation").NodeMovePreparationExecution | typeof import("./node-move-preparation").NodeMovePreparationValidator)[];
@@ -1 +1 @@
1
- export declare const F_DRAGGABLE_PROVIDERS: (typeof import("./canvas").CanvasMoveFinalizeExecution | typeof import("./canvas").CanvasMoveFinalizeValidator | typeof import("./canvas").CanvasMovePreparationExecution | typeof import("./canvas").CanvasMovePreparationValidator | typeof import("@foblex/flow").ExternalItemFinalizeExecution | typeof import("@foblex/flow").ExternalItemFinalizeValidator | typeof import("@foblex/flow").ExternalItemPreparationExecution | typeof import("@foblex/flow").ExternalItemPreparationValidator | typeof import("./connections").ReassignConnectionFinalizeExecution | typeof import("./connections").ReassignConnectionFinalizeValidator | typeof import("./connections").ReassignConnectionPreparationExecution | typeof import("./connections").ReassignConnectionPreparationValidator | typeof import("./connections").GetInputUnderPointerExecution | typeof import("./connections").GetInputUnderPointerValidator | typeof import("./connections").GetCanBeConnectedOutputByOutletExecution | typeof import("./connections").GetCanBeConnectedOutputByOutletValidator | typeof import("./connections").CreateConnectionFinalizeExecution | typeof import("./connections").CreateConnectionFinalizeValidator | typeof import("./connections").CreateConnectionDragHandlerExecution | typeof import("./connections").CreateConnectionFromOutletPreparationExecution | typeof import("./connections").CreateConnectionFromOutputPreparationExecution | typeof import("./connections").CreateConnectionFromOutputPreparationValidator | typeof import("./connections").CreateConnectionPreparationExecution | typeof import("./connections").CreateConnectionPreparationValidator | typeof import("./domain").ConvertComputedToPixelsExecution | typeof import("./domain").GetNodePaddingExecution | typeof import("./domain").GetNormalizedNodeRectExecution | typeof import("./domain").GetNormalizedParentNodeRectExecution | typeof import("./domain").GetParentNodesExecution | typeof import("./domain").IsArrayHasParentNodeExecution | typeof import("./node").PutInputConnectionHandlersToArrayExecution | typeof import("./node").PutOutputConnectionHandlersToArrayExecution | typeof import("./node").GetNodeMoveRestrictionsExecution | typeof import("./node").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./node").NodeMovePreparationExecution | typeof import("./node").NodeMovePreparationValidator | typeof import("./node").NodeMoveFinalizeExecution | typeof import("./node").NodeMoveFinalizeValidator | typeof import("./node-resize").ApplyChildResizeRestrictionsExecution | typeof import("./node-resize").ApplyParentResizeRestrictionsExecution | typeof import("./node-resize").CalculateChangedPositionExecution | typeof import("./node-resize").CalculateChangedSizeExecution | typeof import("./node-resize").GetNormalizedChildrenNodesRectExecution | typeof import("./node-resize").GetNodeResizeRestrictionsExecution | typeof import("./node-resize").NodeResizeFinalizeExecution | typeof import("./node-resize").NodeResizeFinalizeValidator | typeof import("./node-resize").NodeResizePreparationExecution | typeof import("./node-resize").NodeResizePreparationValidator | typeof import("./single-select").SingleSelectExecution | typeof import("./single-select").SingleSelectValidator | typeof import("@foblex/flow").CalculateFlowPointFromMinimapPointExecution | typeof import("@foblex/flow").MinimapDragPreparationExecution | typeof import("@foblex/flow").MinimapDragPreparationValidator | typeof import("@foblex/flow").MinimapDragFinalizeExecution | typeof import("@foblex/flow").MinimapDragFinalizeValidator | typeof import("@foblex/flow").SelectionAreaFinalizeExecution | typeof import("@foblex/flow").SelectionAreaFinalizeValidator | typeof import("@foblex/flow").SelectionAreaPreparationExecution | typeof import("@foblex/flow").SelectionAreaPreparationValidator)[];
1
+ export declare const F_DRAGGABLE_PROVIDERS: (typeof import("./canvas").CanvasMoveFinalizeExecution | typeof import("./canvas").CanvasMoveFinalizeValidator | typeof import("./canvas").CanvasMovePreparationExecution | typeof import("./canvas").CanvasMovePreparationValidator | typeof import("./connections").CreateConnectionFinalizeExecution | typeof import("./connections").CreateConnectionFinalizeValidator | typeof import("./connections").CreateConnectionDragHandlerExecution | typeof import("./connections").CreateConnectionFromOutletPreparationExecution | typeof import("./connections").CreateConnectionFromOutputPreparationExecution | typeof import("./connections").CreateConnectionFromOutputPreparationValidator | typeof import("./connections").CreateConnectionPreparationExecution | typeof import("./connections").CreateConnectionPreparationValidator | typeof import("./connections").GetCanBeConnectedOutputByOutletExecution | typeof import("./connections").GetCanBeConnectedOutputByOutletValidator | typeof import("./connections").ReassignConnectionFinalizeExecution | typeof import("./connections").ReassignConnectionFinalizeValidator | typeof import("./connections").ReassignConnectionPreparationExecution | typeof import("./connections").ReassignConnectionPreparationValidator | typeof import("./connections").GetInputUnderPointerExecution | typeof import("./connections").GetInputUnderPointerValidator | typeof import("./domain").GetNodePaddingExecution | typeof import("./domain").GetNormalizedNodeRectExecution | typeof import("./domain").GetNormalizedParentNodeRectExecution | typeof import("./domain").GetParentNodesExecution | typeof import("./domain").IsArrayHasParentNodeExecution | typeof import("./single-select").SingleSelectExecution | typeof import("./single-select").SingleSelectValidator | typeof import("@foblex/flow").ExternalItemFinalizeExecution | typeof import("@foblex/flow").ExternalItemFinalizeValidator | typeof import("@foblex/flow").ExternalItemPreparationExecution | typeof import("@foblex/flow").ExternalItemPreparationValidator | typeof import("./node").GetNodeMoveRestrictionsExecution | typeof import("./node").PutInputConnectionHandlersToArrayExecution | typeof import("./node").PutOutputConnectionHandlersToArrayExecution | typeof import("./node").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./node").NodeMoveFinalizeExecution | typeof import("./node").NodeMoveFinalizeValidator | typeof import("./node").NodeMovePreparationExecution | typeof import("./node").NodeMovePreparationValidator | typeof import("./node-resize").ApplyChildResizeRestrictionsExecution | typeof import("./node-resize").ApplyParentResizeRestrictionsExecution | typeof import("./node-resize").CalculateChangedPositionExecution | typeof import("./node-resize").CalculateChangedSizeExecution | typeof import("./node-resize").GetNormalizedChildrenNodesRectExecution | typeof import("./node-resize").GetNodeResizeRestrictionsExecution | typeof import("./node-resize").NodeResizeFinalizeExecution | typeof import("./node-resize").NodeResizeFinalizeValidator | typeof import("./node-resize").NodeResizePreparationExecution | typeof import("./node-resize").NodeResizePreparationValidator | typeof import("@foblex/flow").SelectionAreaFinalizeExecution | typeof import("@foblex/flow").SelectionAreaFinalizeValidator | typeof import("@foblex/flow").SelectionAreaPreparationExecution | typeof import("@foblex/flow").SelectionAreaPreparationValidator | typeof import("@foblex/flow").CalculateFlowPointFromMinimapPointExecution | typeof import("@foblex/flow").MinimapDragFinalizeExecution | typeof import("@foblex/flow").MinimapDragFinalizeValidator | typeof import("@foblex/flow").MinimapDragPreparationExecution | typeof import("@foblex/flow").MinimapDragPreparationValidator)[];
@@ -1,19 +1,21 @@
1
1
  import { FFlowMediator, IExecution } from '../../infrastructure';
2
2
  import { SingleSelectRequest } from './single-select.request';
3
- import { PlatformService } from '@foblex/core';
4
3
  import { FComponentsStore } from '../../f-storage';
5
4
  import { FDraggableDataContext } from '../f-draggable-data-context';
5
+ import { PlatformService } from '@foblex/platform';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class SingleSelectExecution implements IExecution<SingleSelectRequest, void> {
8
- private platform;
8
+ private fPlatform;
9
9
  private fComponentsStore;
10
10
  private fDraggableDataContext;
11
11
  private fMediator;
12
- constructor(platform: PlatformService, fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator);
12
+ constructor(fPlatform: PlatformService, fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator);
13
13
  handle(request: SingleSelectRequest): void;
14
14
  private getSelectableItem;
15
15
  private getConnectionHandler;
16
16
  private isMultiselectEnabled;
17
+ private isShiftPressed;
18
+ private isCommandButton;
17
19
  private singleSelect;
18
20
  private multiSelect;
19
21
  private deselectItem;
@@ -2,15 +2,17 @@ import { ExternalItemFinalizeRequest } from './external-item-finalize.request';
2
2
  import { FFlowMediator, IExecution } from '../../../infrastructure';
3
3
  import { FComponentsStore } from '../../../f-storage';
4
4
  import { FDraggableDataContext } from '../../../f-draggable';
5
+ import { BrowserService } from '@foblex/platform';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class ExternalItemFinalizeExecution implements IExecution<ExternalItemFinalizeRequest, void> {
7
8
  private fComponentsStore;
8
9
  private fDraggableDataContext;
9
10
  private fMediator;
11
+ private fBrowser;
10
12
  private get flowHost();
11
13
  private get fCreateNode();
12
14
  private get dragHandler();
13
- constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator);
15
+ constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator, fBrowser: BrowserService);
14
16
  handle(request: ExternalItemFinalizeRequest): void;
15
17
  private getExternalItemElementsFromPoint;
16
18
  private emitEvent;
@@ -3,13 +3,15 @@ import { IExecution } from '../../../infrastructure';
3
3
  import { FComponentsStore } from '../../../f-storage';
4
4
  import { FExternalItemService } from '../../../f-external-item';
5
5
  import { FDraggableDataContext } from '../../../f-draggable';
6
+ import { BrowserService } from '@foblex/platform';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ExternalItemPreparationExecution implements IExecution<ExternalItemPreparationRequest, void> {
8
9
  private fComponentsStore;
9
10
  private fDraggableDataContext;
10
11
  private fExternalItemService;
12
+ private fBrowser;
11
13
  private get flowHost();
12
- constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fExternalItemService: FExternalItemService);
14
+ constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fExternalItemService: FExternalItemService, fBrowser: BrowserService);
13
15
  handle(request: ExternalItemPreparationRequest): void;
14
16
  private getExternalItem;
15
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ExternalItemPreparationExecution, never>;
@@ -1,12 +1,14 @@
1
1
  import { IPoint } from '@foblex/core';
2
2
  import { FExternalItemBase } from '../../f-external-item';
3
3
  import { IDraggableItem } from '../../f-draggable';
4
+ import { BrowserService } from '@foblex/platform';
4
5
  export declare class ExternalItemDragHandler implements IDraggableItem {
5
6
  externalItem: FExternalItemBase;
7
+ private fBrowser;
6
8
  placeholder: HTMLElement | SVGElement | undefined;
7
9
  private onPointerDownRect;
8
10
  private difference;
9
- constructor(externalItem: FExternalItemBase);
11
+ constructor(externalItem: FExternalItemBase, fBrowser: BrowserService);
10
12
  private getStyle;
11
13
  initialize(): void;
12
14
  private getExternalItemRect;
@@ -4,17 +4,19 @@ import { IPoint, IRect } from '@foblex/core';
4
4
  import { FFlowMediator } from '../infrastructure';
5
5
  import { FSelectionChangeEvent } from '../f-draggable';
6
6
  import { FComponentsStore } from '../f-storage';
7
+ import { BrowserService } from '@foblex/platform';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class FFlowComponent extends FFlowBase implements OnInit, AfterContentInit, OnDestroy {
9
10
  private elementReference;
10
11
  private fComponentsStore;
11
12
  private fMediator;
13
+ private fBrowser;
12
14
  private subscription$;
13
15
  fFlowId: string;
14
16
  get hostElement(): HTMLElement;
15
17
  fLoaded: EventEmitter<void>;
16
18
  private isLoaded;
17
- constructor(elementReference: ElementRef<HTMLElement>, fComponentsStore: FComponentsStore, fMediator: FFlowMediator);
19
+ constructor(elementReference: ElementRef<HTMLElement>, fComponentsStore: FComponentsStore, fMediator: FFlowMediator, fBrowser: BrowserService);
18
20
  ngOnInit(): void;
19
21
  ngAfterContentInit(): void;
20
22
  private subscribeOnComponentsCountChanges;
@@ -1,8 +1,9 @@
1
1
  import { ILineAlignmentRect } from './i-line-alignment-rect';
2
+ import { BrowserService } from '@foblex/platform';
2
3
  export declare class LineElement {
3
4
  private readonly hostElement;
4
5
  private readonly element;
5
- constructor(hostElement: HTMLElement);
6
+ constructor(fBrowser: BrowserService, hostElement: HTMLElement);
6
7
  hide(): void;
7
8
  show(): void;
8
9
  draw(object: Partial<ILineAlignmentRect>): void;
@@ -1,9 +1,10 @@
1
1
  import { ISize, ITransformModel } from '@foblex/core';
2
+ import { BrowserService } from '@foblex/platform';
2
3
  export declare class LineService {
3
4
  private hostElement;
4
5
  private fHorizontalLine;
5
6
  private fVerticalLine;
6
- constructor(hostElement: HTMLElement);
7
+ constructor(fBrowser: BrowserService, hostElement: HTMLElement);
7
8
  drawVerticalLine(x: number, size: ISize, transform: ITransformModel): void;
8
9
  drawHorizontalLine(y: number, size: ISize, transform: ITransformModel): void;
9
10
  hideVerticalLine(): void;
@@ -6,6 +6,7 @@ import { FComponentsStore } from '../f-storage';
6
6
  import { FDraggableDataContext } from '../f-draggable';
7
7
  import { FNodeBase } from '../f-node';
8
8
  import { FFlowMediator } from '../infrastructure';
9
+ import { BrowserService } from '@foblex/platform';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class FLineAlignmentComponent extends FLineAlignmentBase implements OnInit {
11
12
  private elementReference;
@@ -20,7 +21,7 @@ export declare class FLineAlignmentComponent extends FLineAlignmentBase implemen
20
21
  private rects;
21
22
  private get transform();
22
23
  private get flowHost();
23
- constructor(elementReference: ElementRef<HTMLElement>, fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator);
24
+ constructor(elementReference: ElementRef<HTMLElement>, fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator, fBrowser: BrowserService);
24
25
  ngOnInit(): void;
25
26
  initialize(allNodes: FNodeBase[], currentNodes: FNodeBase[]): void;
26
27
  handle(difference: IPoint): void;
@@ -1,2 +1,2 @@
1
1
  import { CalculateFlowPointFromMinimapPointExecution } from './calculate-flow-point-from-minimap-point';
2
- export declare const F_MINIMAP_DRAG_AND_DROP_PROVIDERS: (typeof CalculateFlowPointFromMinimapPointExecution | typeof import("./minimap-drag-preparation").MinimapDragPreparationExecution | typeof import("./minimap-drag-preparation").MinimapDragPreparationValidator | typeof import("./minimap-drag-finalize").MinimapDragFinalizeExecution | typeof import("./minimap-drag-finalize").MinimapDragFinalizeValidator)[];
2
+ export declare const F_MINIMAP_DRAG_AND_DROP_PROVIDERS: (typeof CalculateFlowPointFromMinimapPointExecution | typeof import("./minimap-drag-finalize").MinimapDragFinalizeExecution | typeof import("./minimap-drag-finalize").MinimapDragFinalizeValidator | typeof import("./minimap-drag-preparation").MinimapDragPreparationExecution | typeof import("./minimap-drag-preparation").MinimapDragPreparationValidator)[];
@@ -1,13 +1,15 @@
1
1
  import { ElementRef } from "@angular/core";
2
2
  import { FComponentsStore } from '../f-storage';
3
+ import { BrowserService } from '@foblex/platform';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class FMinimapCanvasDirective {
5
6
  private elementReference;
6
7
  private fComponentsStore;
8
+ private fBrowser;
7
9
  get hostElement(): SVGGElement;
8
10
  private get flowHost();
9
11
  private get flowScale();
10
- constructor(elementReference: ElementRef<SVGGElement>, fComponentsStore: FComponentsStore);
12
+ constructor(elementReference: ElementRef<SVGGElement>, fComponentsStore: FComponentsStore, fBrowser: BrowserService);
11
13
  redraw(): void;
12
14
  private clearCanvas;
13
15
  private renderNode;
@@ -4,12 +4,14 @@ import { FNodeBase } from './f-node-base';
4
4
  import { FComponentsStore } from '../f-storage';
5
5
  import { FConnectorBase } from '../f-connectors';
6
6
  import { FFlowMediator } from '../infrastructure';
7
+ import { BrowserService } from '@foblex/platform';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class FGroupDirective extends FNodeBase implements OnInit, AfterViewInit, IHasHostElement, OnDestroy {
9
10
  private elementReference;
10
11
  private renderer;
11
12
  private fComponentsStore;
12
13
  private fMediator;
14
+ private fBrowser;
13
15
  private subscriptions$;
14
16
  fId: string;
15
17
  fParentId: string | null | undefined;
@@ -25,7 +27,7 @@ export declare class FGroupDirective extends FNodeBase implements OnInit, AfterV
25
27
  fConnectOnNode: boolean;
26
28
  get hostElement(): HTMLElement;
27
29
  connectors: FConnectorBase[];
28
- constructor(elementReference: ElementRef<HTMLElement>, renderer: Renderer2, fComponentsStore: FComponentsStore, fMediator: FFlowMediator);
30
+ constructor(elementReference: ElementRef<HTMLElement>, renderer: Renderer2, fComponentsStore: FComponentsStore, fMediator: FFlowMediator, fBrowser: BrowserService);
29
31
  ngOnInit(): void;
30
32
  protected setStyle(styleName: string, value: string): void;
31
33
  redraw(): void;
@@ -1,5 +1,6 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from "@angular/core";
2
2
  import { IHasHostElement, IPoint, IRect, ISize } from '@foblex/core';
3
+ import { BrowserService } from '@foblex/platform';
3
4
  import { FComponentsStore } from '../f-storage';
4
5
  import { FConnectorBase } from '../f-connectors';
5
6
  import { FFlowMediator } from '../infrastructure';
@@ -10,6 +11,7 @@ export declare class FNodeDirective extends FNodeBase implements OnInit, AfterVi
10
11
  private renderer;
11
12
  private fComponentsStore;
12
13
  private fMediator;
14
+ private fBrowser;
13
15
  private subscriptions$;
14
16
  fId: string;
15
17
  fParentId: string | null | undefined;
@@ -25,7 +27,7 @@ export declare class FNodeDirective extends FNodeBase implements OnInit, AfterVi
25
27
  fConnectOnNode: boolean;
26
28
  get hostElement(): HTMLElement;
27
29
  connectors: FConnectorBase[];
28
- constructor(elementReference: ElementRef<HTMLElement>, renderer: Renderer2, fComponentsStore: FComponentsStore, fMediator: FFlowMediator);
30
+ constructor(elementReference: ElementRef<HTMLElement>, renderer: Renderer2, fComponentsStore: FComponentsStore, fMediator: FFlowMediator, fBrowser: BrowserService);
29
31
  ngOnInit(): void;
30
32
  protected setStyle(styleName: string, value: string): void;
31
33
  redraw(): void;
@@ -7,6 +7,7 @@ export declare class SelectionAreaPreparationValidator implements IValidator<Sel
7
7
  constructor(fDraggableDataContext: FDraggableDataContext);
8
8
  handle(request: SelectionAreaPreparationRequest): boolean;
9
9
  private isDragHandlesEmpty;
10
+ private isShiftPressed;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionAreaPreparationValidator, never>;
11
12
  static ɵprov: i0.ɵɵInjectableDeclaration<SelectionAreaPreparationValidator>;
12
13
  }