@foblex/flow 18.3.0 → 18.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AI.md +69 -0
- package/README.md +44 -6
- package/STYLING.md +35 -0
- package/domain/f-canvas/redraw-canvas-with-animation/e-canvas-redraw-context.d.ts +4 -0
- package/domain/f-canvas/redraw-canvas-with-animation/index.d.ts +1 -0
- package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.d.ts +4 -2
- package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.d.ts +1 -1
- package/domain/f-connection/create-connection-markers/create-connection-markers.d.ts +0 -1
- package/domain/f-connection/index.d.ts +1 -0
- package/domain/f-connection/providers.d.ts +6 -5
- package/domain/f-connection/redraw-connections/index.d.ts +5 -0
- package/domain/f-connection/redraw-connections/main-thread/apply-connection-render/apply-connection-render-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/main-thread/apply-connection-render/apply-connection-render.d.ts +15 -0
- package/domain/f-connection/redraw-connections/main-thread/apply-connection-render/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/main-thread/index.d.ts +5 -0
- package/domain/f-connection/redraw-connections/main-thread/mark-connection-connectors-as-connected/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/main-thread/mark-connection-connectors-as-connected/mark-connection-connectors-as-connected-request.d.ts +7 -0
- package/domain/f-connection/redraw-connections/main-thread/mark-connection-connectors-as-connected/mark-connection-connectors-as-connected.d.ts +9 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection/render-connection-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection/render-connection.d.ts +9 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection-from-geometry/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection-from-geometry/render-connection-from-geometry-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection-from-geometry/render-connection-from-geometry.d.ts +9 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection-with-line/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection-with-line/render-connection-with-line-request.d.ts +11 -0
- package/domain/f-connection/redraw-connections/main-thread/render-connection-with-line/render-connection-with-line.d.ts +9 -0
- package/domain/f-connection/redraw-connections/models/connection-redraw-state.d.ts +11 -0
- package/domain/f-connection/redraw-connections/models/connection-worker-state.d.ts +13 -0
- package/domain/f-connection/redraw-connections/models/i-connection-endpoints.d.ts +5 -0
- package/domain/f-connection/redraw-connections/models/i-connection-geometry.d.ts +6 -0
- package/domain/f-connection/redraw-connections/models/i-connection-redraw-session.d.ts +5 -0
- package/domain/f-connection/redraw-connections/models/i-connection-worker-batch-item.d.ts +8 -0
- package/domain/f-connection/redraw-connections/models/i-connection-worker-batch.d.ts +6 -0
- package/domain/f-connection/redraw-connections/models/i-connection-worker-payload-item.d.ts +13 -0
- package/domain/f-connection/redraw-connections/models/i-connection-worker-rect.d.ts +10 -0
- package/domain/f-connection/redraw-connections/models/i-connection-worker-response.d.ts +6 -0
- package/{f-connection-worker/model/i-f-connection-worker-result-item.d.ts → domain/f-connection/redraw-connections/models/i-connection-worker-result-item.d.ts} +2 -2
- package/domain/f-connection/redraw-connections/models/index.d.ts +12 -0
- package/domain/f-connection/redraw-connections/models/t-connection-worker-pending-request.d.ts +5 -0
- package/domain/f-connection/redraw-connections/pipeline/complete-connection-redraw/complete-connection-redraw-request.d.ts +6 -0
- package/domain/f-connection/redraw-connections/pipeline/complete-connection-redraw/complete-connection-redraw.d.ts +10 -0
- package/domain/f-connection/redraw-connections/pipeline/complete-connection-redraw/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/pipeline/index.d.ts +4 -0
- package/domain/f-connection/redraw-connections/pipeline/is-connection-redraw-current/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/pipeline/is-connection-redraw-current/is-connection-redraw-current-request.d.ts +6 -0
- package/domain/f-connection/redraw-connections/pipeline/is-connection-redraw-current/is-connection-redraw-current.d.ts +10 -0
- package/domain/f-connection/redraw-connections/pipeline/run-connection-redraw-slice/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/pipeline/run-connection-redraw-slice/run-connection-redraw-slice-request.d.ts +13 -0
- package/domain/f-connection/redraw-connections/pipeline/run-connection-redraw-slice/run-connection-redraw-slice.d.ts +14 -0
- package/domain/f-connection/redraw-connections/pipeline/start-connection-redraw/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/pipeline/start-connection-redraw/start-connection-redraw-request.d.ts +3 -0
- package/domain/f-connection/redraw-connections/pipeline/start-connection-redraw/start-connection-redraw.d.ts +11 -0
- package/domain/f-connection/redraw-connections/redraw-connections.d.ts +6 -24
- package/domain/f-connection/redraw-connections/shared/build-connection-line/build-connection-line-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/shared/build-connection-line/build-connection-line.d.ts +12 -0
- package/domain/f-connection/redraw-connections/shared/build-connection-line/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/shared/index.d.ts +4 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-endpoint-rect/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-endpoint-rect/resolve-connection-endpoint-rect-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-endpoint-rect/resolve-connection-endpoint-rect.d.ts +12 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-endpoints/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-endpoints/resolve-connection-endpoints-request.d.ts +6 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-endpoints/resolve-connection-endpoints.d.ts +10 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-geometry/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-geometry/resolve-connection-geometry-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/shared/resolve-connection-geometry/resolve-connection-geometry.d.ts +12 -0
- package/domain/f-connection/redraw-connections/worker/apply-connection-worker-result/apply-connection-worker-result-request.d.ts +7 -0
- package/domain/f-connection/redraw-connections/worker/apply-connection-worker-result/apply-connection-worker-result.d.ts +11 -0
- package/domain/f-connection/redraw-connections/worker/apply-connection-worker-result/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/worker/build-connection-worker-batch/build-connection-worker-batch-request.d.ts +8 -0
- package/domain/f-connection/redraw-connections/worker/build-connection-worker-batch/build-connection-worker-batch.d.ts +11 -0
- package/domain/f-connection/redraw-connections/worker/build-connection-worker-batch/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/worker/build-connection-worker-payload-item/build-connection-worker-payload-item-request.d.ts +9 -0
- package/domain/f-connection/redraw-connections/worker/build-connection-worker-payload-item/build-connection-worker-payload-item.d.ts +10 -0
- package/domain/f-connection/redraw-connections/worker/build-connection-worker-payload-item/index.d.ts +2 -0
- package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/disable-connection-worker/disable-connection-worker-request.d.ts +1 -1
- package/domain/f-connection/redraw-connections/worker/handle-connection-worker-message/handle-connection-worker-message-request.d.ts +6 -0
- package/domain/f-connection/redraw-connections/worker/index.d.ts +13 -0
- package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/reset-connection-worker-runtime/reset-connection-worker-runtime-request.d.ts +1 -1
- package/domain/f-connection/redraw-connections/worker/run-connection-worker/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/worker/run-connection-worker/run-connection-worker-request.d.ts +6 -0
- package/domain/f-connection/redraw-connections/worker/run-connection-worker/run-connection-worker.d.ts +12 -0
- package/domain/f-connection/redraw-connections/worker/run-connection-worker-batch/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/worker/run-connection-worker-batch/run-connection-worker-batch-request.d.ts +6 -0
- package/domain/f-connection/redraw-connections/worker/run-connection-worker-batch/run-connection-worker-batch.d.ts +10 -0
- package/domain/f-connection/redraw-connections/worker/runtime/index.d.ts +1 -0
- package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/should-use-connection-worker/should-use-connection-worker-request.d.ts +1 -1
- package/domain/f-connection/redraw-connections/worker/start-connection-worker-redraw/index.d.ts +2 -0
- package/domain/f-connection/redraw-connections/worker/start-connection-worker-redraw/start-connection-worker-redraw-request.d.ts +10 -0
- package/domain/f-connection/redraw-connections/worker/start-connection-worker-redraw/start-connection-worker-redraw.d.ts +10 -0
- package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.d.ts +1 -1
- package/domain/f-connection/resolve-connection-endpoint-rotation-context/index.d.ts +2 -0
- package/domain/f-connection/resolve-connection-endpoint-rotation-context/resolve-connection-endpoint-rotation-context-request.d.ts +8 -0
- package/domain/f-connection/resolve-connection-endpoint-rotation-context/resolve-connection-endpoint-rotation-context.d.ts +10 -0
- package/domain/f-draggable/on-pointer-move/on-pointer-move-request.d.ts +1 -1
- package/domain/f-draggable/on-pointer-move/on-pointer-move.d.ts +1 -0
- package/domain/f-flow/add-flow-to-store/add-flow-to-store-request.d.ts +2 -2
- package/domain/f-flow/add-flow-to-store/add-flow-to-store.d.ts +2 -1
- package/domain/f-flow/calculate-flow-state/calculate-flow-state-request.d.ts +2 -0
- package/domain/f-flow/calculate-flow-state/calculate-flow-state.d.ts +1 -1
- package/domain/f-flow/calculate-flow-state/calculate-nodes-state/calculate-nodes-state-request.d.ts +2 -1
- package/domain/f-flow/calculate-flow-state/calculate-nodes-state/calculate-nodes-state.d.ts +2 -1
- package/domain/f-flow/calculate-flow-state/i-f-flow-state-node.d.ts +1 -0
- package/domain/f-flow/calculate-flow-state/i-f-flow-state-options.d.ts +3 -0
- package/domain/f-flow/calculate-flow-state/index.d.ts +1 -0
- package/domain/f-flow/index.d.ts +1 -0
- package/domain/f-flow/providers.d.ts +2 -1
- package/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.d.ts +3 -0
- package/domain/f-flow/remove-flow-from-store/remove-flow-from-store.d.ts +2 -1
- package/domain/f-flow/render-lifecycle/index.d.ts +6 -0
- package/domain/f-flow/render-lifecycle/notify-full-rendered/index.d.ts +2 -0
- package/domain/f-flow/render-lifecycle/notify-full-rendered/notify-full-rendered-request.d.ts +3 -0
- package/domain/f-flow/render-lifecycle/notify-full-rendered/notify-full-rendered.d.ts +10 -0
- package/domain/f-flow/render-lifecycle/notify-nodes-rendered/index.d.ts +2 -0
- package/domain/f-flow/render-lifecycle/notify-nodes-rendered/notify-nodes-rendered-request.d.ts +3 -0
- package/domain/f-flow/render-lifecycle/notify-nodes-rendered/notify-nodes-rendered.d.ts +10 -0
- package/domain/f-flow/render-lifecycle/queue-connection-redraw/index.d.ts +3 -0
- package/domain/f-flow/render-lifecycle/queue-connection-redraw/queue-connection-redraw-request.d.ts +6 -0
- package/domain/f-flow/render-lifecycle/queue-connection-redraw/queue-connection-redraw-state.d.ts +7 -0
- package/domain/f-flow/render-lifecycle/queue-connection-redraw/queue-connection-redraw.d.ts +11 -0
- package/domain/f-flow/render-lifecycle/render-lifecycle-state.d.ts +7 -0
- package/domain/f-flow/render-lifecycle/reset-render-lifecycle/index.d.ts +2 -0
- package/domain/f-flow/render-lifecycle/reset-render-lifecycle/reset-render-lifecycle-request.d.ts +3 -0
- package/domain/f-flow/render-lifecycle/reset-render-lifecycle/reset-render-lifecycle.d.ts +9 -0
- package/domain/f-flow/render-lifecycle/wait-for-connections-rendered/index.d.ts +2 -0
- package/domain/f-flow/render-lifecycle/wait-for-connections-rendered/wait-for-connections-rendered-request.d.ts +9 -0
- package/domain/f-flow/render-lifecycle/wait-for-connections-rendered/wait-for-connections-rendered.d.ts +9 -0
- package/domain/get-normalized-connector-rect/get-normalized-connector-rect.d.ts +8 -0
- package/domain/providers.d.ts +1 -1
- package/esm2022/domain/create-dom-element.mjs +1 -1
- package/esm2022/domain/css-cls.mjs +1 -1
- package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background-request.mjs +1 -1
- package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.mjs +1 -1
- package/esm2022/domain/f-background/add-pattern-to-background/index.mjs +1 -1
- package/esm2022/domain/f-background/index.mjs +1 -1
- package/esm2022/domain/f-background/providers.mjs +1 -1
- package/esm2022/domain/f-background/set-background-transform/index.mjs +1 -1
- package/esm2022/domain/f-background/set-background-transform/set-background-transform-request.mjs +1 -1
- package/esm2022/domain/f-background/set-background-transform/set-background-transform.mjs +1 -1
- package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.mjs +1 -1
- package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.mjs +1 -1
- package/esm2022/domain/f-canvas/add-canvas-to-store/index.mjs +1 -1
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node-request.mjs +1 -1
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.mjs +3 -3
- package/esm2022/domain/f-canvas/center-group-or-node/index.mjs +1 -1
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow-request.mjs +1 -1
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.mjs +3 -3
- package/esm2022/domain/f-canvas/fit-to-flow/index.mjs +1 -1
- package/esm2022/domain/f-canvas/index.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-position/index.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position-request.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-scale/index.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale-request.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale.mjs +1 -1
- package/esm2022/domain/f-canvas/providers.mjs +1 -1
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/e-canvas-redraw-context.mjs +6 -0
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/index.mjs +2 -1
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.mjs +5 -2
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.mjs +15 -6
- package/esm2022/domain/f-canvas/remove-canvas-from-store/index.mjs +1 -1
- package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.mjs +1 -1
- package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale/index.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale/reset-scale-request.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale/reset-scale.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale-and-center/index.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center-request.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.mjs +3 -3
- package/esm2022/domain/f-canvas/update-scale/index.mjs +1 -1
- package/esm2022/domain/f-canvas/update-scale/update-scale-request.mjs +1 -1
- package/esm2022/domain/f-canvas/update-scale/update-scale.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-marker-to-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-to-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.mjs +1 -1
- package/esm2022/domain/f-connection/add-snap-connection-to-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers-request.mjs +1 -1
- package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers.mjs +35 -18
- package/esm2022/domain/f-connection/create-connection-markers/index.mjs +1 -1
- package/esm2022/domain/f-connection/index.mjs +2 -1
- package/esm2022/domain/f-connection/providers.mjs +34 -5
- package/esm2022/domain/f-connection/redraw-connections/index.mjs +6 -1
- package/esm2022/domain/f-connection/redraw-connections/main-thread/apply-connection-render/apply-connection-render-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/apply-connection-render/apply-connection-render.mjs +67 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/apply-connection-render/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/index.mjs +6 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/mark-connection-connectors-as-connected/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/mark-connection-connectors-as-connected/mark-connection-connectors-as-connected-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/mark-connection-connectors-as-connected/mark-connection-connectors-as-connected.mjs +24 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection/render-connection-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection/render-connection.mjs +27 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection-from-geometry/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection-from-geometry/render-connection-from-geometry-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection-from-geometry/render-connection-from-geometry.mjs +24 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection-with-line/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection-with-line/render-connection-with-line-request.mjs +14 -0
- package/esm2022/domain/f-connection/redraw-connections/main-thread/render-connection-with-line/render-connection-with-line.mjs +24 -0
- package/esm2022/domain/f-connection/redraw-connections/models/connection-redraw-state.mjs +25 -0
- package/esm2022/domain/f-connection/redraw-connections/models/connection-worker-state.mjs +27 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-endpoints.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-geometry.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-redraw-session.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-worker-batch-item.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-worker-batch.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-worker-payload-item.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-worker-rect.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-worker-response.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/i-connection-worker-result-item.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/models/index.mjs +13 -0
- package/esm2022/domain/f-connection/redraw-connections/models/t-connection-worker-pending-request.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/complete-connection-redraw/complete-connection-redraw-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/complete-connection-redraw/complete-connection-redraw.mjs +27 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/complete-connection-redraw/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/index.mjs +5 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/is-connection-redraw-current/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/is-connection-redraw-current/is-connection-redraw-current-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/is-connection-redraw-current/is-connection-redraw-current.mjs +25 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/run-connection-redraw-slice/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/run-connection-redraw-slice/run-connection-redraw-slice-request.mjs +18 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/run-connection-redraw-slice/run-connection-redraw-slice.mjs +76 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/start-connection-redraw/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/start-connection-redraw/start-connection-redraw-request.mjs +4 -0
- package/esm2022/domain/f-connection/redraw-connections/pipeline/start-connection-redraw/start-connection-redraw.mjs +29 -0
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections-request.mjs +1 -1
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections.mjs +30 -226
- package/esm2022/domain/f-connection/redraw-connections/shared/build-connection-line/build-connection-line-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/build-connection-line/build-connection-line.mjs +27 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/build-connection-line/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/index.mjs +5 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-endpoint-rect/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-endpoint-rect/resolve-connection-endpoint-rect-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-endpoint-rect/resolve-connection-endpoint-rect.mjs +31 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-endpoints/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-endpoints/resolve-connection-endpoints-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-endpoints/resolve-connection-endpoints.mjs +27 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-geometry/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-geometry/resolve-connection-geometry-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/shared/resolve-connection-geometry/resolve-connection-geometry.mjs +37 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/apply-connection-worker-result/apply-connection-worker-result-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/apply-connection-worker-result/apply-connection-worker-result.mjs +42 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/apply-connection-worker-result/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/build-connection-worker-batch/build-connection-worker-batch-request.mjs +10 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/build-connection-worker-batch/build-connection-worker-batch.mjs +44 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/build-connection-worker-batch/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/build-connection-worker-payload-item/build-connection-worker-payload-item-request.mjs +12 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/build-connection-worker-payload-item/build-connection-worker-payload-item.mjs +52 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/build-connection-worker-payload-item/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/disable-connection-worker/disable-connection-worker-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/disable-connection-worker/disable-connection-worker.mjs +25 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/disable-connection-worker/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/ensure-connection-worker/ensure-connection-worker-request.mjs +4 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/ensure-connection-worker/ensure-connection-worker.mjs +68 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/ensure-connection-worker/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/handle-connection-worker-message/handle-connection-worker-message-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/handle-connection-worker-message/handle-connection-worker-message.mjs +34 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/handle-connection-worker-message/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/index.mjs +14 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/is-connection-worker-enabled/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/is-connection-worker-enabled/is-connection-worker-enabled-request.mjs +4 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/is-connection-worker-enabled/is-connection-worker-enabled.mjs +35 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/reset-connection-worker-runtime/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/reset-connection-worker-runtime/reset-connection-worker-runtime-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/reset-connection-worker-runtime/reset-connection-worker-runtime.mjs +22 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/run-connection-worker/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/run-connection-worker/run-connection-worker-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/run-connection-worker/run-connection-worker.mjs +59 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/run-connection-worker-batch/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/run-connection-worker-batch/run-connection-worker-batch-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/run-connection-worker-batch/run-connection-worker-batch.mjs +25 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/runtime/connection-worker-runtime.mjs +247 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/runtime/index.mjs +2 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/should-use-connection-worker/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/should-use-connection-worker/should-use-connection-worker-request.mjs +8 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/should-use-connection-worker/should-use-connection-worker.mjs +22 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/start-connection-worker-redraw/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/start-connection-worker-redraw/start-connection-worker-redraw-request.mjs +12 -0
- package/esm2022/domain/f-connection/redraw-connections/worker/start-connection-worker-redraw/start-connection-worker-redraw.mjs +53 -0
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-from-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-waypoint/index.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-waypoint/remove-connection-waypoint-request.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-waypoint/remove-connection-waypoint.mjs +1 -1
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/index.mjs +1 -1
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.mjs +1 -1
- package/esm2022/domain/f-connection/resolve-connection-endpoint-rotation-context/index.mjs +3 -0
- package/esm2022/domain/f-connection/resolve-connection-endpoint-rotation-context/resolve-connection-endpoint-rotation-context-request.mjs +8 -0
- package/esm2022/domain/f-connection/resolve-connection-endpoint-rotation-context/resolve-connection-endpoint-rotation-context.mjs +35 -0
- package/esm2022/domain/f-connectors/add-connector-to-store/add-connector-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connectors/add-connector-to-store/add-connector-to-store.mjs +1 -1
- package/esm2022/domain/f-connectors/add-connector-to-store/index.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-closest-connector/calculate-closest-connector-request.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-closest-connector/calculate-closest-connector.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-closest-connector/index.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-source-connectors-to-connect/calculate-source-connectors-to-connect-request.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-source-connectors-to-connect/calculate-source-connectors-to-connect.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-source-connectors-to-connect/index.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-target-connectors-to-connect/calculate-target-connectors-to-connect-request.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-target-connectors-to-connect/calculate-target-connectors-to-connect.mjs +1 -1
- package/esm2022/domain/f-connectors/calculate-target-connectors-to-connect/index.mjs +1 -1
- package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position-request.mjs +1 -1
- package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.mjs +1 -1
- package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/index.mjs +1 -1
- package/esm2022/domain/f-connectors/get-connector-rect-reference/get-connector-rect-reference-request.mjs +1 -1
- package/esm2022/domain/f-connectors/get-connector-rect-reference/get-connector-rect-reference.mjs +1 -1
- package/esm2022/domain/f-connectors/get-connector-rect-reference/index.mjs +1 -1
- package/esm2022/domain/f-connectors/i-closest-connector-ref.mjs +1 -1
- package/esm2022/domain/f-connectors/i-connector-rect-ref.mjs +1 -1
- package/esm2022/domain/f-connectors/index.mjs +1 -1
- package/esm2022/domain/f-connectors/mark-connectable-connectors/index.mjs +1 -1
- package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors-request.mjs +1 -1
- package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.mjs +1 -1
- package/esm2022/domain/f-connectors/providers.mjs +1 -1
- package/esm2022/domain/f-connectors/remove-connector-from-store/index.mjs +1 -1
- package/esm2022/domain/f-connectors/remove-connector-from-store/remove-connector-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connectors/remove-connector-from-store/remove-connector-from-store.mjs +1 -1
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/index.mjs +1 -1
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors-request.mjs +1 -1
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.mjs +1 -1
- package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.mjs +1 -1
- package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.mjs +1 -1
- package/esm2022/domain/f-draggable/add-dnd-to-store/index.mjs +1 -1
- package/esm2022/domain/f-draggable/index.mjs +1 -1
- package/esm2022/domain/f-draggable/initialize-drag-sequence/index.mjs +1 -1
- package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.mjs +1 -1
- package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.mjs +1 -1
- package/esm2022/domain/f-draggable/is-drag-started/index.mjs +1 -1
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started-request.mjs +1 -1
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started.mjs +1 -1
- package/esm2022/domain/f-draggable/on-pointer-move/index.mjs +1 -1
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move-request.mjs +1 -1
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move.mjs +6 -2
- package/esm2022/domain/f-draggable/prepare-drag-sequence/index.mjs +1 -1
- package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.mjs +1 -1
- package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.mjs +1 -1
- package/esm2022/domain/f-draggable/providers.mjs +1 -1
- package/esm2022/domain/f-draggable/remove-dnd-from-store/index.mjs +1 -1
- package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.mjs +1 -1
- package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.mjs +1 -1
- package/esm2022/domain/f-event-trigger.mjs +1 -1
- package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store-request.mjs +4 -4
- package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store.mjs +6 -3
- package/esm2022/domain/f-flow/add-flow-to-store/index.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-connections-state/calculate-connections-state-request.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-connections-state/calculate-connections-state.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-connections-state/index.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-flow-state-request.mjs +5 -1
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-flow-state.mjs +4 -4
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-nodes-state/calculate-nodes-state-request.mjs +4 -2
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-nodes-state/calculate-nodes-state.mjs +17 -6
- package/esm2022/domain/f-flow/calculate-flow-state/calculate-nodes-state/index.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/i-f-flow-state-connection.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/i-f-flow-state-connector.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/i-f-flow-state-node.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/i-f-flow-state-options.mjs +2 -0
- package/esm2022/domain/f-flow/calculate-flow-state/i-f-flow-state.mjs +1 -1
- package/esm2022/domain/f-flow/calculate-flow-state/index.mjs +2 -1
- package/esm2022/domain/f-flow/calculate-flow-state/providers.mjs +1 -1
- package/esm2022/domain/f-flow/get-flow/get-flow-request.mjs +1 -1
- package/esm2022/domain/f-flow/get-flow/get-flow.mjs +1 -1
- package/esm2022/domain/f-flow/get-flow/index.mjs +1 -1
- package/esm2022/domain/f-flow/index.mjs +2 -1
- package/esm2022/domain/f-flow/providers.mjs +9 -1
- package/esm2022/domain/f-flow/remove-flow-from-store/index.mjs +1 -1
- package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.mjs +5 -1
- package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store.mjs +5 -2
- package/esm2022/domain/f-flow/render-lifecycle/index.mjs +7 -0
- package/esm2022/domain/f-flow/render-lifecycle/notify-full-rendered/index.mjs +3 -0
- package/esm2022/domain/f-flow/render-lifecycle/notify-full-rendered/notify-full-rendered-request.mjs +4 -0
- package/esm2022/domain/f-flow/render-lifecycle/notify-full-rendered/notify-full-rendered.mjs +29 -0
- package/esm2022/domain/f-flow/render-lifecycle/notify-nodes-rendered/index.mjs +3 -0
- package/esm2022/domain/f-flow/render-lifecycle/notify-nodes-rendered/notify-nodes-rendered-request.mjs +4 -0
- package/esm2022/domain/f-flow/render-lifecycle/notify-nodes-rendered/notify-nodes-rendered.mjs +28 -0
- package/esm2022/domain/f-flow/render-lifecycle/queue-connection-redraw/index.mjs +4 -0
- package/esm2022/domain/f-flow/render-lifecycle/queue-connection-redraw/queue-connection-redraw-request.mjs +8 -0
- package/esm2022/domain/f-flow/render-lifecycle/queue-connection-redraw/queue-connection-redraw-state.mjs +12 -0
- package/esm2022/domain/f-flow/render-lifecycle/queue-connection-redraw/queue-connection-redraw.mjs +44 -0
- package/esm2022/domain/f-flow/render-lifecycle/render-lifecycle-state.mjs +12 -0
- package/esm2022/domain/f-flow/render-lifecycle/reset-render-lifecycle/index.mjs +3 -0
- package/esm2022/domain/f-flow/render-lifecycle/reset-render-lifecycle/reset-render-lifecycle-request.mjs +4 -0
- package/esm2022/domain/f-flow/render-lifecycle/reset-render-lifecycle/reset-render-lifecycle.mjs +23 -0
- package/esm2022/domain/f-flow/render-lifecycle/wait-for-connections-rendered/index.mjs +3 -0
- package/esm2022/domain/f-flow/render-lifecycle/wait-for-connections-rendered/wait-for-connections-rendered-request.mjs +14 -0
- package/esm2022/domain/f-flow/render-lifecycle/wait-for-connections-rendered/wait-for-connections-rendered.mjs +35 -0
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store-request.mjs +1 -1
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.mjs +1 -1
- package/esm2022/domain/f-node/add-node-to-store/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectable-side-by-connected-positions/calculate-connectable-side-by-connected-positions-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectable-side-by-connected-positions/calculate-connectable-side-by-connected-positions.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectable-side-by-connected-positions/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectable-side-by-internal-position/calculate-connectable-side-by-internal-position-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectable-side-by-internal-position/calculate-connectable-side-by-internal-position.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectable-side-by-internal-position/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectors-connectable-sides-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/calculate-connectors-connectable-sides.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/constants/calculatable-sides.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/constants/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/models/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/models/t-calculate-mode.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/utils/determine-side.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/utils/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-connectors-connectable-sides/utils/is-calculate-mode.mjs +1 -1
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.mjs +1 -1
- package/esm2022/domain/f-node/calculate-input-connections/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.mjs +1 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.mjs +1 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/index.mjs +1 -1
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.mjs +1 -1
- package/esm2022/domain/f-node/calculate-output-connections/index.mjs +1 -1
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups-request.mjs +1 -1
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups.mjs +1 -1
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/index.mjs +1 -1
- package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids-request.mjs +1 -1
- package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids.mjs +1 -1
- package/esm2022/domain/f-node/get-child-node-ids/index.mjs +1 -1
- package/esm2022/domain/f-node/get-node-padding/get-node-padding-request.mjs +1 -1
- package/esm2022/domain/f-node/get-node-padding/get-node-padding.mjs +1 -1
- package/esm2022/domain/f-node/get-node-padding/index.mjs +1 -1
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes-request.mjs +1 -1
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.mjs +1 -1
- package/esm2022/domain/f-node/get-parent-nodes/index.mjs +1 -1
- package/esm2022/domain/f-node/index.mjs +1 -1
- package/esm2022/domain/f-node/providers.mjs +1 -1
- package/esm2022/domain/f-node/remove-node-from-store/index.mjs +1 -1
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store-request.mjs +1 -1
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.mjs +1 -1
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/index.mjs +1 -1
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.mjs +1 -1
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.mjs +3 -3
- package/esm2022/domain/f-selection/calculate-selectable-items/calculate-selectable-items-request.mjs +1 -1
- package/esm2022/domain/f-selection/calculate-selectable-items/calculate-selectable-items.mjs +1 -1
- package/esm2022/domain/f-selection/calculate-selectable-items/i-can-be-selected-element-and-rect.mjs +1 -1
- package/esm2022/domain/f-selection/calculate-selectable-items/index.mjs +1 -1
- package/esm2022/domain/f-selection/clear-selection/clear-selection-request.mjs +1 -1
- package/esm2022/domain/f-selection/clear-selection/clear-selection.mjs +1 -1
- package/esm2022/domain/f-selection/clear-selection/index.mjs +1 -1
- package/esm2022/domain/f-selection/get-current-selection/get-current-selection-request.mjs +1 -1
- package/esm2022/domain/f-selection/get-current-selection/get-current-selection.mjs +1 -1
- package/esm2022/domain/f-selection/get-current-selection/i-current-selection.mjs +1 -1
- package/esm2022/domain/f-selection/get-current-selection/index.mjs +1 -1
- package/esm2022/domain/f-selection/index.mjs +1 -1
- package/esm2022/domain/f-selection/providers.mjs +1 -1
- package/esm2022/domain/f-selection/select-all/index.mjs +1 -1
- package/esm2022/domain/f-selection/select-all/select-all-request.mjs +1 -1
- package/esm2022/domain/f-selection/select-all/select-all.mjs +1 -1
- package/esm2022/domain/f-selection/select-and-update-node-layer/index.mjs +1 -1
- package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer-request.mjs +1 -1
- package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.mjs +1 -1
- package/esm2022/domain/f-selection/select-items/index.mjs +1 -1
- package/esm2022/domain/f-selection/select-items/select-request.mjs +1 -1
- package/esm2022/domain/f-selection/select-items/select.mjs +1 -1
- package/esm2022/domain/f-zoom/index.mjs +1 -1
- package/esm2022/domain/f-zoom/providers.mjs +1 -1
- package/esm2022/domain/f-zoom/reset-zoom/index.mjs +1 -1
- package/esm2022/domain/f-zoom/reset-zoom/reset-zoom-request.mjs +1 -1
- package/esm2022/domain/f-zoom/reset-zoom/reset-zoom.mjs +1 -1
- package/esm2022/domain/f-zoom/set-zoom/index.mjs +1 -1
- package/esm2022/domain/f-zoom/set-zoom/set-zoom-request.mjs +1 -1
- package/esm2022/domain/f-zoom/set-zoom/set-zoom.mjs +1 -1
- package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups-request.mjs +1 -1
- package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.mjs +1 -1
- package/esm2022/domain/get-deep-children-nodes-and-groups/index.mjs +1 -1
- package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect-request.mjs +1 -1
- package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect.mjs +33 -3
- package/esm2022/domain/get-normalized-connector-rect/index.mjs +1 -1
- package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect-request.mjs +1 -1
- package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect.mjs +1 -1
- package/esm2022/domain/get-normalized-element-rect/index.mjs +1 -1
- package/esm2022/domain/get-normalized-point/get-normalized-point-request.mjs +1 -1
- package/esm2022/domain/get-normalized-point/get-normalized-point.mjs +1 -1
- package/esm2022/domain/get-normalized-point/index.mjs +1 -1
- package/esm2022/domain/index.mjs +1 -1
- package/esm2022/domain/is-mobile.mjs +1 -1
- package/esm2022/domain/log-deprecated.mjs +5 -2
- package/esm2022/domain/log-execution-time.mjs +11 -5
- package/esm2022/domain/minimap/f-minimap-state.mjs +1 -1
- package/esm2022/domain/minimap/index.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-view-rect/index.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-view-rect/minimap-calculate-view-rect-request.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-view-rect/minimap-calculate-view-rect.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-viewport/i-minimap-viewport.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-viewport/index.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-viewport/minimap-calculate-viewport-request.mjs +1 -1
- package/esm2022/domain/minimap/minimap-calculate-viewport/minimap-calculate-viewport.mjs +1 -1
- package/esm2022/domain/minimap/minimap-draw-nodes/index.mjs +1 -1
- package/esm2022/domain/minimap/minimap-draw-nodes/minimap-draw-nodes-request.mjs +1 -1
- package/esm2022/domain/minimap/minimap-draw-nodes/minimap-draw-nodes.mjs +1 -1
- package/esm2022/domain/minimap/providers.mjs +1 -1
- package/esm2022/domain/providers.mjs +1 -1
- package/esm2022/domain/sort-item-layers/index.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-item-layers-request.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-item-layers.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-items-by-parent/index.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent-request.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/index.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers-request.mjs +1 -1
- package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.mjs +1 -1
- package/esm2022/domain/transition-end.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/index.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/index.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element-request.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers-request.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.mjs +1 -1
- package/esm2022/drag-toolkit/drag-and-drop-base.mjs +1 -1
- package/esm2022/drag-toolkit/event.extensions.mjs +1 -1
- package/esm2022/drag-toolkit/index.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-mouse-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-pointer-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-pointer-up-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-touch-down-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-touch-move-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/index.mjs +1 -1
- package/esm2022/f-auto-pan/f-auto-pan-base.mjs +11 -0
- package/esm2022/f-auto-pan/f-auto-pan.mjs +38 -0
- package/esm2022/f-auto-pan/index.mjs +4 -0
- package/esm2022/f-auto-pan/providers.mjs +3 -0
- package/esm2022/f-backgroud/domain/i-f-background-pattern.mjs +1 -1
- package/esm2022/f-backgroud/domain/index.mjs +1 -1
- package/esm2022/f-backgroud/f-background-base.mjs +1 -1
- package/esm2022/f-backgroud/f-background.component.mjs +1 -1
- package/esm2022/f-backgroud/f-circle-pattern/f-circle-pattern.component.mjs +1 -1
- package/esm2022/f-backgroud/f-circle-pattern/index.mjs +1 -1
- package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +1 -1
- package/esm2022/f-backgroud/f-rect-pattern/index.mjs +1 -1
- package/esm2022/f-backgroud/index.mjs +1 -1
- package/esm2022/f-backgroud/providers.mjs +1 -1
- package/esm2022/f-cache/config/f-cache-options.mjs +1 -1
- package/esm2022/f-cache/config/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/register-connector/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/register-connector/register-connector-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/register-connector/register-connector.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/unregister-connector/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/unregister-connector/unregister-connector-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-connectors/unregister-connector/unregister-connector.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/invalidate-node/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/invalidate-node/invalidate-node-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/invalidate-node/invalidate-node.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/register-node/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/register-node/register-node-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/register-node/register-node.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/unregister-node/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/unregister-node/unregister-node-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-nodes/unregister-node/unregister-node.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/get-cached-rect/get-cached-rect-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/get-cached-rect/get-cached-rect.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/get-cached-rect/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/set-connector-rect/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/set-connector-rect/set-connector-rect-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/set-connector-rect/set-connector-rect.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/set-node-rect/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/set-node-rect/set-node-rect-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/set-node-rect/set-node-rect.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/update-rect-by-element/index.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/update-rect-by-element/update-rect-by-element-request.mjs +1 -1
- package/esm2022/f-cache/features/f-cache-rects/update-rect-by-element/update-rect-by-element.mjs +1 -1
- package/esm2022/f-cache/features/index.mjs +1 -1
- package/esm2022/f-cache/index.mjs +1 -1
- package/esm2022/f-cache/model/f-cache-connector-key.mjs +1 -1
- package/esm2022/f-cache/model/f-cache-connector.mjs +1 -1
- package/esm2022/f-cache/model/f-cache-node.mjs +1 -1
- package/esm2022/f-cache/model/f-cache.mjs +1 -1
- package/esm2022/f-cache/model/i-f-cache-node-ref.mjs +1 -1
- package/esm2022/f-cache/model/index.mjs +1 -1
- package/esm2022/f-cache/providers.mjs +1 -1
- package/esm2022/f-canvas/domain/f-canvas-change-event.mjs +1 -1
- package/esm2022/f-canvas/domain/index.mjs +1 -1
- package/esm2022/f-canvas/f-canvas-base.mjs +1 -1
- package/esm2022/f-canvas/f-canvas.component.mjs +6 -14
- package/esm2022/f-canvas/index.mjs +1 -1
- package/esm2022/f-canvas/providers.mjs +1 -1
- package/esm2022/f-connection/f-connection/f-connection.component.mjs +3 -3
- package/esm2022/f-connection/f-connection/index.mjs +1 -1
- package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +3 -3
- package/esm2022/f-connection/f-connection-for-create/index.mjs +1 -1
- package/esm2022/f-connection/f-snap-connection/f-snap-connection.component.mjs +3 -3
- package/esm2022/f-connection/f-snap-connection/index.mjs +1 -1
- package/esm2022/f-connection/index.mjs +1 -1
- package/esm2022/f-connection/providers.mjs +4 -2
- package/esm2022/f-connection-v2/components/connection-content/f-connection-content.mjs +18 -4
- package/esm2022/f-connection-v2/components/connection-content/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/models/f-connection-content-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/i-polyline-content.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-content-align.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-content-layout-engine.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-content-place.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-sampler/i-sampler-result.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-sampler/i-tangent.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-sampler/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-sampler/polyline-sampler.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-content/utils/polyline-sampler/polyline.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-drag-handles/f-connection-drag-handle-end.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-drag-handles/f-connection-drag-handle-start.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-drag-handles/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-drag-handles/models/f-connection-drag-handle-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-drag-handles/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/components/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/components/render/f-connection-gradient-renderer.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/components/render/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/components/render/models/f-connection-gradient-renderer-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/components/render/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/f-connection-gradient.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/models/f-connection-gradient-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-gradient/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-marker/enums/e-f-marker-type.mjs +3 -1
- package/esm2022/f-connection-v2/components/connection-marker/enums/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-marker/f-connection-marker.mjs +6 -3
- package/esm2022/f-connection-v2/components/connection-marker/index.mjs +3 -1
- package/esm2022/f-connection-v2/components/connection-marker/models/f-connection-marker-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-marker/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-marker/shape-markers/f-connection-marker-arrow.mjs +48 -0
- package/esm2022/f-connection-v2/components/connection-marker/shape-markers/f-connection-marker-circle.mjs +48 -0
- package/esm2022/f-connection-v2/components/connection-marker/shape-markers/index.mjs +3 -0
- package/esm2022/f-connection-v2/components/connection-marker/utils/coerce-marker-type.mjs +40 -0
- package/esm2022/f-connection-v2/components/connection-marker/utils/index.mjs +2 -0
- package/esm2022/f-connection-v2/components/connection-path/f-connection-path.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-path/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-path/models/f-connection-path-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-path/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-selection/f-connection-selection.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-selection/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-selection/models/f-connection-selection-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-selection/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/f-connection-waypoints.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/models/f-connection-waypoints-base.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/utils/find-existing-waypoint.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/utils/find-waypoint-candidate.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/utils/index.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/utils/is-pointer-inside-point.mjs +1 -1
- package/esm2022/f-connection-v2/components/connection-waypoints/utils/pick-waypoint.mjs +1 -1
- package/esm2022/f-connection-v2/components/f-connection-base.mjs +9 -4
- package/esm2022/f-connection-v2/components/index.mjs +1 -1
- package/esm2022/f-connection-v2/enums/e-f-connectable-side.mjs +1 -1
- package/esm2022/f-connection-v2/enums/e-f-connection-type.mjs +1 -1
- package/esm2022/f-connection-v2/enums/index.mjs +1 -1
- package/esm2022/f-connection-v2/index.mjs +1 -1
- package/esm2022/f-connection-v2/models/f-connection-components-parent.mjs +1 -1
- package/esm2022/f-connection-v2/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/connection-behaviour-builder-request.mjs +6 -2
- package/esm2022/f-connection-v2/utils/connection-behaviour/connection-behaviour-builder.mjs +3 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/enums/e-f-connection-behavior.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/enums/e-f-connection-connectable-side.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/enums/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/models/i-calculate-behavior-request.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/utils/fixed-center-behavior.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/utils/fixed-outbound-behavior.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-behaviour/utils/floating-behavior.mjs +8 -8
- package/esm2022/f-connection-v2/utils/connection-behaviour/utils/get-rotated-rounded-rect-intersection.mjs +35 -0
- package/esm2022/f-connection-v2/utils/connection-behaviour/utils/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/adaptive-curve/calculate-adaptive-curve-data.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/adaptive-curve/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/bezier-curve/calculate-bezier-curve-data.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/bezier-curve/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/segment-line/build-corner-mid-points-and-apply-offsets.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/segment-line/calculate-segment-line-data.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/segment-line/create-segment-line-path.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/segment-line/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/straight-line/calculate-straight-line-data.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/straight-line/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/build-connection-anchors.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/calculate-center-between-points.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/calculate-curve-candidates.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/calculate-polyline-candidates.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/merge-point-chains.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/multi-cubic.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/normalize-polyline.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/builders/utils/sample-cubic-bezier-uniform.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/connection-line-builder-request.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/connection-line-builder.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/models/i-f-connection-builder-request.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/models/i-f-connection-builder-response.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/models/i-f-connection-builder.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/models/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/providers/f-connection-builders.mjs +1 -1
- package/esm2022/f-connection-v2/utils/connection-line-builder/providers/index.mjs +1 -1
- package/esm2022/f-connection-v2/utils/create-connection-dom-identifier.mjs +1 -1
- package/esm2022/f-connection-v2/utils/create-connection-selection-dom-identifier.mjs +1 -1
- package/esm2022/f-connection-v2/utils/create-gradient-dom-identifier.mjs +1 -1
- package/esm2022/f-connection-v2/utils/create-gradient-dom-url.mjs +1 -1
- package/esm2022/f-connection-v2/utils/index.mjs +1 -1
- package/esm2022/f-connectors/f-connector-base.mjs +1 -1
- package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +1 -1
- package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +1 -1
- package/esm2022/f-connectors/f-node-input/index.mjs +1 -1
- package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +1 -1
- package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +1 -1
- package/esm2022/f-connectors/f-node-outlet/index.mjs +1 -1
- package/esm2022/f-connectors/f-node-outlet/is-node-outlet.mjs +1 -1
- package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +1 -1
- package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +1 -1
- package/esm2022/f-connectors/f-node-output/index.mjs +1 -1
- package/esm2022/f-connectors/f-node-output/is-node-output.mjs +1 -1
- package/esm2022/f-connectors/f-source-connector-base.mjs +1 -1
- package/esm2022/f-connectors/index.mjs +1 -1
- package/esm2022/f-connectors/providers.mjs +1 -1
- package/esm2022/f-draggable/auto-pan/auto-pan.utils.mjs +58 -0
- package/esm2022/f-draggable/auto-pan/index.mjs +7 -0
- package/esm2022/f-draggable/auto-pan/providers.mjs +5 -0
- package/esm2022/f-draggable/auto-pan/run-auto-pan-frame/index.mjs +3 -0
- package/esm2022/f-draggable/auto-pan/run-auto-pan-frame/run-auto-pan-frame-request.mjs +4 -0
- package/esm2022/f-draggable/auto-pan/run-auto-pan-frame/run-auto-pan-frame.mjs +97 -0
- package/esm2022/f-draggable/auto-pan/stop-auto-pan/index.mjs +3 -0
- package/esm2022/f-draggable/auto-pan/stop-auto-pan/stop-auto-pan-request.mjs +4 -0
- package/esm2022/f-draggable/auto-pan/stop-auto-pan/stop-auto-pan.mjs +32 -0
- package/esm2022/f-draggable/auto-pan/stored-pointer-event.mjs +25 -0
- package/esm2022/f-draggable/auto-pan/sync-auto-pan/index.mjs +3 -0
- package/esm2022/f-draggable/auto-pan/sync-auto-pan/sync-auto-pan-request.mjs +4 -0
- package/esm2022/f-draggable/auto-pan/sync-auto-pan/sync-auto-pan.mjs +75 -0
- package/esm2022/f-draggable/connection/create-connection/create-connection-finalize/create-connection-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-finalize/create-connection-finalize.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-handler/create-connection-handler.mjs +7 -4
- package/esm2022/f-draggable/connection/create-connection/create-connection-handler/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-connection-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-connection-preparation.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/create-connection-create-drag-handler-request.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/create-connection-create-drag-handler.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/create-connection-from-outlet-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/create-connection-from-outlet-preparation.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/create-connection-from-output-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/create-connection-from-output-preparation.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/f-create-connection-event.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/i-create-connection-drag-result.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/i-create-connection-event-data.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/index.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/resolve-connectable-output-for-outlet-request.mjs +1 -1
- package/esm2022/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/resolve-connectable-output-for-outlet.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/drag-connection-waypoint-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/drag-connection-waypoint-finalize.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-handler/drag-connection-waypoint-handler.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-handler/index.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/drag-connection-waypoint-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/drag-connection-waypoint-preparation.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/f-connection-waypoints-changed-event.mjs +1 -1
- package/esm2022/f-draggable/connection/drag-connection-waypoint/index.mjs +1 -1
- package/esm2022/f-draggable/connection/index.mjs +1 -1
- package/esm2022/f-draggable/connection/providers.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/f-reassign-connection-event.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/i-reassign-connection-drag-result.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/i-reassign-connection-event-data.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/index.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-finalize/reassign-connection-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/i-reassign-handler.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/index.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-handler.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-source-handler.mjs +7 -4
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-target-handler.mjs +7 -4
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/is-pointer-inside-start-or-end-drag-handles.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/reassign-connection-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.mjs +1 -1
- package/esm2022/f-draggable/domain/detect-connections-under-drag-node/detect-connections-under-drag-node-request.mjs +1 -1
- package/esm2022/f-draggable/domain/detect-connections-under-drag-node/detect-connections-under-drag-node.mjs +1 -1
- package/esm2022/f-draggable/domain/detect-connections-under-drag-node/f-node-intersected-with-connections-event.mjs +1 -1
- package/esm2022/f-draggable/domain/detect-connections-under-drag-node/index.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-end-drag-sequence-event/emit-end-drag-sequence-event-request.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-end-drag-sequence-event/emit-end-drag-sequence-event.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-end-drag-sequence-event/index.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-selection-change-event/emit-selection-change-event-request.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-selection-change-event/emit-selection-change-event.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-selection-change-event/index.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-start-drag-sequence-event/emit-start-drag-sequence-event-request.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-start-drag-sequence-event/emit-start-drag-sequence-event.mjs +1 -1
- package/esm2022/f-draggable/domain/emit-start-drag-sequence-event/index.mjs +1 -1
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect-request.mjs +1 -1
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.mjs +1 -1
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/index.mjs +1 -1
- package/esm2022/f-draggable/domain/i-node-with-rect.mjs +1 -1
- package/esm2022/f-draggable/domain/index.mjs +1 -1
- package/esm2022/f-draggable/domain/is-array-has-parent-node/index.mjs +1 -1
- package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node-request.mjs +1 -1
- package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.mjs +1 -1
- package/esm2022/f-draggable/domain/providers.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-finalize/drag-canvas-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-finalize/drag-canvas-finalize.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-handler/drag-canvas-handler.mjs +6 -3
- package/esm2022/f-draggable/drag-canvas/drag-canvas-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-preparation/drag-canvas-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-preparation/drag-canvas-preparation.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/drag-canvas-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/index.mjs +1 -1
- package/esm2022/f-draggable/drag-canvas/providers.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/constraints/external-rect-constraint.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/constraints/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-create-placeholder/drag-external-item-create-placeholder-request.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-create-placeholder/drag-external-item-create-placeholder.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-create-placeholder/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-create-preview/drag-external-item-create-preview-request.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-create-preview/drag-external-item-create-preview.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-create-preview/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-finalize/drag-external-item-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-finalize/drag-external-item-finalize.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-handler/drag-external-item-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-preparation/drag-external-item-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-preparation/drag-external-item-preparation.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/drag-external-item-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/f-create-node-event.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/f-drag-external-item-start-event-data.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/i-drag-external-item-drag-result.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/is-drag-external-item-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/prevent-default-is-external-item/index.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/prevent-default-is-external-item/prevent-default-is-external-item-request.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/prevent-default-is-external-item/prevent-default-is-external-item.mjs +1 -1
- package/esm2022/f-draggable/drag-external-item/providers.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point-request.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/calculate-flow-point-from-minimap-point/index.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-finalize/drag-minimap-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-finalize/drag-minimap-finalize.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-handler/drag-minimap-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-preparation/drag-minimap-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-preparation/drag-minimap-preparation.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/drag-minimap-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/index.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/is-drag-minimap-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-minimap/providers.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-drag-node-handler-from-selection-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-drag-node-handler-from-selection.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-soft-parent-connection-drag-handlers-to-node/attach-soft-parent-connection-drag-handlers-to-node-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-soft-parent-connection-drag-handlers-to-node/attach-soft-parent-connection-drag-handlers-to-node.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-soft-parent-connection-drag-handlers-to-node/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/attach-source-connection-drag-handlers-to-node-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/attach-source-connection-drag-handlers-to-node.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/attach-target-connection-drag-handlers-to-node-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/attach-target-connection-drag-handlers-to-node.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/build-drag-node-constraints-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/build-drag-node-constraints.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/create-drag-node-handler-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/create-drag-node-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/create-drag-node-hierarchy-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/create-drag-node-hierarchy.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/drag-node-hierarchy.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/providers.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings-response.mjs +1 -1
- package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/delta-clamp.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/drag-node-delta-constraints.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/expand-rect-by-overflow.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/grid-snapper.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/i-drag-node-delta-constraints-result.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/i-drag-node-delta-constraints.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-constraint/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-both-sides-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-handler-base.mjs +6 -3
- package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-source-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-target-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-finalize/drag-node-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-finalize/drag-node-finalize.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-handler/drag-node-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-handler/drag-node-item-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-handler/i-soft-parent-connection-handlers.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-preparation/drag-node-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-preparation/drag-node-preparation.mjs +1 -1
- package/esm2022/f-draggable/drag-node/drag-node-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/f-drag-node-start-event-data.mjs +1 -1
- package/esm2022/f-draggable/drag-node/f-move-nodes-event.mjs +1 -1
- package/esm2022/f-draggable/drag-node/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/is-drag-node-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/domain/calculate-magnetic-guides.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/domain/i-magnetic-axis-guide.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/domain/i-magnetic-guides-result.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/domain/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/domain/magnetic-line-element.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/domain/magnetic-line-renderer.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-handler/magnetic-lines-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/magnetic-lines-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/magnetic-lines-preparation.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/domain/calculate-magnetic-rects.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/domain/i-magnetic-gap-rect.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/domain/i-magnetic-rects-result.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/domain/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/domain/magnetic-rect-element.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/domain/magnetic-rects-renderer.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-handler/magnetic-rects-handler.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/magnetic-rects-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/magnetic-rects-preparation.mjs +1 -1
- package/esm2022/f-draggable/drag-node/providers.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-finalize/drop-to-group-finalize.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-handler/drop-to-group-handler.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-handler/index.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-preparation/drop-to-group-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-preparation/drop-to-group-preparation.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/drop-to-group-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/f-drop-to-group-event.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/index.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/providers.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/sort-drop-candidates-by-layer/index.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/sort-drop-candidates-by-layer/sort-drop-candidates-by-layer-request.mjs +1 -1
- package/esm2022/f-draggable/drop-to-group/sort-drop-candidates-by-layer/sort-drop-candidates-by-layer.mjs +1 -1
- package/esm2022/f-draggable/f-drag-blocker.directive.mjs +1 -1
- package/esm2022/f-draggable/f-drag-started-event.mjs +1 -1
- package/esm2022/f-draggable/f-draggable-base.mjs +1 -1
- package/esm2022/f-draggable/f-draggable-data-context.mjs +14 -1
- package/esm2022/f-draggable/f-draggable.directive.mjs +4 -1
- package/esm2022/f-draggable/f-selection-change-event.mjs +1 -1
- package/esm2022/f-draggable/index.mjs +2 -1
- package/esm2022/f-draggable/infrastructure/drag-handler-base.mjs +1 -1
- package/esm2022/f-draggable/infrastructure/drag-handler-injector.mjs +1 -1
- package/esm2022/f-draggable/infrastructure/f-drag-handler-result.mjs +1 -1
- package/esm2022/f-draggable/infrastructure/i-drag-session-feature.mjs +1 -1
- package/esm2022/f-draggable/infrastructure/index.mjs +1 -1
- package/esm2022/f-draggable/is-drag-blocker.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/handler/index.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/handler/pinch-to-zoom-handler.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/index.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-finalize/pinch-to-zoom-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-finalize/pinch-to-zoom-finalize.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-preparation/pinch-to-zoom-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-preparation/pinch-to-zoom-preparation.mjs +1 -1
- package/esm2022/f-draggable/pinch-to-zoom/providers.mjs +1 -1
- package/esm2022/f-draggable/providers.mjs +3 -1
- package/esm2022/f-draggable/resize-node/apply-child-resize-constraints/apply-child-resize-constraints-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/apply-child-resize-constraints/apply-child-resize-constraints.mjs +1 -1
- package/esm2022/f-draggable/resize-node/apply-child-resize-constraints/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/apply-parent-resize-constraints/apply-parent-resize-constraints-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/apply-parent-resize-constraints/apply-parent-resize-constraints.mjs +1 -1
- package/esm2022/f-draggable/resize-node/apply-parent-resize-constraints/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-changed-rect-from-difference/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-direct-children-union-rect/calculate-direct-children-union-rect-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-direct-children-union-rect/calculate-direct-children-union-rect.mjs +2 -2
- package/esm2022/f-draggable/resize-node/calculate-direct-children-union-rect/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-resize-limits/calculate-resize-limits-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-resize-limits/calculate-resize-limits.mjs +1 -1
- package/esm2022/f-draggable/resize-node/calculate-resize-limits/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/constraint/i-resize-constraint.mjs +1 -1
- package/esm2022/f-draggable/resize-node/constraint/i-resize-limit.mjs +1 -1
- package/esm2022/f-draggable/resize-node/constraint/i-resize-limits.mjs +1 -1
- package/esm2022/f-draggable/resize-node/constraint/i-resize-overflow.mjs +1 -1
- package/esm2022/f-draggable/resize-node/constraint/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/constraint/resize-direction.mjs +1 -1
- package/esm2022/f-draggable/resize-node/f-resize-node-start-event-data.mjs +1 -1
- package/esm2022/f-draggable/resize-node/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/is-resize-node-handler.mjs +1 -1
- package/esm2022/f-draggable/resize-node/providers.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-finalize/resize-node-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-finalize/resize-node-finalize.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/i-resize-node-connection-handlers.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/resize-node-dependent-connection-handlers/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/resize-node-dependent-connection-handlers/resize-node-connection-both-sides-handler.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/resize-node-dependent-connection-handlers/resize-node-connection-handler-base.mjs +6 -3
- package/esm2022/f-draggable/resize-node/resize-node-handler/resize-node-dependent-connection-handlers/resize-node-connection-source-handler.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/resize-node-dependent-connection-handlers/resize-node-connection-target-handler.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-node-handler/resize-node-handler.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-preparation/attach-resize-connection-drag-handlers-to-node/attach-resize-connection-drag-handlers-to-node-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-preparation/attach-resize-connection-drag-handlers-to-node/attach-resize-connection-drag-handlers-to-node.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-preparation/attach-resize-connection-drag-handlers-to-node/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-preparation/resize-node-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/resize-node/resize-preparation/resize-node-preparation.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/calculate-difference-after-rotation.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/f-rotate-node-start-event-data.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/index.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/is-rotate-node-handler.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/providers.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-finalize/rotate-node-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-finalize/rotate-node-finalize.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-handler/index.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-handler/rotate-node-handler.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-preparation/rotate-node-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/rotate-node/rotate-node-preparation/rotate-node-preparation.mjs +1 -1
- package/esm2022/f-draggable/select-by-pointer/index.mjs +1 -1
- package/esm2022/f-draggable/select-by-pointer/providers.mjs +1 -1
- package/esm2022/f-draggable/select-by-pointer/select-by-pointer-request.mjs +1 -1
- package/esm2022/f-draggable/select-by-pointer/select-by-pointer.mjs +1 -1
- package/esm2022/f-draggable/selection-area/index.mjs +1 -1
- package/esm2022/f-draggable/selection-area/providers.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-finalize/index.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-finalize/selection-area-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-finalize/selection-area-finalize.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-handler/index.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-handler/selection-area-handler.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-preparation/index.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-preparation/selection-area-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/selection-area/selection-area-preparation/selection-area-preparation.mjs +1 -1
- package/esm2022/f-external-item/f-external-item-base.mjs +1 -1
- package/esm2022/f-external-item/f-external-item-placeholder.mjs +1 -1
- package/esm2022/f-external-item/f-external-item-preview.mjs +1 -1
- package/esm2022/f-external-item/f-external-item.mjs +1 -1
- package/esm2022/f-external-item/f-external-item.service.mjs +1 -1
- package/esm2022/f-external-item/index.mjs +1 -1
- package/esm2022/f-external-item/is-external-item.mjs +1 -1
- package/esm2022/f-external-item/providers.mjs +1 -1
- package/esm2022/f-flow/f-flow-base.mjs +1 -1
- package/esm2022/f-flow/f-flow.component.mjs +21 -23
- package/esm2022/f-flow/index.mjs +1 -1
- package/esm2022/f-flow/providers.mjs +1 -1
- package/esm2022/f-flow.module.mjs +22 -16
- package/esm2022/f-layout/enums/e-f-layout-direction.mjs +8 -0
- package/esm2022/f-layout/enums/e-f-layout-mode.mjs +6 -0
- package/esm2022/f-layout/enums/index.mjs +3 -0
- package/esm2022/f-layout/f-layout-engine.mjs +53 -0
- package/esm2022/f-layout/flow-integration/f-layout-controller.mjs +226 -0
- package/esm2022/f-layout/flow-integration/index.mjs +3 -0
- package/esm2022/f-layout/flow-integration/normalize-flow-layout-data.mjs +35 -0
- package/esm2022/f-layout/index.mjs +6 -0
- package/esm2022/f-layout/models/i-f-layout-algorithm-options.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-calculation-options.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-connection.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-graph.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-node-position.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-node.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-options.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-provider-config.mjs +3 -0
- package/esm2022/f-layout/models/i-f-layout-result.mjs +2 -0
- package/esm2022/f-layout/models/i-f-layout-writeback-payload.mjs +2 -0
- package/esm2022/f-layout/models/index.mjs +12 -0
- package/esm2022/f-layout/models/merge-layout-nodes.mjs +14 -0
- package/esm2022/f-layout/providers.mjs +18 -0
- package/esm2022/f-line-alignment/f-line-alignment.component.mjs +1 -1
- package/esm2022/f-line-alignment/index.mjs +1 -1
- package/esm2022/f-line-alignment/providers.mjs +1 -1
- package/esm2022/f-magnetic-lines/f-magnetic-lines-base.mjs +1 -1
- package/esm2022/f-magnetic-lines/f-magnetic-lines.mjs +1 -1
- package/esm2022/f-magnetic-lines/index.mjs +1 -1
- package/esm2022/f-magnetic-lines/providers.mjs +1 -1
- package/esm2022/f-magnetic-rects/f-magnetic-rects-base.mjs +1 -1
- package/esm2022/f-magnetic-rects/f-magnetic-rects.mjs +1 -1
- package/esm2022/f-magnetic-rects/index.mjs +1 -1
- package/esm2022/f-magnetic-rects/providers.mjs +1 -1
- package/esm2022/f-minimap/f-minimap-base.mjs +1 -1
- package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +1 -1
- package/esm2022/f-minimap/f-minimap-flow.directive.mjs +1 -1
- package/esm2022/f-minimap/f-minimap-view.directive.mjs +1 -1
- package/esm2022/f-minimap/f-minimap.component.mjs +1 -1
- package/esm2022/f-minimap/index.mjs +1 -1
- package/esm2022/f-minimap/providers.mjs +1 -1
- package/esm2022/f-node/f-drag-handle.directive.mjs +1 -1
- package/esm2022/f-node/f-group.directive.mjs +1 -1
- package/esm2022/f-node/f-node-base.mjs +1 -1
- package/esm2022/f-node/f-node.directive.mjs +1 -1
- package/esm2022/f-node/f-resize-handle/e-f-resize-handle-type.mjs +1 -1
- package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +1 -1
- package/esm2022/f-node/f-resize-handle/index.mjs +1 -1
- package/esm2022/f-node/f-rotate-handle/f-rotate-handle.directive.mjs +1 -1
- package/esm2022/f-node/f-rotate-handle/index.mjs +1 -1
- package/esm2022/f-node/f-rotate-handle/is-rotate-handle.mjs +1 -1
- package/esm2022/f-node/index.mjs +1 -1
- package/esm2022/f-node/is-node.mjs +1 -1
- package/esm2022/f-node/providers.mjs +1 -1
- package/esm2022/f-selection-area/f-selection-area-base.mjs +1 -1
- package/esm2022/f-selection-area/f-selection-area.mjs +1 -1
- package/esm2022/f-selection-area/index.mjs +1 -1
- package/esm2022/f-selection-area/providers.mjs +1 -1
- package/esm2022/f-storage/base/f-id-registry-base.mjs +1 -1
- package/esm2022/f-storage/base/f-single-registry-base.mjs +1 -1
- package/esm2022/f-storage/base/index.mjs +1 -1
- package/esm2022/f-storage/f-components-store.mjs +38 -1
- package/esm2022/f-storage/f-connection-marker-registry.mjs +1 -1
- package/esm2022/f-storage/f-connection-registry.mjs +1 -1
- package/esm2022/f-storage/f-connector-registry.mjs +1 -1
- package/esm2022/f-storage/f-node-registry.mjs +1 -1
- package/esm2022/f-storage/features/emit-connections-changes/emit-connections-changes-request.mjs +1 -1
- package/esm2022/f-storage/features/emit-connections-changes/emit-connections-changes.mjs +1 -1
- package/esm2022/f-storage/features/emit-connections-changes/index.mjs +1 -1
- package/esm2022/f-storage/features/index.mjs +1 -1
- package/esm2022/f-storage/features/listen-connections-changes/index.mjs +1 -1
- package/esm2022/f-storage/features/listen-connections-changes/listen-connections-changes-request.mjs +1 -1
- package/esm2022/f-storage/features/listen-connections-changes/listen-connections-changes.mjs +1 -1
- package/esm2022/f-storage/features/listen-nodes-changes/index.mjs +1 -1
- package/esm2022/f-storage/features/listen-nodes-changes/listen-nodes-changes-request.mjs +1 -1
- package/esm2022/f-storage/features/listen-nodes-changes/listen-nodes-changes.mjs +1 -1
- package/esm2022/f-storage/features/listen-transform-changes/index.mjs +1 -1
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes-request.mjs +1 -1
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.mjs +1 -1
- package/esm2022/f-storage/features/notify-transform-changed/index.mjs +1 -1
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed-request.mjs +1 -1
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.mjs +1 -1
- package/esm2022/f-storage/features/register-plugin-instance/index.mjs +1 -1
- package/esm2022/f-storage/features/register-plugin-instance/register-plugin-instance-request.mjs +1 -1
- package/esm2022/f-storage/features/register-plugin-instance/register-plugin-instance.mjs +1 -1
- package/esm2022/f-storage/features/remove-plugin-instance/index.mjs +1 -1
- package/esm2022/f-storage/features/remove-plugin-instance/remove-plugin-instance-request.mjs +1 -1
- package/esm2022/f-storage/features/remove-plugin-instance/remove-plugin-instance.mjs +1 -1
- package/esm2022/f-storage/index.mjs +1 -1
- package/esm2022/f-storage/providers.mjs +1 -1
- package/esm2022/f-virtual/f-virtual-for.mjs +1 -1
- package/esm2022/f-virtual/index.mjs +1 -1
- package/esm2022/f-virtual/providers.mjs +1 -1
- package/esm2022/f-zoom/e-f-zoom-direction.mjs +1 -1
- package/esm2022/f-zoom/f-zoom-base.mjs +1 -1
- package/esm2022/f-zoom/f-zoom.directive.mjs +9 -11
- package/esm2022/f-zoom/index.mjs +1 -1
- package/esm2022/f-zoom/providers.mjs +1 -1
- package/esm2022/f-zoom/wheel-zoom.utils.mjs +34 -0
- package/esm2022/foblex-flow.mjs +1 -1
- package/esm2022/i-has-host-element.mjs +1 -1
- package/esm2022/mixins/change-selection/change-selection.mjs +1 -1
- package/esm2022/mixins/change-selection/i-selectable.mjs +1 -1
- package/esm2022/mixins/change-selection/index.mjs +1 -1
- package/esm2022/mixins/change-visibility/change-visibility.mjs +1 -1
- package/esm2022/mixins/change-visibility/i-can-change-visibility.mjs +1 -1
- package/esm2022/mixins/change-visibility/index.mjs +1 -1
- package/esm2022/mixins/constructor.mjs +1 -1
- package/esm2022/mixins/index.mjs +1 -1
- package/esm2022/public-api.mjs +3 -3
- package/esm2022/reactivity/after-next-paint.mjs +1 -1
- package/esm2022/reactivity/debounce-animation-frame.mjs +1 -1
- package/esm2022/reactivity/debounce-microtask.mjs +1 -1
- package/esm2022/reactivity/debounce-time.mjs +1 -1
- package/esm2022/reactivity/f-channel-hub.mjs +1 -1
- package/esm2022/reactivity/f-channel.mjs +1 -1
- package/esm2022/reactivity/f-resize-channel.mjs +1 -1
- package/esm2022/reactivity/index.mjs +1 -1
- package/esm2022/reactivity/notify-on-start.mjs +1 -1
- package/esm2022/reactivity/take-one.mjs +1 -1
- package/esm2022/reactivity/types.mjs +1 -1
- package/esm2022/utils/calculate-pointer-in-flow.mjs +1 -1
- package/esm2022/utils/index.mjs +1 -1
- package/esm2022/utils/infinity-min-max.mjs +1 -1
- package/esm2022/utils/string-attribute.mjs +1 -1
- package/f-auto-pan/f-auto-pan-base.d.ts +11 -0
- package/f-auto-pan/f-auto-pan.d.ts +13 -0
- package/f-auto-pan/index.d.ts +3 -0
- package/f-auto-pan/providers.d.ts +2 -0
- package/f-connection/f-connection/f-connection.component.d.ts +1 -1
- package/f-connection/f-connection-for-create/f-connection-for-create.component.d.ts +1 -1
- package/f-connection/f-snap-connection/f-snap-connection.component.d.ts +1 -1
- package/f-connection/providers.d.ts +2 -2
- package/f-connection-v2/components/connection-marker/enums/e-f-marker-type.d.ts +3 -1
- package/f-connection-v2/components/connection-marker/f-connection-marker.d.ts +4 -1
- package/f-connection-v2/components/connection-marker/index.d.ts +2 -0
- package/f-connection-v2/components/connection-marker/models/f-connection-marker-base.d.ts +4 -2
- package/f-connection-v2/components/connection-marker/shape-markers/f-connection-marker-arrow.d.ts +17 -0
- package/f-connection-v2/components/connection-marker/shape-markers/f-connection-marker-circle.d.ts +17 -0
- package/f-connection-v2/components/connection-marker/shape-markers/index.d.ts +2 -0
- package/f-connection-v2/components/connection-marker/utils/coerce-marker-type.d.ts +2 -0
- package/f-connection-v2/components/connection-marker/utils/index.d.ts +1 -0
- package/f-connection-v2/components/f-connection-base.d.ts +3 -1
- package/f-connection-v2/utils/connection-behaviour/connection-behaviour-builder-request.d.ts +4 -1
- package/f-connection-v2/utils/connection-behaviour/models/i-calculate-behavior-request.d.ts +7 -1
- package/f-connection-v2/utils/connection-behaviour/utils/floating-behavior.d.ts +1 -1
- package/f-connection-v2/utils/connection-behaviour/utils/get-rotated-rounded-rect-intersection.d.ts +3 -0
- package/f-draggable/auto-pan/auto-pan.utils.d.ts +6 -0
- package/f-draggable/auto-pan/index.d.ts +6 -0
- package/f-draggable/auto-pan/providers.d.ts +4 -0
- package/f-draggable/auto-pan/run-auto-pan-frame/index.d.ts +2 -0
- package/f-draggable/auto-pan/run-auto-pan-frame/run-auto-pan-frame-request.d.ts +3 -0
- package/f-draggable/auto-pan/run-auto-pan-frame/run-auto-pan-frame.d.ts +21 -0
- package/f-draggable/auto-pan/stop-auto-pan/index.d.ts +2 -0
- package/f-draggable/auto-pan/stop-auto-pan/stop-auto-pan-request.d.ts +3 -0
- package/f-draggable/auto-pan/stop-auto-pan/stop-auto-pan.d.ts +10 -0
- package/f-draggable/auto-pan/stored-pointer-event.d.ts +12 -0
- package/f-draggable/auto-pan/sync-auto-pan/index.d.ts +2 -0
- package/f-draggable/auto-pan/sync-auto-pan/sync-auto-pan-request.d.ts +3 -0
- package/f-draggable/auto-pan/sync-auto-pan/sync-auto-pan.d.ts +19 -0
- package/f-draggable/connection/create-connection/create-connection-handler/create-connection-handler.d.ts +1 -0
- package/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-source-handler.d.ts +1 -0
- package/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-target-handler.d.ts +1 -0
- package/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-handler-base.d.ts +1 -0
- package/f-draggable/f-draggable-data-context.d.ts +7 -1
- package/f-draggable/index.d.ts +1 -0
- package/f-draggable/providers.d.ts +1 -1
- package/f-draggable/resize-node/resize-node-handler/resize-node-dependent-connection-handlers/resize-node-connection-handler-base.d.ts +1 -0
- package/f-flow/f-flow-base.d.ts +8 -0
- package/f-flow/f-flow.component.d.ts +8 -6
- package/f-flow.module.d.ts +19 -16
- package/f-layout/enums/e-f-layout-direction.d.ts +6 -0
- package/f-layout/enums/e-f-layout-mode.d.ts +4 -0
- package/f-layout/enums/index.d.ts +2 -0
- package/f-layout/f-layout-engine.d.ts +28 -0
- package/f-layout/flow-integration/f-layout-controller.d.ts +30 -0
- package/f-layout/flow-integration/index.d.ts +2 -0
- package/f-layout/flow-integration/normalize-flow-layout-data.d.ts +7 -0
- package/f-layout/index.d.ts +5 -0
- package/f-layout/models/i-f-layout-algorithm-options.d.ts +3 -0
- package/f-layout/models/i-f-layout-calculation-options.d.ts +6 -0
- package/f-layout/models/i-f-layout-connection.d.ts +4 -0
- package/f-layout/models/i-f-layout-graph.d.ts +6 -0
- package/f-layout/models/i-f-layout-node-position.d.ts +5 -0
- package/f-layout/models/i-f-layout-node.d.ts +5 -0
- package/f-layout/models/i-f-layout-options.d.ts +9 -0
- package/f-layout/models/i-f-layout-provider-config.d.ts +10 -0
- package/f-layout/models/i-f-layout-result.d.ts +4 -0
- package/f-layout/models/i-f-layout-writeback-payload.d.ts +7 -0
- package/f-layout/models/index.d.ts +11 -0
- package/f-layout/models/merge-layout-nodes.d.ts +4 -0
- package/f-layout/providers.d.ts +4 -0
- package/f-storage/f-components-store.d.ts +13 -0
- package/f-zoom/f-zoom.directive.d.ts +0 -1
- package/f-zoom/wheel-zoom.utils.d.ts +3 -0
- package/fesm2022/foblex-flow.mjs +5443 -4330
- package/fesm2022/foblex-flow.mjs.map +1 -1
- package/package.json +7 -7
- package/public-api.d.ts +2 -2
- package/schematics/ng-add/index.js +63 -2
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-update/index.js.map +1 -1
- package/schematics/shared/foblex-dependencies.js +1 -1
- package/schematics/shared/foblex-dependencies.js.map +1 -1
- package/styles/_index.scss +31 -0
- package/styles/default.scss +4 -0
- package/styles/domains/_connection.scss +175 -0
- package/styles/domains/_connector.scss +150 -0
- package/styles/domains/_external-item.scss +44 -0
- package/styles/domains/_flow-canvas.scss +41 -0
- package/styles/domains/_node-group.scss +230 -0
- package/styles/domains/_plugins.scss +100 -0
- package/styles/tokens/_ff-aliases.scss +117 -0
- package/styles/tokens/_primitive.scss +86 -0
- package/styles/tokens/_semantic.scss +131 -0
- package/esm2022/f-connection-worker/features/calculate-connection-worker-connector-rect/calculate-connection-worker-connector-rect-request.mjs +0 -10
- package/esm2022/f-connection-worker/features/calculate-connection-worker-connector-rect/calculate-connection-worker-connector-rect.mjs +0 -31
- package/esm2022/f-connection-worker/features/calculate-connection-worker-connector-rect/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/calculate-connection-worker-payload-item/calculate-connection-worker-payload-item-request.mjs +0 -10
- package/esm2022/f-connection-worker/features/calculate-connection-worker-payload-item/calculate-connection-worker-payload-item.mjs +0 -45
- package/esm2022/f-connection-worker/features/calculate-connection-worker-payload-item/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/calculate-connections-using-connection-worker/calculate-connections-using-connection-worker-request.mjs +0 -10
- package/esm2022/f-connection-worker/features/calculate-connections-using-connection-worker/calculate-connections-using-connection-worker.mjs +0 -41
- package/esm2022/f-connection-worker/features/calculate-connections-using-connection-worker/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/connection-worker-run/connection-worker-run-request.mjs +0 -8
- package/esm2022/f-connection-worker/features/connection-worker-run/connection-worker-run.mjs +0 -59
- package/esm2022/f-connection-worker/features/connection-worker-run/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/disable-connection-worker/disable-connection-worker-request.mjs +0 -8
- package/esm2022/f-connection-worker/features/disable-connection-worker/disable-connection-worker.mjs +0 -25
- package/esm2022/f-connection-worker/features/disable-connection-worker/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/ensure-connection-worker/ensure-connection-worker-request.mjs +0 -4
- package/esm2022/f-connection-worker/features/ensure-connection-worker/ensure-connection-worker.mjs +0 -68
- package/esm2022/f-connection-worker/features/ensure-connection-worker/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/handle-connection-worker-message/handle-connection-worker-message-request.mjs +0 -8
- package/esm2022/f-connection-worker/features/handle-connection-worker-message/handle-connection-worker-message.mjs +0 -34
- package/esm2022/f-connection-worker/features/handle-connection-worker-message/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/index.mjs +0 -13
- package/esm2022/f-connection-worker/features/is-connection-worker-enabled/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/is-connection-worker-enabled/is-connection-worker-enabled-request.mjs +0 -4
- package/esm2022/f-connection-worker/features/is-connection-worker-enabled/is-connection-worker-enabled.mjs +0 -35
- package/esm2022/f-connection-worker/features/reset-connection-worker-runtime/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/reset-connection-worker-runtime/reset-connection-worker-runtime-request.mjs +0 -8
- package/esm2022/f-connection-worker/features/reset-connection-worker-runtime/reset-connection-worker-runtime.mjs +0 -22
- package/esm2022/f-connection-worker/features/resolve-connection-worker-connectors/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/resolve-connection-worker-connectors/resolve-connection-worker-connectors-request.mjs +0 -8
- package/esm2022/f-connection-worker/features/resolve-connection-worker-connectors/resolve-connection-worker-connectors.mjs +0 -27
- package/esm2022/f-connection-worker/features/resolve-connection-worker-context/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/resolve-connection-worker-context/resolve-connection-worker-context-request.mjs +0 -10
- package/esm2022/f-connection-worker/features/resolve-connection-worker-context/resolve-connection-worker-context.mjs +0 -36
- package/esm2022/f-connection-worker/features/should-use-connection-worker/index.mjs +0 -3
- package/esm2022/f-connection-worker/features/should-use-connection-worker/should-use-connection-worker-request.mjs +0 -8
- package/esm2022/f-connection-worker/features/should-use-connection-worker/should-use-connection-worker.mjs +0 -22
- package/esm2022/f-connection-worker/index.mjs +0 -4
- package/esm2022/f-connection-worker/model/f-connection-worker.mjs +0 -27
- package/esm2022/f-connection-worker/model/i-f-connection-worker-rect.mjs +0 -2
- package/esm2022/f-connection-worker/model/i-f-connection-worker-request-item.mjs +0 -2
- package/esm2022/f-connection-worker/model/i-f-connection-worker-response.mjs +0 -2
- package/esm2022/f-connection-worker/model/i-f-connection-worker-result-item.mjs +0 -2
- package/esm2022/f-connection-worker/model/index.mjs +0 -7
- package/esm2022/f-connection-worker/model/t-f-connection-worker-pending-request.mjs +0 -2
- package/esm2022/f-connection-worker/providers.mjs +0 -18
- package/esm2022/f-connection-worker/worker/connection-worker-runtime.mjs +0 -235
- package/esm2022/testing/component-harness.mjs +0 -16
- package/esm2022/testing/di-harness.mjs +0 -32
- package/esm2022/testing/factories.mjs +0 -367
- package/esm2022/testing/index.mjs +0 -8
- package/esm2022/testing/internal/index.mjs +0 -2
- package/esm2022/testing/internal/type-helpers.mjs +0 -28
- package/esm2022/testing/jasmine/index.mjs +0 -2
- package/esm2022/testing/jasmine/spy-helpers.mjs +0 -14
- package/esm2022/testing/mediator-harness.mjs +0 -14
- package/esm2022/testing/pure-harness.mjs +0 -25
- package/esm2022/testing/registry-harness.mjs +0 -23
- package/f-connection-worker/features/calculate-connection-worker-connector-rect/calculate-connection-worker-connector-rect-request.d.ts +0 -8
- package/f-connection-worker/features/calculate-connection-worker-connector-rect/calculate-connection-worker-connector-rect.d.ts +0 -12
- package/f-connection-worker/features/calculate-connection-worker-connector-rect/index.d.ts +0 -2
- package/f-connection-worker/features/calculate-connection-worker-payload-item/calculate-connection-worker-payload-item-request.d.ts +0 -8
- package/f-connection-worker/features/calculate-connection-worker-payload-item/calculate-connection-worker-payload-item.d.ts +0 -10
- package/f-connection-worker/features/calculate-connection-worker-payload-item/index.d.ts +0 -2
- package/f-connection-worker/features/calculate-connections-using-connection-worker/calculate-connections-using-connection-worker-request.d.ts +0 -8
- package/f-connection-worker/features/calculate-connections-using-connection-worker/calculate-connections-using-connection-worker.d.ts +0 -12
- package/f-connection-worker/features/calculate-connections-using-connection-worker/index.d.ts +0 -2
- package/f-connection-worker/features/connection-worker-run/connection-worker-run-request.d.ts +0 -6
- package/f-connection-worker/features/connection-worker-run/connection-worker-run.d.ts +0 -12
- package/f-connection-worker/features/connection-worker-run/index.d.ts +0 -2
- package/f-connection-worker/features/handle-connection-worker-message/handle-connection-worker-message-request.d.ts +0 -6
- package/f-connection-worker/features/index.d.ts +0 -12
- package/f-connection-worker/features/resolve-connection-worker-connectors/index.d.ts +0 -2
- package/f-connection-worker/features/resolve-connection-worker-connectors/resolve-connection-worker-connectors-request.d.ts +0 -11
- package/f-connection-worker/features/resolve-connection-worker-connectors/resolve-connection-worker-connectors.d.ts +0 -9
- package/f-connection-worker/features/resolve-connection-worker-context/index.d.ts +0 -2
- package/f-connection-worker/features/resolve-connection-worker-context/resolve-connection-worker-context-request.d.ts +0 -13
- package/f-connection-worker/features/resolve-connection-worker-context/resolve-connection-worker-context.d.ts +0 -10
- package/f-connection-worker/index.d.ts +0 -3
- package/f-connection-worker/model/f-connection-worker.d.ts +0 -13
- package/f-connection-worker/model/i-f-connection-worker-rect.d.ts +0 -6
- package/f-connection-worker/model/i-f-connection-worker-request-item.d.ts +0 -11
- package/f-connection-worker/model/i-f-connection-worker-response.d.ts +0 -6
- package/f-connection-worker/model/index.d.ts +0 -6
- package/f-connection-worker/model/t-f-connection-worker-pending-request.d.ts +0 -5
- package/f-connection-worker/providers.d.ts +0 -3
- package/testing/component-harness.d.ts +0 -9
- package/testing/di-harness.d.ts +0 -10
- package/testing/factories.d.ts +0 -104
- package/testing/index.d.ts +0 -7
- package/testing/internal/index.d.ts +0 -1
- package/testing/internal/type-helpers.d.ts +0 -12
- package/testing/jasmine/index.d.ts +0 -1
- package/testing/jasmine/spy-helpers.d.ts +0 -11
- package/testing/mediator-harness.d.ts +0 -7
- package/testing/pure-harness.d.ts +0 -12
- package/testing/registry-harness.d.ts +0 -6
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/disable-connection-worker/disable-connection-worker.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/disable-connection-worker/index.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/ensure-connection-worker/ensure-connection-worker-request.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/ensure-connection-worker/ensure-connection-worker.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/ensure-connection-worker/index.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/handle-connection-worker-message/handle-connection-worker-message.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/handle-connection-worker-message/index.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/is-connection-worker-enabled/index.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/is-connection-worker-enabled/is-connection-worker-enabled-request.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/is-connection-worker-enabled/is-connection-worker-enabled.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/reset-connection-worker-runtime/index.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/reset-connection-worker-runtime/reset-connection-worker-runtime.d.ts +0 -0
- /package/{f-connection-worker/worker → domain/f-connection/redraw-connections/worker/runtime}/connection-worker-runtime.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/should-use-connection-worker/index.d.ts +0 -0
- /package/{f-connection-worker/features → domain/f-connection/redraw-connections/worker}/should-use-connection-worker/should-use-connection-worker.d.ts +0 -0
|
@@ -8,8 +8,13 @@ import { fInstanceKey, FSingleRegistryBase } from './base';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class FComponentsStore {
|
|
10
10
|
transformChanges$ = new FChannel();
|
|
11
|
+
viewportAnimationChanges$ = new FChannel();
|
|
11
12
|
connectionsChanges$ = new FChannel();
|
|
12
13
|
_connectionsRevision = 0;
|
|
14
|
+
connectionsRenderedChanges$ = new FChannel();
|
|
15
|
+
_connectionsRenderedRevision = 0;
|
|
16
|
+
_connectionsRenderedNodesRevision = 0;
|
|
17
|
+
_viewportAnimationCount = 0;
|
|
13
18
|
nodesChanges$ = new FChannel();
|
|
14
19
|
_nodesRevision = 0;
|
|
15
20
|
progressiveRenderChanges$ = new FChannel();
|
|
@@ -17,12 +22,21 @@ export class FComponentsStore {
|
|
|
17
22
|
get connectionsRevision() {
|
|
18
23
|
return this._connectionsRevision;
|
|
19
24
|
}
|
|
25
|
+
get connectionsRenderedRevision() {
|
|
26
|
+
return this._connectionsRenderedRevision;
|
|
27
|
+
}
|
|
28
|
+
get connectionsRenderedNodesRevision() {
|
|
29
|
+
return this._connectionsRenderedNodesRevision;
|
|
30
|
+
}
|
|
20
31
|
get nodesRevision() {
|
|
21
32
|
return this._nodesRevision;
|
|
22
33
|
}
|
|
23
34
|
get hasPendingProgressiveRender() {
|
|
24
35
|
return this._pendingProgressiveRenderCount > 0;
|
|
25
36
|
}
|
|
37
|
+
get isViewportAnimating() {
|
|
38
|
+
return this._viewportAnimationCount > 0;
|
|
39
|
+
}
|
|
26
40
|
get flowHost() {
|
|
27
41
|
return this.fFlow?.hostElement;
|
|
28
42
|
}
|
|
@@ -47,6 +61,16 @@ export class FComponentsStore {
|
|
|
47
61
|
this._connectionsRevision++;
|
|
48
62
|
this.connectionsChanges$.notify();
|
|
49
63
|
}
|
|
64
|
+
completeConnectionsRender(revision, nodesRevision) {
|
|
65
|
+
if (revision < this._connectionsRenderedRevision ||
|
|
66
|
+
(revision === this._connectionsRenderedRevision &&
|
|
67
|
+
nodesRevision <= this._connectionsRenderedNodesRevision)) {
|
|
68
|
+
return;
|
|
69
|
+
}
|
|
70
|
+
this._connectionsRenderedRevision = Math.min(revision, this._connectionsRevision);
|
|
71
|
+
this._connectionsRenderedNodesRevision = nodesRevision;
|
|
72
|
+
this.connectionsRenderedChanges$.notify();
|
|
73
|
+
}
|
|
50
74
|
beginProgressiveRender() {
|
|
51
75
|
this._pendingProgressiveRenderCount++;
|
|
52
76
|
this.progressiveRenderChanges$.notify();
|
|
@@ -61,6 +85,17 @@ export class FComponentsStore {
|
|
|
61
85
|
transformChanged() {
|
|
62
86
|
this.transformChanges$.notify();
|
|
63
87
|
}
|
|
88
|
+
beginViewportAnimation() {
|
|
89
|
+
this._viewportAnimationCount++;
|
|
90
|
+
this.viewportAnimationChanges$.notify();
|
|
91
|
+
}
|
|
92
|
+
endViewportAnimation() {
|
|
93
|
+
if (!this._viewportAnimationCount) {
|
|
94
|
+
return;
|
|
95
|
+
}
|
|
96
|
+
this._viewportAnimationCount--;
|
|
97
|
+
this.viewportAnimationChanges$.notify();
|
|
98
|
+
}
|
|
64
99
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FComponentsStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
65
100
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FComponentsStore });
|
|
66
101
|
}
|
|
@@ -80,5 +115,7 @@ export const INSTANCES = {
|
|
|
80
115
|
SELECTION_AREA: fInstanceKey('selection-area'),
|
|
81
116
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
82
117
|
MINIMAP: fInstanceKey('minimap'),
|
|
118
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
119
|
+
AUTO_PAN: fInstanceKey('auto-pan'),
|
|
83
120
|
};
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb21wb25lbnRzLXN0b3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZi1jb21wb25lbnRzLXN0b3JlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNM0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDM0UsT0FBTyxFQUFFLFlBQVksRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFFBQVEsQ0FBQzs7QUFRM0QsTUFBTSxPQUFPLGdCQUFnQjtJQUNYLGlCQUFpQixHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFFbkMsbUJBQW1CLEdBQUcsSUFBSSxRQUFRLEVBQUUsQ0FBQztJQUM3QyxvQkFBb0IsR0FBRyxDQUFDLENBQUM7SUFFakIsYUFBYSxHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFDdkMsY0FBYyxHQUFHLENBQUMsQ0FBQztJQUVYLHlCQUF5QixHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFDbkQsOEJBQThCLEdBQUcsQ0FBQyxDQUFDO0lBRTNDLElBQVcsbUJBQW1CO1FBQzVCLE9BQU8sSUFBSSxDQUFDLG9CQUFvQixDQUFDO0lBQ25DLENBQUM7SUFFRCxJQUFXLGFBQWE7UUFDdEIsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDO0lBQzdCLENBQUM7SUFFRCxJQUFXLDJCQUEyQjtRQUNwQyxPQUFPLElBQUksQ0FBQyw4QkFBOEIsR0FBRyxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUVELElBQVcsUUFBUTtRQUNqQixPQUFPLElBQUksQ0FBQyxLQUFLLEVBQUUsV0FBMEIsQ0FBQztJQUNoRCxDQUFDO0lBRU0sS0FBSyxDQUF3QjtJQUU3QixPQUFPLENBQTBCO0lBRXhDLElBQVcsU0FBUztRQUNsQixPQUFPLElBQUksQ0FBQyxPQUFPLEVBQUUsU0FBNEIsQ0FBQztJQUNwRCxDQUFDO0lBRWUsS0FBSyxHQUFHLElBQUksYUFBYSxFQUFFLENBQUM7SUFDNUIsV0FBVyxHQUFHLElBQUksbUJBQW1CLEVBQUUsQ0FBQztJQUN4QyxpQkFBaUIsR0FBRyxJQUFJLHlCQUF5QixFQUFFLENBQUM7SUFFcEQsT0FBTyxHQUFHLElBQUksa0JBQWtCLENBQWtCLFFBQVEsQ0FBQyxDQUFDO0lBQzVELE1BQU0sR0FBRyxJQUFJLGtCQUFrQixDQUFpQixPQUFPLENBQUMsQ0FBQztJQUN6RCxPQUFPLEdBQUcsSUFBSSxrQkFBa0IsQ0FBa0IsUUFBUSxDQUFDLENBQUM7SUFFNUQsU0FBUyxHQUFHLElBQUksbUJBQW1CLEVBQUUsQ0FBQztJQUUvQyxVQUFVLENBQTZCO0lBRXZDLGVBQWU7UUFDcEIsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVNLHFCQUFxQjtRQUMxQixJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztRQUM1QixJQUFJLENBQUMsbUJBQW1CLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDcEMsQ0FBQztJQUVNLHNCQUFzQjtRQUMzQixJQUFJLENBQUMsOEJBQThCLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDMUMsQ0FBQztJQUVNLG9CQUFvQjtRQUN6QixJQUFJLENBQUMsSUFBSSxDQUFDLDhCQUE4QixFQUFFLENBQUM7WUFDekMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsOEJBQThCLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDMUMsQ0FBQztJQUVNLGdCQUFnQjtRQUNyQixJQUFJLENBQUMsaUJBQWlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDbEMsQ0FBQzt3R0ExRVUsZ0JBQWdCOzRHQUFoQixnQkFBZ0I7OzRGQUFoQixnQkFBZ0I7a0JBRDVCLFVBQVU7O0FBOEVYLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRztJQUN2QixnRUFBZ0U7SUFDaEUsY0FBYyxFQUFFLFlBQVksQ0FBcUIsZ0JBQWdCLENBQUM7SUFFbEUsZ0VBQWdFO0lBQ2hFLGNBQWMsRUFBRSxZQUFZLENBQXFCLGdCQUFnQixDQUFDO0lBRWxFLGdFQUFnRTtJQUNoRSxJQUFJLEVBQUUsWUFBWSxDQUFZLGVBQWUsQ0FBQztJQUU5QyxnRUFBZ0U7SUFDaEUsVUFBVSxFQUFFLFlBQVksQ0FBa0IsWUFBWSxDQUFDO0lBRXZELGdFQUFnRTtJQUNoRSxjQUFjLEVBQUUsWUFBWSxDQUFxQixnQkFBZ0IsQ0FBQztJQUVsRSxnRUFBZ0U7SUFDaEUsT0FBTyxFQUFFLFlBQVksQ0FBZSxTQUFTLENBQUM7Q0FDdEMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZGbG93QmFzZSB9IGZyb20gJy4uL2YtZmxvdyc7XG5pbXBvcnQgeyBGQ2FudmFzQmFzZSB9IGZyb20gJy4uL2YtY2FudmFzJztcbmltcG9ydCB7IEZCYWNrZ3JvdW5kQmFzZSB9IGZyb20gJy4uL2YtYmFja2dyb3VkJztcbmltcG9ydCB7IEZOb2RlSW5wdXRCYXNlLCBGTm9kZU91dGxldEJhc2UsIEZOb2RlT3V0cHV0QmFzZSB9IGZyb20gJy4uL2YtY29ubmVjdG9ycyc7XG5pbXBvcnQgeyBGRHJhZ2dhYmxlQmFzZSB9IGZyb20gJy4uL2YtZHJhZ2dhYmxlJztcbmltcG9ydCB7IEZDaGFubmVsIH0gZnJvbSAnLi4vcmVhY3Rpdml0eSc7XG5pbXBvcnQgeyBJVHJhbnNmb3JtTW9kZWwgfSBmcm9tICdAZm9ibGV4LzJkJztcbmltcG9ydCB7IEZDb25uZWN0b3JSZWdpc3RyeSB9IGZyb20gJy4vZi1jb25uZWN0b3ItcmVnaXN0cnknO1xuaW1wb3J0IHsgRk5vZGVSZWdpc3RyeSB9IGZyb20gJy4vZi1ub2RlLXJlZ2lzdHJ5JztcbmltcG9ydCB7IEZDb25uZWN0aW9uUmVnaXN0cnkgfSBmcm9tICcuL2YtY29ubmVjdGlvbi1yZWdpc3RyeSc7XG5pbXBvcnQgeyBGQ29ubmVjdGlvbk1hcmtlclJlZ2lzdHJ5IH0gZnJvbSAnLi9mLWNvbm5lY3Rpb24tbWFya2VyLXJlZ2lzdHJ5JztcbmltcG9ydCB7IGZJbnN0YW5jZUtleSwgRlNpbmdsZVJlZ2lzdHJ5QmFzZSB9IGZyb20gJy4vYmFzZSc7XG5pbXBvcnQgeyBGWm9vbUJhc2UgfSBmcm9tICcuLi9mLXpvb20nO1xuaW1wb3J0IHsgRlNlbGVjdGlvbkFyZWFCYXNlIH0gZnJvbSAnLi4vZi1zZWxlY3Rpb24tYXJlYSc7XG5pbXBvcnQgeyBGTWFnbmV0aWNMaW5lc0Jhc2UgfSBmcm9tICcuLi9mLW1hZ25ldGljLWxpbmVzJztcbmltcG9ydCB7IEZNYWduZXRpY1JlY3RzQmFzZSB9IGZyb20gJy4uL2YtbWFnbmV0aWMtcmVjdHMnO1xuaW1wb3J0IHsgRk1pbmltYXBCYXNlIH0gZnJvbSAnLi4vZi1taW5pbWFwJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEZDb21wb25lbnRzU3RvcmUge1xuICBwdWJsaWMgcmVhZG9ubHkgdHJhbnNmb3JtQ2hhbmdlcyQgPSBuZXcgRkNoYW5uZWwoKTtcblxuICBwdWJsaWMgcmVhZG9ubHkgY29ubmVjdGlvbnNDaGFuZ2VzJCA9IG5ldyBGQ2hhbm5lbCgpO1xuICBwcml2YXRlIF9jb25uZWN0aW9uc1JldmlzaW9uID0gMDtcblxuICBwdWJsaWMgcmVhZG9ubHkgbm9kZXNDaGFuZ2VzJCA9IG5ldyBGQ2hhbm5lbCgpO1xuICBwcml2YXRlIF9ub2Rlc1JldmlzaW9uID0gMDtcblxuICBwdWJsaWMgcmVhZG9ubHkgcHJvZ3Jlc3NpdmVSZW5kZXJDaGFuZ2VzJCA9IG5ldyBGQ2hhbm5lbCgpO1xuICBwcml2YXRlIF9wZW5kaW5nUHJvZ3Jlc3NpdmVSZW5kZXJDb3VudCA9IDA7XG5cbiAgcHVibGljIGdldCBjb25uZWN0aW9uc1JldmlzaW9uKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIHRoaXMuX2Nvbm5lY3Rpb25zUmV2aXNpb247XG4gIH1cblxuICBwdWJsaWMgZ2V0IG5vZGVzUmV2aXNpb24oKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fbm9kZXNSZXZpc2lvbjtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaGFzUGVuZGluZ1Byb2dyZXNzaXZlUmVuZGVyKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9wZW5kaW5nUHJvZ3Jlc3NpdmVSZW5kZXJDb3VudCA+IDA7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGZsb3dIb3N0KCk6IEhUTUxFbGVtZW50IHtcbiAgICByZXR1cm4gdGhpcy5mRmxvdz8uaG9zdEVsZW1lbnQgYXMgSFRNTEVsZW1lbnQ7XG4gIH1cblxuICBwdWJsaWMgZkZsb3c6IEZGbG93QmFzZSB8IHVuZGVmaW5lZDtcblxuICBwdWJsaWMgZkNhbnZhczogRkNhbnZhc0Jhc2UgfCB1bmRlZmluZWQ7XG5cbiAgcHVibGljIGdldCB0cmFuc2Zvcm0oKTogSVRyYW5zZm9ybU1vZGVsIHtcbiAgICByZXR1cm4gdGhpcy5mQ2FudmFzPy50cmFuc2Zvcm0gYXMgSVRyYW5zZm9ybU1vZGVsO1xuICB9XG5cbiAgcHVibGljIHJlYWRvbmx5IG5vZGVzID0gbmV3IEZOb2RlUmVnaXN0cnkoKTtcbiAgcHVibGljIHJlYWRvbmx5IGNvbm5lY3Rpb25zID0gbmV3IEZDb25uZWN0aW9uUmVnaXN0cnkoKTtcbiAgcHVibGljIHJlYWRvbmx5IGNvbm5lY3Rpb25NYXJrZXJzID0gbmV3IEZDb25uZWN0aW9uTWFya2VyUmVnaXN0cnkoKTtcblxuICBwdWJsaWMgcmVhZG9ubHkgb3V0cHV0cyA9IG5ldyBGQ29ubmVjdG9yUmVnaXN0cnk8Rk5vZGVPdXRwdXRCYXNlPignT3V0cHV0Jyk7XG4gIHB1YmxpYyByZWFkb25seSBpbnB1dHMgPSBuZXcgRkNvbm5lY3RvclJlZ2lzdHJ5PEZOb2RlSW5wdXRCYXNlPignSW5wdXQnKTtcbiAgcHVibGljIHJlYWRvbmx5IG91dGxldHMgPSBuZXcgRkNvbm5lY3RvclJlZ2lzdHJ5PEZOb2RlT3V0bGV0QmFzZT4oJ091dGxldCcpO1xuXG4gIHB1YmxpYyByZWFkb25seSBpbnN0YW5jZXMgPSBuZXcgRlNpbmdsZVJlZ2lzdHJ5QmFzZSgpO1xuXG4gIHB1YmxpYyBmRHJhZ2dhYmxlOiBGRHJhZ2dhYmxlQmFzZSB8IHVuZGVmaW5lZDtcblxuICBwdWJsaWMgZW1pdE5vZGVDaGFuZ2VzKCk6IHZvaWQge1xuICAgIHRoaXMuX25vZGVzUmV2aXNpb24rKztcbiAgICB0aGlzLm5vZGVzQ2hhbmdlcyQubm90aWZ5KCk7XG4gIH1cblxuICBwdWJsaWMgZW1pdENvbm5lY3Rpb25DaGFuZ2VzKCk6IHZvaWQge1xuICAgIHRoaXMuX2Nvbm5lY3Rpb25zUmV2aXNpb24rKztcbiAgICB0aGlzLmNvbm5lY3Rpb25zQ2hhbmdlcyQubm90aWZ5KCk7XG4gIH1cblxuICBwdWJsaWMgYmVnaW5Qcm9ncmVzc2l2ZVJlbmRlcigpOiB2b2lkIHtcbiAgICB0aGlzLl9wZW5kaW5nUHJvZ3Jlc3NpdmVSZW5kZXJDb3VudCsrO1xuICAgIHRoaXMucHJvZ3Jlc3NpdmVSZW5kZXJDaGFuZ2VzJC5ub3RpZnkoKTtcbiAgfVxuXG4gIHB1YmxpYyBlbmRQcm9ncmVzc2l2ZVJlbmRlcigpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuX3BlbmRpbmdQcm9ncmVzc2l2ZVJlbmRlckNvdW50KSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgdGhpcy5fcGVuZGluZ1Byb2dyZXNzaXZlUmVuZGVyQ291bnQtLTtcbiAgICB0aGlzLnByb2dyZXNzaXZlUmVuZGVyQ2hhbmdlcyQubm90aWZ5KCk7XG4gIH1cblxuICBwdWJsaWMgdHJhbnNmb3JtQ2hhbmdlZCgpOiB2b2lkIHtcbiAgICB0aGlzLnRyYW5zZm9ybUNoYW5nZXMkLm5vdGlmeSgpO1xuICB9XG59XG5cbmV4cG9ydCBjb25zdCBJTlNUQU5DRVMgPSB7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbiAgTUFHTkVUSUNfTElORVM6IGZJbnN0YW5jZUtleTxGTWFnbmV0aWNMaW5lc0Jhc2U+KCdtYWduZXRpYy1saW5lcycpLFxuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbiAgTUFHTkVUSUNfUkVDVFM6IGZJbnN0YW5jZUtleTxGTWFnbmV0aWNSZWN0c0Jhc2U+KCdtYWduZXRpYy1yZWN0cycpLFxuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbiAgWk9PTTogZkluc3RhbmNlS2V5PEZab29tQmFzZT4oJ3pvb20tY29udHJvbHMnKSxcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG4gIEJBQ0tHUk9VTkQ6IGZJbnN0YW5jZUtleTxGQmFja2dyb3VuZEJhc2U+KCdiYWNrZ3JvdW5kJyksXG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuICBTRUxFQ1RJT05fQVJFQTogZkluc3RhbmNlS2V5PEZTZWxlY3Rpb25BcmVhQmFzZT4oJ3NlbGVjdGlvbi1hcmVhJyksXG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuICBNSU5JTUFQOiBmSW5zdGFuY2VLZXk8Rk1pbmltYXBCYXNlPignbWluaW1hcCcpLFxufSBhcyBjb25zdDtcbiJdfQ==
|
|
121
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb21wb25lbnRzLXN0b3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mLWNvbXBvbmVudHMtc3RvcmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU0zQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNsRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsWUFBWSxFQUFFLG1CQUFtQixFQUFFLE1BQU0sUUFBUSxDQUFDOztBQVMzRCxNQUFNLE9BQU8sZ0JBQWdCO0lBQ1gsaUJBQWlCLEdBQUcsSUFBSSxRQUFRLEVBQUUsQ0FBQztJQUNuQyx5QkFBeUIsR0FBRyxJQUFJLFFBQVEsRUFBRSxDQUFDO0lBRTNDLG1CQUFtQixHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFDN0Msb0JBQW9CLEdBQUcsQ0FBQyxDQUFDO0lBQ2pCLDJCQUEyQixHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFDckQsNEJBQTRCLEdBQUcsQ0FBQyxDQUFDO0lBQ2pDLGlDQUFpQyxHQUFHLENBQUMsQ0FBQztJQUN0Qyx1QkFBdUIsR0FBRyxDQUFDLENBQUM7SUFFcEIsYUFBYSxHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFDdkMsY0FBYyxHQUFHLENBQUMsQ0FBQztJQUVYLHlCQUF5QixHQUFHLElBQUksUUFBUSxFQUFFLENBQUM7SUFDbkQsOEJBQThCLEdBQUcsQ0FBQyxDQUFDO0lBRTNDLElBQVcsbUJBQW1CO1FBQzVCLE9BQU8sSUFBSSxDQUFDLG9CQUFvQixDQUFDO0lBQ25DLENBQUM7SUFFRCxJQUFXLDJCQUEyQjtRQUNwQyxPQUFPLElBQUksQ0FBQyw0QkFBNEIsQ0FBQztJQUMzQyxDQUFDO0lBRUQsSUFBVyxnQ0FBZ0M7UUFDekMsT0FBTyxJQUFJLENBQUMsaUNBQWlDLENBQUM7SUFDaEQsQ0FBQztJQUVELElBQVcsYUFBYTtRQUN0QixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDN0IsQ0FBQztJQUVELElBQVcsMkJBQTJCO1FBQ3BDLE9BQU8sSUFBSSxDQUFDLDhCQUE4QixHQUFHLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRUQsSUFBVyxtQkFBbUI7UUFDNUIsT0FBTyxJQUFJLENBQUMsdUJBQXVCLEdBQUcsQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFFRCxJQUFXLFFBQVE7UUFDakIsT0FBTyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQTBCLENBQUM7SUFDaEQsQ0FBQztJQUVNLEtBQUssQ0FBd0I7SUFFN0IsT0FBTyxDQUEwQjtJQUV4QyxJQUFXLFNBQVM7UUFDbEIsT0FBTyxJQUFJLENBQUMsT0FBTyxFQUFFLFNBQTRCLENBQUM7SUFDcEQsQ0FBQztJQUVlLEtBQUssR0FBRyxJQUFJLGFBQWEsRUFBRSxDQUFDO0lBQzVCLFdBQVcsR0FBRyxJQUFJLG1CQUFtQixFQUFFLENBQUM7SUFDeEMsaUJBQWlCLEdBQUcsSUFBSSx5QkFBeUIsRUFBRSxDQUFDO0lBRXBELE9BQU8sR0FBRyxJQUFJLGtCQUFrQixDQUFrQixRQUFRLENBQUMsQ0FBQztJQUM1RCxNQUFNLEdBQUcsSUFBSSxrQkFBa0IsQ0FBaUIsT0FBTyxDQUFDLENBQUM7SUFDekQsT0FBTyxHQUFHLElBQUksa0JBQWtCLENBQWtCLFFBQVEsQ0FBQyxDQUFDO0lBRTVELFNBQVMsR0FBRyxJQUFJLG1CQUFtQixFQUFFLENBQUM7SUFFL0MsVUFBVSxDQUE2QjtJQUV2QyxlQUFlO1FBQ3BCLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN0QixJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFFTSxxQkFBcUI7UUFDMUIsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLG1CQUFtQixDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFTSx5QkFBeUIsQ0FBQyxRQUFnQixFQUFFLGFBQXFCO1FBQ3RFLElBQ0UsUUFBUSxHQUFHLElBQUksQ0FBQyw0QkFBNEI7WUFDNUMsQ0FBQyxRQUFRLEtBQUssSUFBSSxDQUFDLDRCQUE0QjtnQkFDN0MsYUFBYSxJQUFJLElBQUksQ0FBQyxpQ0FBaUMsQ0FBQyxFQUMxRCxDQUFDO1lBQ0QsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsNEJBQTRCLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUM7UUFDbEYsSUFBSSxDQUFDLGlDQUFpQyxHQUFHLGFBQWEsQ0FBQztRQUN2RCxJQUFJLENBQUMsMkJBQTJCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDNUMsQ0FBQztJQUVNLHNCQUFzQjtRQUMzQixJQUFJLENBQUMsOEJBQThCLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDMUMsQ0FBQztJQUVNLG9CQUFvQjtRQUN6QixJQUFJLENBQUMsSUFBSSxDQUFDLDhCQUE4QixFQUFFLENBQUM7WUFDekMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsOEJBQThCLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDMUMsQ0FBQztJQUVNLGdCQUFnQjtRQUNyQixJQUFJLENBQUMsaUJBQWlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDbEMsQ0FBQztJQUVNLHNCQUFzQjtRQUMzQixJQUFJLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztRQUMvQixJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDMUMsQ0FBQztJQUVNLG9CQUFvQjtRQUN6QixJQUFJLENBQUMsSUFBSSxDQUFDLHVCQUF1QixFQUFFLENBQUM7WUFDbEMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztRQUMvQixJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDMUMsQ0FBQzt3R0F2SFUsZ0JBQWdCOzRHQUFoQixnQkFBZ0I7OzRGQUFoQixnQkFBZ0I7a0JBRDVCLFVBQVU7O0FBMkhYLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRztJQUN2QixnRUFBZ0U7SUFDaEUsY0FBYyxFQUFFLFlBQVksQ0FBcUIsZ0JBQWdCLENBQUM7SUFFbEUsZ0VBQWdFO0lBQ2hFLGNBQWMsRUFBRSxZQUFZLENBQXFCLGdCQUFnQixDQUFDO0lBRWxFLGdFQUFnRTtJQUNoRSxJQUFJLEVBQUUsWUFBWSxDQUFZLGVBQWUsQ0FBQztJQUU5QyxnRUFBZ0U7SUFDaEUsVUFBVSxFQUFFLFlBQVksQ0FBa0IsWUFBWSxDQUFDO0lBRXZELGdFQUFnRTtJQUNoRSxjQUFjLEVBQUUsWUFBWSxDQUFxQixnQkFBZ0IsQ0FBQztJQUVsRSxnRUFBZ0U7SUFDaEUsT0FBTyxFQUFFLFlBQVksQ0FBZSxTQUFTLENBQUM7SUFFOUMsZ0VBQWdFO0lBQ2hFLFFBQVEsRUFBRSxZQUFZLENBQWUsVUFBVSxDQUFDO0NBQ3hDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGRmxvd0Jhc2UgfSBmcm9tICcuLi9mLWZsb3cnO1xuaW1wb3J0IHsgRkNhbnZhc0Jhc2UgfSBmcm9tICcuLi9mLWNhbnZhcyc7XG5pbXBvcnQgeyBGQmFja2dyb3VuZEJhc2UgfSBmcm9tICcuLi9mLWJhY2tncm91ZCc7XG5pbXBvcnQgeyBGTm9kZUlucHV0QmFzZSwgRk5vZGVPdXRsZXRCYXNlLCBGTm9kZU91dHB1dEJhc2UgfSBmcm9tICcuLi9mLWNvbm5lY3RvcnMnO1xuaW1wb3J0IHsgRkRyYWdnYWJsZUJhc2UgfSBmcm9tICcuLi9mLWRyYWdnYWJsZSc7XG5pbXBvcnQgeyBGQ2hhbm5lbCB9IGZyb20gJy4uL3JlYWN0aXZpdHknO1xuaW1wb3J0IHsgSVRyYW5zZm9ybU1vZGVsIH0gZnJvbSAnQGZvYmxleC8yZCc7XG5pbXBvcnQgeyBGQ29ubmVjdG9yUmVnaXN0cnkgfSBmcm9tICcuL2YtY29ubmVjdG9yLXJlZ2lzdHJ5JztcbmltcG9ydCB7IEZOb2RlUmVnaXN0cnkgfSBmcm9tICcuL2Ytbm9kZS1yZWdpc3RyeSc7XG5pbXBvcnQgeyBGQ29ubmVjdGlvblJlZ2lzdHJ5IH0gZnJvbSAnLi9mLWNvbm5lY3Rpb24tcmVnaXN0cnknO1xuaW1wb3J0IHsgRkNvbm5lY3Rpb25NYXJrZXJSZWdpc3RyeSB9IGZyb20gJy4vZi1jb25uZWN0aW9uLW1hcmtlci1yZWdpc3RyeSc7XG5pbXBvcnQgeyBmSW5zdGFuY2VLZXksIEZTaW5nbGVSZWdpc3RyeUJhc2UgfSBmcm9tICcuL2Jhc2UnO1xuaW1wb3J0IHsgRlpvb21CYXNlIH0gZnJvbSAnLi4vZi16b29tJztcbmltcG9ydCB7IEZTZWxlY3Rpb25BcmVhQmFzZSB9IGZyb20gJy4uL2Ytc2VsZWN0aW9uLWFyZWEnO1xuaW1wb3J0IHsgRk1hZ25ldGljTGluZXNCYXNlIH0gZnJvbSAnLi4vZi1tYWduZXRpYy1saW5lcyc7XG5pbXBvcnQgeyBGTWFnbmV0aWNSZWN0c0Jhc2UgfSBmcm9tICcuLi9mLW1hZ25ldGljLXJlY3RzJztcbmltcG9ydCB7IEZNaW5pbWFwQmFzZSB9IGZyb20gJy4uL2YtbWluaW1hcCc7XG5pbXBvcnQgeyBGQXV0b1BhbkJhc2UgfSBmcm9tICcuLi9mLWF1dG8tcGFuJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEZDb21wb25lbnRzU3RvcmUge1xuICBwdWJsaWMgcmVhZG9ubHkgdHJhbnNmb3JtQ2hhbmdlcyQgPSBuZXcgRkNoYW5uZWwoKTtcbiAgcHVibGljIHJlYWRvbmx5IHZpZXdwb3J0QW5pbWF0aW9uQ2hhbmdlcyQgPSBuZXcgRkNoYW5uZWwoKTtcblxuICBwdWJsaWMgcmVhZG9ubHkgY29ubmVjdGlvbnNDaGFuZ2VzJCA9IG5ldyBGQ2hhbm5lbCgpO1xuICBwcml2YXRlIF9jb25uZWN0aW9uc1JldmlzaW9uID0gMDtcbiAgcHVibGljIHJlYWRvbmx5IGNvbm5lY3Rpb25zUmVuZGVyZWRDaGFuZ2VzJCA9IG5ldyBGQ2hhbm5lbCgpO1xuICBwcml2YXRlIF9jb25uZWN0aW9uc1JlbmRlcmVkUmV2aXNpb24gPSAwO1xuICBwcml2YXRlIF9jb25uZWN0aW9uc1JlbmRlcmVkTm9kZXNSZXZpc2lvbiA9IDA7XG4gIHByaXZhdGUgX3ZpZXdwb3J0QW5pbWF0aW9uQ291bnQgPSAwO1xuXG4gIHB1YmxpYyByZWFkb25seSBub2Rlc0NoYW5nZXMkID0gbmV3IEZDaGFubmVsKCk7XG4gIHByaXZhdGUgX25vZGVzUmV2aXNpb24gPSAwO1xuXG4gIHB1YmxpYyByZWFkb25seSBwcm9ncmVzc2l2ZVJlbmRlckNoYW5nZXMkID0gbmV3IEZDaGFubmVsKCk7XG4gIHByaXZhdGUgX3BlbmRpbmdQcm9ncmVzc2l2ZVJlbmRlckNvdW50ID0gMDtcblxuICBwdWJsaWMgZ2V0IGNvbm5lY3Rpb25zUmV2aXNpb24oKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fY29ubmVjdGlvbnNSZXZpc2lvbjtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgY29ubmVjdGlvbnNSZW5kZXJlZFJldmlzaW9uKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIHRoaXMuX2Nvbm5lY3Rpb25zUmVuZGVyZWRSZXZpc2lvbjtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgY29ubmVjdGlvbnNSZW5kZXJlZE5vZGVzUmV2aXNpb24oKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fY29ubmVjdGlvbnNSZW5kZXJlZE5vZGVzUmV2aXNpb247XG4gIH1cblxuICBwdWJsaWMgZ2V0IG5vZGVzUmV2aXNpb24oKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5fbm9kZXNSZXZpc2lvbjtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaGFzUGVuZGluZ1Byb2dyZXNzaXZlUmVuZGVyKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9wZW5kaW5nUHJvZ3Jlc3NpdmVSZW5kZXJDb3VudCA+IDA7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGlzVmlld3BvcnRBbmltYXRpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX3ZpZXdwb3J0QW5pbWF0aW9uQ291bnQgPiAwO1xuICB9XG5cbiAgcHVibGljIGdldCBmbG93SG9zdCgpOiBIVE1MRWxlbWVudCB7XG4gICAgcmV0dXJuIHRoaXMuZkZsb3c/Lmhvc3RFbGVtZW50IGFzIEhUTUxFbGVtZW50O1xuICB9XG5cbiAgcHVibGljIGZGbG93OiBGRmxvd0Jhc2UgfCB1bmRlZmluZWQ7XG5cbiAgcHVibGljIGZDYW52YXM6IEZDYW52YXNCYXNlIHwgdW5kZWZpbmVkO1xuXG4gIHB1YmxpYyBnZXQgdHJhbnNmb3JtKCk6IElUcmFuc2Zvcm1Nb2RlbCB7XG4gICAgcmV0dXJuIHRoaXMuZkNhbnZhcz8udHJhbnNmb3JtIGFzIElUcmFuc2Zvcm1Nb2RlbDtcbiAgfVxuXG4gIHB1YmxpYyByZWFkb25seSBub2RlcyA9IG5ldyBGTm9kZVJlZ2lzdHJ5KCk7XG4gIHB1YmxpYyByZWFkb25seSBjb25uZWN0aW9ucyA9IG5ldyBGQ29ubmVjdGlvblJlZ2lzdHJ5KCk7XG4gIHB1YmxpYyByZWFkb25seSBjb25uZWN0aW9uTWFya2VycyA9IG5ldyBGQ29ubmVjdGlvbk1hcmtlclJlZ2lzdHJ5KCk7XG5cbiAgcHVibGljIHJlYWRvbmx5IG91dHB1dHMgPSBuZXcgRkNvbm5lY3RvclJlZ2lzdHJ5PEZOb2RlT3V0cHV0QmFzZT4oJ091dHB1dCcpO1xuICBwdWJsaWMgcmVhZG9ubHkgaW5wdXRzID0gbmV3IEZDb25uZWN0b3JSZWdpc3RyeTxGTm9kZUlucHV0QmFzZT4oJ0lucHV0Jyk7XG4gIHB1YmxpYyByZWFkb25seSBvdXRsZXRzID0gbmV3IEZDb25uZWN0b3JSZWdpc3RyeTxGTm9kZU91dGxldEJhc2U+KCdPdXRsZXQnKTtcblxuICBwdWJsaWMgcmVhZG9ubHkgaW5zdGFuY2VzID0gbmV3IEZTaW5nbGVSZWdpc3RyeUJhc2UoKTtcblxuICBwdWJsaWMgZkRyYWdnYWJsZTogRkRyYWdnYWJsZUJhc2UgfCB1bmRlZmluZWQ7XG5cbiAgcHVibGljIGVtaXROb2RlQ2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLl9ub2Rlc1JldmlzaW9uKys7XG4gICAgdGhpcy5ub2Rlc0NoYW5nZXMkLm5vdGlmeSgpO1xuICB9XG5cbiAgcHVibGljIGVtaXRDb25uZWN0aW9uQ2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLl9jb25uZWN0aW9uc1JldmlzaW9uKys7XG4gICAgdGhpcy5jb25uZWN0aW9uc0NoYW5nZXMkLm5vdGlmeSgpO1xuICB9XG5cbiAgcHVibGljIGNvbXBsZXRlQ29ubmVjdGlvbnNSZW5kZXIocmV2aXNpb246IG51bWJlciwgbm9kZXNSZXZpc2lvbjogbnVtYmVyKTogdm9pZCB7XG4gICAgaWYgKFxuICAgICAgcmV2aXNpb24gPCB0aGlzLl9jb25uZWN0aW9uc1JlbmRlcmVkUmV2aXNpb24gfHxcbiAgICAgIChyZXZpc2lvbiA9PT0gdGhpcy5fY29ubmVjdGlvbnNSZW5kZXJlZFJldmlzaW9uICYmXG4gICAgICAgIG5vZGVzUmV2aXNpb24gPD0gdGhpcy5fY29ubmVjdGlvbnNSZW5kZXJlZE5vZGVzUmV2aXNpb24pXG4gICAgKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgdGhpcy5fY29ubmVjdGlvbnNSZW5kZXJlZFJldmlzaW9uID0gTWF0aC5taW4ocmV2aXNpb24sIHRoaXMuX2Nvbm5lY3Rpb25zUmV2aXNpb24pO1xuICAgIHRoaXMuX2Nvbm5lY3Rpb25zUmVuZGVyZWROb2Rlc1JldmlzaW9uID0gbm9kZXNSZXZpc2lvbjtcbiAgICB0aGlzLmNvbm5lY3Rpb25zUmVuZGVyZWRDaGFuZ2VzJC5ub3RpZnkoKTtcbiAgfVxuXG4gIHB1YmxpYyBiZWdpblByb2dyZXNzaXZlUmVuZGVyKCk6IHZvaWQge1xuICAgIHRoaXMuX3BlbmRpbmdQcm9ncmVzc2l2ZVJlbmRlckNvdW50Kys7XG4gICAgdGhpcy5wcm9ncmVzc2l2ZVJlbmRlckNoYW5nZXMkLm5vdGlmeSgpO1xuICB9XG5cbiAgcHVibGljIGVuZFByb2dyZXNzaXZlUmVuZGVyKCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5fcGVuZGluZ1Byb2dyZXNzaXZlUmVuZGVyQ291bnQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLl9wZW5kaW5nUHJvZ3Jlc3NpdmVSZW5kZXJDb3VudC0tO1xuICAgIHRoaXMucHJvZ3Jlc3NpdmVSZW5kZXJDaGFuZ2VzJC5ub3RpZnkoKTtcbiAgfVxuXG4gIHB1YmxpYyB0cmFuc2Zvcm1DaGFuZ2VkKCk6IHZvaWQge1xuICAgIHRoaXMudHJhbnNmb3JtQ2hhbmdlcyQubm90aWZ5KCk7XG4gIH1cblxuICBwdWJsaWMgYmVnaW5WaWV3cG9ydEFuaW1hdGlvbigpOiB2b2lkIHtcbiAgICB0aGlzLl92aWV3cG9ydEFuaW1hdGlvbkNvdW50Kys7XG4gICAgdGhpcy52aWV3cG9ydEFuaW1hdGlvbkNoYW5nZXMkLm5vdGlmeSgpO1xuICB9XG5cbiAgcHVibGljIGVuZFZpZXdwb3J0QW5pbWF0aW9uKCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5fdmlld3BvcnRBbmltYXRpb25Db3VudCkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuX3ZpZXdwb3J0QW5pbWF0aW9uQ291bnQtLTtcbiAgICB0aGlzLnZpZXdwb3J0QW5pbWF0aW9uQ2hhbmdlcyQubm90aWZ5KCk7XG4gIH1cbn1cblxuZXhwb3J0IGNvbnN0IElOU1RBTkNFUyA9IHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuICBNQUdORVRJQ19MSU5FUzogZkluc3RhbmNlS2V5PEZNYWduZXRpY0xpbmVzQmFzZT4oJ21hZ25ldGljLWxpbmVzJyksXG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuICBNQUdORVRJQ19SRUNUUzogZkluc3RhbmNlS2V5PEZNYWduZXRpY1JlY3RzQmFzZT4oJ21hZ25ldGljLXJlY3RzJyksXG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuICBaT09NOiBmSW5zdGFuY2VLZXk8Rlpvb21CYXNlPignem9vbS1jb250cm9scycpLFxuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbiAgQkFDS0dST1VORDogZkluc3RhbmNlS2V5PEZCYWNrZ3JvdW5kQmFzZT4oJ2JhY2tncm91bmQnKSxcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG4gIFNFTEVDVElPTl9BUkVBOiBmSW5zdGFuY2VLZXk8RlNlbGVjdGlvbkFyZWFCYXNlPignc2VsZWN0aW9uLWFyZWEnKSxcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG4gIE1JTklNQVA6IGZJbnN0YW5jZUtleTxGTWluaW1hcEJhc2U+KCdtaW5pbWFwJyksXG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuICBBVVRPX1BBTjogZkluc3RhbmNlS2V5PEZBdXRvUGFuQmFzZT4oJ2F1dG8tcGFuJyksXG59IGFzIGNvbnN0O1xuIl19
|
|
@@ -2,4 +2,4 @@ import { FIdRegistryBase } from './base';
|
|
|
2
2
|
export class FConnectionMarkerRegistry extends FIdRegistryBase {
|
|
3
3
|
kind = 'Connection Marker';
|
|
4
4
|
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb25uZWN0aW9uLW1hcmtlci1yZWdpc3RyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZi1jb25uZWN0aW9uLW1hcmtlci1yZWdpc3RyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sUUFBUSxDQUFDO0FBR3pDLE1BQU0sT0FBTyx5QkFBMEIsU0FBUSxlQUFzQztJQUNoRSxJQUFJLEdBQUcsbUJBQW1CLENBQUM7Q0FDL0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGSWRSZWdpc3RyeUJhc2UgfSBmcm9tICcuL2Jhc2UnO1xuaW1wb3J0IHsgRkNvbm5lY3Rpb25NYXJrZXJCYXNlIH0gZnJvbSAnLi4vZi1jb25uZWN0aW9uLXYyJztcblxuZXhwb3J0IGNsYXNzIEZDb25uZWN0aW9uTWFya2VyUmVnaXN0cnkgZXh0ZW5kcyBGSWRSZWdpc3RyeUJhc2U8RkNvbm5lY3Rpb25NYXJrZXJCYXNlPiB7XG4gIHByb3RlY3RlZCByZWFkb25seSBraW5kID0gJ0Nvbm5lY3Rpb24gTWFya2VyJztcbn1cbiJdfQ==
|
|
@@ -22,4 +22,4 @@ export class FConnectionRegistry extends FIdRegistryBase {
|
|
|
22
22
|
this._instancesForSnap = undefined;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb25uZWN0aW9uLXJlZ2lzdHJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mLWNvbm5lY3Rpb24tcmVnaXN0cnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLFFBQVEsQ0FBQztBQUl6QyxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsZUFBZ0M7SUFDcEQsSUFBSSxHQUFHLFlBQVksQ0FBQztJQUUvQixtQkFBbUIsQ0FBNEM7SUFDL0QsaUJBQWlCLENBQXVDO0lBRXpELFVBQVU7UUFDZixPQUFPLElBQUksQ0FBQyxpQkFBaUIsQ0FBQztJQUNoQyxDQUFDO0lBRU0sWUFBWTtRQUNqQixPQUFPLElBQUksQ0FBQyxtQkFBbUIsQ0FBQztJQUNsQyxDQUFDO0lBRU0sWUFBWSxDQUFDLFFBQXVDO1FBQ3pELElBQUksQ0FBQyxtQkFBbUIsR0FBRyxRQUFRLENBQUM7SUFDdEMsQ0FBQztJQUVNLFVBQVUsQ0FBQyxRQUFrQztRQUNsRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsUUFBUSxDQUFDO0lBQ3BDLENBQUM7SUFFTSx1QkFBdUI7UUFDNUIsSUFBSSxDQUFDLG1CQUFtQixHQUFHLFNBQVMsQ0FBQztJQUN2QyxDQUFDO0lBRU0scUJBQXFCO1FBQzFCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxTQUFTLENBQUM7SUFDckMsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRklkUmVnaXN0cnlCYXNlIH0gZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7IEZDb25uZWN0aW9uRm9yQ3JlYXRlQ29tcG9uZW50LCBGU25hcENvbm5lY3Rpb25Db21wb25lbnQgfSBmcm9tICcuLi9mLWNvbm5lY3Rpb24nO1xuaW1wb3J0IHsgRkNvbm5lY3Rpb25CYXNlIH0gZnJvbSAnLi4vZi1jb25uZWN0aW9uLXYyJztcblxuZXhwb3J0IGNsYXNzIEZDb25uZWN0aW9uUmVnaXN0cnkgZXh0ZW5kcyBGSWRSZWdpc3RyeUJhc2U8RkNvbm5lY3Rpb25CYXNlPiB7XG4gIHByb3RlY3RlZCByZWFkb25seSBraW5kID0gJ0Nvbm5lY3Rpb24nO1xuXG4gIHByaXZhdGUgX2luc3RhbmNlc0ZvckNyZWF0ZTogRkNvbm5lY3Rpb25Gb3JDcmVhdGVDb21wb25lbnQgfCB1bmRlZmluZWQ7XG4gIHByaXZhdGUgX2luc3RhbmNlc0ZvclNuYXA6IEZTbmFwQ29ubmVjdGlvbkNvbXBvbmVudCB8IHVuZGVmaW5lZDtcblxuICBwdWJsaWMgZ2V0Rm9yU25hcCgpOiBGU25hcENvbm5lY3Rpb25Db21wb25lbnQgfCB1bmRlZmluZWQge1xuICAgIHJldHVybiB0aGlzLl9pbnN0YW5jZXNGb3JTbmFwO1xuICB9XG5cbiAgcHVibGljIGdldEZvckNyZWF0ZSgpOiBGQ29ubmVjdGlvbkZvckNyZWF0ZUNvbXBvbmVudCB8IHVuZGVmaW5lZCB7XG4gICAgcmV0dXJuIHRoaXMuX2luc3RhbmNlc0ZvckNyZWF0ZTtcbiAgfVxuXG4gIHB1YmxpYyBhZGRGb3JDcmVhdGUoaW5zdGFuY2U6IEZDb25uZWN0aW9uRm9yQ3JlYXRlQ29tcG9uZW50KTogdm9pZCB7XG4gICAgdGhpcy5faW5zdGFuY2VzRm9yQ3JlYXRlID0gaW5zdGFuY2U7XG4gIH1cblxuICBwdWJsaWMgYWRkRm9yU25hcChpbnN0YW5jZTogRlNuYXBDb25uZWN0aW9uQ29tcG9uZW50KTogdm9pZCB7XG4gICAgdGhpcy5faW5zdGFuY2VzRm9yU25hcCA9IGluc3RhbmNlO1xuICB9XG5cbiAgcHVibGljIHJlbW92ZUluc3RhbmNlRm9yQ3JlYXRlKCk6IHZvaWQge1xuICAgIHRoaXMuX2luc3RhbmNlc0ZvckNyZWF0ZSA9IHVuZGVmaW5lZDtcbiAgfVxuXG4gIHB1YmxpYyByZW1vdmVJbnN0YW5jZUZvclNuYXAoKTogdm9pZCB7XG4gICAgdGhpcy5faW5zdGFuY2VzRm9yU25hcCA9IHVuZGVmaW5lZDtcbiAgfVxufVxuIl19
|
|
@@ -6,4 +6,4 @@ export class FConnectorRegistry extends FIdRegistryBase {
|
|
|
6
6
|
this.kind = kind;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb25uZWN0b3ItcmVnaXN0cnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2YtY29ubmVjdG9yLXJlZ2lzdHJ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBVSxlQUFlLEVBQUUsTUFBTSxRQUFRLENBQUM7QUFFakQsTUFBTSxPQUFPLGtCQUE2QyxTQUFRLGVBQTBCO0lBQ3BFO0lBQXRCLFlBQXNCLElBQVk7UUFDaEMsS0FBSyxFQUFFLENBQUM7UUFEWSxTQUFJLEdBQUosSUFBSSxDQUFRO0lBRWxDLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZIYXNJZCwgRklkUmVnaXN0cnlCYXNlIH0gZnJvbSAnLi9iYXNlJztcblxuZXhwb3J0IGNsYXNzIEZDb25uZWN0b3JSZWdpc3RyeTxUSW5zdGFuY2UgZXh0ZW5kcyBGSGFzSWQ+IGV4dGVuZHMgRklkUmVnaXN0cnlCYXNlPFRJbnN0YW5jZT4ge1xuICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQga2luZDogc3RyaW5nKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxufVxuIl19
|
|
@@ -2,4 +2,4 @@ import { FIdRegistryBase } from './base';
|
|
|
2
2
|
export class FNodeRegistry extends FIdRegistryBase {
|
|
3
3
|
kind = 'Node';
|
|
4
4
|
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1ub2RlLXJlZ2lzdHJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mLW5vZGUtcmVnaXN0cnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLFFBQVEsQ0FBQztBQUd6QyxNQUFNLE9BQU8sYUFBYyxTQUFRLGVBQTBCO0lBQ3hDLElBQUksR0FBRyxNQUFNLENBQUM7Q0FDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGSWRSZWdpc3RyeUJhc2UgfSBmcm9tICcuL2Jhc2UnO1xuaW1wb3J0IHsgRk5vZGVCYXNlIH0gZnJvbSAnLi4vZi1ub2RlJztcblxuZXhwb3J0IGNsYXNzIEZOb2RlUmVnaXN0cnkgZXh0ZW5kcyBGSWRSZWdpc3RyeUJhc2U8Rk5vZGVCYXNlPiB7XG4gIHByb3RlY3RlZCByZWFkb25seSBraW5kID0gJ05vZGUnO1xufVxuIl19
|
package/esm2022/f-storage/features/emit-connections-changes/emit-connections-changes-request.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export class EmitConnectionsChangesRequest {
|
|
2
2
|
static fToken = Symbol('EmitConnectionsChangesRequest');
|
|
3
3
|
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1pdC1jb25uZWN0aW9ucy1jaGFuZ2VzLXJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2VtaXQtY29ubmVjdGlvbnMtY2hhbmdlcy9lbWl0LWNvbm5lY3Rpb25zLWNoYW5nZXMtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sNkJBQTZCO0lBQ3hDLE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLCtCQUErQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRW1pdENvbm5lY3Rpb25zQ2hhbmdlc1JlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdFbWl0Q29ubmVjdGlvbnNDaGFuZ2VzUmVxdWVzdCcpO1xufVxuIl19
|
|
@@ -19,4 +19,4 @@ export { EmitConnectionsChanges };
|
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EmitConnectionsChanges, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1pdC1jb25uZWN0aW9ucy1jaGFuZ2VzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9lbWl0LWNvbm5lY3Rpb25zLWNoYW5nZXMvZW1pdC1jb25uZWN0aW9ucy1jaGFuZ2VzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFJL0MsSUFBTSxzQkFBc0IsR0FBNUIsTUFBTSxzQkFBc0I7SUFDaEIsTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRTVDLE1BQU0sQ0FBQyxDQUFnQztRQUM1QyxJQUFJLENBQUMsTUFBTSxDQUFDLHFCQUFxQixFQUFFLENBQUM7SUFDdEMsQ0FBQzt3R0FMVSxzQkFBc0I7NEdBQXRCLHNCQUFzQjs7QUFBdEIsc0JBQXNCO0lBRGxDLGtCQUFrQixDQUFDLDZCQUE2QixDQUFDO0dBQ3JDLHNCQUFzQixDQU1sQzs7NEZBTlksc0JBQXNCO2tCQUZsQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGRXhlY3V0aW9uUmVnaXN0ZXIsIElFeGVjdXRpb24gfSBmcm9tICdAZm9ibGV4L21lZGlhdG9yJztcbmltcG9ydCB7IEVtaXRDb25uZWN0aW9uc0NoYW5nZXNSZXF1ZXN0IH0gZnJvbSAnLi9lbWl0LWNvbm5lY3Rpb25zLWNoYW5nZXMtcmVxdWVzdCc7XG5pbXBvcnQgeyBGQ29tcG9uZW50c1N0b3JlIH0gZnJvbSAnLi4vLi4vLi4vZi1zdG9yYWdlJztcblxuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihFbWl0Q29ubmVjdGlvbnNDaGFuZ2VzUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBFbWl0Q29ubmVjdGlvbnNDaGFuZ2VzIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxFbWl0Q29ubmVjdGlvbnNDaGFuZ2VzUmVxdWVzdCwgdm9pZD4ge1xuICBwcml2YXRlIHJlYWRvbmx5IF9zdG9yZSA9IGluamVjdChGQ29tcG9uZW50c1N0b3JlKTtcblxuICBwdWJsaWMgaGFuZGxlKF86IEVtaXRDb25uZWN0aW9uc0NoYW5nZXNSZXF1ZXN0KTogdm9pZCB7XG4gICAgdGhpcy5fc3RvcmUuZW1pdENvbm5lY3Rpb25DaGFuZ2VzKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './emit-connections-changes';
|
|
2
2
|
export * from './emit-connections-changes-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2VtaXQtY29ubmVjdGlvbnMtY2hhbmdlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBRTNDLGNBQWMsb0NBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2VtaXQtY29ubmVjdGlvbnMtY2hhbmdlcyc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZW1pdC1jb25uZWN0aW9ucy1jaGFuZ2VzLXJlcXVlc3QnO1xuIl19
|
|
@@ -5,4 +5,4 @@ export * from './emit-connections-changes';
|
|
|
5
5
|
export * from './notify-transform-changed';
|
|
6
6
|
export * from './register-plugin-instance';
|
|
7
7
|
export * from './remove-plugin-instance';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpc3Rlbi1jb25uZWN0aW9ucy1jaGFuZ2VzJztcbmV4cG9ydCAqIGZyb20gJy4vbGlzdGVuLW5vZGVzLWNoYW5nZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saXN0ZW4tdHJhbnNmb3JtLWNoYW5nZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9lbWl0LWNvbm5lY3Rpb25zLWNoYW5nZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9ub3RpZnktdHJhbnNmb3JtLWNoYW5nZWQnO1xuZXhwb3J0ICogZnJvbSAnLi9yZWdpc3Rlci1wbHVnaW4taW5zdGFuY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9yZW1vdmUtcGx1Z2luLWluc3RhbmNlJztcbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './listen-connections-changes';
|
|
2
2
|
export * from './listen-connections-changes-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi1jb25uZWN0aW9ucy1jaGFuZ2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUM7QUFFN0MsY0FBYyxzQ0FBc0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGlzdGVuLWNvbm5lY3Rpb25zLWNoYW5nZXMnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpc3Rlbi1jb25uZWN0aW9ucy1jaGFuZ2VzLXJlcXVlc3QnO1xuIl19
|
package/esm2022/f-storage/features/listen-connections-changes/listen-connections-changes-request.mjs
CHANGED
|
@@ -5,4 +5,4 @@ export class ListenConnectionsChangesRequest {
|
|
|
5
5
|
this.notifyOnSubscribe = notifyOnSubscribe;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLWNvbm5lY3Rpb25zLWNoYW5nZXMtcmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZmVhdHVyZXMvbGlzdGVuLWNvbm5lY3Rpb25zLWNoYW5nZXMvbGlzdGVuLWNvbm5lY3Rpb25zLWNoYW5nZXMtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sK0JBQStCO0lBR2Q7SUFGNUIsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMsaUNBQWlDLENBQUMsQ0FBQztJQUVuRSxZQUE0QixvQkFBNkIsSUFBSTtRQUFqQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQWdCO0lBQUcsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBMaXN0ZW5Db25uZWN0aW9uc0NoYW5nZXNSZXF1ZXN0IHtcbiAgc3RhdGljIHJlYWRvbmx5IGZUb2tlbiA9IFN5bWJvbCgnTGlzdGVuQ29ubmVjdGlvbnNDaGFuZ2VzUmVxdWVzdCcpO1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyByZWFkb25seSBub3RpZnlPblN1YnNjcmliZTogYm9vbGVhbiA9IHRydWUpIHt9XG59XG4iXX0=
|
package/esm2022/f-storage/features/listen-connections-changes/listen-connections-changes.mjs
CHANGED
|
@@ -22,4 +22,4 @@ export { ListenConnectionsChanges };
|
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenConnectionsChanges, decorators: [{
|
|
23
23
|
type: Injectable
|
|
24
24
|
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLWNvbm5lY3Rpb25zLWNoYW5nZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi1jb25uZWN0aW9ucy1jaGFuZ2VzL2xpc3Rlbi1jb25uZWN0aW9ucy1jaGFuZ2VzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN2RixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFJeEUsSUFBTSx3QkFBd0IsR0FBOUIsTUFBTSx3QkFBd0I7SUFJbEIsTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRTVDLE1BQU0sQ0FBQyxFQUFFLGlCQUFpQixFQUFtQztRQUNsRSxPQUFPLGlCQUFpQjtZQUN0QixDQUFDLENBQUMsSUFBSSxXQUFXLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsRUFBRSxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDekYsQ0FBQyxDQUFDLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDN0UsQ0FBQzt3R0FWVSx3QkFBd0I7NEdBQXhCLHdCQUF3Qjs7QUFBeEIsd0JBQXdCO0lBRHBDLGtCQUFrQixDQUFDLCtCQUErQixDQUFDO0dBQ3ZDLHdCQUF3QixDQVdwQzs7NEZBWFksd0JBQXdCO2tCQUZwQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGRXhlY3V0aW9uUmVnaXN0ZXIsIElFeGVjdXRpb24gfSBmcm9tICdAZm9ibGV4L21lZGlhdG9yJztcbmltcG9ydCB7IExpc3RlbkNvbm5lY3Rpb25zQ2hhbmdlc1JlcXVlc3QgfSBmcm9tICcuL2xpc3Rlbi1jb25uZWN0aW9ucy1jaGFuZ2VzLXJlcXVlc3QnO1xuaW1wb3J0IHsgRkNvbXBvbmVudHNTdG9yZSB9IGZyb20gJy4uLy4uLy4uL2Ytc3RvcmFnZSc7XG5pbXBvcnQgeyBkZWJvdW5jZVRpbWUsIEZDaGFubmVsSHViLCBub3RpZnlPblN0YXJ0IH0gZnJvbSAnLi4vLi4vLi4vcmVhY3Rpdml0eSc7XG5cbkBJbmplY3RhYmxlKClcbkBGRXhlY3V0aW9uUmVnaXN0ZXIoTGlzdGVuQ29ubmVjdGlvbnNDaGFuZ2VzUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBMaXN0ZW5Db25uZWN0aW9uc0NoYW5nZXMgaW1wbGVtZW50cyBJRXhlY3V0aW9uPFxuICBMaXN0ZW5Db25uZWN0aW9uc0NoYW5nZXNSZXF1ZXN0LFxuICBGQ2hhbm5lbEh1YlxuPiB7XG4gIHByaXZhdGUgcmVhZG9ubHkgX3N0b3JlID0gaW5qZWN0KEZDb21wb25lbnRzU3RvcmUpO1xuXG4gIHB1YmxpYyBoYW5kbGUoeyBub3RpZnlPblN1YnNjcmliZSB9OiBMaXN0ZW5Db25uZWN0aW9uc0NoYW5nZXNSZXF1ZXN0KTogRkNoYW5uZWxIdWIge1xuICAgIHJldHVybiBub3RpZnlPblN1YnNjcmliZVxuICAgICAgPyBuZXcgRkNoYW5uZWxIdWIodGhpcy5fc3RvcmUuY29ubmVjdGlvbnNDaGFuZ2VzJCkucGlwZShub3RpZnlPblN0YXJ0KCksIGRlYm91bmNlVGltZSgxKSlcbiAgICAgIDogbmV3IEZDaGFubmVsSHViKHRoaXMuX3N0b3JlLmNvbm5lY3Rpb25zQ2hhbmdlcyQpLnBpcGUoZGVib3VuY2VUaW1lKDEpKTtcbiAgfVxufVxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './listen-nodes-changes';
|
|
2
2
|
export * from './listen-nodes-changes-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi1ub2Rlcy1jaGFuZ2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUM7QUFFdkMsY0FBYyxnQ0FBZ0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGlzdGVuLW5vZGVzLWNoYW5nZXMnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpc3Rlbi1ub2Rlcy1jaGFuZ2VzLXJlcXVlc3QnO1xuIl19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export class ListenNodesChangesRequest {
|
|
2
2
|
static fToken = Symbol('ListenNodesChangesRequest');
|
|
3
3
|
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLW5vZGVzLWNoYW5nZXMtcmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZmVhdHVyZXMvbGlzdGVuLW5vZGVzLWNoYW5nZXMvbGlzdGVuLW5vZGVzLWNoYW5nZXMtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8seUJBQXlCO0lBQ3BDLE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLDJCQUEyQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTGlzdGVuTm9kZXNDaGFuZ2VzUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ0xpc3Rlbk5vZGVzQ2hhbmdlc1JlcXVlc3QnKTtcbn1cbiJdfQ==
|
|
@@ -20,4 +20,4 @@ export { ListenNodesChanges };
|
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenNodesChanges, decorators: [{
|
|
21
21
|
type: Injectable
|
|
22
22
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLW5vZGVzLWNoYW5nZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi1ub2Rlcy1jaGFuZ2VzL2xpc3Rlbi1ub2Rlcy1jaGFuZ2VzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBSTNDLElBQU0sa0JBQWtCLEdBQXhCLE1BQU0sa0JBQWtCO0lBQ1osTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRTVDLE1BQU0sQ0FBQyxDQUE0QjtRQUN4QyxPQUFPLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDcEQsQ0FBQzt3R0FMVSxrQkFBa0I7NEdBQWxCLGtCQUFrQjs7QUFBbEIsa0JBQWtCO0lBRDlCLGtCQUFrQixDQUFDLHlCQUF5QixDQUFDO0dBQ2pDLGtCQUFrQixDQU05Qjs7NEZBTlksa0JBQWtCO2tCQUY5QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGRXhlY3V0aW9uUmVnaXN0ZXIsIElFeGVjdXRpb24gfSBmcm9tICdAZm9ibGV4L21lZGlhdG9yJztcbmltcG9ydCB7IExpc3Rlbk5vZGVzQ2hhbmdlc1JlcXVlc3QgfSBmcm9tICcuL2xpc3Rlbi1ub2Rlcy1jaGFuZ2VzLXJlcXVlc3QnO1xuaW1wb3J0IHsgRkNvbXBvbmVudHNTdG9yZSB9IGZyb20gJy4uLy4uLy4uL2Ytc3RvcmFnZSc7XG5pbXBvcnQgeyBGQ2hhbm5lbEh1YiB9IGZyb20gJy4uLy4uLy4uL3JlYWN0aXZpdHknO1xuXG5ASW5qZWN0YWJsZSgpXG5ARkV4ZWN1dGlvblJlZ2lzdGVyKExpc3Rlbk5vZGVzQ2hhbmdlc1JlcXVlc3QpXG5leHBvcnQgY2xhc3MgTGlzdGVuTm9kZXNDaGFuZ2VzIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxMaXN0ZW5Ob2Rlc0NoYW5nZXNSZXF1ZXN0LCBGQ2hhbm5lbEh1Yj4ge1xuICBwcml2YXRlIHJlYWRvbmx5IF9zdG9yZSA9IGluamVjdChGQ29tcG9uZW50c1N0b3JlKTtcblxuICBwdWJsaWMgaGFuZGxlKF86IExpc3Rlbk5vZGVzQ2hhbmdlc1JlcXVlc3QpOiBGQ2hhbm5lbEh1YiB7XG4gICAgcmV0dXJuIG5ldyBGQ2hhbm5lbEh1Yih0aGlzLl9zdG9yZS5ub2Rlc0NoYW5nZXMkKTtcbiAgfVxufVxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './listen-transform-changes';
|
|
2
2
|
export * from './listen-transform-changes-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi10cmFuc2Zvcm0tY2hhbmdlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBRTNDLGNBQWMsb0NBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpc3Rlbi10cmFuc2Zvcm0tY2hhbmdlcyc7XG5cbmV4cG9ydCAqIGZyb20gJy4vbGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLXJlcXVlc3QnO1xuIl19
|
package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes-request.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export class ListenTransformChangesRequest {
|
|
2
2
|
static fToken = Symbol('ListenTransformChangesRequest');
|
|
3
3
|
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLXJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi10cmFuc2Zvcm0tY2hhbmdlcy9saXN0ZW4tdHJhbnNmb3JtLWNoYW5nZXMtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sNkJBQTZCO0lBQ3hDLE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLCtCQUErQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTGlzdGVuVHJhbnNmb3JtQ2hhbmdlc1JlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdMaXN0ZW5UcmFuc2Zvcm1DaGFuZ2VzUmVxdWVzdCcpO1xufVxuIl19
|
|
@@ -20,4 +20,4 @@ export { ListenTransformChanges };
|
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenTransformChanges, decorators: [{
|
|
21
21
|
type: Injectable
|
|
22
22
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9saXN0ZW4tdHJhbnNmb3JtLWNoYW5nZXMvbGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFjLE1BQU0sa0JBQWtCLENBQUM7QUFDbEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQUkzQyxJQUFNLHNCQUFzQixHQUE1QixNQUFNLHNCQUFzQjtJQUloQixNQUFNLEdBQUcsTUFBTSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFFNUMsTUFBTSxDQUFDLENBQWdDO1FBQzVDLE9BQU8sSUFBSSxXQUFXLENBQ3BCLElBQUksQ0FBQyxNQUFNLENBQUMsaUJBQWlCLEVBQzdCLElBQUksQ0FBQyxNQUFNLENBQUMsbUJBQW1CLEVBQy9CLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUMxQixDQUFDO0lBQ0osQ0FBQzt3R0FaVSxzQkFBc0I7NEdBQXRCLHNCQUFzQjs7QUFBdEIsc0JBQXNCO0lBRGxDLGtCQUFrQixDQUFDLDZCQUE2QixDQUFDO0dBQ3JDLHNCQUFzQixDQWFsQzs7NEZBYlksc0JBQXNCO2tCQUZsQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTGlzdGVuVHJhbnNmb3JtQ2hhbmdlc1JlcXVlc3QgfSBmcm9tICcuL2xpc3Rlbi10cmFuc2Zvcm0tY2hhbmdlcy1yZXF1ZXN0JztcbmltcG9ydCB7IGluamVjdCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRkNvbXBvbmVudHNTdG9yZSB9IGZyb20gJy4uLy4uL2luZGV4JztcbmltcG9ydCB7IEZFeGVjdXRpb25SZWdpc3RlciwgSUV4ZWN1dGlvbiB9IGZyb20gJ0Bmb2JsZXgvbWVkaWF0b3InO1xuaW1wb3J0IHsgRkNoYW5uZWxIdWIgfSBmcm9tICcuLi8uLi8uLi9yZWFjdGl2aXR5JztcblxuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihMaXN0ZW5UcmFuc2Zvcm1DaGFuZ2VzUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBMaXN0ZW5UcmFuc2Zvcm1DaGFuZ2VzIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxcbiAgTGlzdGVuVHJhbnNmb3JtQ2hhbmdlc1JlcXVlc3QsXG4gIEZDaGFubmVsSHViXG4+IHtcbiAgcHJpdmF0ZSByZWFkb25seSBfc3RvcmUgPSBpbmplY3QoRkNvbXBvbmVudHNTdG9yZSk7XG5cbiAgcHVibGljIGhhbmRsZShfOiBMaXN0ZW5UcmFuc2Zvcm1DaGFuZ2VzUmVxdWVzdCk6IEZDaGFubmVsSHViIHtcbiAgICByZXR1cm4gbmV3IEZDaGFubmVsSHViKFxuICAgICAgdGhpcy5fc3RvcmUudHJhbnNmb3JtQ2hhbmdlcyQsXG4gICAgICB0aGlzLl9zdG9yZS5jb25uZWN0aW9uc0NoYW5nZXMkLFxuICAgICAgdGhpcy5fc3RvcmUubm9kZXNDaGFuZ2VzJCxcbiAgICApO1xuICB9XG59XG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './notify-transform-changed';
|
|
2
2
|
export * from './notify-transform-changed-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL25vdGlmeS10cmFuc2Zvcm0tY2hhbmdlZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBRTNDLGNBQWMsb0NBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL25vdGlmeS10cmFuc2Zvcm0tY2hhbmdlZCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vbm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLXJlcXVlc3QnO1xuIl19
|
package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed-request.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export class NotifyTransformChangedRequest {
|
|
2
2
|
static fToken = Symbol('NotifyTransformChangedRequest');
|
|
3
3
|
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLXJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL25vdGlmeS10cmFuc2Zvcm0tY2hhbmdlZC9ub3RpZnktdHJhbnNmb3JtLWNoYW5nZWQtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sNkJBQTZCO0lBQ3hDLE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLCtCQUErQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZFJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkUmVxdWVzdCcpO1xufVxuIl19
|
|
@@ -19,4 +19,4 @@ export { NotifyTransformChanged };
|
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyTransformChanged, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9ub3RpZnktdHJhbnNmb3JtLWNoYW5nZWQvbm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFJckQsSUFBTSxzQkFBc0IsR0FBNUIsTUFBTSxzQkFBc0I7SUFHaEIsTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRTVDLE1BQU0sQ0FBQyxRQUF1QztRQUNuRCxJQUFJLENBQUMsTUFBTSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDakMsQ0FBQzt3R0FQVSxzQkFBc0I7NEdBQXRCLHNCQUFzQjs7QUFBdEIsc0JBQXNCO0lBRGxDLGtCQUFrQixDQUFDLDZCQUE2QixDQUFDO0dBQ3JDLHNCQUFzQixDQVFsQzs7NEZBUlksc0JBQXNCO2tCQUZsQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZFJlcXVlc3QgfSBmcm9tICcuL25vdGlmeS10cmFuc2Zvcm0tY2hhbmdlZC1yZXF1ZXN0JztcbmltcG9ydCB7IGluamVjdCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRkV4ZWN1dGlvblJlZ2lzdGVyLCBJRXhlY3V0aW9uIH0gZnJvbSAnQGZvYmxleC9tZWRpYXRvcic7XG5pbXBvcnQgeyBGQ29tcG9uZW50c1N0b3JlIH0gZnJvbSAnLi4vLi4vZi1jb21wb25lbnRzLXN0b3JlJztcblxuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkXG4gIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkUmVxdWVzdCwgdm9pZD5cbntcbiAgcHJpdmF0ZSByZWFkb25seSBfc3RvcmUgPSBpbmplY3QoRkNvbXBvbmVudHNTdG9yZSk7XG5cbiAgcHVibGljIGhhbmRsZShfcmVxdWVzdDogTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZFJlcXVlc3QpOiB2b2lkIHtcbiAgICB0aGlzLl9zdG9yZS50cmFuc2Zvcm1DaGFuZ2VkKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './register-plugin-instance';
|
|
2
2
|
export * from './register-plugin-instance-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL3JlZ2lzdGVyLXBsdWdpbi1pbnN0YW5jZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBRTNDLGNBQWMsb0NBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3JlZ2lzdGVyLXBsdWdpbi1pbnN0YW5jZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vcmVnaXN0ZXItcGx1Z2luLWluc3RhbmNlLXJlcXVlc3QnO1xuIl19
|
package/esm2022/f-storage/features/register-plugin-instance/register-plugin-instance-request.mjs
CHANGED
|
@@ -7,4 +7,4 @@ export class RegisterPluginInstanceRequest {
|
|
|
7
7
|
this.instance = instance;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0ZXItcGx1Z2luLWluc3RhbmNlLXJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL3JlZ2lzdGVyLXBsdWdpbi1pbnN0YW5jZS9yZWdpc3Rlci1wbHVnaW4taW5zdGFuY2UtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sNkJBQTZCO0lBR3RCO0lBQ0E7SUFIbEIsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMsK0JBQStCLENBQUMsQ0FBQztJQUNqRSxZQUNrQixHQUEwQixFQUMxQixRQUFpQjtRQURqQixRQUFHLEdBQUgsR0FBRyxDQUF1QjtRQUMxQixhQUFRLEdBQVIsUUFBUSxDQUFTO0lBQ2hDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGSW5zdGFuY2VLZXkgfSBmcm9tICcuLi8uLi9iYXNlJztcblxuZXhwb3J0IGNsYXNzIFJlZ2lzdGVyUGx1Z2luSW5zdGFuY2VSZXF1ZXN0IHtcbiAgc3RhdGljIHJlYWRvbmx5IGZUb2tlbiA9IFN5bWJvbCgnUmVnaXN0ZXJQbHVnaW5JbnN0YW5jZVJlcXVlc3QnKTtcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHJlYWRvbmx5IGtleTogRkluc3RhbmNlS2V5PHVua25vd24+LFxuICAgIHB1YmxpYyByZWFkb25seSBpbnN0YW5jZTogdW5rbm93bixcbiAgKSB7fVxufVxuIl19
|
|
@@ -22,4 +22,4 @@ export { RegisterPluginInstance };
|
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RegisterPluginInstance, decorators: [{
|
|
23
23
|
type: Injectable
|
|
24
24
|
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0ZXItcGx1Z2luLWluc3RhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9yZWdpc3Rlci1wbHVnaW4taW5zdGFuY2UvcmVnaXN0ZXItcGx1Z2luLWluc3RhbmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFFdEQ7O0dBRUc7QUFHSSxJQUFNLHNCQUFzQixHQUE1QixNQUFNLHNCQUFzQjtJQUNoQixNQUFNLEdBQUcsTUFBTSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFFNUMsTUFBTSxDQUFDLEVBQUUsR0FBRyxFQUFFLFFBQVEsRUFBaUM7UUFDNUQsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRSxRQUFRLENBQUMsQ0FBQztJQUMzQyxDQUFDO3dHQUxVLHNCQUFzQjs0R0FBdEIsc0JBQXNCOztBQUF0QixzQkFBc0I7SUFEbEMsa0JBQWtCLENBQUMsNkJBQTZCLENBQUM7R0FDckMsc0JBQXNCLENBTWxDOzs0RkFOWSxzQkFBc0I7a0JBRmxDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZFeGVjdXRpb25SZWdpc3RlciwgSUV4ZWN1dGlvbiB9IGZyb20gJ0Bmb2JsZXgvbWVkaWF0b3InO1xuaW1wb3J0IHsgUmVnaXN0ZXJQbHVnaW5JbnN0YW5jZVJlcXVlc3QgfSBmcm9tICcuL3JlZ2lzdGVyLXBsdWdpbi1pbnN0YW5jZS1yZXF1ZXN0JztcbmltcG9ydCB7IEZDb21wb25lbnRzU3RvcmUgfSBmcm9tICcuLi8uLi8uLi9mLXN0b3JhZ2UnO1xuXG4vKipcbiAqIEV4ZWN1dGlvbiB0aGF0IGFkZHMgYSBsaW5lIGFsaWdubWVudCB0byB0aGUgRkNvbXBvbmVudHNTdG9yZS5cbiAqL1xuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihSZWdpc3RlclBsdWdpbkluc3RhbmNlUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBSZWdpc3RlclBsdWdpbkluc3RhbmNlIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxSZWdpc3RlclBsdWdpbkluc3RhbmNlUmVxdWVzdCwgdm9pZD4ge1xuICBwcml2YXRlIHJlYWRvbmx5IF9zdG9yZSA9IGluamVjdChGQ29tcG9uZW50c1N0b3JlKTtcblxuICBwdWJsaWMgaGFuZGxlKHsga2V5LCBpbnN0YW5jZSB9OiBSZWdpc3RlclBsdWdpbkluc3RhbmNlUmVxdWVzdCk6IHZvaWQge1xuICAgIHRoaXMuX3N0b3JlLmluc3RhbmNlcy5hZGQoa2V5LCBpbnN0YW5jZSk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './remove-plugin-instance';
|
|
2
2
|
export * from './remove-plugin-instance-request';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL3JlbW92ZS1wbHVnaW4taW5zdGFuY2UvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQztBQUV6QyxjQUFjLGtDQUFrQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9yZW1vdmUtcGx1Z2luLWluc3RhbmNlJztcblxuZXhwb3J0ICogZnJvbSAnLi9yZW1vdmUtcGx1Z2luLWluc3RhbmNlLXJlcXVlc3QnO1xuIl19
|
package/esm2022/f-storage/features/remove-plugin-instance/remove-plugin-instance-request.mjs
CHANGED
|
@@ -5,4 +5,4 @@ export class RemovePluginInstanceRequest {
|
|
|
5
5
|
this.key = key;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3ZlLXBsdWdpbi1pbnN0YW5jZS1yZXF1ZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9yZW1vdmUtcGx1Z2luLWluc3RhbmNlL3JlbW92ZS1wbHVnaW4taW5zdGFuY2UtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sMkJBQTJCO0lBRVY7SUFENUIsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMsNkJBQTZCLENBQUMsQ0FBQztJQUMvRCxZQUE0QixHQUEwQjtRQUExQixRQUFHLEdBQUgsR0FBRyxDQUF1QjtJQUFHLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGSW5zdGFuY2VLZXkgfSBmcm9tICcuLi8uLi9iYXNlJztcblxuZXhwb3J0IGNsYXNzIFJlbW92ZVBsdWdpbkluc3RhbmNlUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ1JlbW92ZVBsdWdpbkluc3RhbmNlUmVxdWVzdCcpO1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgcmVhZG9ubHkga2V5OiBGSW5zdGFuY2VLZXk8dW5rbm93bj4pIHt9XG59XG4iXX0=
|
|
@@ -22,4 +22,4 @@ export { RemovePluginInstance };
|
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RemovePluginInstance, decorators: [{
|
|
23
23
|
type: Injectable
|
|
24
24
|
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3ZlLXBsdWdpbi1pbnN0YW5jZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZmVhdHVyZXMvcmVtb3ZlLXBsdWdpbi1pbnN0YW5jZS9yZW1vdmUtcGx1Z2luLWluc3RhbmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFFdEQ7O0dBRUc7QUFHSSxJQUFNLG9CQUFvQixHQUExQixNQUFNLG9CQUFvQjtJQUNkLE1BQU0sR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztJQUU1QyxNQUFNLENBQUMsRUFBRSxHQUFHLEVBQStCO1FBQ2hELElBQUksQ0FBQyxNQUFNLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNwQyxDQUFDO3dHQUxVLG9CQUFvQjs0R0FBcEIsb0JBQW9COztBQUFwQixvQkFBb0I7SUFEaEMsa0JBQWtCLENBQUMsMkJBQTJCLENBQUM7R0FDbkMsb0JBQW9CLENBTWhDOzs0RkFOWSxvQkFBb0I7a0JBRmhDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZFeGVjdXRpb25SZWdpc3RlciwgSUV4ZWN1dGlvbiB9IGZyb20gJ0Bmb2JsZXgvbWVkaWF0b3InO1xuaW1wb3J0IHsgUmVtb3ZlUGx1Z2luSW5zdGFuY2VSZXF1ZXN0IH0gZnJvbSAnLi9yZW1vdmUtcGx1Z2luLWluc3RhbmNlLXJlcXVlc3QnO1xuaW1wb3J0IHsgRkNvbXBvbmVudHNTdG9yZSB9IGZyb20gJy4uLy4uLy4uL2Ytc3RvcmFnZSc7XG5cbi8qKlxuICogRXhlY3V0aW9uIHRoYXQgcmVtb3ZlcyBhIGxpbmUgYWxpZ25tZW50IGZyb20gdGhlIEZDb21wb25lbnRzU3RvcmUuXG4gKi9cbkBJbmplY3RhYmxlKClcbkBGRXhlY3V0aW9uUmVnaXN0ZXIoUmVtb3ZlUGx1Z2luSW5zdGFuY2VSZXF1ZXN0KVxuZXhwb3J0IGNsYXNzIFJlbW92ZVBsdWdpbkluc3RhbmNlIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxSZW1vdmVQbHVnaW5JbnN0YW5jZVJlcXVlc3QsIHZvaWQ+IHtcbiAgcHJpdmF0ZSByZWFkb25seSBfc3RvcmUgPSBpbmplY3QoRkNvbXBvbmVudHNTdG9yZSk7XG5cbiAgcHVibGljIGhhbmRsZSh7IGtleSB9OiBSZW1vdmVQbHVnaW5JbnN0YW5jZVJlcXVlc3QpOiB2b2lkIHtcbiAgICB0aGlzLl9zdG9yZS5pbnN0YW5jZXMucmVtb3ZlKGtleSk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -6,4 +6,4 @@ export * from './f-node-registry';
|
|
|
6
6
|
export * from './features';
|
|
7
7
|
export * from './f-components-store';
|
|
8
8
|
export * from './providers';
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsUUFBUSxDQUFDO0FBRXZCLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFFbEMsY0FBYyxZQUFZLENBQUM7QUFFM0IsY0FBYyxzQkFBc0IsQ0FBQztBQUVyQyxjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFzZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZi1jb25uZWN0b3ItcmVnaXN0cnknO1xuZXhwb3J0ICogZnJvbSAnLi9mLWNvbm5lY3Rpb24tbWFya2VyLXJlZ2lzdHJ5JztcbmV4cG9ydCAqIGZyb20gJy4vZi1jb25uZWN0aW9uLXJlZ2lzdHJ5JztcbmV4cG9ydCAqIGZyb20gJy4vZi1ub2RlLXJlZ2lzdHJ5JztcblxuZXhwb3J0ICogZnJvbSAnLi9mZWF0dXJlcyc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZi1jb21wb25lbnRzLXN0b3JlJztcblxuZXhwb3J0ICogZnJvbSAnLi9wcm92aWRlcnMnO1xuIl19
|
|
@@ -11,4 +11,4 @@ export const F_STORAGE_PROVIDERS = [
|
|
|
11
11
|
RegisterPluginInstance,
|
|
12
12
|
RemovePluginInstance,
|
|
13
13
|
];
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvdmlkZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9wcm92aWRlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGtCQUFrQixFQUNsQix3QkFBd0IsRUFDeEIsc0JBQXNCLEVBQ3RCLHNCQUFzQixFQUN0QixzQkFBc0IsRUFDdEIsc0JBQXNCLEdBQ3ZCLE1BQU0sWUFBWSxDQUFDO0FBQ3BCLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUVsRCxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRztJQUNqQyxnQkFBZ0I7SUFFaEIsa0JBQWtCO0lBQ2xCLHdCQUF3QjtJQUN4QixzQkFBc0I7SUFDdEIsc0JBQXNCO0lBQ3RCLHNCQUFzQjtJQUV0QixzQkFBc0I7SUFDdEIsb0JBQW9CO0NBQ3JCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBMaXN0ZW5Ob2Rlc0NoYW5nZXMsXG4gIExpc3RlbkNvbm5lY3Rpb25zQ2hhbmdlcyxcbiAgTGlzdGVuVHJhbnNmb3JtQ2hhbmdlcyxcbiAgRW1pdENvbm5lY3Rpb25zQ2hhbmdlcyxcbiAgTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZCxcbiAgUmVnaXN0ZXJQbHVnaW5JbnN0YW5jZSxcbn0gZnJvbSAnLi9mZWF0dXJlcyc7XG5pbXBvcnQgeyBGQ29tcG9uZW50c1N0b3JlIH0gZnJvbSAnLi9mLWNvbXBvbmVudHMtc3RvcmUnO1xuaW1wb3J0IHsgUmVtb3ZlUGx1Z2luSW5zdGFuY2UgfSBmcm9tICcuL2ZlYXR1cmVzJztcblxuZXhwb3J0IGNvbnN0IEZfU1RPUkFHRV9QUk9WSURFUlMgPSBbXG4gIEZDb21wb25lbnRzU3RvcmUsXG5cbiAgTGlzdGVuTm9kZXNDaGFuZ2VzLFxuICBMaXN0ZW5Db25uZWN0aW9uc0NoYW5nZXMsXG4gIExpc3RlblRyYW5zZm9ybUNoYW5nZXMsXG4gIEVtaXRDb25uZWN0aW9uc0NoYW5nZXMsXG4gIE5vdGlmeVRyYW5zZm9ybUNoYW5nZWQsXG5cbiAgUmVnaXN0ZXJQbHVnaW5JbnN0YW5jZSxcbiAgUmVtb3ZlUGx1Z2luSW5zdGFuY2UsXG5dO1xuIl19
|
|
@@ -83,4 +83,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
83
83
|
}], fVirtualForTrackBy: [{
|
|
84
84
|
type: Input
|
|
85
85
|
}] } });
|
|
86
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
86
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi12aXJ0dWFsLWZvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZi1mbG93L3NyYy9mLXZpcnR1YWwvZi12aXJ0dWFsLWZvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUVULE1BQU0sRUFDTixLQUFLLEVBQ0wsTUFBTSxFQUlOLFdBQVcsRUFDWCxnQkFBZ0IsR0FDakIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sY0FBYyxDQUFDOztBQVdoRCxNQUFNLE9BQU8sV0FBVztJQUNiLGFBQWEsR0FBaUIsRUFBRSxDQUFDO0lBQ2pDLGtCQUFrQixDQUF1QztJQUVqRCxHQUFHLEdBQUcsTUFBTSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDL0IsSUFBSSxHQUFHLE1BQU0sQ0FBa0MsV0FBVyxDQUFDLENBQUM7SUFDNUQsS0FBSyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUN2QixnQkFBZ0IsR0FBRyxNQUFNLENBQUMsZ0JBQWdCLEVBQUUsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztJQUV6RSxNQUFNLEdBQTBDLEVBQUUsQ0FBQztJQUNuRCxNQUFNLEdBQWtCLElBQUksQ0FBQztJQUM3QiwwQkFBMEIsR0FBRyxLQUFLLENBQUM7SUFFM0MsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLElBQUksT0FBTyxDQUFDLGVBQWUsQ0FBQyxFQUFFLENBQUM7WUFDN0IsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDO1lBQ2QsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7UUFDOUIsQ0FBQztJQUNILENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ2hCLENBQUM7SUFFTyxNQUFNO1FBQ1osSUFBSSxJQUFJLENBQUMsTUFBTSxLQUFLLElBQUksRUFBRSxDQUFDO1lBQ3pCLG9CQUFvQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsQyxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQztRQUNyQixDQUFDO1FBRUQsSUFBSSxDQUFDLHdCQUF3QixFQUFFLENBQUM7UUFDaEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUVPLG9CQUFvQjtRQUMxQixNQUFNLFlBQVksR0FBRyxFQUFFLENBQUMsQ0FBQyxLQUFLO1FBQzlCLElBQUksS0FBSyxHQUFHLENBQUMsQ0FBQztRQUNkLElBQUksQ0FBQyx1QkFBdUIsRUFBRSxDQUFDO1FBRS9CLElBQUksQ0FBQyxLQUFLLENBQUMsaUJBQWlCLENBQUMsR0FBRyxFQUFFO1lBQ2hDLE1BQU0sSUFBSSxHQUFHLEdBQUcsRUFBRTtnQkFDaEIsTUFBTSxLQUFLLEdBQUcsV0FBVyxDQUFDLEdBQUcsRUFBRSxDQUFDO2dCQUVoQyxPQUFPLEtBQUssR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sSUFBSSxXQUFXLENBQUMsR0FBRyxFQUFFLEdBQUcsS0FBSyxHQUFHLFlBQVksRUFBRSxDQUFDO29CQUNyRixNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxDQUFDO29CQUV2QyxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUU7d0JBQ2xELFNBQVMsRUFBRSxJQUFJO3dCQUNmLEtBQUs7cUJBQ04sQ0FBQyxDQUFDO29CQUVILElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO29CQUN2QixLQUFLLEVBQUUsQ0FBQztnQkFDVixDQUFDO2dCQUVELElBQUksS0FBSyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxFQUFFLENBQUM7b0JBQ3RDLElBQUksQ0FBQyxNQUFNLEdBQUcscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUM7b0JBRTFDLE9BQU87Z0JBQ1QsQ0FBQztnQkFFRCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQztnQkFDbkIsSUFBSSxDQUFDLHdCQUF3QixFQUFFLENBQUM7WUFDbEMsQ0FBQyxDQUFDO1lBRUYsSUFBSSxDQUFDLE1BQU0sR0FBRyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM1QyxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTyx1QkFBdUI7UUFDN0IsSUFBSSxJQUFJLENBQUMsMEJBQTBCLEVBQUUsQ0FBQztZQUNwQyxPQUFPO1FBQ1QsQ0FBQztRQUVELElBQUksQ0FBQywwQkFBMEIsR0FBRyxJQUFJLENBQUM7UUFDdkMsSUFBSSxDQUFDLGdCQUFnQixFQUFFLHNCQUFzQixFQUFFLENBQUM7SUFDbEQsQ0FBQztJQUVPLHdCQUF3QjtRQUM5QixJQUFJLENBQUMsSUFBSSxDQUFDLDBCQUEwQixFQUFFLENBQUM7WUFDckMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsMEJBQTBCLEdBQUcsS0FBSyxDQUFDO1FBQ3hDLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxvQkFBb0IsRUFBRSxDQUFDO0lBQ2hELENBQUM7d0dBdEZVLFdBQVc7NEZBQVgsV0FBVzs7NEZBQVgsV0FBVztrQkFKdkIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsOEJBQThCO29CQUN4QyxVQUFVLEVBQUUsSUFBSTtpQkFDakI7OEJBRVUsYUFBYTtzQkFBckIsS0FBSztnQkFDRyxrQkFBa0I7c0JBQTFCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBEaXJlY3RpdmUsXG4gIEVtYmVkZGVkVmlld1JlZixcbiAgaW5qZWN0LFxuICBJbnB1dCxcbiAgTmdab25lLFxuICBPbkNoYW5nZXMsXG4gIE9uRGVzdHJveSxcbiAgU2ltcGxlQ2hhbmdlcyxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdDb250YWluZXJSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRkNvbXBvbmVudHNTdG9yZSB9IGZyb20gJy4uL2Ytc3RvcmFnZSc7XG5cbmludGVyZmFjZSBGVmlydHVhbENvbnRleHQ8VD4ge1xuICAkaW1wbGljaXQ6IFQ7XG4gIGluZGV4OiBudW1iZXI7XG59XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tmVmlydHVhbEZvcl1bZlZpcnR1YWxGb3JPZl0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBGVmlydHVhbEZvcjxUPiBpbXBsZW1lbnRzIE9uQ2hhbmdlcywgT25EZXN0cm95IHtcbiAgQElucHV0KCkgZlZpcnR1YWxGb3JPZjogcmVhZG9ubHkgVFtdID0gW107XG4gIEBJbnB1dCgpIGZWaXJ0dWFsRm9yVHJhY2tCeT86IChpbmRleDogbnVtYmVyLCBpdGVtOiBUKSA9PiB1bmtub3duO1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgX3ZjID0gaW5qZWN0KFZpZXdDb250YWluZXJSZWYpO1xuICBwcml2YXRlIHJlYWRvbmx5IF90cGwgPSBpbmplY3Q8VGVtcGxhdGVSZWY8RlZpcnR1YWxDb250ZXh0PFQ+Pj4oVGVtcGxhdGVSZWYpO1xuICBwcml2YXRlIHJlYWRvbmx5IF96b25lID0gaW5qZWN0KE5nWm9uZSk7XG4gIHByaXZhdGUgcmVhZG9ubHkgX2NvbXBvbmVudHNTdG9yZSA9IGluamVjdChGQ29tcG9uZW50c1N0b3JlLCB7IG9wdGlvbmFsOiB0cnVlIH0pO1xuXG4gIHByaXZhdGUgX3ZpZXdzOiBFbWJlZGRlZFZpZXdSZWY8RlZpcnR1YWxDb250ZXh0PFQ+PltdID0gW107XG4gIHByaXZhdGUgX3JhZklkOiBudW1iZXIgfCBudWxsID0gbnVsbDtcbiAgcHJpdmF0ZSBfaXNQcm9ncmVzc2l2ZVJlbmRlckFjdGl2ZSA9IGZhbHNlO1xuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICBpZiAoY2hhbmdlc1snZlZpcnR1YWxGb3JPZiddKSB7XG4gICAgICB0aGlzLl9yZXNldCgpO1xuICAgICAgdGhpcy5fcmVuZGVyUHJvZ3Jlc3NpdmVseSgpO1xuICAgIH1cbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuX3Jlc2V0KCk7XG4gIH1cblxuICBwcml2YXRlIF9yZXNldCgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5fcmFmSWQgIT09IG51bGwpIHtcbiAgICAgIGNhbmNlbEFuaW1hdGlvbkZyYW1lKHRoaXMuX3JhZklkKTtcbiAgICAgIHRoaXMuX3JhZklkID0gbnVsbDtcbiAgICB9XG5cbiAgICB0aGlzLl9maW5pc2hQcm9ncmVzc2l2ZVJlbmRlcigpO1xuICAgIHRoaXMuX3ZjLmNsZWFyKCk7XG4gICAgdGhpcy5fdmlld3MubGVuZ3RoID0gMDtcbiAgfVxuXG4gIHByaXZhdGUgX3JlbmRlclByb2dyZXNzaXZlbHkoKTogdm9pZCB7XG4gICAgY29uc3QgRlJBTUVfQlVER0VUID0gMTA7IC8vIG1zXG4gICAgbGV0IGluZGV4ID0gMDtcbiAgICB0aGlzLl9zdGFydFByb2dyZXNzaXZlUmVuZGVyKCk7XG5cbiAgICB0aGlzLl96b25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgIGNvbnN0IHB1bXAgPSAoKSA9PiB7XG4gICAgICAgIGNvbnN0IHN0YXJ0ID0gcGVyZm9ybWFuY2Uubm93KCk7XG5cbiAgICAgICAgd2hpbGUgKGluZGV4IDwgdGhpcy5mVmlydHVhbEZvck9mLmxlbmd0aCAmJiBwZXJmb3JtYW5jZS5ub3coKSAtIHN0YXJ0IDwgRlJBTUVfQlVER0VUKSB7XG4gICAgICAgICAgY29uc3QgaXRlbSA9IHRoaXMuZlZpcnR1YWxGb3JPZltpbmRleF07XG5cbiAgICAgICAgICBjb25zdCB2aWV3ID0gdGhpcy5fdmMuY3JlYXRlRW1iZWRkZWRWaWV3KHRoaXMuX3RwbCwge1xuICAgICAgICAgICAgJGltcGxpY2l0OiBpdGVtLFxuICAgICAgICAgICAgaW5kZXgsXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICB0aGlzLl92aWV3cy5wdXNoKHZpZXcpO1xuICAgICAgICAgIGluZGV4Kys7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoaW5kZXggPCB0aGlzLmZWaXJ0dWFsRm9yT2YubGVuZ3RoKSB7XG4gICAgICAgICAgdGhpcy5fcmFmSWQgPSByZXF1ZXN0QW5pbWF0aW9uRnJhbWUocHVtcCk7XG5cbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLl9yYWZJZCA9IG51bGw7XG4gICAgICAgIHRoaXMuX2ZpbmlzaFByb2dyZXNzaXZlUmVuZGVyKCk7XG4gICAgICB9O1xuXG4gICAgICB0aGlzLl9yYWZJZCA9IHJlcXVlc3RBbmltYXRpb25GcmFtZShwdW1wKTtcbiAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgX3N0YXJ0UHJvZ3Jlc3NpdmVSZW5kZXIoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuX2lzUHJvZ3Jlc3NpdmVSZW5kZXJBY3RpdmUpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLl9pc1Byb2dyZXNzaXZlUmVuZGVyQWN0aXZlID0gdHJ1ZTtcbiAgICB0aGlzLl9jb21wb25lbnRzU3RvcmU/LmJlZ2luUHJvZ3Jlc3NpdmVSZW5kZXIoKTtcbiAgfVxuXG4gIHByaXZhdGUgX2ZpbmlzaFByb2dyZXNzaXZlUmVuZGVyKCk6IHZvaWQge1xuICAgIGlmICghdGhpcy5faXNQcm9ncmVzc2l2ZVJlbmRlckFjdGl2ZSkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuX2lzUHJvZ3Jlc3NpdmVSZW5kZXJBY3RpdmUgPSBmYWxzZTtcbiAgICB0aGlzLl9jb21wb25lbnRzU3RvcmU/LmVuZFByb2dyZXNzaXZlUmVuZGVyKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './f-virtual-for';
|
|
2
2
|
export * from './providers';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi12aXJ0dWFsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2YtdmlydHVhbC1mb3InO1xuZXhwb3J0ICogZnJvbSAnLi9wcm92aWRlcnMnO1xuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FVirtualFor } from './f-virtual-for';
|
|
2
2
|
export const F_VIRTUAL_FOR_PROVIDERS = [FVirtualFor];
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvdmlkZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2YtdmlydHVhbC9wcm92aWRlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRTlDLE1BQU0sQ0FBQyxNQUFNLHVCQUF1QixHQUFHLENBQUMsV0FBVyxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGVmlydHVhbEZvciB9IGZyb20gJy4vZi12aXJ0dWFsLWZvcic7XG5cbmV4cG9ydCBjb25zdCBGX1ZJUlRVQUxfRk9SX1BST1ZJREVSUyA9IFtGVmlydHVhbEZvcl07XG4iXX0=
|
|
@@ -3,4 +3,4 @@ export var EFZoomDirection;
|
|
|
3
3
|
EFZoomDirection[EFZoomDirection["ZOOM_IN"] = 1] = "ZOOM_IN";
|
|
4
4
|
EFZoomDirection[EFZoomDirection["ZOOM_OUT"] = -1] = "ZOOM_OUT";
|
|
5
5
|
})(EFZoomDirection || (EFZoomDirection = {}));
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZS1mLXpvb20tZGlyZWN0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy9mLWZsb3cvc3JjL2Ytem9vbS9lLWYtem9vbS1kaXJlY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksZUFLWDtBQUxELFdBQVksZUFBZTtJQUV6QiwyREFBVyxDQUFBO0lBRVgsOERBQWEsQ0FBQTtBQUNmLENBQUMsRUFMVyxlQUFlLEtBQWYsZUFBZSxRQUsxQiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIEVGWm9vbURpcmVjdGlvbiB7XG5cbiAgWk9PTV9JTiA9IDEsXG5cbiAgWk9PTV9PVVQgPSAtMSxcbn1cbiJdfQ==
|
|
@@ -2,4 +2,4 @@ import { InjectionToken } from '@angular/core';
|
|
|
2
2
|
export const F_ZOOM = new InjectionToken('F_ZOOM');
|
|
3
3
|
export class FZoomBase {
|
|
4
4
|
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi16b29tLWJhc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2YtZmxvdy9zcmMvZi16b29tL2Ytem9vbS1iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0MsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFHLElBQUksY0FBYyxDQUFZLFFBQVEsQ0FBQyxDQUFDO0FBRTlELE1BQU0sT0FBZ0IsU0FBUztDQVM5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBjb25zdCBGX1pPT00gPSBuZXcgSW5qZWN0aW9uVG9rZW48Rlpvb21CYXNlPignRl9aT09NJyk7XG5cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBGWm9vbUJhc2Uge1xuXG4gIHB1YmxpYyBhYnN0cmFjdCBtaW5pbXVtOiBudW1iZXI7XG5cbiAgcHVibGljIGFic3RyYWN0IG1heGltdW06IG51bWJlcjtcblxuICBwdWJsaWMgYWJzdHJhY3Qgc3RlcDogbnVtYmVyO1xuXG4gIHB1YmxpYyBhYnN0cmFjdCBkYmxDbGlja1N0ZXA6IG51bWJlcjtcbn1cbiJdfQ==
|