@foblex/flow 12.6.0 → 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 (199) hide show
  1. package/README.md +11 -8
  2. package/domain/create-connection-markers/create-connection-markers.execution.d.ts +3 -0
  3. package/domain/create-dom-element.d.ts +2 -0
  4. package/domain/deep-clone-node.d.ts +1 -0
  5. package/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.d.ts +3 -1
  6. package/domain/index.d.ts +2 -0
  7. package/domain/intersections/rounded-rect/rounded-rect.d.ts +2 -2
  8. package/domain/providers.d.ts +1 -1
  9. package/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.d.ts +3 -3
  10. package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.d.ts +3 -3
  11. package/domain/update-item-and-children-layers/update-item-and-children-layers.execution.d.ts +1 -3
  12. package/esm2022/domain/clear-selection/clear-selection.execution.mjs +3 -3
  13. package/esm2022/domain/create-connection-markers/create-connection-markers.execution.mjs +21 -8
  14. package/esm2022/domain/create-dom-element.mjs +4 -0
  15. package/esm2022/domain/deep-clone-node.mjs +47 -0
  16. package/esm2022/domain/emit-transform-changes/emit-transform-changes.execution.mjs +3 -3
  17. package/esm2022/domain/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +3 -3
  18. package/esm2022/domain/get-connection-line/get-connection-line.execution.mjs +3 -3
  19. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +3 -3
  20. package/esm2022/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.mjs +10 -7
  21. package/esm2022/domain/get-input-rect-in-flow/get-input-rect-in-flow.execution.mjs +3 -3
  22. package/esm2022/domain/get-nodes-rect/get-nodes-rect.execution.mjs +3 -3
  23. package/esm2022/domain/get-output-rect-in-flow/get-output-rect-in-flow.execution.mjs +3 -3
  24. package/esm2022/domain/get-position-in-flow/get-position-in-flow.execution.mjs +3 -3
  25. package/esm2022/domain/get-scaled-node-rects-with-flow-position/get-scaled-node-rects-with-flow-position.execution.mjs +3 -3
  26. package/esm2022/domain/get-selection/get-selection.execution.mjs +3 -3
  27. package/esm2022/domain/index.mjs +3 -1
  28. package/esm2022/domain/intersections/rounded-rect/rounded-rect.mjs +10 -35
  29. package/esm2022/domain/is-connection-under-node/is-connection-under-node.execution.mjs +3 -3
  30. package/esm2022/domain/redraw-connections/redraw-connections.execution.mjs +3 -3
  31. package/esm2022/domain/select/select.execution.mjs +3 -3
  32. package/esm2022/domain/select-all/select-all.execution.mjs +3 -3
  33. package/esm2022/domain/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +3 -3
  34. package/esm2022/domain/sort-item-layers/sort-item-layers.execution.mjs +3 -3
  35. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +10 -10
  36. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +10 -10
  37. package/esm2022/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.execution.mjs +3 -3
  38. package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.mjs +3 -3
  39. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +6 -9
  40. package/esm2022/f-backgroud/f-background-base.mjs +3 -3
  41. package/esm2022/f-backgroud/f-background.component.mjs +13 -9
  42. package/esm2022/f-backgroud/f-circle-pattern/f-circle-pattern.component.mjs +13 -9
  43. package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +14 -10
  44. package/esm2022/f-canvas/f-canvas-base.mjs +3 -3
  45. package/esm2022/f-canvas/f-canvas.component.mjs +3 -3
  46. package/esm2022/f-connection/common/f-connection-base.mjs +3 -3
  47. package/esm2022/f-connection/common/f-connection-identifiers.mjs +7 -2
  48. package/esm2022/f-connection/common/f-connection-text/f-connection-text-path.directive.mjs +19 -10
  49. package/esm2022/f-connection/common/f-connection-text/f-connection-text.component.mjs +3 -3
  50. package/esm2022/f-connection/common/f-drag-handle/f-connection-drag-handle.component.mjs +3 -3
  51. package/esm2022/f-connection/common/f-gradient/f-connection-gradient.component.mjs +3 -3
  52. package/esm2022/f-connection/common/f-path/f-connection-path.component.mjs +3 -3
  53. package/esm2022/f-connection/common/f-path/get-path-marker-id.mjs +7 -3
  54. package/esm2022/f-connection/common/f-selection/f-connection-selection.component.mjs +3 -3
  55. package/esm2022/f-connection/f-connection/f-connection.component.mjs +3 -3
  56. package/esm2022/f-connection/f-connection-builder/f-connection-factory.mjs +3 -3
  57. package/esm2022/f-connection/f-connection-center/f-connection-center.directive.mjs +3 -3
  58. package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +3 -3
  59. package/esm2022/f-connection/f-marker/f-marker-base.mjs +3 -3
  60. package/esm2022/f-connection/f-marker/f-marker.directive.mjs +3 -3
  61. package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +3 -3
  62. package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +3 -3
  63. package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +3 -3
  64. package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +3 -3
  65. package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +3 -3
  66. package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +3 -3
  67. package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.execution.mjs +3 -3
  68. package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.validator.mjs +3 -3
  69. package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.execution.mjs +3 -3
  70. package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.validator.mjs +3 -3
  71. package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.execution.mjs +3 -3
  72. package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.validator.mjs +3 -3
  73. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.execution.mjs +12 -6
  74. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.request.mjs +4 -6
  75. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-outlet-preparation/create-connection-from-outlet-preparation.execution.mjs +8 -15
  76. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.execution.mjs +7 -14
  77. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.validator.mjs +3 -3
  78. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.execution.mjs +3 -3
  79. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.validator.mjs +3 -3
  80. package/esm2022/f-draggable/connections/create-connection/create-connection.drag-handler.mjs +9 -7
  81. 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
  82. 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
  83. package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.execution.mjs +10 -7
  84. package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.validator.mjs +3 -3
  85. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.execution.mjs +3 -3
  86. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.validator.mjs +3 -3
  87. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.execution.mjs +10 -7
  88. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.validator.mjs +10 -7
  89. package/esm2022/f-draggable/domain/get-node-padding/get-node-padding.execution.mjs +14 -18
  90. package/esm2022/f-draggable/domain/get-normalized-node-rect/get-normalized-node-rect.execution.mjs +3 -3
  91. package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +3 -3
  92. package/esm2022/f-draggable/domain/get-parent-nodes/get-parent-nodes.execution.mjs +3 -3
  93. package/esm2022/f-draggable/domain/index.mjs +1 -2
  94. package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.execution.mjs +3 -3
  95. package/esm2022/f-draggable/domain/providers.mjs +1 -3
  96. package/esm2022/f-draggable/f-draggable-base.mjs +24 -24
  97. package/esm2022/f-draggable/f-draggable-data-context.mjs +3 -3
  98. package/esm2022/f-draggable/f-draggable.directive.mjs +10 -13
  99. package/esm2022/f-draggable/node/connection-base-drag-handler.mjs +3 -3
  100. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.mjs +3 -3
  101. 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
  102. 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
  103. 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
  104. package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.execution.mjs +3 -3
  105. package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.validator.mjs +3 -3
  106. package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.execution.mjs +3 -3
  107. package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.validator.mjs +3 -3
  108. package/esm2022/f-draggable/node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.execution.mjs +3 -3
  109. package/esm2022/f-draggable/node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.execution.mjs +3 -3
  110. package/esm2022/f-draggable/node-resize/calculate-changed-position/calculate-changed-position.execution.mjs +3 -3
  111. package/esm2022/f-draggable/node-resize/calculate-changed-size/calculate-changed-size.execution.mjs +3 -3
  112. package/esm2022/f-draggable/node-resize/get-node-resize-restrictions/get-node-resize-restrictions.execution.mjs +3 -3
  113. package/esm2022/f-draggable/node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.execution.mjs +3 -3
  114. package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.execution.mjs +3 -3
  115. package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.validator.mjs +3 -3
  116. package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.execution.mjs +3 -3
  117. package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.validator.mjs +3 -3
  118. package/esm2022/f-draggable/single-select/single-select.execution.mjs +17 -11
  119. package/esm2022/f-draggable/single-select/single-select.validator.mjs +3 -3
  120. package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.execution.mjs +10 -7
  121. package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.validator.mjs +3 -3
  122. package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.execution.mjs +10 -7
  123. package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.validator.mjs +3 -3
  124. package/esm2022/f-external-item/domain/external-item.drag-handler.mjs +11 -8
  125. package/esm2022/f-external-item/f-external-item-base.mjs +3 -3
  126. package/esm2022/f-external-item/f-external-item.directive.mjs +3 -3
  127. package/esm2022/f-external-item/f-external-item.service.mjs +3 -3
  128. package/esm2022/f-flow/f-flow.component.mjs +12 -6
  129. package/esm2022/f-flow.module.mjs +4 -4
  130. package/esm2022/f-line-alignment/domain/line-element.mjs +4 -4
  131. package/esm2022/f-line-alignment/domain/line-service.mjs +4 -4
  132. package/esm2022/f-line-alignment/f-line-alignment-base.mjs +3 -3
  133. package/esm2022/f-line-alignment/f-line-alignment.component.mjs +8 -7
  134. package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.execution.mjs +3 -3
  135. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.execution.mjs +3 -3
  136. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.validator.mjs +3 -3
  137. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.execution.mjs +3 -3
  138. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.validator.mjs +3 -3
  139. package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +12 -8
  140. package/esm2022/f-minimap/f-minimap-flow.directive.mjs +3 -3
  141. package/esm2022/f-minimap/f-minimap-view.directive.mjs +3 -3
  142. package/esm2022/f-minimap/f-minimap.component.mjs +3 -3
  143. package/esm2022/f-node/f-drag-handle/f-drag-handle.directive.mjs +3 -3
  144. package/esm2022/f-node/f-group.directive.mjs +12 -6
  145. package/esm2022/f-node/f-node.directive.mjs +12 -6
  146. package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +3 -3
  147. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.mjs +3 -3
  148. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.validator.mjs +3 -3
  149. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.mjs +3 -3
  150. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.validator.mjs +8 -6
  151. package/esm2022/f-selection-area/f-selection-area-base.mjs +3 -3
  152. package/esm2022/f-selection-area/f-selection-area.component.mjs +3 -3
  153. package/esm2022/f-storage/f-components-store.mjs +3 -3
  154. package/esm2022/f-storage/f-transform-store.mjs +3 -3
  155. package/esm2022/f-zoom/f-zoom.directive.mjs +3 -3
  156. package/esm2022/infrastructure/f-mediator/f-flow-mediator.mjs +3 -3
  157. package/f-backgroud/f-background.component.d.ts +3 -1
  158. package/f-backgroud/f-circle-pattern/f-circle-pattern.component.d.ts +3 -1
  159. package/f-backgroud/f-rect-pattern/f-rect-pattern.component.d.ts +3 -1
  160. package/f-connection/common/f-connection-text/f-connection-text-path.directive.d.ts +3 -1
  161. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.execution.d.ts +1 -0
  162. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.request.d.ts +2 -3
  163. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-outlet-preparation/create-connection-from-outlet-preparation.execution.d.ts +0 -1
  164. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.execution.d.ts +0 -1
  165. package/f-draggable/connections/create-connection/create-connection.drag-handler.d.ts +2 -2
  166. package/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.execution.d.ts +3 -1
  167. package/f-draggable/connections/providers.d.ts +1 -1
  168. package/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.execution.d.ts +3 -1
  169. package/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.validator.d.ts +3 -1
  170. package/f-draggable/domain/get-node-padding/get-node-padding.execution.d.ts +4 -4
  171. package/f-draggable/domain/index.d.ts +0 -1
  172. package/f-draggable/domain/providers.d.ts +1 -2
  173. package/f-draggable/f-draggable-base.d.ts +2 -2
  174. package/f-draggable/f-draggable.directive.d.ts +3 -2
  175. package/f-draggable/node/create-move-nodes-drag-model-from-selection/providers.d.ts +1 -1
  176. package/f-draggable/node/providers.d.ts +1 -1
  177. package/f-draggable/providers.d.ts +1 -1
  178. package/f-draggable/single-select/single-select.execution.d.ts +5 -3
  179. package/f-external-item/domain/external-item-finalize/external-item-finalize.execution.d.ts +3 -1
  180. package/f-external-item/domain/external-item-preparation/external-item-preparation.execution.d.ts +3 -1
  181. package/f-external-item/domain/external-item.drag-handler.d.ts +3 -1
  182. package/f-flow/f-flow.component.d.ts +3 -1
  183. package/f-line-alignment/domain/line-element.d.ts +2 -1
  184. package/f-line-alignment/domain/line-service.d.ts +2 -1
  185. package/f-line-alignment/f-line-alignment.component.d.ts +2 -1
  186. package/f-minimap/domain/providers.d.ts +1 -1
  187. package/f-minimap/f-minimap-canvas.directive.d.ts +3 -1
  188. package/f-node/f-group.directive.d.ts +3 -1
  189. package/f-node/f-node.directive.d.ts +3 -1
  190. package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.validator.d.ts +1 -0
  191. package/fesm2022/foblex-flow.mjs +2463 -2425
  192. package/fesm2022/foblex-flow.mjs.map +1 -1
  193. package/package.json +3 -2
  194. package/esm2022/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels-request.mjs +0 -13
  195. package/esm2022/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels.execution.mjs +0 -49
  196. package/esm2022/f-draggable/domain/convert-computed-to-pixels/index.mjs +0 -3
  197. package/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels-request.d.ts +0 -7
  198. package/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels.execution.d.ts +0 -12
  199. package/f-draggable/domain/convert-computed-to-pixels/index.d.ts +0 -2
