@the-liberators/ngx-scrumteamsurvey-tools 2.3.115 → 2.3.116
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/package.json
CHANGED
|
@@ -2056,7 +2056,7 @@ declare class OpenIntegrationDialogDirective {
|
|
|
2056
2056
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenIntegrationDialogDirective, "[integrationDialog]", never, { "metric": { "alias": "metric"; "required": false; }; "integration": { "alias": "integration"; "required": false; }; }, {}, never, never, false, never>;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
|
-
declare class ArrowComponent implements OnInit, DoCheck
|
|
2059
|
+
declare class ArrowComponent implements OnInit, DoCheck {
|
|
2060
2060
|
private elem;
|
|
2061
2061
|
private arrowUpdateService;
|
|
2062
2062
|
from: string;
|
|
@@ -2072,15 +2072,15 @@ declare class ArrowComponent implements OnInit, DoCheck, OnDestroy {
|
|
|
2072
2072
|
fromY: number;
|
|
2073
2073
|
toX: number;
|
|
2074
2074
|
toY: number;
|
|
2075
|
+
private subscription;
|
|
2075
2076
|
arrowIndices: number[];
|
|
2076
2077
|
styleLine: object[];
|
|
2077
2078
|
styleArrowFw: object[];
|
|
2078
2079
|
styleArrowBw: object[];
|
|
2079
2080
|
needSwap: boolean[];
|
|
2080
|
-
private subscription;
|
|
2081
2081
|
private elementPositionBackup;
|
|
2082
2082
|
constructor(elem: ElementRef, arrowUpdateService: ArrowUpdateService);
|
|
2083
|
-
private
|
|
2083
|
+
private getNumberOrDef;
|
|
2084
2084
|
private isVisible;
|
|
2085
2085
|
private inside;
|
|
2086
2086
|
private intersectionPoint;
|