@@ -2,7 +2,6 @@ import { __decorate } from "tslib";
2
2
  import { Injectable } from '@angular/core';
3
3
  import { SelectionAreaPreparationRequest } from './selection-area-preparation.request';
4
4
  import { FValidatorRegister } from '../../../infrastructure';
5
- import { MouseEventExtensions } from '@foblex/core';
6
5
  import * as i0 from "@angular/core";
7
6
  import * as i1 from "../../../f-draggable";
8
7
  let SelectionAreaPreparationValidator = class SelectionAreaPreparationValidator {
@@ -12,19 +11,22 @@ let SelectionAreaPreparationValidator = class SelectionAreaPreparationValidator
12
11
  }
13
12
  handle(request) {
14
13
  return this.isDragHandlesEmpty()
15
- && MouseEventExtensions.isShiftPressed(request.event.originalEvent);
14
+ && this.isShiftPressed(request.event.originalEvent);
16
15
  }
17
16
  isDragHandlesEmpty() {
18
17
  return !this.fDraggableDataContext.draggableItems.length;
19
18
  }
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationValidator, deps: [{ token: i1.FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
21
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationValidator });
19
+ isShiftPressed(event) {
20
+ return event.shiftKey;
21
+ }
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: SelectionAreaPreparationValidator, deps: [{ token: i1.FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
23
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: SelectionAreaPreparationValidator });
22
24
  };
23
25
  SelectionAreaPreparationValidator = __decorate([
24
26
  FValidatorRegister(SelectionAreaPreparationRequest)
25
27
  ], SelectionAreaPreparationValidator);
26
28
  export { SelectionAreaPreparationValidator };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationValidator, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: SelectionAreaPreparationValidator, decorators: [{
28
30
  type: Injectable
29
31
  }], ctorParameters: () => [{ type: i1.FDraggableDataContext }] });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24udmFsaWRhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXNlbGVjdGlvbi1hcmVhL2RvbWFpbi9zZWxlY3Rpb24tYXJlYS1wcmVwYXJhdGlvbi9zZWxlY3Rpb24tYXJlYS1wcmVwYXJhdGlvbi52YWxpZGF0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGtCQUFrQixFQUFjLE1BQU0seUJBQXlCLENBQUM7QUFDekUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sY0FBYyxDQUFDOzs7QUFLN0MsSUFBTSxpQ0FBaUMsR0FBdkMsTUFBTSxpQ0FBaUM7SUFHbEM7SUFEVixZQUNVLHFCQUE0QztRQUE1QywwQkFBcUIsR0FBckIscUJBQXFCLENBQXVCO0lBRXRELENBQUM7SUFFTSxNQUFNLENBQUMsT0FBd0M7UUFDcEQsT0FBTyxJQUFJLENBQUMsa0JBQWtCLEVBQUU7ZUFDM0Isb0JBQW9CLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDeEUsQ0FBQztJQUVPLGtCQUFrQjtRQUN4QixPQUFPLENBQUMsSUFBSSxDQUFDLHFCQUFxQixDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQUM7SUFDM0QsQ0FBQzt1R0FkVSxpQ0FBaUM7MkdBQWpDLGlDQUFpQzs7QUFBakMsaUNBQWlDO0lBRDdDLGtCQUFrQixDQUFDLCtCQUErQixDQUFDO0dBQ3ZDLGlDQUFpQyxDQWU3Qzs7MkZBZlksaUNBQWlDO2tCQUY3QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU2VsZWN0aW9uQXJlYVByZXBhcmF0aW9uUmVxdWVzdCB9IGZyb20gJy4vc2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24ucmVxdWVzdCc7XG5pbXBvcnQgeyBGVmFsaWRhdG9yUmVnaXN0ZXIsIElWYWxpZGF0b3IgfSBmcm9tICcuLi8uLi8uLi9pbmZyYXN0cnVjdHVyZSc7XG5pbXBvcnQgeyBNb3VzZUV2ZW50RXh0ZW5zaW9ucyB9IGZyb20gJ0Bmb2JsZXgvY29yZSc7XG5pbXBvcnQgeyBGRHJhZ2dhYmxlRGF0YUNvbnRleHQgfSBmcm9tICcuLi8uLi8uLi9mLWRyYWdnYWJsZSc7XG5cbkBJbmplY3RhYmxlKClcbkBGVmFsaWRhdG9yUmVnaXN0ZXIoU2VsZWN0aW9uQXJlYVByZXBhcmF0aW9uUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBTZWxlY3Rpb25BcmVhUHJlcGFyYXRpb25WYWxpZGF0b3IgaW1wbGVtZW50cyBJVmFsaWRhdG9yPFNlbGVjdGlvbkFyZWFQcmVwYXJhdGlvblJlcXVlc3Q+IHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGZEcmFnZ2FibGVEYXRhQ29udGV4dDogRkRyYWdnYWJsZURhdGFDb250ZXh0XG4gICkge1xuICB9XG5cbiAgcHVibGljIGhhbmRsZShyZXF1ZXN0OiBTZWxlY3Rpb25BcmVhUHJlcGFyYXRpb25SZXF1ZXN0KTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuaXNEcmFnSGFuZGxlc0VtcHR5KClcbiAgICAgICYmIE1vdXNlRXZlbnRFeHRlbnNpb25zLmlzU2hpZnRQcmVzc2VkKHJlcXVlc3QuZXZlbnQub3JpZ2luYWxFdmVudCk7XG4gIH1cblxuICBwcml2YXRlIGlzRHJhZ0hhbmRsZXNFbXB0eSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gIXRoaXMuZkRyYWdnYWJsZURhdGFDb250ZXh0LmRyYWdnYWJsZUl0ZW1zLmxlbmd0aDtcbiAgfVxufVxuIl19
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24udmFsaWRhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXNlbGVjdGlvbi1hcmVhL2RvbWFpbi9zZWxlY3Rpb24tYXJlYS1wcmVwYXJhdGlvbi9zZWxlY3Rpb24tYXJlYS1wcmVwYXJhdGlvbi52YWxpZGF0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGtCQUFrQixFQUFjLE1BQU0seUJBQXlCLENBQUM7OztBQUtsRSxJQUFNLGlDQUFpQyxHQUF2QyxNQUFNLGlDQUFpQztJQUdsQztJQURWLFlBQ1UscUJBQTRDO1FBQTVDLDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7SUFFdEQsQ0FBQztJQUVNLE1BQU0sQ0FBQyxPQUF3QztRQUNwRCxPQUFPLElBQUksQ0FBQyxrQkFBa0IsRUFBRTtlQUMzQixJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUVPLGtCQUFrQjtRQUN4QixPQUFPLENBQUMsSUFBSSxDQUFDLHFCQUFxQixDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQUM7SUFDM0QsQ0FBQztJQUVPLGNBQWMsQ0FBQyxLQUE0QjtRQUNqRCxPQUFPLEtBQUssQ0FBQyxRQUFRLENBQUM7SUFDeEIsQ0FBQzt1R0FsQlUsaUNBQWlDOzJHQUFqQyxpQ0FBaUM7O0FBQWpDLGlDQUFpQztJQUQ3QyxrQkFBa0IsQ0FBQywrQkFBK0IsQ0FBQztHQUN2QyxpQ0FBaUMsQ0FtQjdDOzsyRkFuQlksaUNBQWlDO2tCQUY3QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU2VsZWN0aW9uQXJlYVByZXBhcmF0aW9uUmVxdWVzdCB9IGZyb20gJy4vc2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24ucmVxdWVzdCc7XG5pbXBvcnQgeyBGVmFsaWRhdG9yUmVnaXN0ZXIsIElWYWxpZGF0b3IgfSBmcm9tICcuLi8uLi8uLi9pbmZyYXN0cnVjdHVyZSc7XG5pbXBvcnQgeyBGRHJhZ2dhYmxlRGF0YUNvbnRleHQgfSBmcm9tICcuLi8uLi8uLi9mLWRyYWdnYWJsZSc7XG5cbkBJbmplY3RhYmxlKClcbkBGVmFsaWRhdG9yUmVnaXN0ZXIoU2VsZWN0aW9uQXJlYVByZXBhcmF0aW9uUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBTZWxlY3Rpb25BcmVhUHJlcGFyYXRpb25WYWxpZGF0b3IgaW1wbGVtZW50cyBJVmFsaWRhdG9yPFNlbGVjdGlvbkFyZWFQcmVwYXJhdGlvblJlcXVlc3Q+IHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGZEcmFnZ2FibGVEYXRhQ29udGV4dDogRkRyYWdnYWJsZURhdGFDb250ZXh0XG4gICkge1xuICB9XG5cbiAgcHVibGljIGhhbmRsZShyZXF1ZXN0OiBTZWxlY3Rpb25BcmVhUHJlcGFyYXRpb25SZXF1ZXN0KTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuaXNEcmFnSGFuZGxlc0VtcHR5KClcbiAgICAgICYmIHRoaXMuaXNTaGlmdFByZXNzZWQocmVxdWVzdC5ldmVudC5vcmlnaW5hbEV2ZW50KTtcbiAgfVxuXG4gIHByaXZhdGUgaXNEcmFnSGFuZGxlc0VtcHR5KCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhdGhpcy5mRHJhZ2dhYmxlRGF0YUNvbnRleHQuZHJhZ2dhYmxlSXRlbXMubGVuZ3RoO1xuICB9XG5cbiAgcHJpdmF0ZSBpc1NoaWZ0UHJlc3NlZChldmVudDogeyBzaGlmdEtleTogYm9vbGVhbiB9KTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIGV2ZW50LnNoaWZ0S2V5O1xuICB9XG59XG4iXX0=
@@ -1,10 +1,10 @@
1
1
  import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class FSelectionAreaBase {
4
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FSelectionAreaBase, ngImport: i0 });
4
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FSelectionAreaBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.4", type: FSelectionAreaBase, ngImport: i0 });
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaBase, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FSelectionAreaBase, decorators: [{
8
8
  type: Directive
9
9
  }] });
10
10
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1zZWxlY3Rpb24tYXJlYS1iYXNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXNlbGVjdGlvbi1hcmVhL2Ytc2VsZWN0aW9uLWFyZWEtYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUcxQyxNQUFNLE9BQWdCLGtCQUFrQjt1R0FBbEIsa0JBQWtCOzJGQUFsQixrQkFBa0I7OzJGQUFsQixrQkFBa0I7a0JBRHZDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJSGFzSG9zdEVsZW1lbnQsIElSZWN0IH0gZnJvbSAnQGZvYmxleC9jb3JlJztcbmltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBGU2VsZWN0aW9uQXJlYUJhc2UgaW1wbGVtZW50cyBJSGFzSG9zdEVsZW1lbnQge1xuXG4gIHB1YmxpYyBhYnN0cmFjdCBob3N0RWxlbWVudDogSFRNTEVsZW1lbnQgfCBTVkdFbGVtZW50O1xuXG4gIHB1YmxpYyBhYnN0cmFjdCBoaWRlKCk6IHZvaWQ7XG5cbiAgcHVibGljIGFic3RyYWN0IHNob3coKTogdm9pZDtcblxuICBwdWJsaWMgYWJzdHJhY3QgZHJhdyhvYmplY3Q6IElSZWN0KTogdm9pZDtcbn1cbiJdfQ==
@@ -37,12 +37,12 @@ export class FSelectionAreaComponent extends FSelectionAreaBase {
37
37
  onPointerUp(event) {
38
38
  this.fMediator.send(new SelectionAreaFinalizeRequest(event));
39
39
  }
40
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaComponent, deps: [{ token: i0.ElementRef }, { token: i1.FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
41
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FSelectionAreaComponent, selector: "f-selection-area", host: { classAttribute: "f-selection-area f-component" }, providers: [
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FSelectionAreaComponent, deps: [{ token: i0.ElementRef }, { token: i1.FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
41
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.4", type: FSelectionAreaComponent, selector: "f-selection-area", host: { classAttribute: "f-selection-area f-component" }, providers: [
42
42
  { provide: F_DRAG_AND_DROP_PLUGIN, useExisting: FSelectionAreaComponent },
43
43
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true, styles: [":host{position:absolute}\n"] });
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FSelectionAreaComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: "f-selection-area", template: ``, host: {
48
48
  'class': 'f-selection-area f-component'
@@ -44,10 +44,10 @@ export class FComponentsStore {
44
44
  componentDataChanged() {
45
45
  this.componentsDataChanges.next();
46
46
  }
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FComponentsStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
48
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FComponentsStore });
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FComponentsStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
48
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FComponentsStore });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FComponentsStore, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FComponentsStore, decorators: [{
51
51
  type: Injectable
52
52
  }] });
53
53
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb21wb25lbnRzLXN0b3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZi1jb21wb25lbnRzLXN0b3JlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFjLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFXM0MsTUFBTSxPQUFPLGdCQUFnQjtJQUVWLHFCQUFxQixHQUFrQixJQUFJLE9BQU8sRUFBUSxDQUFDO0lBQzVFLElBQVcsZUFBZTtRQUN4QixPQUFPLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNuRCxDQUFDO0lBRWdCLHNCQUFzQixHQUFrQixJQUFJLE9BQU8sRUFBUSxDQUFDO0lBQzdFLElBQVcsZ0JBQWdCO1FBQ3pCLE9BQU8sSUFBSSxDQUFDLHNCQUFzQixDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3BELENBQUM7SUFFRCxJQUFXLFFBQVE7UUFDakIsT0FBTyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVksQ0FBQztJQUNsQyxDQUFDO0lBRUQsSUFBVyxTQUFTO1FBQ2xCLE9BQU8sSUFBSSxDQUFDLE9BQU8sRUFBRSxTQUFVLENBQUM7SUFDbEMsQ0FBQztJQUVNLEtBQUssQ0FBd0I7SUFFN0IsT0FBTyxDQUEwQjtJQUVqQyxXQUFXLENBQThCO0lBRXpDLE1BQU0sR0FBZ0IsRUFBRSxDQUFDO0lBRXpCLFlBQVksR0FBc0IsRUFBRSxDQUFDO0lBRXJDLGVBQWUsQ0FBOEI7SUFFN0MsUUFBUSxHQUFrQixFQUFFLENBQUM7SUFFN0IsUUFBUSxHQUFxQixFQUFFLENBQUM7SUFFaEMsT0FBTyxHQUFxQixFQUFFLENBQUM7SUFFL0IsUUFBUSxHQUFxQixFQUFFLENBQUM7SUFFaEMsVUFBVSxDQUE2QjtJQUV2QyxRQUFRLENBQUMsT0FBaUM7UUFDL0MsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztJQUN0RCxDQUFDO0lBRU0sWUFBWSxDQUFJLFVBQWUsRUFBRSxTQUFZO1FBQ2xELFVBQVUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDM0IsSUFBSSxDQUFDLHNCQUFzQixDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3JDLENBQUM7SUFFTSxlQUFlLENBQUksVUFBZSxFQUFFLFNBQVk7UUFDckQsTUFBTSxLQUFLLEdBQUcsVUFBVSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUM1QyxJQUFJLEtBQUssR0FBRyxDQUFDLENBQUMsRUFBRSxDQUFDO1lBQ2YsVUFBVSxDQUFDLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUM7WUFDNUIsSUFBSSxDQUFDLHNCQUFzQixDQUFDLElBQUksRUFBRSxDQUFDO1FBQ3JDLENBQUM7SUFDSCxDQUFDO0lBRU0sb0JBQW9CO1FBQ3pCLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNwQyxDQUFDO3VHQTdEVSxnQkFBZ0I7MkdBQWhCLGdCQUFnQjs7MkZBQWhCLGdCQUFnQjtrQkFENUIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IElUcmFuc2Zvcm1Nb2RlbCB9IGZyb20gJ0Bmb2JsZXgvY29yZSc7XG5pbXBvcnQgeyBGQ29ubmVjdGlvbkJhc2UsIEZNYXJrZXJCYXNlIH0gZnJvbSAnLi4vZi1jb25uZWN0aW9uJztcbmltcG9ydCB7IEZGbG93QmFzZSB9IGZyb20gJy4uL2YtZmxvdyc7XG5pbXBvcnQgeyBGQ2FudmFzQmFzZSB9IGZyb20gJy4uL2YtY2FudmFzJztcbmltcG9ydCB7IEZCYWNrZ3JvdW5kQmFzZSB9IGZyb20gJy4uL2YtYmFja2dyb3VkJztcbmltcG9ydCB7IEZOb2RlQmFzZSB9IGZyb20gJy4uL2Ytbm9kZSc7XG5pbXBvcnQgeyBGQ29ubmVjdG9yQmFzZSB9IGZyb20gJy4uL2YtY29ubmVjdG9ycyc7XG5pbXBvcnQgeyBGRHJhZ2dhYmxlQmFzZSB9IGZyb20gJy4uL2YtZHJhZ2dhYmxlJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEZDb21wb25lbnRzU3RvcmUge1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgY29tcG9uZW50c0RhdGFDaGFuZ2VzOiBTdWJqZWN0PHZvaWQ+ID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgcHVibGljIGdldCBjb21wb25lbnRzRGF0YSQoKTogT2JzZXJ2YWJsZTx2b2lkPiB7XG4gICAgcmV0dXJuIHRoaXMuY29tcG9uZW50c0RhdGFDaGFuZ2VzLmFzT2JzZXJ2YWJsZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSByZWFkb25seSBjb21wb25lbnRzQ291bnRDaGFuZ2VzOiBTdWJqZWN0PHZvaWQ+ID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgcHVibGljIGdldCBjb21wb25lbnRzQ291bnQkKCk6IE9ic2VydmFibGU8dm9pZD4ge1xuICAgIHJldHVybiB0aGlzLmNvbXBvbmVudHNDb3VudENoYW5nZXMuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGZsb3dIb3N0KCk6IEhUTUxFbGVtZW50IHtcbiAgICByZXR1cm4gdGhpcy5mRmxvdz8uaG9zdEVsZW1lbnQhO1xuICB9XG5cbiAgcHVibGljIGdldCB0cmFuc2Zvcm0oKTogSVRyYW5zZm9ybU1vZGVsIHtcbiAgICByZXR1cm4gdGhpcy5mQ2FudmFzPy50cmFuc2Zvcm0hO1xuICB9XG5cbiAgcHVibGljIGZGbG93OiBGRmxvd0Jhc2UgfCB1bmRlZmluZWQ7XG5cbiAgcHVibGljIGZDYW52YXM6IEZDYW52YXNCYXNlIHwgdW5kZWZpbmVkO1xuXG4gIHB1YmxpYyBmQmFja2dyb3VuZDogRkJhY2tncm91bmRCYXNlIHwgdW5kZWZpbmVkO1xuXG4gIHB1YmxpYyBmTm9kZXM6IEZOb2RlQmFzZVtdID0gW107XG5cbiAgcHVibGljIGZDb25uZWN0aW9uczogRkNvbm5lY3Rpb25CYXNlW10gPSBbXTtcblxuICBwdWJsaWMgZlRlbXBDb25uZWN0aW9uOiBGQ29ubmVjdGlvbkJhc2UgfCB1bmRlZmluZWQ7XG5cbiAgcHVibGljIGZNYXJrZXJzOiBGTWFya2VyQmFzZVtdID0gW107XG5cbiAgcHVibGljIGZPdXRwdXRzOiBGQ29ubmVjdG9yQmFzZVtdID0gW107XG5cbiAgcHVibGljIGZJbnB1dHM6IEZDb25uZWN0b3JCYXNlW10gPSBbXTtcblxuICBwdWJsaWMgZk91dGxldHM6IEZDb25uZWN0b3JCYXNlW10gPSBbXTtcblxuICBwdWJsaWMgZkRyYWdnYWJsZTogRkRyYWdnYWJsZUJhc2UgfCB1bmRlZmluZWQ7XG5cbiAgcHVibGljIGZpbmROb2RlKGVsZW1lbnQ6IEhUTUxFbGVtZW50IHwgU1ZHRWxlbWVudCk6IEZOb2RlQmFzZSB8IHVuZGVmaW5lZCB7XG4gICAgcmV0dXJuIHRoaXMuZk5vZGVzLmZpbmQobiA9PiBuLmlzQ29udGFpbnMoZWxlbWVudCkpO1xuICB9XG5cbiAgcHVibGljIGFkZENvbXBvbmVudDxUPihjb2xsZWN0aW9uOiBUW10sIGNvbXBvbmVudDogVCk6IHZvaWQge1xuICAgIGNvbGxlY3Rpb24ucHVzaChjb21wb25lbnQpO1xuICAgIHRoaXMuY29tcG9uZW50c0NvdW50Q2hhbmdlcy5uZXh0KCk7XG4gIH1cblxuICBwdWJsaWMgcmVtb3ZlQ29tcG9uZW50PFQ+KGNvbGxlY3Rpb246IFRbXSwgY29tcG9uZW50OiBUKTogdm9pZCB7XG4gICAgY29uc3QgaW5kZXggPSBjb2xsZWN0aW9uLmluZGV4T2YoY29tcG9uZW50KTtcbiAgICBpZiAoaW5kZXggPiAtMSkge1xuICAgICAgY29sbGVjdGlvbi5zcGxpY2UoaW5kZXgsIDEpO1xuICAgICAgdGhpcy5jb21wb25lbnRzQ291bnRDaGFuZ2VzLm5leHQoKTtcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgY29tcG9uZW50RGF0YUNoYW5nZWQoKTogdm9pZCB7XG4gICAgdGhpcy5jb21wb25lbnRzRGF0YUNoYW5nZXMubmV4dCgpO1xuICB9XG59XG4iXX0=
@@ -3,10 +3,10 @@ import { Subject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export class FTransformStore {
5
5
  changes = new Subject();
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FTransformStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
7
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FTransformStore });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FTransformStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
7
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FTransformStore });
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FTransformStore, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FTransformStore, decorators: [{
10
10
  type: Injectable
11
11
  }] });
12
12
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi10cmFuc2Zvcm0tc3RvcmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mLXRyYW5zZm9ybS1zdG9yZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBRy9CLE1BQU0sT0FBTyxlQUFlO0lBRVYsT0FBTyxHQUFrQixJQUFJLE9BQU8sRUFBUSxDQUFDO3VHQUZsRCxlQUFlOzJHQUFmLGVBQWU7OzJGQUFmLGVBQWU7a0JBRDNCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBGVHJhbnNmb3JtU3RvcmUge1xuXG4gIHB1YmxpYyByZWFkb25seSBjaGFuZ2VzOiBTdWJqZWN0PHZvaWQ+ID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbn1cbiJdfQ==
@@ -27,10 +27,10 @@ export class FZoomDirective extends FZoomBase {
27
27
  ngOnDestroy() {
28
28
  super.unsubscribe();
29
29
  }
30
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FZoomDirective, deps: [{ token: i1.FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
31
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FZoomDirective, selector: "f-canvas[fZoom]", inputs: { fFlowZoom: ["fZoom", "fFlowZoom"], minimum: ["fZoomMinimum", "minimum"], maximum: ["fZoomMaximum", "maximum"], step: ["fZoomStep", "step"], dblClickStep: ["fZoomDblClickStep", "dblClickStep"] }, host: { classAttribute: "f-zoom f-component" }, providers: [{ provide: F_ZOOM, useExisting: FZoomDirective }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0 });
30
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FZoomDirective, deps: [{ token: i1.FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
31
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.4", type: FZoomDirective, selector: "f-canvas[fZoom]", inputs: { fFlowZoom: ["fZoom", "fFlowZoom"], minimum: ["fZoomMinimum", "minimum"], maximum: ["fZoomMaximum", "maximum"], step: ["fZoomStep", "step"], dblClickStep: ["fZoomDblClickStep", "dblClickStep"] }, host: { classAttribute: "f-zoom f-component" }, providers: [{ provide: F_ZOOM, useExisting: FZoomDirective }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0 });
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FZoomDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FZoomDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: "f-canvas[fZoom]",
@@ -21,10 +21,10 @@ export class FFlowMediator {
21
21
  }
22
22
  throw new Error('Handler not registered for request type.');
23
23
  }
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowMediator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
25
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowMediator });
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FFlowMediator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
25
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FFlowMediator });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowMediator, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: FFlowMediator, decorators: [{
28
28
  type: Injectable
29
29
  }], ctorParameters: () => [{ type: i0.Injector }] });
30
30
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1mbG93LW1lZGlhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9pbmZyYXN0cnVjdHVyZS9mLW1lZGlhdG9yL2YtZmxvdy1tZWRpYXRvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFrQixNQUFNLGVBQWUsQ0FBQztBQUMzRCxPQUFPLEVBQTBCLFFBQVEsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFHL0QsTUFBTSxPQUFPLGFBQWE7SUFHZDtJQURWLFlBQ1UsUUFBa0I7UUFBbEIsYUFBUSxHQUFSLFFBQVEsQ0FBVTtJQUU1QixDQUFDO0lBRU0sTUFBTSxDQUFDLFNBQVMsR0FBRyxJQUFJLEdBQUcsRUFBOEIsQ0FBQztJQUV6RCxNQUFNLENBQUMsZ0JBQWdCLENBQzVCLElBQW9CLEVBQ3BCLE9BQTJFLEVBQzNFLFdBQW9CO1FBRXBCLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxJQUFJLFFBQVEsRUFBdUIsQ0FBQztRQUN0RixXQUFXO1lBQ1QsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUMsT0FBcUMsQ0FBQztZQUM5RCxDQUFDLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxPQUFnRCxDQUFDLENBQUM7UUFFNUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxRQUFRLENBQUMsQ0FBQztJQUMxQyxDQUFDO0lBRU0sSUFBSSxDQUFZLE9BQVk7UUFDakMsTUFBTSxRQUFRLEdBQUcsYUFBYSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUN2RSxJQUFJLFFBQVEsRUFBRSxDQUFDO1lBQ2IsT0FBTyxRQUFRLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDakQsQ0FBQztRQUVELE1BQU0sSUFBSSxLQUFLLENBQUMsMENBQTBDLENBQUMsQ0FBQztJQUM5RCxDQUFDO3VHQTdCVSxhQUFhOzJHQUFiLGFBQWE7OzJGQUFiLGFBQWE7a0JBRHpCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3RvciwgVHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSUV4ZWN1dGlvbiwgSVZhbGlkYXRvciwgUGlwZWxpbmUgfSBmcm9tICcuLi9waXBlbGluZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBGRmxvd01lZGlhdG9yIHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGluamVjdG9yOiBJbmplY3RvcixcbiAgKSB7XG4gIH1cblxuICBwdWJsaWMgc3RhdGljIHBpcGVsaW5lcyA9IG5ldyBNYXA8c3RyaW5nLCBQaXBlbGluZTxhbnksIGFueT4+KCk7XG5cbiAgcHVibGljIHN0YXRpYyByZWdpc3RlclBpcGVsaW5lPFRSZXF1ZXN0LCBUUmVzcG9uc2U+KFxuICAgIHR5cGU6IFR5cGU8VFJlcXVlc3Q+LFxuICAgIGhhbmRsZXI6IFR5cGU8SVZhbGlkYXRvcjxUUmVxdWVzdD4+IHwgVHlwZTxJRXhlY3V0aW9uPFRSZXF1ZXN0LCBUUmVzcG9uc2U+PixcbiAgICBpc1ZhbGlkYXRvcjogYm9vbGVhblxuICApOiB2b2lkIHtcbiAgICBjb25zdCBwaXBlbGluZSA9IHRoaXMucGlwZWxpbmVzLmdldCh0eXBlLm5hbWUpIHx8IG5ldyBQaXBlbGluZTxUUmVxdWVzdCwgVFJlc3BvbnNlPigpO1xuICAgIGlzVmFsaWRhdG9yXG4gICAgICA/IHBpcGVsaW5lLnNldFZhbGlkYXRvcihoYW5kbGVyIGFzIFR5cGU8SVZhbGlkYXRvcjxUUmVxdWVzdD4+KVxuICAgICAgOiBwaXBlbGluZS5zZXRFeGVjdXRpb24oaGFuZGxlciBhcyBUeXBlPElFeGVjdXRpb248VFJlcXVlc3QsIFRSZXNwb25zZT4+KTtcblxuICAgIHRoaXMucGlwZWxpbmVzLnNldCh0eXBlLm5hbWUsIHBpcGVsaW5lKTtcbiAgfVxuXG4gIHB1YmxpYyBzZW5kPFRSZXNwb25zZT4ocmVxdWVzdDogYW55KTogVFJlc3BvbnNlIHtcbiAgICBjb25zdCBwaXBlbGluZSA9IEZGbG93TWVkaWF0b3IucGlwZWxpbmVzLmdldChyZXF1ZXN0LmNvbnN0cnVjdG9yLm5hbWUpO1xuICAgIGlmIChwaXBlbGluZSkge1xuICAgICAgcmV0dXJuIHBpcGVsaW5lLmhhbmRsZShyZXF1ZXN0LCB0aGlzLmluamVjdG9yKTtcbiAgICB9XG5cbiAgICB0aHJvdyBuZXcgRXJyb3IoJ0hhbmRsZXIgbm90IHJlZ2lzdGVyZWQgZm9yIHJlcXVlc3QgdHlwZS4nKTtcbiAgfVxufVxuIl19
@@ -2,13 +2,15 @@ import { AfterContentInit, ElementRef, OnDestroy, OnInit } from "@angular/core";
2
2
  import { FBackgroundBase } from './f-background-base';
3
3
  import { ITransformModel } from '@foblex/core';
4
4
  import { FComponentsStore } from '../f-storage';
5
+ import { BrowserService } from '@foblex/platform';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class FBackgroundComponent extends FBackgroundBase implements OnInit, AfterContentInit, OnDestroy {
7
8
  private elementReference;
8
9
  private fComponentsStore;
10
+ private fBrowser;
9
11
  get hostElement(): HTMLElement;
10
12
  fBackgroundPattern: FBackgroundBase | undefined;
11
- constructor(elementReference: ElementRef<HTMLElement>, fComponentsStore: FComponentsStore);
13
+ constructor(elementReference: ElementRef<HTMLElement>, fComponentsStore: FComponentsStore, fBrowser: BrowserService);
12
14
  ngOnInit(): void;
13
15
  ngAfterContentInit(): void;
14
16
  isBackgroundElement(element: HTMLElement | SVGElement): boolean;
@@ -1,9 +1,11 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from "@angular/core";
2
2
  import { ITransformModel } from '@foblex/core';
3
3
  import { IFBackgroundPattern } from '../domain';
4
+ import { BrowserService } from '@foblex/platform';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class FCirclePatternComponent implements OnInit, OnDestroy, IFBackgroundPattern {
6
7
  private elementReference;
8
+ private fBrowser;
7
9
  private _subscription$;
8
10
  private _stateChanges;
9
11
  get hostElement(): HTMLElement;
@@ -17,7 +19,7 @@ export declare class FCirclePatternComponent implements OnInit, OnDestroy, IFBac
17
19
  private _position;
18
20
  private _pattern;
19
21
  private _circle;
20
- constructor(elementReference: ElementRef<HTMLElement>);
22
+ constructor(elementReference: ElementRef<HTMLElement>, fBrowser: BrowserService);
21
23
  private createPattern;
22
24
  ngOnInit(): void;
23
25
  private subscribeToStateChanges;
@@ -1,9 +1,11 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from "@angular/core";
2
2
  import { ITransformModel } from '@foblex/core';
3
3
  import { IFBackgroundPattern } from '../domain';
4
+ import { BrowserService } from '@foblex/platform';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class FRectPatternComponent implements OnInit, OnDestroy, IFBackgroundPattern {
6
7
  private elementReference;
8
+ private fBrowser;
7
9
  private _subscription$;
8
10
  private _stateChanges;
9
11
  get hostElement(): HTMLElement;
@@ -22,7 +24,7 @@ export declare class FRectPatternComponent implements OnInit, OnDestroy, IFBackg
22
24
  private _pattern;
23
25
  private _vLine;
24
26
  private _hLine;
25
- constructor(elementReference: ElementRef<HTMLElement>);
27
+ constructor(elementReference: ElementRef<HTMLElement>, fBrowser: BrowserService);
26
28
  private createPattern;
27
29
  ngOnInit(): void;
28
30
  private subscribeToStateChanges;
@@ -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;
@@ -8,6 +8,7 @@ export declare class CreateConnectionDragHandlerExecution implements IHandler<Cr
8
8
  private fComponentsStore;
9
9
  private fDraggableDataContext;
10
10
  private fMediator;
11
+ private get flowHost();
11
12
  private get transform();
12
13
  constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FFlowMediator);
13
14
  handle(request: CreateConnectionDragHandlerRequest): void;
@@ -1,8 +1,7 @@
1
1
  import { IPoint } from '@foblex/core';
2
2
  import { FConnectorBase } from '../../../../../f-connectors';
3
3
  export declare class CreateConnectionDragHandlerRequest {
4
- position: IPoint;
4
+ onPointerDownPosition: IPoint;
5
5
  connector: FConnectorBase;
6
- connectorCenter: IPoint;
7
- constructor(position: IPoint, connector: FConnectorBase, connectorCenter: IPoint);
6
+ constructor(onPointerDownPosition: IPoint, connector: FConnectorBase);
8
7
  }
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class CreateConnectionFromOutletPreparationExecution implements IHandler<CreateConnectionFromOutletPreparationRequest, void> {
7
7
  private fComponentsStore;
8
8
  private fMediator;
9
- private get flowHost();
10
9
  constructor(fComponentsStore: FComponentsStore, fMediator: FFlowMediator);
11
10
  handle(request: CreateConnectionFromOutletPreparationRequest): void;
12
11
  private createDragHandler;
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class CreateConnectionFromOutputPreparationExecution implements IHandler<CreateConnectionFromOutputPreparationRequest, void> {
7
7
  private fComponentsStore;
8
8
  private fMediator;
9
- private get flowHost();
10
9
  constructor(fComponentsStore: FComponentsStore, fMediator: FFlowMediator);
11
10
  handle(request: CreateConnectionFromOutputPreparationRequest): void;
12
11
  private createDragHandler;
@@ -5,11 +5,11 @@ import { FFlowMediator } from '../../../infrastructure';
5
5
  export declare class CreateConnectionDragHandler implements IDraggableItem {
6
6
  private fMediator;
7
7
  connection: FConnectionBase;
8
- private mouseDownPoint;
8
+ private onPointerDownPosition;
9
9
  private onPointerDownFromConnectorRect;
10
10
  private onPointerDownToConnectorRect;
11
11
  private outputSide;
12
- constructor(fMediator: FFlowMediator, connection: FConnectionBase, mouseDownPoint: IPoint);
12
+ constructor(fMediator: FFlowMediator, connection: FConnectionBase, onPointerDownPosition: IPoint);
13
13
  initialize(): void;
14
14
  move(difference: IPoint): void;
15
15
  complete(): void;
@@ -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;